Browse Source

PR:

Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193229 13f79535-47bb-0310-9956-ffa450edef68
pull/42/head
jtauber 24 years ago
parent
commit
1b7fb8d1f4
3 changed files with 10 additions and 6 deletions
  1. 5
    4
      Makefile
  2. 1
    0
      Makefile.rules
  3. 4
    2
      STATUS

+ 5
- 4
Makefile View File

@@ -60,8 +60,8 @@ compilegen: properties charlist fonts
cd $(GENDIR) && \
($(FIND) . -name \*.java -print > javafiletoc) && \
for javafile in `cat javafiletoc` ; do \
echo $(JAVAC) $(JAVAC_ARGS) $$javafile ;\
$(JAVAC) $(JAVAC_ARGS) $$javafile ;\
echo $(JAVAC) $(GEN_JAVAC_ARGS) $$javafile ;\
$(JAVAC) $(GEN_JAVAC_ARGS) $$javafile ;\
done

$(GENDIR):
@@ -95,9 +95,10 @@ distgen:
($(TAR) -cf - -T $(JARTOC) | (cd ../$(JARTEMP); $(TAR) -xf - ))

distorg:
cd src && \
rm -f $(JARTOC) && \
($(FIND) src/org -name \*.class -print > $(JARTOC)) && \
($(TAR) -cf - -T $(JARTOC) | (cd $(JARTEMP); $(TAR) -xf - ))
($(FIND) org -name \*.class -print > $(JARTOC)) && \
($(TAR) -cf - -T $(JARTOC) | (cd ../$(JARTEMP); $(TAR) -xf - ))

$(TARGETS:%=%subs): %subs :
for dir in $(SUBDIRS) ; do \

+ 1
- 0
Makefile.rules View File

@@ -9,6 +9,7 @@ JAVAC = javac

# following class path is for CygWin bash
JAVAC_ARGS = -g:none -classpath "$(BASEDIR)/src;$(BASEDIR)/generated;$(CLASSPATH)"
GEN_JAVAC_ARGS = -g:none -classpath "../src;$(CLASSPATH)"

FIND=find
TAR=tar

+ 4
- 2
STATUS View File

@@ -2,6 +2,8 @@ $Id$

STATUS

Transition to xml.apache.org isn't complete yet
Makefiles don't fully work
Things to do before releasing as 0.12.0:

Make sure Makefiles work
Get images working


Loading…
Cancel
Save