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

Diff of /papo/forms/Makefile

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

revision 1.67 by jlenton, Tue Nov 25 18:37:27 2003 UTC revision 1.68 by jlenton, Tue Nov 25 19:01:45 2003 UTC
# Line 175  install-perl-components: $(PERL-COMPONEN Line 175  install-perl-components: $(PERL-COMPONEN
175  .deps:  .deps:
176          mkdir -p $@          mkdir -p $@
177    
178  notice:  .deps/all-deps: .deps $(NEBFILES:%.neb=.deps/%.dep)
         $(warning :)  
         $(warning :   para poder hacer "make clean" sin generar todas las dependencias hacer)  
         $(warning :       make NODEP=1 clean)  
         $(warning :)  
   
 .deps/all-deps: notice .deps $(NEBFILES:%.neb=.deps/%.dep)  
179          cat $(wordlist 3, $(words $^), $^) > $@          cat $(wordlist 3, $(words $^), $^) > $@
180          @echo ""          @echo ""
181    
# Line 189  distclean: all Line 183  distclean: all
183          rm -rf ${NEBFILES} *~ *.pyc *.pyo Checklist components .deps .cvsignore Makefile *.dot          rm -rf ${NEBFILES} *~ *.pyc *.pyo Checklist components .deps .cvsignore Makefile *.dot
184    
185  ifndef NODEP  ifndef NODEP
186  include .deps/all-deps  -include .deps/all-deps
187  endif  endif
188    

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

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