f3a24e073170f2c48c0cca21d7083f9c9f50ff77 hiram Mon Jun 3 20:38:22 2013 -0700 adding hgFindSpec and hgTrackDb to the userApps build refs #9149 diff --git src/hg/makeDb/makefile src/hg/makeDb/makefile index 59c6239..736d091 100644 --- src/hg/makeDb/makefile +++ src/hg/makeDb/makefile @@ -1,84 +1,84 @@ # Build all directories in makeDb include ../../inc/common.mk # List of directories to build for userApps UTILS_APPLIST = \ + hgFindSpec \ hgLoadBed \ hgLoadOut \ hgGcPercent \ hgLoadWiggle \ + hgTrackDb \ ldHgGene # List of directories to build of interest only at UCSC DIRS = \ hgAar \ hgAddLiftOverChain \ hgBbiDbLink \ hgClonePos \ hgCountAlign \ hgCtgPos \ hgDeleteChrom \ hgExperiment \ hgExtFileCheck \ hgFakeAgp \ - hgFindSpec \ hgGeneBands \ hgGenericMicroarray \ hgPar \ hgGoldGapGl \ hgKgGetText \ hgKgMrna \ hgKnownMore \ hgKnownMore.oo21 \ hgLoadBlastTab \ hgLoadChain \ hgLoadChromGraph \ hgLoadGenePred \ hgLoadItemAttr \ hgLoadMaf \ hgLoadMafFrames \ hgLoadNet \ hgLoadPsl \ hgLoadSeq \ hgLoadSample \ hgLoadSqlTab \ hgMapMicroarray \ hgMedianMicroarray \ hgNibSeq \ hgPepPred \ hgRatioMicroarray \ hgDropSplitTable \ hgRenameSplitTable \ hgSanger20 \ hgSanger22 \ hgStanfordMicroarray \ hgStsAlias \ hgStsMarkers \ hgTomRough \ hgTpf \ hgTraceInfo \ - hgTrackDb \ hgWaba \ hgMrnaRefseq \ schema \ tfbsConsLoc \ tfbsConsSort \ outside \ trackDbRaFormat \ trackDbPatch USE_DIRS = $(DIRS) $(UTILS_APPLIST) all: $(USE_DIRS:%=%.all) %.all: cd $* && echo $* && $(MAKE) userApps: $(UTILS_APPLIST:%=%.userApp) cd schema/dbSnoop && echo schema/dbSnoop && $(MAKE) %.userApp: cd $* && echo $* && $(MAKE) clean:: cd hgTomRough && ${MAKE} clean