]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Provide a target 'all' in all Makefiles that simply builds the application. This...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 20 Mar 2012 19:08:56 +0000 (19:08 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 20 Mar 2012 19:08:56 +0000 (19:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@25312 0785d39b-7218-0410-832d-ea1e28bc413d

48 files changed:
deal.II/doc/development/Makefile.small
deal.II/examples/step-1/Makefile
deal.II/examples/step-10/Makefile
deal.II/examples/step-11/Makefile
deal.II/examples/step-12/Makefile
deal.II/examples/step-13/Makefile
deal.II/examples/step-14/Makefile
deal.II/examples/step-15/Makefile
deal.II/examples/step-16/Makefile
deal.II/examples/step-17/Makefile
deal.II/examples/step-18/Makefile
deal.II/examples/step-19/Makefile
deal.II/examples/step-2/Makefile
deal.II/examples/step-20/Makefile
deal.II/examples/step-21/Makefile
deal.II/examples/step-22/Makefile
deal.II/examples/step-23/Makefile
deal.II/examples/step-24/Makefile
deal.II/examples/step-25/Makefile
deal.II/examples/step-26/Makefile
deal.II/examples/step-27/Makefile
deal.II/examples/step-28/Makefile
deal.II/examples/step-29/Makefile
deal.II/examples/step-3/Makefile
deal.II/examples/step-30/Makefile
deal.II/examples/step-31/Makefile
deal.II/examples/step-32/Makefile
deal.II/examples/step-33/Makefile
deal.II/examples/step-34/Makefile
deal.II/examples/step-35/Makefile
deal.II/examples/step-36/Makefile
deal.II/examples/step-37/Makefile
deal.II/examples/step-38/Makefile
deal.II/examples/step-39/Makefile
deal.II/examples/step-4/Makefile
deal.II/examples/step-40/Makefile
deal.II/examples/step-41/Makefile
deal.II/examples/step-42/Makefile
deal.II/examples/step-43/Makefile
deal.II/examples/step-44/Makefile
deal.II/examples/step-45/Makefile
deal.II/examples/step-46/Makefile
deal.II/examples/step-47/Makefile
deal.II/examples/step-5/Makefile
deal.II/examples/step-6/Makefile
deal.II/examples/step-7/Makefile
deal.II/examples/step-8/Makefile
deal.II/examples/step-9/Makefile

index 2b634d6364e5b9d98d5c534815c627bdf7e49af1..5d4bc0aebb57ca555abf3adf0947bab1a00ff86d 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 084f822e9a4696cb7883383e69d316827193e6a5..e02ddaa43888299a8c9a68bf30ea9cb8c7309753 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index baba24a2be9bf7a9ac8263926f54837d3da1ba6b..d2a4b253381fa5b94b95e7960178813dd8ee88c2 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 280c87c148ce8f5e6982cf00302a6ca6aa22245c..d931cbf17b01b0522bef22d458a4f2e655ff612e 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 3d40aaa78a8556a2d63eb5be8e13ab1808d0835a..157b9b238ec81a6c21a7df72a3c83b1e5d703a75 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 3d9ca159ddcf5ee6fee569988a0c77350158d767..3b648a3ae8e4bc33be8990722bae5b98fb822fea 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 78e15dcdad0f5680c2079d47306e8cc159e0e8b3..2f6033c359df692d53f2adcfa33540cf08bf37f2 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 4ecede1912a4199761800f7dfc0eaaa0763daa77..19de7f32d8b510dda3b11c2b76f5a11976fa3da6 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index bc5abffe760cab4764cc66794ba63da45a2fc41f..ec484f95e0c77c12e1323648e9708535b0fbe1a1 100644 (file)
@@ -72,6 +72,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -113,7 +114,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index b4b2082cbb7886875f4b4fb8500a8cb5cb49d7c7..7a758ed199804696708c4046328d62002e89fbb9 100644 (file)
@@ -105,6 +105,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -146,7 +147,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 1be975a61845c036095a2bc3f5e1cdcc6569602b..927bbdbbc5ac30f18e192dce5ca2b7a0d158b6ab 100644 (file)
@@ -105,6 +105,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -146,7 +147,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 35913edcb360dc31f2cb035525513b9f8922e27e..8c6307d53a6632e01daa8015bd4cfe0297f2472f 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index f02d72a57457de11ad8e65d1d5490af211ab472c..d1b8389bae12a99131929dbce3cbf5bfbf1aba0d 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 595a98107156d87019e23ed96c3669591e6c4766..bc9c6619a6524022c485f17d92e39ca0b9ce40c2 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index ae6d725b2960f8ded4e9ba77fd7a0cb62e1e5453..083fcc03b092f4a86d95649944e775225b741159 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index b9aabf3c6ec8199cf14add3ad9abc02b5c85a74e..8278a82fb430400d42183a8b7a59b98f8f9b8682 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 22f932d5ff0dfeec1a3617813051880b4a0c7e17..5a8afdaf877a8d81ac7516fb1703d10b1872ef7c 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 930c3342f6ea5f370fd362242d7e0043a909a375..88cc972b79ffa5ae481d1cd104f6f97013f30165 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 04c73a68caf34387d1b96076e8a4aa22221bf93d..d8b77a40525763b8171f0d0dc9109613226e0a26 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index d1f8135f2980ca94f2c1dc118aab81539001d172..ebd19938bf0f2cd25a140b2687af94564e912444 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 11266f695b3b9b70338cd971993269aeb3f05315..5b92ac4f5ce4a50a62dd3b931afb7853ac1763bb 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index ebe87a982d247abdd5075e07b7cca79707b7417a..95ac8e5e7e9ead46632870ffcfca226a0c7bb1da 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 82fbbb29a9b25902f5fda6d647faec009da788eb..b4972d4e842dbc5792016a6de0a94b63aac79542 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index a6e8e248954cb94481c2a29112b6f02348f68edc..313c8e62001b34f1a370d3a2dbe36b2172141545 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 86781f4373ca10e98bd59ade12f4140c780a7188..366c85901c9920893d0b8f3a38c6950e94c25ddd 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 53635501635a5904479dd19021e566c213ad29d6..95f7d2f7baa6ce13eaa19a22dc85299d7a616609 100644 (file)
@@ -92,6 +92,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -135,7 +136,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 317538fb0597aec121e99cefb26259b03eff3e96..40d652c2a23526645e65846913118f19ff6af02a 100644 (file)
@@ -93,6 +93,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -136,7 +137,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index e97f74f33be18b5c6bdfd73a742d93690e71edfa..89add1e5e983a1a89ba1f592822c8fdcc5e726a5 100644 (file)
@@ -99,6 +99,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -140,7 +141,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 67e03cc5b4a94a072d98ce56fc66e91158908334..3b5d05231e3a1270ae50dd7f8173fc74d91f41d7 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 6bdb6fc108968de970fb089423d2ffcbcb94bd6d..aa8175f2a99efa73929e7d56ad68d1f66407acd8 100755 (executable)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 1a18f86b919c81b7e6e8cd4ad5bb8a715cec4751..d848f31fe8dd1fd648c7917cade3ba411aa8d268 100644 (file)
@@ -102,6 +102,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -143,7 +144,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 2c39a273a86996faa483d63cb7de1fa6fed3c183..0b41eb0b8d92aecbe501fd81df2136c5fcac242e 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 88ebf317c0faee51b0100e120a8de23d3bf658bf..2a8fdd914b1ecbebd1ddebb149afd782799f7120 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 4953885f9b3bb22f0c5aa6ffff2c1de2c53894f1..302b3ce70a92331c52bbb10b03058c0248683784 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -115,7 +116,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 3e3f620ec15122958d46c4dbdcbc104ba28670ea..3a97fb53457658e5c7d29ba0951cf4c976b09e4b 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 8761f2c86fdcb0d841081c9a5896f0711e1db37b..cab518c66f3ecbc5112104204cc1df6175bab3e6 100644 (file)
@@ -97,6 +97,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -140,7 +141,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 66a2bf0b1078c22a28af68de749276d1a15555cb..2ef6a6d6d3aa237434baa8604fe5fa6468a41fcc 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 561f5adfeb9e724262c2d36f4f804b74e26c142b..8ffa568be9871fcae131aefc0a031f7f872cd4d2 100644 (file)
@@ -91,6 +91,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -132,7 +133,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 2fb15f3214d4333b1cb06659df74237d17ef9d15..ffff29298bd6351eb24c71556cad2923c9658a65 100644 (file)
@@ -92,6 +92,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -135,7 +136,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index dc39e88b684490021afed25381b608dcea1c6388..cd5c81afdadaa7acf88d1122eb76597ca8a277a1 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index ddb8f0103eb7e4dc60f1e0e4290a94e9a33e5b84..5494972b92cb6ba88e76df636da5e36562569cdc 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 33d8588416275ffe8059d1a558a3be7d6ede831f..1fd610c3e6cb15dfb324750ade36254dabc44c52 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 935b005b4364a278eda1d4991bb04d7ff05b0872..bd99d5fa3826b7bcddd57d2094304592037ec5c3 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 3e83e83c1e610ce86011dfa750a54f05330108f8..e8e3b6825e07d0762dae26f0b322f40e1b5eb002 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 695e0475300e51cba3f00106e7a712977dd66a6b..6d6c17d94381b2fd7d7985120dd29c697fd77e35 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index b0571b900175ac8bfefb49bcec36e6ea6a1f57f7..6bba8b570d3c99a7d269f06b493a4b3cb8d1ac01 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index ad172848f00ace78962d6df899f43901940c8e10..263d904274bdcf0351c59f7e0059d863eeed7c94 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:
index 2f733af35552a4b71624b8f982be629368125b59..66be9e4975331ada7c715d42513baa54652690ce 100644 (file)
@@ -73,6 +73,7 @@ endif
 # file produced from the single C++ file into the executable. Since
 # this is the first rule in the Makefile, it is the one `make' selects
 # if you call it without arguments.
+all: $(target)$(EXEEXT)
 $(target)$(EXEEXT) : $(libraries)
        @echo ============================ Linking $@
        @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
@@ -114,7 +115,7 @@ clean:
 # The following statement tells make that the rules `run' and `clean'
 # are not expected to produce files of the same name as Makefile rules
 # usually do.
-.PHONY: run clean
+.PHONY: all run clean
 
 
 # Finally there is a rule which you normally need not care much about:

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.