/[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.66 by rsdio, Thu Aug 19 05:57:11 2004 UTC revision 1.67 by mark, Fri Sep 3 16:27:49 2004 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)/external/jaxp/source:$(top_builddir)/vm/current:.:$(USER_CLASSLIB) -C -d . @classes  JAVAC = $(GCJ) --bootclasspath '' --classpath $(top_srcdir):$(top_builddir)/vm/current:.:$(USER_CLASSLIB) -C -d . @classes
22  else  else
23  if FOUND_JIKES  if FOUND_JIKES
24  JAVAC = $(JIKES) +F -bootclasspath '' -extdirs '' -sourcepath '' --classpath $(top_srcdir):$(top_srcdir)/external/jaxp/source:$(top_builddir)/vm/current:.:$(USER_CLASSLIB) -d . @classes  JAVAC = $(JIKES) +F -bootclasspath '' -extdirs '' -sourcepath '' --classpath $(top_srcdir):$(top_builddir)/vm/current:.:$(USER_CLASSLIB) -d . @classes
25  else  else
26  if FOUND_KJC  if FOUND_KJC
27  JAVAC = $(KJC) -classpath .:$(USER_CLASSLIB) -d . @classes  JAVAC = $(KJC) -classpath .:$(USER_CLASSLIB) -d . @classes

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

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