]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
And replace .go by .g.o
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 24 Jul 2002 14:14:30 +0000 (14:14 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 24 Jul 2002 14:14:30 +0000 (14:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@6274 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/development/Makefile.large

index ad60c26e3f222e0da4033dee62db0e8da330a8b2..33d9bd201b58599f12f2208895bd06b16741d9de 100644 (file)
@@ -47,7 +47,7 @@ include $D/common/Make.global_options
 # same base name as the `.cc' file.
 cc-files    = $(shell echo source/*.cc)
 o-files     = $(cc-files:source/%.cc=lib/$(deal_II_dimension)d/%.o)
-go-files    = $(cc-files:source/%.cc=lib/$(deal_II_dimension)d/%.go)
+go-files    = $(cc-files:source/%.cc=lib/$(deal_II_dimension)d/%.g.o)
 h-files     = $(wildcard include/*.h)
 lib-h-files = $(shell echo $(include-path-base)/base/*.h    \
                            $(include-path-lac)/lac/*.h      \
@@ -93,7 +93,7 @@ flags += -Ddeal_II_dimension=$(deal_II_dimension)
 
 # The following two rules define how to compile C++ files into object
 # files:
-lib/$(deal_II_dimension)d/%.go :
+lib/$(deal_II_dimension)d/%.g.o :
        @echo =====waves=======$(deal_II_dimension)d====debug=====$(MT)== $(<F)
        @$(CXX) $(flags) -c $< -o $@
 lib/$(deal_II_dimension)d/%.o :
@@ -120,7 +120,7 @@ clean: clean-lib clean-data
        -rm -f *~ */*~ */*/*~ lib/Makefile.dep
 
 clean-lib:
-       -rm -f lib/?d/*.o lib/?d/*.go lib/$(target) lib/TAGS
+       -rm -f lib/?d/*.o lib/?d/*.g.o lib/$(target) lib/TAGS
 
 clean-data:
        -rm -f $(clean-up-files)

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.