src/makefile 1.57
1.57 2009/03/26 20:19:29 hiram
Adding userApps directory to the UTILS_APPLIST directory list
Index: src/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/makefile,v
retrieving revision 1.56
retrieving revision 1.57
diff -b -B -U 4 -r1.56 -r1.57
--- src/makefile 24 Mar 2009 23:01:41 -0000 1.56
+++ src/makefile 26 Mar 2009 20:19:29 -0000 1.57
@@ -49,12 +49,15 @@
cd utils/twoBitInfo && ${MAKE}
cd isPcr && ${MAKE}
cd blatz && ${MAKE}
+# all of these application makefiles have been updated to include use
+# of DESTDIR and BINDIR
+
UTILS_APPLIST = bedToBigBed bigBedSummary bigBedToBed bigWigSummary \
bigWigToBedGraph faSize faFrag faRandomize faOneRecord faSomeRecords \
faToNib faToTwoBit gtfToGenePred htmlCheck nibFrag textHistogram \
- twoBitInfo twoBitToFa wigToBigWig
+ twoBitInfo twoBitToFa userApps wigToBigWig
userApps: topLibs
@for P in ${UTILS_APPLIST}; do \
( cd utils/$${P} && echo utils/$${P} && $(MAKE) ) ; \