diff options
Diffstat (limited to 'src/org/apache/fop/render/pdf/Makefile')
-rw-r--r-- | src/org/apache/fop/render/pdf/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/org/apache/fop/render/pdf/Makefile b/src/org/apache/fop/render/pdf/Makefile deleted file mode 100644 index 2cf470a88..000000000 --- a/src/org/apache/fop/render/pdf/Makefile +++ /dev/null @@ -1,26 +0,0 @@ - - -BASEDIR:=../../../../../.. -include $(BASEDIR)/Makefile.rules - -SUBDIRS=fonts - -SOURCES= \ - Font.java \ - FontSetup.java \ - PDFRenderer.java - -CLASSES=$(SOURCES:.java=.class) - -all: $(CLASSES) - -clean: cleanme - -cleanme: - rm -f *.class - -$(TARGETS:%=%subs): %subs : - for dir in $(SUBDIRS) ; do \ - (cd $$dir && pwd && $(MAKE) $(MFLAGS) $*) || exit 1 ; \ - done - |