diff options
Diffstat (limited to 'src/org/apache/fop/render/awt')
-rw-r--r-- | src/org/apache/fop/render/awt/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/org/apache/fop/render/awt/Makefile b/src/org/apache/fop/render/awt/Makefile deleted file mode 100644 index a56f3c571..000000000 --- a/src/org/apache/fop/render/awt/Makefile +++ /dev/null @@ -1,23 +0,0 @@ - - -BASEDIR:=../../../../../.. -include $(BASEDIR)/Makefile.rules - -SUBDIRS= - -SOURCES=AWTRenderer.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 - |