src/hg/mouseStuff/makefile 1.23

1.23 2010/03/15 04:07:20 hiram
Well, we need a clean in simpleChain
Index: src/hg/mouseStuff/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/mouseStuff/makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -b -B -U 1000000 -r1.22 -r1.23
--- src/hg/mouseStuff/makefile	15 Mar 2010 03:03:52 -0000	1.22
+++ src/hg/mouseStuff/makefile	15 Mar 2010 04:07:20 -0000	1.23
@@ -1,83 +1,82 @@
 # Build all directories in makeDb 
 
 include ../../inc/common.mk
 
 # List of directories to build
 USE_DIRS = ${DIRS}
 
 BADDIRS = \
         correctEst
 
 DIRS = \
 	axtAndBed \
 	axtBest \
 	axtCalcMatrix \
 	axtChain \
 	axtDropOverlap \
 	axtDropSelf \
 	axtFilter \
 	axtIndex \
 	axtPretty \
 	axtQueryCount \
 	axtRecipBest \
 	axtRescore \
 	axtSort \
 	axtSplitByTarget \
 	axtSwap \
 	axtToBed \
 	axtToChain \
 	axtToMaf \
 	axtToPsl \
 	bedCoverage \
 	calcGap \
 	chainAntiRepeat \
 	chainDbToFile \
 	chainFilter \
 	chainMergeSort \
 	chainNet \
 	chainPreNet \
 	chainSort \
 	chainSplit \
 	chainStats \
 	chainStitchId \
 	chainSwap \
 	chainToAxt \
 	chainToPsl \
 	gcForBed \
 	knownVsBlat \
 	lavToAxt \
 	lavToPsl \
 	libScan \
 	mafCoverage \
 	mafFetch \
 	mafRanges \
 	mafToAxt \
 	mafToPsl \
 	mousePoster \
 	netChainSubset \
 	netClass \
 	netFilter \
 	netSplit \
 	netStats \
 	netSyntenic \
 	netToAxt \
 	netToBed \
 	netToBedWithId \
 	orthologBySynteny \
 	phToPsl \
 	pslMrnaCover \
 	regionPicker \
 	rikenBestInCluster \
 	simpleChain \
 	splitSim \
 	subsetAxt \
 	subsetTraces \
 	whyConserved 
 
 all: ${USE_DIRS:%=%.all}
 %.all:
 	( cd $* && echo $* && ${MAKE} )
 
-clean:: ${USE_DIRS:%=%.clean}
-%.clean:
-	(cd $* && ${MAKE} clean)
+clean::
+	cd simpleChain && ${MAKE} clean