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

Diff of /papo/forms/Makefile

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

revision 1.8 by mhepp, Fri May 2 20:58:58 2003 UTC revision 1.9 by styxman, Wed May 7 13:55:20 2003 UTC
# Line 3  NEB-INCLUDE-PATH='./components:.' Line 3  NEB-INCLUDE-PATH='./components:.'
3  NEB= neb --include-path $(NEB-INCLUDE-PATH)  NEB= neb --include-path $(NEB-INCLUDE-PATH)
4  NEBDEP= nebdep --include-path $(NEB-INCLUDE-PATH)  NEBDEP= nebdep --include-path $(NEB-INCLUDE-PATH)
5  TCS= tcs -f utf -t latin1  TCS= tcs -f utf -t latin1
6    LAM= lam
7  INSTALL=ln -sf  INSTALL=ln -sf
8    
9  LIBDIR=${HOME}/public_perl  LIBDIR=${HOME}/public_perl
10    
11  NEBFILES= ownBranch.neb stockMaintenance.neb ownPos.neb  NEBFILES= ownBranch.neb \
12  ALL = country.gfd product_measure_type.gfd product_classification.gfd \            stockMaintenance.neb \
13        ownBranch.gfd stockMaintenance.gfd ownPos.gfd            currency_type.neb \
14              product.neb \
15              ownPos.neb
16    ALL = country.gfd \
17          product_measure_type.gfd \
18          product_classification.gfd \
19          ownBranch.gfd \
20          stockMaintenance.gfd \
21          currency_type.gfd \
22          product.gfd \
23          main-2.gfd \
24          ownPos.gfd
25    
26  PERL-COMPONENTS=components/PAPO.pm  PERL-COMPONENTS=components/PAPO.pm
27    
# Line 20  calc-deps=$(NEBDEP) $(1) > .depend; Line 32  calc-deps=$(NEBDEP) $(1) > .depend;
32    
33  all: .depend $(ALL)  all: .depend $(ALL)
34    
35  %.gfd: %.cfg ../zot/template.gfd  %.ulam: %.neb
36          $(Z2G) $< > $@ || rm $@          $(NEB) $< > $@
37    
38  %.gfd: %.neb  %.lam: %.ulam
39          $(NEB) $< | $(TCS) > $@ || rm $@          $(TCS) $< > $@
40    
41    %.ugfd: %.lam
42            $(LAM) $< > $@
43    
44    %.gfd: %.ugfd
45            $(TCS) $< > $@
46    
47  clean:  clean:
48          rm -f $(ALL)          rm -f $(ALL)

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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