/[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.3 by gnu_andrew, Wed Feb 2 01:56:01 2005 UTC revision 1.1.2.4 by gnu_andrew, Wed Feb 16 01:11:40 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
 if FOUND_ECJ  
 JCOMPILER = $(ECJ) -1.5 -bootclasspath '$(top_builddir)/lib' -classpath .  
 else  
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
# Line 13  else Line 10  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
13    if FOUND_ECJ
14    JCOMPILER = $(ECJ) -1.5 -bootclasspath '$(top_builddir)/lib' -classpath .
15    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

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

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