# 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)
# 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
# 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
# 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
# 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
# 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
# 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
# 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
# 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
# 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
# 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