63ef8c074c4640f9a12d41b94b4db43d06969b8a
hiram
  Fri Oct 19 09:15:29 2012 -0700
adding hgGcPercent to the userApps delivery
diff --git src/makefile src/makefile
index 3a709bf..3bd2769 100644
--- src/makefile
+++ src/makefile
@@ -59,46 +59,46 @@
         bigBedInfo bigBedSummary bigBedToBed bigWigAverageOverBed  \
 	bigWigInfo bigWigSummary bigWigToBedGraph bigWigToWig\
 	faCount faFrag faOneRecord faPolyASizes faRandomize faSize \
 	faSomeRecords faToNib \
 	faToTwoBit htmlCheck nibFrag paraFetch paraSync sizeof stringify \
 	textHistogram twoBitDup twoBitInfo twoBitToFa userApps wigCorrelate wigToBigWig
 
 HG_APPLIST = bedSort liftUp liftOver bedItemOverlapCount encode/validateFiles \
 	 featureBits ratStuff/mafsInRegion ratStuff/mafSpeciesSubset \
 	 pslCDnaFilter genePredToGtf pslPretty pslReps pslSort 
 
 
 HG_UTILS_APPLIST = bedExtendRanges gff3ToGenePred gtfToGenePred \
 	hubCheck overlapSelect makeTableList
 
-HG_HGWIGGLE_APP = hgWiggle
+HG_LOAD_APPLIST = hgWiggle hgGcPercent
 
 BLAT_APPLIST = blat gfClient gfServer 
 
 userApps: topLibs hgLib
 	@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
 	@for P in ${HG_UTILS_APPLIST}; do \
 	    ( cd hg/utils/$${P} && echo hg/utils/$${P} && ${MAKE} ) ; \
 	done
-	@for P in ${HG_HGWIGGLE_APP}; do \
-	    ( cd hg/makeDb/hgLoadWiggle && echo hg/makeDb/hgLoadWiggle && ${MAKE} $${P} ) ; \
+	@for P in ${HG_LOAD_APPLIST}; do \
+	    ( cd hg/makeDb/$${P} && echo hg/makeDb/$${P} && ${MAKE} $${P} ) ; \
 	done
 	@for P in ${BLAT_APPLIST}; do \
 	    ( cd $${P} && echo $${P} && ${MAKE} ) ; \
 	done
 
 clean:
 	@for D in ${DIRS} x; do \
             if test "$$D" != "x" ; then \
                 ( cd $$D && echo $$D && ${MAKE} clean ) ;\
                 x=$$? ; if [ $$x -ne 0 ]; then exit $$x ; fi \
             fi ;\
 	done
 	cd lib && ${MAKE} clean 
 	cd hg && ${MAKE} clean
 	cd hg && ${MAKE} clean_utils