src/hg/instinct/bioInt2/makefile 1.7
1.7 2009/04/04 00:39:22 jsanborn
added cohorts api
Index: src/hg/instinct/bioInt2/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/bioInt2/makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -B -U 4 -r1.6 -r1.7
--- src/hg/instinct/bioInt2/makefile 29 Mar 2009 01:40:43 -0000 1.6
+++ src/hg/instinct/bioInt2/makefile 4 Apr 2009 00:39:22 -0000 1.7
@@ -25,8 +25,11 @@
A5 = cohortCorrelations
O5 = cohortCorrelations.o bioIntDb.o
H5 = bioIntDb.h
+A6 = grabData
+O6 = grabData.o bioIntDb.o
+
A = bioIntUI
O = bioIntUI.o bioIntDb.o
H = bioIntUI.h bioIntDb.h
@@ -65,7 +68,12 @@
cohortCorrelations: ${O5} ${H5}
${CC} ${COPT} ${O5} ${MYLIBS} ${L}
mv ${AOUT} ${A5}${EXE}
+
+grabData: ${O6}
+ ${CC} ${COPT} ${O6} ${MYLIBS} ${L}
+ mv ${AOUT} ${A6}${EXE}
+
clean::
rm -f ${O1} ${O2} ${O3} ${O4} ${O}