/[papo]/papo/neb/Makefile
ViewVC logotype

Diff of /papo/neb/Makefile

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

revision 1.1 by styxman, Fri Apr 25 19:05:11 2003 UTC revision 1.2 by styxman, Fri Apr 25 19:07:16 2003 UTC
# Line 1  Line 1 
1    PWD=$(shell pwd)
2    
3  NEB=neb.pl  NEB=neb.pl
4  NEBMODS=neb.pm  NEBMODS=neb.pm
5  NEBSUBDIRS=PAPO neb  NEBSUBDIRS=PAPO neb
# Line 14  do-for-all=$(foreach item,$(2),$(call $( Line 16  do-for-all=$(foreach item,$(2),$(call $(
16  # do-for-all=for i in $(2); do $(call $(1),$$i); done  # do-for-all=for i in $(2); do $(call $(1),$$i); done
17    
18  # the ';'s are important to let the do-for-all func work  # the ';'s are important to let the do-for-all func work
19  install-bin=${INSTALL} $(1) ~/bin/$(subst .pl,,$(1));  install-bin=${INSTALL} ${PWD}/$(1) ~/bin/$(subst .pl,,$(1));
20  install-mod=${INSTALL} $(1) ${LIBDIR}/$(1);  install-mod=${INSTALL} ${PWD}/$(1) ${LIBDIR}/$(1);
21  install-subdir=${install-mod}  install-subdir=${install-mod}
22    
23  all:  all:

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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