]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Simplify rules by avoiding an unnecessary intermediate step.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 22 Nov 2011 20:41:32 +0000 (20:41 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 22 Nov 2011 20:41:32 +0000 (20:41 +0000)
git-svn-id: https://svn.dealii.org/trunk@24761 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/Makefile

index b787067e15d6be42284dd7883e33e850cbcade47..5b953696bc574f4bba07e19eb3dd37e15aec2db6 100644 (file)
@@ -29,12 +29,9 @@ inst-files    := $(inst-in-files:%.in=%)
 
 
 # build unique object file names
-tmp1               := $(shell echo $(cc-files) | $(PERL) -pi -e 's,$D/source/,,g; s,/,_,g;')
-tmp-o-files-indep  := $(addprefix $(LIBDIR)/optimized/, $(tmp1:.cc=.$(OBJEXT)) )
-tmp-go-files-indep := $(addprefix $(LIBDIR)/debug/, $(tmp1:.cc=.$(OBJEXT)))
-
-o-files  := $(tmp-o-files-indep)
-go-files := $(tmp-go-files-indep)
+tmp1     := $(shell echo $(cc-files) | $(PERL) -pi -e 's,$D/source/,,g; s,/,_,g;')
+o-files  := $(addprefix $(LIBDIR)/optimized/, $(tmp1:.cc=.$(OBJEXT)) )
+go-files := $(addprefix $(LIBDIR)/debug/, $(tmp1:.cc=.$(OBJEXT)))
 
 
 debug: $(LIBDIR)/libdeal_II.g$(lib-suffix)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.