From: <ku...@us...> - 2003-02-06 00:43:38
|
Update of /cvsroot/basedb/basedb/src In directory sc8-pr-cvs1:/tmp/cvs-serv4237/src Added Files: Makefile.am Removed Files: assayImporter.cc basefile.cc jobRunner.c sectionCounter.cc Log Message: Added autoconf/automake functionality. Supports c/c++ compilation. --- NEW FILE: Makefile.am --- # $Id: Makefile.am,v 1.1 2003/02/06 00:43:35 kurri Exp $ SUBDIRS = lib assayImporter jobRunner sectionCounter bin_PROGRAMS = baseftpd ftpdspawner spotImageChopper tifftopnm baseftpd_SOURCES = baseftpd.c ftpdspawner_SOURCES = ftpdspawner.cc spotImageChopper_SOURCES = spotImageChopper.cc spotImageChopper_LDADD = $(PNM_LIB) $(JPEG_LIB) tifftopnm_SOURCES = shhopt.c tifftopnm.c tifftopnm_LDADD = $(MATH_LIB) $(PNM_LIB) $(TIFF_LIB) INCLUDES = -I@top_srcdir@/$(BASE_INCLUDE_LOCATION) --- assayImporter.cc DELETED --- --- basefile.cc DELETED --- --- jobRunner.c DELETED --- --- sectionCounter.cc DELETED --- |