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

Diff of /papo/forms/Makefile

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

revision 1.18 by jlenton, Fri May 16 20:33:27 2003 UTC revision 1.19 by jlenton, Fri May 16 21:58:32 2003 UTC
# Line 113  PERL-COMPONENTS=components/PAPO.pm Line 113  PERL-COMPONENTS=components/PAPO.pm
113  all: .depend $(ALL)  all: .depend $(ALL)
114    
115  %.ulam: %.neb  %.ulam: %.neb
116          $(NEB) $< > $@          $(NEB) $<
117    
118  %.lam: %.ulam  %.lam: %.ulam
119          $(TCS) $< > $@          $(TCS) $< > $@
120    
121  %.ugfd: %.lam  %.ugfd: %.lam
122          $(LAM) $< > $@          $(LAM) $<
123    
124  %.gfd: %.ugfd  %.gfd: %.ugfd
125          $(TCS) $< > $@          $(TCS) $< > $@
# Line 127  all: .depend $(ALL) Line 127  all: .depend $(ALL)
127  %.gfd: %.cfg  %.gfd: %.cfg
128          $(Z2G) $< > $@          $(Z2G) $< > $@
129    
130    .%.dep: %.neb
131            $(NEBDEP) $<  > $@
132            $(LAMDEP) $< >> $@
133    
134  clean:  clean:
135          rm -f $(ALL) *~ *.ulam *.lam *.ugfd          rm -f $(ALL) *~ *.ulam *.lam *.ugfd *.gfd
136    
137  distclean: clean  distclean: clean
138          rm -f .dep          rm -f .dep .*.dep .depend
139    
140  install: install-perl-components  install: install-perl-components
141    
142  install-perl-components: $(PERL-COMPONENTS)  install-perl-components: $(PERL-COMPONENTS)
143          $(INSTALL) $^ $(LIBDIR)          $(INSTALL) $^ $(LIBDIR)
144    
145  .depend: $(NEBFILES)  .depend: $(NEBFILES:%.neb=.%.dep)
146          $(NEBDEP) $^ > .depend          cat $^ > $@
         $(LAMDEP) $^ >> .depend  
147    
148  force-dep:  force-dep:
149          @ rm -f .depend          @ rm -f .depend

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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