/[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.85 by gnu_andrew, Wed May 25 22:26:30 2005 UTC revision 1.86 by gnu_andrew, Thu Jun 2 23:13:17 2005 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    
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 META-INF -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    metafiles :=  $(shell cd $(top_srcdir)/resource && $(FIND) META-INF -print)
11    
12  compile_classpath = $(top_srcdir):$(top_srcdir)/vm/reference:$(top_srcdir)/external/w3c_dom:$(top_srcdir)/external/sax:.:$(USER_CLASSLIB)  compile_classpath = $(top_srcdir):$(top_srcdir)/vm/reference:$(top_srcdir)/external/w3c_dom:$(top_srcdir)/external/sax:.:$(USER_CLASSLIB)
13    
# Line 83  resources: Line 84  resources:
84          @list='$(propertyfiles)'; for p in $$list; do \          @list='$(propertyfiles)'; for p in $$list; do \
85            cp $(top_srcdir)/resource/$$p $$p; \            cp $(top_srcdir)/resource/$$p $$p; \
86          done          done
87          if [ -e META-INF ]; then rm -rf META-INF; fi          @list='$(metafiles)'; for p in $$list; do \
88          cp -r $(top_srcdir)/resource/META-INF .            cp $(top_srcdir)/resource/$$p $$p; \
89            done
90          touch resources          touch resources
91    
92  classes: genclasses  classes: genclasses

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86

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