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

Diff of /papo/forms/Makefile

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

revision 1.21 by styxman, Tue May 20 16:12:44 2003 UTC revision 1.22 by styxman, Tue May 20 18:04:49 2003 UTC
# Line 6  TCS= tcs -f utf -t latin1 Line 6  TCS= tcs -f utf -t latin1
6  LAM= lam --verbose --extension ugfd  LAM= lam --verbose --extension ugfd
7  LAMDEP= $(LAM) -MM  LAMDEP= $(LAM) -MM
8  INSTALL=ln -sf  INSTALL=ln -sf
9    PWD=$(shell pwd)
10    
11  LIBDIR=${HOME}/public_perl  LIBDIR=${HOME}/public_perl
12    
# Line 102  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) $^ $(LIBDIR)          $(INSTALL) --target-dir=$(LIBDIR) $^
107    
108  .deps/all-deps: $(NEBFILES:%.neb=.deps/%.dep)  .deps/all-deps: $(NEBFILES:%.neb=.deps/%.dep)
109          cat $^ > $@          cat $^ > $@

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

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