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

Diff of /classpath/lib/Makefile.am

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

revision 1.75 by mark, Thu Dec 23 22:38:45 2004 UTC revision 1.76 by tromey, Sat Dec 25 23:10:06 2004 UTC
# Line 5  JAVA_DEPEND = java.dep Line 5  JAVA_DEPEND = java.dep
5  ## this file and restart the make process again  ## this file and restart the make process again
6  sinclude $(JAVA_DEPEND)  sinclude $(JAVA_DEPEND)
7    
 USER_CLASSLIB = @USER_CLASSLIB@  
   
 GCJ = @GCJ@  
 JIKES = @JIKES@  
 USER_JABBA = @USER_JABBA@  
 USER_JAVAH = @USER_JAVAH@  
 FIND = @FIND@  
   
8  propertydirs :=  $(shell cd $(top_srcdir)/resource && $(FIND) gnu java org -type d ! -name CVS -print)  propertydirs :=  $(shell cd $(top_srcdir)/resource && $(FIND) gnu java org -type d ! -name CVS -print)
9  propertyfiles :=  $(shell cd $(top_srcdir)/resource && $(FIND) gnu java org -name \*\.properties -print)  propertyfiles :=  $(shell cd $(top_srcdir)/resource && $(FIND) gnu java org -name \*\.properties -print)
10    
# Line 32  JAVAC = $(JIKES) +Pno-shadow +F -bootcla Line 24  JAVAC = $(JIKES) +Pno-shadow +F -bootcla
24  else  else
25  if FOUND_KJC  if FOUND_KJC
26  JAVAC = $(KJC) -classpath .:$(USER_CLASSLIB) -d . @classes  JAVAC = $(KJC) -classpath .:$(USER_CLASSLIB) -d . @classes
27    else
28    if FOUND_GCJX
29    JAVAC = $(GCJX) -classpath .:$(USER_CLASSLIB) -d . @classes
30    endif # FOUND_GCJX
31  endif # FOUND_KJC  endif # FOUND_KJC
32  endif # FOUND_GCJ  endif # FOUND_GCJ
33  endif # FOUND_JIKES  endif # FOUND_JIKES

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76

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