src/hg/instinct/bioInt2/makefile 1.14

1.14 2009/12/15 23:26:31 sbenz
Added populateDbFromFile
Index: src/hg/instinct/bioInt2/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/bioInt2/makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -B -U 4 -r1.13 -r1.14
--- src/hg/instinct/bioInt2/makefile	1 Sep 2009 05:18:02 -0000	1.13
+++ src/hg/instinct/bioInt2/makefile	15 Dec 2009 23:26:31 -0000	1.14
@@ -36,8 +36,12 @@
 A8 = makeClusterFiles
 O8 = makeClusterFiles.o bioIntDb.o bioIntDriver.o createTables.o
 H8 = bioIntDriver.h bioIntDb.h
 
+A9 = populateDbFromFile
+O9 = populateDbFromFile.o bioIntDb.o bioIntDriver.o createTables.o
+H9 = bioIntDb.h
+
 A = bioIntUI
 O = bioIntUI.o bioIntDb.o
 H = bioIntUI.h bioIntDb.h
 
@@ -64,8 +68,12 @@
 populateDb: ${O2} ${H2} ${MYLIBS}
 	${CC} ${COPT} ${O2} ${MYLIBS} ${L}
 	mv ${AOUT} ${A2}${EXE} 
 
+populateDbFromFile: ${O9} ${H9} ${MYLIBS}
+	${CC} ${COPT} ${O9} ${MYLIBS} ${L}
+	mv ${AOUT} ${A9}${EXE} 
+
 bioController: ${O3} ${H3}
 	${CC} ${COPT} ${O3} ${MYLIBS} ${L}
 	mv ${AOUT} ${A3}${EXE}