/[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.1 by gnu_andrew, Sun Jan 16 15:14:53 2005 UTC revision 1.1.2.2 by gnu_andrew, Mon Jan 31 18:02:50 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_ECJ
5    JCOMPILER = $(ECJ) -1.5 --bootclasspath '$(top_builddir)/lib' --classpath .
6    else
7  if FOUND_GCJ  if FOUND_GCJ
8  JCOMPILER = $(GCJ) --bootclasspath '$(top_builddir)/lib' --classpath . -C  JCOMPILER = $(GCJ) --bootclasspath '$(top_builddir)/lib' --classpath . -C
9  else  else
# Line 14  error dunno how to setup the JCOMPILER a Line 17  error dunno how to setup the JCOMPILER a
17  endif  endif
18  endif  endif
19  endif  endif
20    endif
21    
22  # All our example java source files  # All our example java source files
23  EXAMPLE_JAVA_FILES = $(srcdir)/gnu/classpath/examples/*/*.java  EXAMPLE_JAVA_FILES = $(srcdir)/gnu/classpath/examples/*/*.java

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

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