~ubuntu-branches/ubuntu/gutsy/wireshark/gutsy-security

« back to all changes in this revision

Viewing changes to asn1/h248/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2007-04-01 08:58:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070401085840-or3qhrpv8alt1bwg
Tags: 0.99.5-1
* New upstream release.
* debian/patches/09_idl2wrs.dpatch: updated to patch idl2wrs.sh.in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile 18199 2006-05-21 14:36:05Z kukosa $
 
1
# $Id: Makefile 19867 2006-11-08 06:57:29Z etxrab $
2
2
 
3
3
DISSECTOR_FILES=packet-h248.c packet-h248.h
4
4
 
6
6
 
7
7
generate_dissector: $(DISSECTOR_FILES)
8
8
 
9
 
$(DISSECTOR_FILES): ../../tools/asn2wrs.py MEGACO.asn packet-h248-template.c packet-h248-template.h h248.cnf 
10
 
        python ../../tools/asn2wrs.py -b -e -p h248 -c h248.cnf -s packet-h248-template MEGACO.asn
 
9
$(DISSECTOR_FILES): ../../tools/asn2wrs.py h248v3.asn packet-h248-template.c packet-h248-template.h h248.cnf 
 
10
        python ../../tools/asn2wrs.py -b -e -p h248 -c h248.cnf -s packet-h248-template h248v3.asn
11
11
 
12
12
clean:
13
13
        rm -f parsetab.py $(DISSECTOR_FILES) *-fn.c *-ett.c *-hf.c