/[classpath]/gjdoc/Makefile.am
ViewVC logotype

Diff of /gjdoc/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by julian, Mon Feb 7 20:16:48 2005 UTC revision 1.20 by julian, Mon Feb 7 23:02:19 2005 UTC
# Line 1  Line 1 
1  ## Process this file with automake to produce Makefile.in.  ## Process this file with automake to produce Makefile.in.
2    
3    # Makefile.am
4    # Copyright (C) 2005 Free Software Foundation, Inc.
5    #
6    # This file is part of GNU Classpath.
7    #
8    # GNU Classpath is free software; you can redistribute it and/or modify
9    # it under the terms of the GNU General Public License as published by
10    # the Free Software Foundation; either version 2, or (at your option)
11    # any later version.
12    #  
13    # GNU Classpath is distributed in the hope that it will be useful, but
14    # WITHOUT ANY WARRANTY; without even the implied warranty of
15    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16    # General Public License for more details.
17    #
18    # You should have received a copy of the GNU General Public License
19    # along with GNU Classpath; see the file COPYING.  If not, write to the
20    # Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
21    # 02111-1307 USA.
22    
23  AM_GCJFLAGS = --classpath=$(CLASSPATH) -fassume-compiled -I$(srcdir)/src -I$(srcdir) -I$(ANTLR_JAR) -I.  AM_GCJFLAGS = --classpath=$(CLASSPATH) -fassume-compiled -I$(srcdir)/src -I$(srcdir) -I$(ANTLR_JAR) -I.
24    
25  USE_JAVAC_FLAGS = -classpath $(CLASSPATH):$(srcdir)/src:$(srcdir):$(ANTLR_JAR):. $(JAVAC_FLAGS)  USE_JAVAC_FLAGS = -classpath $(CLASSPATH):$(srcdir)/src:$(srcdir):$(ANTLR_JAR):. $(JAVAC_FLAGS)
# Line 347  com-sun-javadoc-$(VERSION).jar: createdi Line 367  com-sun-javadoc-$(VERSION).jar: createdi
367  com-sun-tools-doclets-Taglet-$(VERSION).jar: createdirectories $(com_sun_tools_doclets_Taglet_jar_CLASSES)  com-sun-tools-doclets-Taglet-$(VERSION).jar: createdirectories $(com_sun_tools_doclets_Taglet_jar_CLASSES)
368          $(JAR) cf $@ -C classes com/sun/tools          $(JAR) cf $@ -C classes com/sun/tools
369    
370  gnu-classpath-tools-gjdoc-$(VERSION).jar: createdirectories gjdoc.mf gjdoc.sh version.properties $(gnu_classpath_tools_gjdoc_jar_CLASSES) $(gnu_classpath_tools_gjdoc_jar_GENCLASSES)  gnu-classpath-tools-gjdoc-$(VERSION).jar: createdirectories gjdoc.mf version.properties $(gnu_classpath_tools_gjdoc_jar_CLASSES) $(gnu_classpath_tools_gjdoc_jar_GENCLASSES)
371          for res in $(gnu_classpath_tools_gjdoc_jar_CSS) $(gnu_classpath_tools_gjdoc_jar_DTDS) \          for res in $(gnu_classpath_tools_gjdoc_jar_CSS) $(gnu_classpath_tools_gjdoc_jar_DTDS) \
372          $(gnu_classpath_tools_gjdoc_jar_ENTS) $(gnu_classpath_tools_gjdoc_jar_MODS) \          $(gnu_classpath_tools_gjdoc_jar_ENTS) $(gnu_classpath_tools_gjdoc_jar_MODS) \
373          $(gnu_classpath_tools_gjdoc_jar_PROPERTIES) $(gnu_classpath_tools_gjdoc_jar_RNGS) \          $(gnu_classpath_tools_gjdoc_jar_PROPERTIES) $(gnu_classpath_tools_gjdoc_jar_RNGS) \
# Line 470  antlr.jar: Line 490  antlr.jar:
490    
491  version.properties:  version.properties:
492          echo "gjdoc.version=$(VERSION)" >version.properties          echo "gjdoc.version=$(VERSION)" >version.properties
   
 gjdoc.sh:  
 if !ENABLE_NATIVE  
         echo "#!/bin/sh" > $@  
         echo "JAVA=$(JAVA)" >> $@  
         echo "$$""JAVA -classpath $(datadir)/java/ext/com-sun-javadoc.jar:$(datadir)/java/ext/com-sun-tools-doclets-Taglet.jar:$(datadir)/java/ext/gnu-classpath-tools-gjdoc.jar:""$$""CLASSPATH gnu.classpath.tools.gjdoc.Main" >> $@  
 endif  

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26