diff options
author | fotis <fotis@unknown> | 2000-06-04 08:32:59 +0000 |
---|---|---|
committer | fotis <fotis@unknown> | 2000-06-04 08:32:59 +0000 |
commit | 5249d7741e81396d3c16aacc0dc6be5dc986bf74 (patch) | |
tree | 01753f68510a7fbfc4c3e69d7652d32ae51260a3 /src/org/apache/fop/fo/flow/Makefile | |
parent | c3630921dedb480bbf82f50047afd90fe32a936a (diff) | |
download | xmlgraphics-fop-5249d7741e81396d3c16aacc0dc6be5dc986bf74.tar.gz xmlgraphics-fop-5249d7741e81396d3c16aacc0dc6be5dc986bf74.zip |
remove makefiles
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193395 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/org/apache/fop/fo/flow/Makefile')
-rw-r--r-- | src/org/apache/fop/fo/flow/Makefile | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/src/org/apache/fop/fo/flow/Makefile b/src/org/apache/fop/fo/flow/Makefile deleted file mode 100644 index 367affc1c..000000000 --- a/src/org/apache/fop/fo/flow/Makefile +++ /dev/null @@ -1,41 +0,0 @@ - - -BASEDIR:=../../../../../.. -include $(BASEDIR)/Makefile.rules - -SUBDIRS= - - -SOURCES=Block.java \ - DisplayGraphic.java \ - DisplayRule.java \ - DisplaySequence.java \ - Flow.java \ - InlineSequence.java \ - ListBlock.java \ - ListItem.java \ - ListItemBody.java \ - ListItemLabel.java \ - PageNumber.java \ - SimpleLink.java \ - StaticContent.java \ - Table.java \ - TableBody.java \ - TableCell.java \ - TableColumn.java \ - TableRow.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 - |