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

Diff of /classpath/examples/Makefile.am

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

revision 1.1.2.6 by gnu_andrew, Sat Sep 10 15:31:35 2005 UTC revision 1.1.2.7 by gnu_andrew, Wed Nov 2 22:05:20 2005 UTC
# Line 1  Line 1 
1  ## Input file for automake to generate the Makefile.in used by configure  ## Input file for automake to generate the Makefile.in used by configure
2    
3  # Setup the compiler to use the GNU Classpath library we just build  # Setup the compiler to use the GNU Classpath library we just build
4  if FOUND_GCJ  #if FOUND_GCJ
5  JCOMPILER = $(GCJ) --bootclasspath '$(top_builddir)/lib' --classpath . -C  #JCOMPILER = $(GCJ) --bootclasspath '$(top_builddir)/lib' --classpath . -C
6  else  #else
7  if FOUND_JIKES  #if FOUND_JIKES
8  JCOMPILER = $(JIKES) -bootclasspath '' -extdirs '' -sourcepath '' --classpath $(top_builddir)/lib:.  #JCOMPILER = $(JIKES) -bootclasspath '' -extdirs '' -sourcepath '' --classpath $(top_builddir)/lib:.
9  else  #else
10  if FOUND_GCJX  if FOUND_GCJX
11  JCOMPILER = $(GCJX) -bootclasspath '' -sourcepath '' -classpath $(top_builddir)/lib:.  JCOMPILER = $(GCJX) -bootclasspath '' -sourcepath '' -classpath $(top_builddir)/lib:.
12  else  else
# Line 15  JCOMPILER = $(ECJ) -1.5 -bootclasspath ' Line 15  JCOMPILER = $(ECJ) -1.5 -bootclasspath '
15  else  else
16  error dunno how to setup the JCOMPILER and compile  error dunno how to setup the JCOMPILER and compile
17  endif  endif
18  endif  #endif
19  endif  #endif
20  endif  endif
21    
22  # All our example java source files  # All our example java source files

Legend:
Removed from v.1.1.2.6  
changed lines
  Added in v.1.1.2.7

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