b1e4dd29fa59c88bcf14965ba55513c7300155bb chmalee Wed Aug 15 10:09:20 2018 -0700 Adding hgGoldGapGl to userapps, refs #21887 diff --git src/hg/makeDb/makefile src/hg/makeDb/makefile index 596ffb6..61d6eec 100644 --- src/hg/makeDb/makefile +++ src/hg/makeDb/makefile @@ -1,91 +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 \ + hgGoldGapGl \ 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