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

Diff of /papo/forms/Makefile

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

revision 1.10 by mhepp, Fri May 9 17:58:33 2003 UTC revision 1.11 by styxman, Fri May 9 18:29:59 2003 UTC
# Line 13  NEBFILES= ownBranch.neb \ Line 13  NEBFILES= ownBranch.neb \
13            currency_type.neb \            currency_type.neb \
14            productInvoice.neb \            productInvoice.neb \
15            ownPos.neb \            ownPos.neb \
           #product.neb \  
16    
17  ALL = ownBranch.gfd \  ALL = ownBranch.gfd \
18        ownPos.gfd \        ownPos.gfd \
19        stockMaintenance.gfd \        stockMaintenance.gfd \
20        productInvoice.gfd \        productInvoice.gfd \
21        currency_type.gfd \        currency_type.gfd \
22        #product.gfd \        product_measure_type.gfd \
23        #main-2.gfd \        country.gfd \
24        #product_measure_type.gfd \        product_classification.gfd \
       #country.gfd \  
       #product_classification.gfd \  
25    
26  PERL-COMPONENTS=components/PAPO.pm  PERL-COMPONENTS=components/PAPO.pm
27    
# Line 47  all: .depend $(ALL) Line 44  all: .depend $(ALL)
44  %.gfd: %.ugfd  %.gfd: %.ugfd
45          $(TCS) $< > $@          $(TCS) $< > $@
46    
47    %.gfd: %.cfg
48            $(Z2G) $< > $@
49    
50  clean:  clean:
51          rm -f $(ALL)          rm -f $(ALL)
52    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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