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

Diff of /papo/forms/Makefile

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

revision 1.27 by apronotti, Thu May 29 14:09:40 2003 UTC revision 1.28 by jlenton, Tue Jun 3 21:18:36 2003 UTC
# Line 1  Line 1 
1  Z2G = zot2gfd  Z2G = zot2gfd
2  NEB-INCLUDE-PATH='./components:.'  NEB-INCLUDE-PATH='./components:.'
3  NEB= neb --verbose --extension ulam --include-path $(NEB-INCLUDE-PATH)  NEB= neb --verbose --extension uemf --include-path $(NEB-INCLUDE-PATH)
4  NEBDEP= $(NEB) -MM  NEBDEP= $(NEB) -MM
5  TCS= tcs -f utf -t latin1  TCS= tcs -f utf -t latin1
6  LAM= lam --verbose --extension ugfd  LAM= lam --verbose --extension ugfd
# Line 69  PERL-COMPONENTS=components/PAPO.pm Line 69  PERL-COMPONENTS=components/PAPO.pm
69    
70  all: $(ALL)  all: $(ALL)
71    
72  %.ulam: %.neb  %.uemf: %.neb
73          $(NEB) $<          $(NEB) $<
74    
75  %.lam: %.ulam  %.emf: %.uemf
76          $(TCS) $< > $@          $(TCS) $< > $@
77    
78  %.emf: %.lam  %.lam: %.emf
79          $(EMF) $< > $@          $(EMF) $< > $@
80    
81  %.ugfd: %.emf  %.ugfd: %.lam
82          $(LAM) $<          $(LAM) $<
83    
84  %.gfd: %.ugfd  %.gfd: %.ugfd

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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