src/hg/instinct/bioInt2/makefile 1.6
1.6 2009/03/29 01:40:43 jsanborn
added to UI code
Index: src/hg/instinct/bioInt2/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/bioInt2/makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/hg/instinct/bioInt2/makefile 27 Mar 2009 20:15:52 -0000 1.5
+++ src/hg/instinct/bioInt2/makefile 29 Mar 2009 01:40:43 -0000 1.6
@@ -21,17 +21,21 @@
A4 = setCohorts
O4 = setCohorts.o bioIntDb.o
H4 = bioIntDb.h
+A5 = cohortCorrelations
+O5 = cohortCorrelations.o bioIntDb.o
+H5 = bioIntDb.h
+
A = bioIntUI
O = bioIntUI.o bioIntDb.o
H = bioIntUI.h bioIntDb.h
include ../../../inc/cgi_build_rules.mk
HGFRONTEND = /usr/local/apache/htdocs/bioInt
-all: ${A1} ${A2} ${A3} ${A4} ${A}
+all: ${A1} ${A2} ${A3} ${A4} ${A} ${A5}
my::
rsync -a --exclude=CVS/ --delete bioIntFrontend/* ${HGFRONTEND}-${USER}/
@@ -58,7 +62,10 @@
setCohorts: ${O4} ${H4}
${CC} ${COPT} ${O4} ${MYLIBS} ${L}
mv ${AOUT} ${A4}${EXE}
+cohortCorrelations: ${O5} ${H5}
+ ${CC} ${COPT} ${O5} ${MYLIBS} ${L}
+ mv ${AOUT} ${A5}${EXE}
clean::
rm -f ${O1} ${O2} ${O3} ${O4} ${O}