]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
remove makesfile
authorfotis <fotis@unknown>
Sun, 4 Jun 2000 08:39:16 +0000 (08:39 +0000)
committerfotis <fotis@unknown>
Sun, 4 Jun 2000 08:39:16 +0000 (08:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193397 13f79535-47bb-0310-9956-ffa450edef68

src/Makefile [deleted file]

diff --git a/src/Makefile b/src/Makefile
deleted file mode 100644 (file)
index 1c6786f..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-BASEDIR:=..
-include $(BASEDIR)/Makefile.rules
-
-SUBDIRS=org
-
-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
-