d0f0487213a1ad3654555e8ffd12d6c9478798aa hiram Tue May 28 11:21:30 2013 -0700 adding to the userUtils build refs #9149 diff --git src/hg/makeDb/makefile src/hg/makeDb/makefile index f5f46c0..59c6239 100644 --- src/hg/makeDb/makefile +++ src/hg/makeDb/makefile @@ -1,82 +1,84 @@ # Build all directories in makeDb include ../../inc/common.mk # List of directories to build for userApps UTILS_APPLIST = \ hgLoadBed \ hgLoadOut \ hgGcPercent \ hgLoadWiggle \ 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