summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e6bdf74)
raw | patch | inline | side by side (parent: e6bdf74)
author | gustav_b <gustav_b@users.sourceforge.net> | |
Mon, 12 Nov 2007 21:41:55 +0000 (21:41 +0000) | ||
committer | gustav_b <gustav_b@users.sourceforge.net> | |
Mon, 12 Nov 2007 21:41:55 +0000 (21:41 +0000) |
src/libgdl/makefile | [deleted file] | patch | blob | history |
src/pedro/makefile | [deleted file] | patch | blob | history |
diff --git a/src/libgdl/makefile b/src/libgdl/makefile
--- a/src/libgdl/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Convenience stub makefile to call the real Makefile.
-
-
-
-# Explicit so that it's the default rule.
-all:
- cd .. && $(MAKE) libgdl/all
-
-clean %.a %.o:
- cd .. && $(MAKE) libgdl/$@
-
-.PHONY: all clean
-
-OBJEXT = o
-
-.SUFFIXES:
-.SUFFIXES: .a .$(OBJEXT)
diff --git a/src/pedro/makefile b/src/pedro/makefile
--- a/src/pedro/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Convenience stub makefile to call the real Makefile.
-
-
-
-# Explicit so that it's the default rule.
-all:
- cd .. && $(MAKE) pedro/all
-
-clean %.a %.o:
- cd .. && $(MAKE) pedro/$@
-
-.PHONY: all clean
-
-OBJEXT = o
-
-.SUFFIXES:
-.SUFFIXES: .a .$(OBJEXT)