# get lists of files we need
-# list of libraries needed to link with
-libs = -ldeal_II_2d -llac -lbase
-libs.g = -ldeal_II_2d.g -llac.g -lbase.g
+# list of libraries needed to link with. this example needs the 3d
+# part as well
+libs.o = -ldeal_II_2d -ldeal_II_2d -llac -lbase
+libs.g = -ldeal_II_2d.g -ldeal_II_3d.g -llac.g -lbase.g
# check whether we use debug mode or not
libraries = $(target).go $(libs.g)
flags = $(CXXFLAGS.g)
else
- libraries = $(target).go $(libs)
+ libraries = $(target).go $(libs.o)
flags = $(CXXFLAGS.o)
endif
# get lists of files we need
-# list of libraries needed to link with
-libs = -ldeal_II_2d -llac -lbase
-libs.g = -ldeal_II_2d.g -llac.g -lbase.g
+# list of libraries needed to link with. this example needs the 3d
+# part as well
+libs.o = -ldeal_II_2d -ldeal_II_2d -llac -lbase
+libs.g = -ldeal_II_2d.g -ldeal_II_3d.g -llac.g -lbase.g
# check whether we use debug mode or not
libraries = $(target).go $(libs.g)
flags = $(CXXFLAGS.g)
else
- libraries = $(target).go $(libs)
+ libraries = $(target).go $(libs.o)
flags = $(CXXFLAGS.o)
endif
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