]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
deleting make files
authorfotis <fotis@unknown>
Thu, 18 May 2000 11:21:34 +0000 (11:21 +0000)
committerfotis <fotis@unknown>
Thu, 18 May 2000 11:21:34 +0000 (11:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/release-0-13-0@193355 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/Makefile [deleted file]

diff --git a/src/org/apache/Makefile b/src/org/apache/Makefile
deleted file mode 100644 (file)
index 4a96549..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-BASEDIR:=../../..
-include $(BASEDIR)/Makefile.rules
-
-SUBDIRS=fop
-
-all: allsubs
-
-clean: cleanme cleansubs
-
-cleanme:
-       rm -f *.class
-
-
-$(TARGETS:%=%subs): %subs :
-       for dir in $(SUBDIRS) ; do \
-               (cd $$dir && pwd && $(MAKE) $(MFLAGS) $*) || exit 1 ; \
-       done
-