src/hg/makeDb/makefile 1.40
1.40 2009/02/10 22:25:52 kent
Adding hgBbiDbLink.
Index: src/hg/makeDb/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/makeDb/makefile,v
retrieving revision 1.39
retrieving revision 1.40
diff -b -B -U 1000000 -r1.39 -r1.40
--- src/hg/makeDb/makefile 23 Jan 2009 23:34:11 -0000 1.39
+++ src/hg/makeDb/makefile 10 Feb 2009 22:25:52 -0000 1.40
@@ -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 \
genbank \
trackDbRaFormat
all: $(USE_DIRS:%=%.all)
%.all:
( cd $* && echo $* && $(MAKE) )