/[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.87 by keiths, Mon Jun 13 20:57:01 2005 UTC revision 1.88 by tromey, Tue Jun 14 21:22:36 2005 UTC
# Line 9  propertydirs :=  $(shell cd $(top_srcdir Line 9  propertydirs :=  $(shell cd $(top_srcdir
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  metafiles :=  $(shell cd $(top_srcdir)/resource && $(FIND) META-INF -path \*/CVS -prune -o -type f -print)  metafiles :=  $(shell cd $(top_srcdir)/resource && $(FIND) META-INF -path \*/CVS -prune -o -type f -print)
11    
12  compile_classpath = $(top_srcdir):$(top_srcdir)/vm/reference:$(top_srcdir)/external/w3c_dom:$(top_srcdir)/external/sax:.:$(USER_CLASSLIB)  compile_classpath = $(vm_classes):$(top_srcdir):$(top_srcdir)/external/w3c_dom:$(top_srcdir)/external/sax:.:$(USER_CLASSLIB)
13    
14  # handling source to bytecode compiler programs like gcj, jikes  and kjc  # handling source to bytecode compiler programs like gcj, jikes  and kjc
15  if FOUND_GCJ  if FOUND_GCJ
# Line 47  pkgdata_DATA = glibj.zip Line 47  pkgdata_DATA = glibj.zip
47    
48  endif # INSTALL_GLIBJ_ZIP  endif # INSTALL_GLIBJ_ZIP
49    
50  if INSTALL_CLASS_FILES  if BUILD_CLASS_FILES
   
51  noinst_DATA = genclasses compile-classes resources  noinst_DATA = genclasses compile-classes resources
52    endif # BUILD_CLASS_FILES
53    
54    if INSTALL_CLASS_FILES
55    
56  install-data-local: genclasses compile-classes  install-data-local: genclasses compile-classes
57          -$(top_srcdir)/mkinstalldirs $(DESTDIR)$(pkgdatadir)          -$(top_srcdir)/mkinstalldirs $(DESTDIR)$(pkgdatadir)

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88

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