src/makefile 1.59

1.59 2009/03/30 18:58:30 hiram
Adding liftOver to the userApps build list
Index: src/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/makefile,v
retrieving revision 1.58
retrieving revision 1.59
diff -b -B -U 4 -r1.58 -r1.59
--- src/makefile	30 Mar 2009 17:33:17 -0000	1.58
+++ src/makefile	30 Mar 2009 18:58:30 -0000	1.59
@@ -57,12 +57,17 @@
 	bigWigToBedGraph faCount faSize faFrag faRandomize faOneRecord \
 	faSomeRecords faToNib faToTwoBit gtfToGenePred htmlCheck nibFrag \
 	textHistogram twoBitInfo twoBitToFa userApps wigToBigWig
 
+HG_APPLIST = liftOver
+
 userApps: topLibs
 	@for P in ${UTILS_APPLIST}; do \
 	    ( cd utils/$${P} && echo utils/$${P} && $(MAKE) ) ; \
 	done
+	@for P in ${HG_APPLIST}; do \
+	    ( cd hg/$${P} && echo hg/$${P} && $(MAKE) ) ; \
+	done
 
 clean:
 	cd lib && ${MAKE} clean 
 	cd hg && ${MAKE} clean