]> https://gitweb.dealii.org/ - dealii.git/commitdiff
-.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 6 Mar 1998 17:32:16 +0000 (17:32 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 6 Mar 1998 17:32:16 +0000 (17:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@39 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Attic/examples/Makefile
tests/big-tests/Makefile

index 00f5f90ea465fdc79e1d59df17bfe7475e90f088..719e01c5d08b40bfd3613bf5c251b51a9fc4bf3c 100644 (file)
@@ -1,11 +1,12 @@
 # $Id$
 
 CXX=c++
-CXXFLAGS.g= -DDEBUG -g -Wall -I../include
-CXXFLAGS  = -O3 -I../include
+INCPATH   = -I../include -I../../lac/include -I../../base/include
+CXXFLAGS.g= -DDEBUG -g -Wall $(INCPATH)
+CXXFLAGS  = -O3 $(INCPATH)
 
-LIBS.g    = -L../lib -lbasic.g -lgrid.g -lfe.g -lnumerics.g -ldeal.g
-LIBS      = -L../lib -lbasic -lgrid -lfe -lnumerics  -ldeal
+LIBS.g    = -L../lib -lbasic.g -lgrid.g -lfe.g -lnumerics.g -llac.g
+LIBS      = -L../lib -lbasic -lgrid -lfe -lnumerics 
 
 ifeq ($(shell uname),SunOS)
 CXXFLAGS  := -V2.7.2.3 $(CXXFLAGS)
index 00f5f90ea465fdc79e1d59df17bfe7475e90f088..719e01c5d08b40bfd3613bf5c251b51a9fc4bf3c 100644 (file)
@@ -1,11 +1,12 @@
 # $Id$
 
 CXX=c++
-CXXFLAGS.g= -DDEBUG -g -Wall -I../include
-CXXFLAGS  = -O3 -I../include
+INCPATH   = -I../include -I../../lac/include -I../../base/include
+CXXFLAGS.g= -DDEBUG -g -Wall $(INCPATH)
+CXXFLAGS  = -O3 $(INCPATH)
 
-LIBS.g    = -L../lib -lbasic.g -lgrid.g -lfe.g -lnumerics.g -ldeal.g
-LIBS      = -L../lib -lbasic -lgrid -lfe -lnumerics  -ldeal
+LIBS.g    = -L../lib -lbasic.g -lgrid.g -lfe.g -lnumerics.g -llac.g
+LIBS      = -L../lib -lbasic -lgrid -lfe -lnumerics 
 
 ifeq ($(shell uname),SunOS)
 CXXFLAGS  := -V2.7.2.3 $(CXXFLAGS)

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.