src/hg/makeDb/makefile 1.42
1.42 2009/12/04 00:55:28 kent
Adding trackDbPatch.
Index: src/hg/makeDb/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/makeDb/makefile,v
retrieving revision 1.41
retrieving revision 1.42
diff -b -B -U 1000000 -r1.41 -r1.42
--- src/hg/makeDb/makefile 29 Jun 2009 07:39:49 -0000 1.41
+++ src/hg/makeDb/makefile 4 Dec 2009 00:55:28 -0000 1.42
@@ -1,70 +1,71 @@
# Build all directories in makeDb
include ../../inc/common.mk
# List of directories to build
USE_DIRS = $(DIRS)
DIRS = \
hgAar \
hgAddLiftOverChain \
hgBbiDbLink \
hgClonePos \
hgCountAlign \
hgCtgPos \
hgDeleteChrom \
hgExperiment \
hgExtFileCheck \
hgFakeAgp \
hgFindSpec \
hgGcPercent \
hgGeneBands \
hgGenericMicroarray \
hgGoldGapGl \
hgKgGetText \
hgKgMrna \
hgKnownMore \
hgKnownMore.oo21 \
hgLoadBed \
hgLoadBlastTab \
hgLoadChain \
hgLoadChromGraph \
hgLoadGenePred \
hgLoadItemAttr \
hgLoadMaf \
hgLoadMafFrames \
hgLoadNet \
hgLoadOut \
hgLoadPsl \
hgLoadSeq \
hgLoadSample \
hgLoadSqlTab \
hgLoadWiggle \
hgMapMicroarray \
hgMedianMicroarray \
hgNibSeq \
hgPepPred \
hgRatioMicroarray \
hgDropSplitTable \
hgRenameSplitTable \
hgSanger20 \
hgSanger22 \
hgStanfordMicroarray \
hgStsAlias \
hgStsMarkers \
hgTomRough \
hgTpf \
hgTraceInfo \
hgTrackDb \
hgWaba \
ldHgGene \
hgMrnaRefseq \
schema \
tfbsConsLoc \
tfbsConsSort \
outside \
- trackDbRaFormat
+ trackDbRaFormat \
+ trackDbPatch
all: $(USE_DIRS:%=%.all)
%.all:
( cd $* && echo $* && $(MAKE) )