/[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 by mark, Sun Aug 1 21:31:11 2004 UTC revision 1.1.2.1 by gnu_andrew, Sun Jan 16 15:14:53 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
 GCJ = @GCJ@  
 JIKES = @JIKES@  
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
11    JCOMPILER = $(GCJX) -bootclasspath '' -sourcepath '' -classpath $(top_builddir)/lib:.
12    else
13  error dunno how to setup the JCOMPILER and compile  error dunno how to setup the JCOMPILER and compile
14  endif  endif
15  endif  endif
16    endif
17    
18  # All our example java source files  # All our example java source files
19  EXAMPLE_JAVA_FILES = $(srcdir)/gnu/classpath/examples/*/*.java  EXAMPLE_JAVA_FILES = $(srcdir)/gnu/classpath/examples/*/*.java

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

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