aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/viewer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/apache/fop/viewer/Makefile')
-rw-r--r--src/org/apache/fop/viewer/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/org/apache/fop/viewer/Makefile b/src/org/apache/fop/viewer/Makefile
deleted file mode 100644
index aab835282..000000000
--- a/src/org/apache/fop/viewer/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-BASEDIR:=../../../../..
-include $(BASEDIR)/Makefile.rules
-
-SUBDIRS=
-
-SOURCES=Command.java \
- DocumentPanel.java \
- IconToolBar.java \
- LoadableProperties.java \
- MessageException.java \
- MessagesDialog.java \
- PreviewDialog.java \
- PreviewDialogAboutBox.java \
- ProgressListener.java \
- SecureResourceBundle.java \
- Translator.java \
- UserMessage.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
-
-