/[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.93 by langel, Mon Jul 11 15:49:09 2005 UTC revision 1.94 by langel, Tue Jul 12 18:58:00 2005 UTC
# Line 8  sinclude $(JAVA_DEPEND) Line 8  sinclude $(JAVA_DEPEND)
8  propertydirs :=  $(shell cd $(top_srcdir)/resource && $(FIND) gnu java org META-INF -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 -path \*/CVS -prune -o -type f -print)  metafiles :=  $(shell cd $(top_srcdir)/resource && $(FIND) META-INF -path \*/CVS -prune -o -type f -print)
11  iconfiles :=  $(shell cd $(top_srcdir)/resource && $(FIND) gnu -name *.png -type f -print)  iconfiles :=  $(shell cd $(top_srcdir) && $(FIND) gnu/javax/swing/plaf/gtk/icons -name *.png -type f -print)
12    
13  compile_classpath = $(vm_classes):$(top_srcdir):$(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)
14    
# Line 58  install-data-local: genclasses compile-c Line 58  install-data-local: genclasses compile-c
58          cp -R javax $(DESTDIR)$(pkgdatadir)          cp -R javax $(DESTDIR)$(pkgdatadir)
59          cp -R org $(DESTDIR)$(pkgdatadir)          cp -R org $(DESTDIR)$(pkgdatadir)
60          cp -R META-INF $(DESTDIR)$(pkgdatadir)          cp -R META-INF $(DESTDIR)$(pkgdatadir)
         cp -R icons $(DESTDIR)$(pkgdatadir)  
61    
62  # FIXME - should mimic doc/api/Makefile.am instead...  # FIXME - should mimic doc/api/Makefile.am instead...
63  uninstall-local:  uninstall-local:
# Line 67  uninstall-local: Line 66  uninstall-local:
66          rm -rf $(DESTDIR)$(pkgdatadir)/javax          rm -rf $(DESTDIR)$(pkgdatadir)/javax
67          rm -rf $(DESTDIR)$(pkgdatadir)/org          rm -rf $(DESTDIR)$(pkgdatadir)/org
68          rm -rf $(DESTDIR)$(pkgdatadir)/META-INF          rm -rf $(DESTDIR)$(pkgdatadir)/META-INF
         rm -rf $(DESTDIR)$(pkgdatadir)/icons  
69    
70  endif # INSTALL_CLASS_FILES  endif # INSTALL_CLASS_FILES
71    
# Line 80  resources: Line 78  resources:
78          if ! [ -e gnu ]; then mkdir gnu; fi          if ! [ -e gnu ]; then mkdir gnu; fi
79          if ! [ -e gnu/java ]; then mkdir gnu/java; fi          if ! [ -e gnu/java ]; then mkdir gnu/java; fi
80          if ! [ -e gnu/java/locale ]; then mkdir gnu/java/locale; fi          if ! [ -e gnu/java/locale ]; then mkdir gnu/java/locale; fi
81          if ! [ -e gnu/icons ]; then mkdir gnu/icons; fi          if ! [ -e gnu/javax/swing/plaf/gtk/icons ]; then mkdir -p gnu/javax/swing/plaf/gtk/icons; fi
82          @list='$(propertydirs)'; for p in $$list; do \          @list='$(propertydirs)'; for p in $$list; do \
83            if ! [ -e $$p ]; then mkdir $$p; fi; \            if ! [ -e $$p ]; then mkdir $$p; fi; \
84          done          done
# Line 91  resources: Line 89  resources:
89            cp $(top_srcdir)/resource/$$p $$p; \            cp $(top_srcdir)/resource/$$p $$p; \
90          done          done
91          @list='$(iconfiles)'; for p in $$list; do \          @list='$(iconfiles)'; for p in $$list; do \
92            cp $(top_srcdir)/resource/$$p $$p; \            cp $(top_srcdir)/$$p $$p; \
93          done          done
94          touch resources          touch resources
95    

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94

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