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

« back to all changes in this revision

Viewing changes to asn1/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
## Makefile for building wireshark.exe with Microsoft C and nmake
2
2
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
3
3
#
4
 
# $Id: Makefile.nmake 19017 2006-08-24 19:01:01Z etxrab $
 
4
# $Id: Makefile.nmake 20358 2007-01-09 21:45:46Z etxrab $
5
5
 
6
6
all: ber per
7
7
 
8
8
ber: \
9
9
        acse    \
10
10
        acp133 \
 
11
        ansi_map \
11
12
        camel   \
12
13
        cdt     \
13
14
        cmip    \
76
77
        cd acp133
77
78
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean   
78
79
        cd ..
 
80
        cd ansi_map
 
81
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean   
 
82
        cd ..
79
83
        cd camel
80
84
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
81
85
        cd ..
265
269
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files      
266
270
        cd ..
267
271
 
 
272
ansi_map::
 
273
        cd ansi_map
 
274
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files      
 
275
        cd ..
 
276
 
268
277
camel::
269
278
        cd camel
270
279
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files