[sword-cvs] sword/apps/console/diatheke Makefile.am,1.2,1.3 Makefile.in,1.11,1.12
sword@www.crosswire.org
sword@www.crosswire.org
Sat, 1 Mar 2003 11:57:08 -0700
Update of /usr/local/cvsroot/sword/apps/console/diatheke
In directory www:/tmp/cvs-serv15674/apps/console/diatheke
Modified Files:
Makefile.am Makefile.in
Log Message:
Martin: bugs in the make system fixed under Daniel's supervision.
Now ready for "make dist".
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/sword/apps/console/diatheke/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.am 10 Jul 2002 21:18:15 -0000 1.2
--- Makefile.am 1 Mar 2003 18:57:06 -0000 1.3
***************
*** 4,9 ****
--- 4,12 ----
bin_PROGRAMS = diatheke
+
diatheke_SOURCES = diatheke.cpp corediatheke.cpp diathekemgr.cpp \
diafiltmgr.cpp thmlcgi.cpp gbfcgi.cpp
+
diatheke_LDADD = -L$(top_builddir)/lib -lsword
+ noinst_HEADERS = corediatheke.h diafiltmgr.h diathekemgr.h gbfcgi.h thmlcgi.h
Index: Makefile.in
===================================================================
RCS file: /usr/local/cvsroot/sword/apps/console/diatheke/Makefile.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Makefile.in 27 Feb 2003 23:34:21 -0000 1.11
--- Makefile.in 1 Mar 2003 18:57:06 -0000 1.12
***************
*** 171,178 ****
--- 171,182 ----
bin_PROGRAMS = diatheke
+
diatheke_SOURCES = diatheke.cpp corediatheke.cpp diathekemgr.cpp \
diafiltmgr.cpp thmlcgi.cpp gbfcgi.cpp
+
diatheke_LDADD = -L$(top_builddir)/lib -lsword
+
+ noinst_HEADERS = corediatheke.h diafiltmgr.h diathekemgr.h gbfcgi.h thmlcgi.h
subdir = apps/console/diatheke
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
***************
*** 205,209 ****
$(AM_LDFLAGS) $(LDFLAGS) -o $@
DIST_SOURCES = $(diatheke_SOURCES)
! DIST_COMMON = README Makefile.am Makefile.in
SOURCES = $(diatheke_SOURCES)
--- 209,215 ----
$(AM_LDFLAGS) $(LDFLAGS) -o $@
DIST_SOURCES = $(diatheke_SOURCES)
! HEADERS = $(noinst_HEADERS)
!
! DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in
SOURCES = $(diatheke_SOURCES)
***************
*** 396,400 ****
check-am: all-am
check: check-am
! all-am: Makefile $(PROGRAMS)
installdirs:
--- 402,406 ----
check-am: all-am
check: check-am
! all-am: Makefile $(PROGRAMS) $(HEADERS)
installdirs: