src/hg/utils/automation/makefile 1.14

1.14 2009/08/12 08:21:38 markd
added make test, simplify rules
Index: src/hg/utils/automation/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/automation/makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -B -U 1000000 -r1.13 -r1.14
--- src/hg/utils/automation/makefile	3 Dec 2008 20:04:39 -0000	1.13
+++ src/hg/utils/automation/makefile	12 Aug 2009 08:21:38 -0000	1.14
@@ -1,47 +1,51 @@
 # Build all directories in utils
 
 include ../../../inc/common.mk
 
+all: scripts
+
 scripts:
 	@for F in ${SCRIPT_FILES}; do \
 	    chmod +x $$F; \
 	    rm -f ${SCRIPTS}/$${F}; \
 	    echo cp -p $$F ${SCRIPTS}; \
 	    cp -p $$F ${SCRIPTS}; \
 	 done
 
 alpha: scripts
 
+clean:
+
 SCRIPT_FILES = \
 	blastz-make-joblist \
 	blastz-normalizeLav \
 	blastz-run-ucsc \
 	doBlastzChainNet.pl \
 	doEnsGeneUpdate.pl \
 	doHgNearBlastp.pl \
 	synBlastp.csh \
 	doRecipBest.pl \
 	doRepeatMasker.pl \
 	doWindowMasker.pl \
 	doSimpleRepeat.pl \
 	doSameSpeciesLiftOver.pl \
 	ensVersions \
 	extractNestedRepeats.pl \
 	extractGtf.pl \
 	Encode.pm \
 	EnsGeneAutomate.pm \
 	HgAutomate.pm \
 	HgDb.pm \
 	HgRemoteScript.pm \
 	HgStepManager.pm \
 	liftRMAlign.pl \
 	makeDownloads.pl \
 	makeGenomeDb.pl \
 	makePushQSql.pl \
 	monthlyUpdateIgtc.csh \
 	simplePartition.pl \
 	partitionSequence.pl \
 	RAFile.pm \
 	SafePipe.pm \
 	updateIgtc.pl