src/hg/instinct/bioInt2/makefile 1.12
1.12 2009/06/15 17:45:24 jsanborn
initial commit
Index: src/hg/instinct/bioInt2/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/bioInt2/makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -B -U 4 -r1.11 -r1.12
--- src/hg/instinct/bioInt2/makefile 20 May 2009 20:34:36 -0000 1.11
+++ src/hg/instinct/bioInt2/makefile 15 Jun 2009 17:45:24 -0000 1.12
@@ -32,8 +32,12 @@
A7 = pathwayNullDist
O7 = pathwayNullDist.o bioIntDb.o bioIntDriver.o createTables.o
H7 = bioIntDriver.h bioIntDb.h
+A8 = makeClusterFiles
+O8 = makeClusterFiles.o bioIntDb.o bioIntDriver.o createTables.o
+H8 = bioIntDriver.h bioIntDb.h
+
A = bioIntUI
O = bioIntUI.o bioIntDb.o
H = bioIntUI.h bioIntDb.h
@@ -80,7 +84,11 @@
pathwayNullDist: ${O7} ${H7}
${CC} ${COPT} ${O7} ${MYLIBS} ${L}
mv ${AOUT} ${A7}${EXE}
+makeClusterFiles: ${O8} ${H8}
+ ${CC} ${COPT} ${O8} ${MYLIBS} ${L}
+ mv ${AOUT} ${A8}${EXE}
+
clean::
rm -f ${O1} ${O2} ${O3} ${O4} ${O}