src/hg/utils/automation/makefile 1.15
1.15 2010/05/28 19:07:45 hiram
need to mkdir scripts
Index: src/hg/utils/automation/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/automation/makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -b -B -U 1000000 -r1.14 -r1.15
--- src/hg/utils/automation/makefile 12 Aug 2009 08:21:38 -0000 1.14
+++ src/hg/utils/automation/makefile 28 May 2010 19:07:45 -0000 1.15
@@ -1,51 +1,52 @@
# Build all directories in utils
include ../../../inc/common.mk
all: scripts
scripts:
+ ${MKDIR} ${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