o-files = $(cc-files:source/%.cc=lib/$(deal_II_dimension)d/%.o)
go-files = $(cc-files:source/%.cc=lib/$(deal_II_dimension)d/%.go)
h-files = $(wildcard include/*.h)
-lib-h-files = $(shell echo $(include-path-base)/*.h \
- $(include-path-lac)/*.h \
+lib-h-files = $(shell echo $(include-path-base)/base/*.h \
+ $(include-path-lac)/lac/*.h \
$(include-path-deal2)/*/*.h)
# As before, define a list of libraries. This, of course depends on
# since object files are placed in the present directory for this
# application. All these things are made in the next rule:
Makefile.dep: $(target).cc Makefile \
- $(shell echo $(include-path-base)/*.h \
- $(include-path-lac)/*.h \
+ $(shell echo $(include-path-base)/base/*.h \
+ $(include-path-lac)/lac/*.h \
$(include-path-deal2)/*/*.h)
@echo ============================ Remaking Makefile
@perl $D/common/scripts/make_dependencies.pl $(INCLUDE) $(target).cc \
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