]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Move object file creation rules to global Makefile.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 8 Jun 1998 01:09:37 +0000 (01:09 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 8 Jun 1998 01:09:37 +0000 (01:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@388 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/Makefile
deal.II/deal.II/source/grid/Makefile
deal.II/deal.II/source/numerics/Makefile

index deac3668082aff29fad067568c62be6583cde175..963ef9ba7a4c733ac432bcd27b4ff243d4cf6ed9 100644 (file)
@@ -9,16 +9,6 @@ go-files = $(cc-files:.cc=.go)
 h-files  = $(wildcard ../include/*/*.h)
 
 
-%.go : %.cc
-       @echo ============================ Compiling with debugging information:   $<
-       @echo $(CXX) ... -c $< -o $@
-       @$(CXX) $(CXXFLAGS.g) -c $< -o $@
-%.o : %.cc
-       @echo ============================ Compiling with optimization:   $<
-       @echo $(CXX) ... -c $< -o $@
-       @$(CXX) $(CXXFLAGS) -c $< -o $@
-
-
 lib: lib.g.a lib.a
 
 lib.a: ../../lib/libfe.a($(o-files))
index b4793b6e2dc65ab9ee66f869bd961698c6bbed57..6ca726f6b60466280af85660875b21fd8b79cf6c 100644 (file)
@@ -9,16 +9,6 @@ go-files = $(cc-files:.cc=.go)
 h-files  = $(wildcard ../include/*/*.h)
 
 
-%.go : %.cc
-       @echo ============================ Compiling with debugging information:   $<
-       @echo $(CXX) ... -c $< -o $@
-       @$(CXX) $(CXXFLAGS.g) -c $< -o $@
-%.o : %.cc
-       @echo ============================ Compiling with optimization:   $<
-       @echo $(CXX) ... -c $< -o $@
-       @$(CXX) $(CXXFLAGS) -c $< -o $@
-
-
 lib: lib.g.a lib.a
 
 lib.a: ../../lib/libgrid.a($(o-files))
index 150e4287ff57a0fe64f9ddb024a96bbeabb4b2da..f39250fe62dc7ab2c0acd54c18b33819f67a0ff4 100644 (file)
@@ -9,16 +9,6 @@ go-files = $(cc-files:.cc=.go)
 h-files  = $(wildcard ../include/*/*.h)
 
 
-%.go : %.cc
-       @echo ============================ Compiling with debugging information:   $<
-       @echo $(CXX) ... -c $< -o $@
-       @$(CXX) $(CXXFLAGS.g) -c $< -o $@
-%.o : %.cc
-       @echo ============================ Compiling with optimization:   $<
-       @echo $(CXX) ... -c $< -o $@
-       @$(CXX) $(CXXFLAGS) -c $< -o $@
-
-
 lib: lib.g.a lib.a
 
 lib.a: ../../lib/libnumerics.a($(o-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.