]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
This commit was manufactured by cvs2svn to create tag tags/RELEASE_0_12_0_pre_5 RELEASE_0_12_0_pre_5
author(no author) <(no author)@unknown>
Wed, 17 Nov 1999 01:33:15 +0000 (01:33 +0000)
committer(no author) <(no author)@unknown>
Wed, 17 Nov 1999 01:33:15 +0000 (01:33 +0000)
'RELEASE_0_12_0_pre_5'.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/tags/RELEASE_0_12_0_pre_5@193225 13f79535-47bb-0310-9956-ffa450edef68

src/Makefile [new file with mode: 0644]

diff --git a/src/Makefile b/src/Makefile
new file mode 100644 (file)
index 0000000..1c6786f
--- /dev/null
@@ -0,0 +1,20 @@
+
+
+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
+