## Process this file with automake to produce Makefile.in ## ## Copyright (c) 1999-2005, Kenneth W. Sodemann (stuffle@mac.com) ## ## $Id: Makefile.am,v 1.35 2005/05/11 00:39:55 stuffle Exp $ ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 2 of the License, or ## (at your option) any later version. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with this program; if not, write to ## Free Software Foundation, Inc. ## 59 Temple Place, Suite 330 ## Boston, MA 02111-1307 USA ## INCLUDES = @PACKAGE_CFLAGS@ @PG_CFLAGS@ -DDATADIR=\""$(datadir)"\" bin_PROGRAMS = preps preps_SOURCES = \ about_dlg.c about_dlg.h \ archive_dlg.c archive_dlg.h \ attrib_dlg.c attrib_dlg.h \ attrib_dlg_db.c attrib_dlg_db.h \ audit_trail.h \ change_log.c change_log.h \ db_utils.c db_utils.h \ defs.h \ error_chks.c error_chks.h \ find_dlg.c find_dlg.h \ gstr_utils.c gstr_utils.h \ gtkutils.c gtkutils.h \ login_dlg.c login_dlg.h \ mainwin.c mainwin.h \ person_dlg.c person_dlg.h \ pr_query.c pr_query.h \ prepsmain.c prepsmain.h \ print_dlg.c print_dlg.h \ print_prog_dlg.c print_prog_dlg.h \ prj_rpt_dlg.c prj_rpt_dlg.h \ prj_rpts_html.c prj_rpts_html.h \ probupdate_dlg.c probupdate_dlg.h \ project_dlg.c project_dlg.h \ props.c props.h \ prq_utils.c prq_utils.h \ query_dlg.c query_dlg.h \ sqlstr.c sqlstr.h \ tex_pr.c tex_pr.h \ tex_utils.c tex_utils.h \ util.c util.h preps_LDADD = @PACKAGE_LIBS@ @PG_LIBS@