9e85688d753da2ac988cb97f6e32a198e2a4b37b hiram Fri Jan 19 08:21:57 2018 -0800 adding hgLoadSqlTab to the utils build refs #20842 diff --git src/hg/makeDb/makefile src/hg/makeDb/makefile index 0ae30d7..596ffb6 100644 --- src/hg/makeDb/makefile +++ src/hg/makeDb/makefile @@ -1,90 +1,91 @@ # Build all directories in makeDb kentSrc = ../.. include ${kentSrc}/inc/localEnvironment.mk include ${kentSrc}/inc/common.mk # List of directories to build for userApps UTILS_APPLIST = \ hgBbiDbLink \ hgFakeAgp \ hgFindSpec \ hgLoadBed \ hgLoadChain \ hgLoadMaf \ hgLoadNet \ hgLoadOut \ hgLoadOutJoined \ + hgLoadSqlTab \ hgGcPercent \ hgLoadWiggle \ hgTrackDb \ ldHgGene # List of directories to build of interest only at UCSC DIRS = \ hgAar \ hgAddLiftOverChain \ hgClonePos \ hgCountAlign \ hgCtgPos \ hgDeleteChrom \ hgExperiment \ hgExtFileCheck \ hgFakeAgp \ hgGeneBands \ hgGenericMicroarray \ hgPar \ hgGoldGapGl \ hgKgGetText \ hgKgMrna \ hgKnownMore \ hgKnownMore.oo21 \ hgLoadBlastTab \ hgLoadChromGraph \ hgLoadGenePred \ hgLoadItemAttr \ hgLoadMafFrames \ hgLoadPsl \ hgLoadSeq \ hgLoadSample \ hgLoadSqlTab \ hgMapMicroarray \ hgMedianMicroarray \ hgNibSeq \ hgPepPred \ hgRatioMicroarray \ hgDropSplitTable \ hgRenameSplitTable \ hgSanger20 \ hgSanger22 \ hgStanfordMicroarray \ hgStsAlias \ hgStsMarkers \ hgTomRough \ hgTpf \ hgTraceInfo \ hgWaba \ hgMrnaRefseq \ mdbUpdate \ 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