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

Diff of /classpath/lib/Makefile.am

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

revision 1.63.2.3 by gnu_andrew, Sat Jan 15 17:02:21 2005 UTC revision 1.63.2.4 by gnu_andrew, Sun Jan 16 02:14:50 2005 UTC
# Line 18  propertyfiles :=  $(shell cd $(top_srcdi Line 18  propertyfiles :=  $(shell cd $(top_srcdi
18    
19  # handling source to bytecode compiler programs like gcj, jikes  and kjc  # handling source to bytecode compiler programs like gcj, jikes  and kjc
20  if FOUND_GCJ  if FOUND_GCJ
21  JAVAC = $(GCJ) --bootclasspath '' --classpath $(top_srcdir):$(top_srcdir)/vm/reference:.:$(USER_CLASSLIB) -C -d . @classes  JAVAC = $(GCJ) --bootclasspath '' --classpath $(top_srcdir):$(top_srcdir)/vm/reference:.:$(USER_CLASSLIB) -C -d . @classes.standard \
22    && $(GCJ) -Wno-deprecated --bootclasspath '' --classpath $(top_srcdir):$(top_srcdir)/vm/reference:.:$(USER_CLASSLIB) -C -d . @classes.awt \
23    && $(GCJ) -Wno-deprecated --bootclasspath '' --classpath $(top_srcdir):$(top_srcdir)/vm/reference:.:$(USER_CLASSLIB) -C -d . @classes.standardx
24  else  else
25  if FOUND_JIKES  if FOUND_JIKES
26  JAVAC = $(JIKES) +F -bootclasspath '' -extdirs '' -sourcepath '' --classpath $(top_srcdir):$(top_srcdir)/vm/reference:.:$(USER_CLASSLIB) -d . @classes  JAVAC = $(JIKES) +F -bootclasspath '' -extdirs '' -sourcepath '' --classpath $(top_srcdir):$(top_srcdir)/vm/reference:.:$(USER_CLASSLIB) -d . @classes
# Line 86  compile-classes: classes $(JAVA_SRCS) Ma Line 88  compile-classes: classes $(JAVA_SRCS) Ma
88          touch compile-classes          touch compile-classes
89    
90  EXTRA_DIST = standard.omit mkcollections.pl.in  EXTRA_DIST = standard.omit mkcollections.pl.in
91  CLEANFILES = compile-classes resources classes glibj.zip classes.1 \  CLEANFILES = compile-classes resources classes \
92            classes.standard classes.awt classes.standardx glibj.zip classes.1 \
93          $(JAVA_DEPEND)          $(JAVA_DEPEND)
94    
95  clean-local:  clean-local:

Legend:
Removed from v.1.63.2.3  
changed lines
  Added in v.1.63.2.4

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