summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libgdl/makefile17
-rw-r--r--src/pedro/makefile17
2 files changed, 0 insertions, 34 deletions
diff --git a/src/libgdl/makefile b/src/libgdl/makefile
deleted file mode 100644
index abe183f9d..000000000
--- 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
deleted file mode 100644
index 33c154785..000000000
--- 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)