From fc3315e3c466942e71647fabaaf941babb88f352 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 16 Feb 2001 09:50:08 +0000 Subject: [PATCH] Reorder linker flags. git-svn-id: https://svn.dealii.org/trunk@3952 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/Makefile.large | 2 +- deal.II/doc/development/Makefile.small | 2 +- deal.II/examples/step-1/Makefile | 2 +- deal.II/examples/step-2/Makefile | 2 +- deal.II/examples/step-3/Makefile | 2 +- deal.II/examples/step-4/Makefile | 2 +- deal.II/examples/step-5/Makefile | 2 +- deal.II/examples/step-6/Makefile | 2 +- deal.II/examples/step-7/Makefile | 2 +- deal.II/examples/step-8/Makefile | 2 +- deal.II/examples/step-9/Makefile | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) 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 -- 2.39.5