/[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.5 by gnu_andrew, Sun Jan 16 15:15:14 2005 UTC revision 1.63.2.6 by gnu_andrew, Mon Jan 31 18:02:50 2005 UTC
# Line 11  propertyfiles :=  $(shell cd $(top_srcdi Line 11  propertyfiles :=  $(shell cd $(top_srcdi
11  compile_classpath = $(top_srcdir):$(top_srcdir)/vm/reference:$(top_srcdir)/external/w3c_dom:$(top_srcdir)/external/sax:.:$(USER_CLASSLIB)  compile_classpath = $(top_srcdir):$(top_srcdir)/vm/reference:$(top_srcdir)/external/w3c_dom:$(top_srcdir)/external/sax:.:$(USER_CLASSLIB)
12    
13  # handling source to bytecode compiler programs like gcj, jikes  and kjc  # handling source to bytecode compiler programs like gcj, jikes  and kjc
14    if FOUND_ECJ
15    JAVAC = $(ECJ) -1.5 -warn:-deprecation,serial -proceedOnError -bootclasspath '' -classpath $(compile_classpath) -d . @classes
16    else
17  if FOUND_GCJ  if FOUND_GCJ
18  JAVAC = $(GCJ) --bootclasspath '' --classpath $(compile_classpath) -C -d . @classes.standard \  JAVAC = $(GCJ) --bootclasspath '' --classpath $(compile_classpath) -C -d . @classes.standard \
19  && $(GCJ) -Wno-deprecated --bootclasspath '' --classpath $(compile_classpath) -C -d . @classes.awt \  && $(GCJ) -Wno-deprecated --bootclasspath '' --classpath $(compile_classpath) -C -d . @classes.awt \
# Line 30  endif # FOUND_GCJX Line 33  endif # FOUND_GCJX
33  endif # FOUND_KJC  endif # FOUND_KJC
34  endif # FOUND_GCJ  endif # FOUND_GCJ
35  endif # FOUND_JIKES  endif # FOUND_JIKES
36    endif # FOUND_ECJ
37    
38  JAVAH = $(USER_JAVAH) -jni -classpath .:$(USER_CLASSLIB)  JAVAH = $(USER_JAVAH) -jni -classpath .:$(USER_CLASSLIB)
39    

Legend:
Removed from v.1.63.2.5  
changed lines
  Added in v.1.63.2.6

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