From: fotis Date: Thu, 18 May 2000 11:21:34 +0000 (+0000) Subject: deleting make files X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6b0a5e7ff257b7080c1ff1ceb292ff5d66d04f81;p=xmlgraphics-fop.git deleting make files git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/release-0-13-0@193355 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/org/apache/Makefile b/src/org/apache/Makefile deleted file mode 100644 index 4a965492c..000000000 --- a/src/org/apache/Makefile +++ /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 -