From: Colin Dewey Date: Mon, 27 Feb 2012 16:56:16 +0000 (-0600) Subject: Modified build rules for sam/libbam.a to enable parallel build X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=97554bbac838f2ed578d81f98e421dac0669e74e;p=rsem.git Modified build rules for sam/libbam.a to enable parallel build Thanks to Tomoaki Nishiyama for the suggestion. --- diff --git a/makefile b/makefile index cca54be..a6d863c 100644 --- a/makefile +++ b/makefile @@ -4,9 +4,9 @@ COFLAGS = -Wall -O3 -ffast-math -c -I. PROGRAMS = rsem-extract-reference-transcripts rsem-synthesis-reference-transcripts rsem-preref rsem-parse-alignments rsem-build-read-index rsem-run-em rsem-tbam2gbam rsem-run-gibbs rsem-calculate-credibility-intervals rsem-simulate-reads rsem-bam2wig rsem-get-unique rsem-bam2readdepth -all : build-sam $(PROGRAMS) +all : $(PROGRAMS) -build-sam : +sam/libbam.a : cd sam ; ${MAKE} all Transcript.h : utils.h