summaryrefslogtreecommitdiff
path: root/asn1/Makefile.nmake
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-04-27 08:10:18 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-04-27 08:10:18 +0000
commitb3fedb67fa542a94338ff3093cf0b1061f2c7ea1 (patch)
tree508f65f7c9e84287c91138eafb9009f54369f2ac /asn1/Makefile.nmake
parent9e368307eb9340b5a3560f20bfe410ff38f4b9ad (diff)
downloadwireshark-b3fedb67fa542a94338ff3093cf0b1061f2c7ea1.tar.gz
new Q.932 and QSIG dissectors
svn path=/trunk/; revision=21602
Diffstat (limited to 'asn1/Makefile.nmake')
-rw-r--r--asn1/Makefile.nmake18
1 files changed, 18 insertions, 0 deletions
diff --git a/asn1/Makefile.nmake b/asn1/Makefile.nmake
index 9abe339caf..6df43fc5dd 100644
--- a/asn1/Makefile.nmake
+++ b/asn1/Makefile.nmake
@@ -41,6 +41,8 @@ ber: \
pkixqualified \
pkixtsp \
pres \
+ q932 \
+ qsig \
ros \
rtse \
s4406 \
@@ -191,6 +193,12 @@ clean:
cd pres
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
+ cd q932
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
+ cd ..
+ cd qsig
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
+ cd ..
cd ranap
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
@@ -458,6 +466,16 @@ pres::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
cd ..
+q932::
+ cd q932
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
+ cd ..
+
+qsig::
+ cd qsig
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
+ cd ..
+
ranap::
cd ranap
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files