/[papo]/papo/forms/Makefile
ViewVC logotype

Diff of /papo/forms/Makefile

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

revision 1.22 by styxman, Tue May 20 18:04:49 2003 UTC revision 1.23 by styxman, Fri May 23 18:42:17 2003 UTC
# Line 62  PERL-COMPONENTS=components/PAPO.pm Line 62  PERL-COMPONENTS=components/PAPO.pm
62    
63  # left here for future refererenenrence  # left here for future refererenenrence
64  #  #
65  #do-for-all=$(foreach item,$(2),$(call $(1),$(item)))  do-for-all=$(foreach item,$(2),$(call $(1),$(item)))
66  ## do *not* remove that ';'  ## do *not* remove that ';'
67  #install-mod=${INSTALL} ${PWD}/$(1) ${LIBDIR}/$(shell basename $(1));  install-mod=${INSTALL} ${PWD}/$(1) ${LIBDIR}/$(shell basename $(1));
68  #calc-deps=$(NEBDEP) $(1) > .depend;  #calc-deps=$(NEBDEP) $(1) > .depend;
69  # /  # /
70    
# Line 103  distclean: clean Line 103  distclean: clean
103  install: install-perl-components  install: install-perl-components
104    
105  install-perl-components: $(PERL-COMPONENTS)  install-perl-components: $(PERL-COMPONENTS)
106          $(INSTALL) --target-dir=$(LIBDIR) $^          # $(INSTALL) --target-dir=$(LIBDIR) $^
107            $(call do-for-all,install-mod,$(PERL-COMPONENTS))
108    
109  .deps/all-deps: $(NEBFILES:%.neb=.deps/%.dep)  .deps/all-deps: $(NEBFILES:%.neb=.deps/%.dep)
110          cat $^ > $@          cat $^ > $@

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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