From: fotis Date: Sun, 4 Jun 2000 08:39:16 +0000 (+0000) Subject: remove makesfile X-Git-Tag: pre-columns~480 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cd860ad1ad63e6c24e4120b000b2bd3fa9134438;p=xmlgraphics-fop.git remove makesfile git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193397 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/Makefile b/src/Makefile deleted file mode 100644 index 1c6786f7e..000000000 --- a/src/Makefile +++ /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 -