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

« back to all changes in this revision

Viewing changes to asn1/gnm/Makefile.nmake

  • 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
1
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
2
2
#
3
 
# $Id: Makefile.nmake 18199 2006-05-21 14:36:05Z kukosa $
 
3
# $Id: Makefile.nmake 19730 2006-10-29 17:19:52Z ulfl $
4
4
 
5
5
include ../../config.nmake
6
6
 
15
15
 
16
16
$(DISSECTOR_FILES): ../../tools/asn2wrs.py GNM.asn packet-gnm-template.c packet-gnm-template.h gnm.cnf
17
17
!IFDEF PYTHON
18
 
        $(PYTHON) ../../tools/asn2wrs.py -b -e -p $(PROTOCOL_NAME) -c gnm.cnf -s packet-gnm-template GNM.asn
 
18
        $(PYTHON) "../../tools/asn2wrs.py" -b -e -p $(PROTOCOL_NAME) -c gnm.cnf -s packet-gnm-template GNM.asn
19
19
!ELSE
20
20
        @echo Error: You need Python to use asn2wrs.py
21
21
        @exit 1