$(if $(USE_CONTRIB_UMFPACK:no=), umfpack,) \
$(if $(USE_CONTRIB_METIS:no=), metis,) \
$(if $(USE_CONTRIB_HSL:no=), hsl,) \
- $(shell if grep -q 'define HAVE_LIBLAPACK' $D/base/include/base/config.h ;\
+ $(shell if grep -q 'define HAVE_LIBLAPACK' $D/include/deal.II/base/config.h ;\
then echo lapack ; fi)
# now define the targets that actually do something
############################################################
# link with all libraries:
-libraries = $(lib-deal2-1d.g) \
- $(lib-deal2-2d.g) \
- $(lib-deal2-3d.g) \
- $(lib-lac.g) \
- $(lib-base.g)
-libraries_o = $(lib-deal2-1d.o) \
- $(lib-deal2-2d.o) \
- $(lib-deal2-3d.o) \
- $(lib-lac.o) \
- $(lib-base.o)
+libraries = $(lib-deal2.g)
+libraries_o = $(lib-deal2.o)
############################################################
# After all these general rules, here is the target to be
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