From: gustav_b Date: Mon, 12 Nov 2007 21:41:55 +0000 (+0000) Subject: Remove makefiles that shouldn't be in repos X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=343655aa683e43d3b0f96b6722cd728e6c58fbfc;p=inkscape.git Remove makefiles that shouldn't be in repos --- 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)