src/hg/instinct/makefile 1.15
1.15 2009/11/19 19:52:16 cszeto
Removed making subjectView
Index: src/hg/instinct/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -b -B -U 1000000 -r1.14 -r1.15
--- src/hg/instinct/makefile 30 Jul 2009 17:31:35 -0000 1.14
+++ src/hg/instinct/makefile 19 Nov 2009 19:52:16 -0000 1.15
@@ -1,30 +1,29 @@
# Build all directories in utils
include ../../inc/common.mk
# List of directories to build
USE_DIRS = $(DIRS)
DIRS = \
lib \
hgHeatmap2 \
mapProbesToGenes \
genTables \
ispySubj \
tcgaSubj \
- subjectView \
all:: compile
compile: ${USE_DIRS:%=%.compile}
%.compile:
(cd $* && echo $* && $(MAKE) compile)
my: ${USE_DIRS:%=%.my}
%.my:
(cd $* && echo $* && $(MAKE))
clean: ${USE_DIRS:%=%.clean}
%.clean:
(cd $* && echo $* && $(MAKE) clean)