Code

Remove makefiles that shouldn't be in repos
authorgustav_b <gustav_b@users.sourceforge.net>
Mon, 12 Nov 2007 21:41:55 +0000 (21:41 +0000)
committergustav_b <gustav_b@users.sourceforge.net>
Mon, 12 Nov 2007 21:41:55 +0000 (21:41 +0000)
src/libgdl/makefile [deleted file]
src/pedro/makefile [deleted file]

diff --git a/src/libgdl/makefile b/src/libgdl/makefile
deleted file mode 100644 (file)
index abe183f..0000000
+++ /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
deleted file mode 100644 (file)
index 33c1547..0000000
+++ /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)