/[cashew-s-editor]/cashews/lib/Makefile.am
ViewVC logotype

Diff of /cashews/lib/Makefile.am

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

revision 1.1.1.1 by gnu_andrew, Mon Jan 31 04:02:18 2005 UTC revision 1.2 by gnu_andrew, Tue Feb 1 01:01:08 2005 UTC
# Line 11  sinclude $(JAVA_DEPEND) Line 11  sinclude $(JAVA_DEPEND)
11  compile_classpath = $(top_srcdir):.:$(USER_CLASSLIB)  compile_classpath = $(top_srcdir):.:$(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) -classpath $(compile_classpath) -d . @classes
16    else
17  if FOUND_GCJ  if FOUND_GCJ
18  JAVAC = $(GCJ) --classpath $(compile_classpath) -C -d . @classes  JAVAC = $(GCJ) --classpath $(compile_classpath) -C -d . @classes
19  else  else
# Line 26  endif # FOUND_GCJX Line 29  endif # FOUND_GCJX
29  endif # FOUND_KJC  endif # FOUND_KJC
30  endif # FOUND_GCJ  endif # FOUND_GCJ
31  endif # FOUND_JIKES  endif # FOUND_JIKES
32    endif # FOUND_ECJ
33    
34  JAVAH = $(USER_JAVAH) -jni -classpath .:$(USER_CLASSLIB)  JAVAH = $(USER_JAVAH) -jni -classpath .:$(USER_CLASSLIB)
35    
# Line 52  endif # INSTALL_CLASS_FILES Line 56  endif # INSTALL_CLASS_FILES
56  .PHONY: genclasses  .PHONY: genclasses
57    
58  cashews.jar: classes compile-classes # resources  cashews.jar: classes compile-classes # resources
59          if test "$(ZIP)" != ""; then $(ZIP) -r -D cashews.jar nongnu > /dev/null; fi          if test "$(JAR)" != ""; then $(JAR) cf cashews.jar nongnu > /dev/null; fi
60    
61  #resources:  #resources:
62  #       if ! [ -e gnu ]; then mkdir gnu; fi  #       if ! [ -e gnu ]; then mkdir gnu; fi

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

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