From: Wolfgang Bangerth Date: Fri, 16 Feb 2001 09:50:08 +0000 (+0000) Subject: Reorder linker flags. X-Git-Tag: v8.0.0~19720 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b71952830b81fc4916bb5fec2353209b706bd52;p=dealii.git Reorder linker flags. git-svn-id: https://svn.dealii.org/trunk@3952 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/development/Makefile.large b/deal.II/doc/development/Makefile.large index c4cde446bc..2801622b06 100644 --- a/deal.II/doc/development/Makefile.large +++ b/deal.II/doc/development/Makefile.large @@ -112,7 +112,7 @@ lib/$(deal_II_dimension)d/%.o : # Next define how to link the executable $(target) : $(libraries) Makefile @echo =====waves=======$(deal_II_dimension)d==============$(MT)== Linking $(@F) - @$(CXX) $(LDFLAGS) -o $(target) $(libraries) $(LIBS) + @$(CXX) -o $(target) $(libraries) $(LIBS) $(LDFLAGS) diff --git a/deal.II/doc/development/Makefile.small b/deal.II/doc/development/Makefile.small index b68864a0a4..d007082377 100644 --- a/deal.II/doc/development/Makefile.small +++ b/deal.II/doc/development/Makefile.small @@ -94,7 +94,7 @@ endif # if you call it without arguments. $(target) : $(libraries) @echo ============================ Linking $@ - @$(CXX) $(LDFLAGS) -o $@ $^ $(LIBS) + @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS) # To make running the application somewhat independent of the actual diff --git a/deal.II/examples/step-1/Makefile b/deal.II/examples/step-1/Makefile index 94838e216e..78d2c0413b 100644 --- a/deal.II/examples/step-1/Makefile +++ b/deal.II/examples/step-1/Makefile @@ -94,7 +94,7 @@ endif # if you call it without arguments. $(target) : $(libraries) @echo ============================ Linking $@ - @$(CXX) $(LDFLAGS) -o $@ $^ $(LIBS) + @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS) # To make running the application somewhat independent of the actual diff --git a/deal.II/examples/step-2/Makefile b/deal.II/examples/step-2/Makefile index 9fc71a38a0..90599cc42e 100644 --- a/deal.II/examples/step-2/Makefile +++ b/deal.II/examples/step-2/Makefile @@ -94,7 +94,7 @@ endif # if you call it without arguments. $(target) : $(libraries) @echo ============================ Linking $@ - @$(CXX) $(LDFLAGS) -o $@ $^ $(LIBS) + @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS) # To make running the application somewhat independent of the actual diff --git a/deal.II/examples/step-3/Makefile b/deal.II/examples/step-3/Makefile index 94838e216e..9430661aec 100644 --- a/deal.II/examples/step-3/Makefile +++ b/deal.II/examples/step-3/Makefile @@ -94,7 +94,7 @@ endif # if you call it without arguments. $(target) : $(libraries) @echo ============================ Linking $@ - @$(CXX) $(LDFLAGS) -o $@ $^ $(LIBS) + @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS) # To make running the application somewhat independent of the actual diff --git a/deal.II/examples/step-4/Makefile b/deal.II/examples/step-4/Makefile index 56b00989a5..7d300b7511 100644 --- a/deal.II/examples/step-4/Makefile +++ b/deal.II/examples/step-4/Makefile @@ -96,7 +96,7 @@ endif # if you call it without arguments. $(target) : $(libraries) @echo ============================ Linking $@ - @$(CXX) $(LDFLAGS) -o $@ $^ $(LIBS) + @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS) # To make running the application somewhat independent of the actual diff --git a/deal.II/examples/step-5/Makefile b/deal.II/examples/step-5/Makefile index 94838e216e..9430661aec 100644 --- a/deal.II/examples/step-5/Makefile +++ b/deal.II/examples/step-5/Makefile @@ -94,7 +94,7 @@ endif # if you call it without arguments. $(target) : $(libraries) @echo ============================ Linking $@ - @$(CXX) $(LDFLAGS) -o $@ $^ $(LIBS) + @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS) # To make running the application somewhat independent of the actual diff --git a/deal.II/examples/step-6/Makefile b/deal.II/examples/step-6/Makefile index 94838e216e..9430661aec 100644 --- a/deal.II/examples/step-6/Makefile +++ b/deal.II/examples/step-6/Makefile @@ -94,7 +94,7 @@ endif # if you call it without arguments. $(target) : $(libraries) @echo ============================ Linking $@ - @$(CXX) $(LDFLAGS) -o $@ $^ $(LIBS) + @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS) # To make running the application somewhat independent of the actual diff --git a/deal.II/examples/step-7/Makefile b/deal.II/examples/step-7/Makefile index f0fa14d3ff..85ccf54f0e 100644 --- a/deal.II/examples/step-7/Makefile +++ b/deal.II/examples/step-7/Makefile @@ -94,7 +94,7 @@ endif # if you call it without arguments. $(target) : $(libraries) @echo ============================ Linking $@ - @$(CXX) $(LDFLAGS) -o $@ $^ $(LIBS) + @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS) # To make running the application somewhat independent of the actual diff --git a/deal.II/examples/step-8/Makefile b/deal.II/examples/step-8/Makefile index 94838e216e..9430661aec 100644 --- a/deal.II/examples/step-8/Makefile +++ b/deal.II/examples/step-8/Makefile @@ -94,7 +94,7 @@ endif # if you call it without arguments. $(target) : $(libraries) @echo ============================ Linking $@ - @$(CXX) $(LDFLAGS) -o $@ $^ $(LIBS) + @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS) # To make running the application somewhat independent of the actual diff --git a/deal.II/examples/step-9/Makefile b/deal.II/examples/step-9/Makefile index 94838e216e..9430661aec 100644 --- a/deal.II/examples/step-9/Makefile +++ b/deal.II/examples/step-9/Makefile @@ -94,7 +94,7 @@ endif # if you call it without arguments. $(target) : $(libraries) @echo ============================ Linking $@ - @$(CXX) $(LDFLAGS) -o $@ $^ $(LIBS) + @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS) # To make running the application somewhat independent of the actual