]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add additional libraries
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Sun, 3 Apr 2005 07:55:39 +0000 (07:55 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Sun, 3 Apr 2005 07:55:39 +0000 (07:55 +0000)
git-svn-id: https://svn.dealii.org/trunk@10335 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/doxygen/Makefile

index ffd7c6d66fd84afe66b4cf308aeb6e452638cf80..350190488fb0977e6682053834453d3a640db5e5 100644 (file)
@@ -28,11 +28,11 @@ all: product_matrix.exe block_matrix_array.exe
 
 block_matrix_array.exe: block_matrix_array.o $(lib-base.g) $(lib-lac.g)
        @echo =====linking====$(MT)== $<
-       @$(CXX) $(CXXFLAGS.g) $(LDFLAGS) -o $@ $^
+       @$(CXX) $(CXXFLAGS.g) $(LDFLAGS) -o $@ $^ $(LIBS)
 
 product_matrix.exe: product_matrix.o $(lib-base.g) $(lib-lac.g)
        @echo =====linking====$(MT)== $<
-       @$(CXX) $(CXXFLAGS.g) $(LDFLAGS) -o $@ $^
+       @$(CXX) $(CXXFLAGS.g) $(LDFLAGS) -o $@ $^ $(LIBS)
 
 ######################################################################
 # Pseudo target for cleaning directory

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.