summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgustav_b <gustav_b@users.sourceforge.net>2007-11-12 21:41:55 +0000
committergustav_b <gustav_b@users.sourceforge.net>2007-11-12 21:41:55 +0000
commit8c014fc6f64dd94c865f47fe929013c7c7af6317 (patch)
tree078e976adad252397444b07fcc2184bd67959ee5 /src
parentupdate to 2geom rev. 1168 (diff)
downloadinkscape-8c014fc6f64dd94c865f47fe929013c7c7af6317.tar.gz
inkscape-8c014fc6f64dd94c865f47fe929013c7c7af6317.zip
Remove makefiles that shouldn't be in repos
(bzr r4069)
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)