aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-05-02 19:48:03 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-05-02 19:48:03 +0000
commitb7f54f3e5a97fd873ccf5b6208214cc81f5bb07f (patch)
tree825262189de3f0ebd4cf0deed3ae471bd206401c /asn1
parent6cdc37b8b97922a5d38fe1637367b98d392d40ec (diff)
Makefiles for OMA UserPlane Location Protocol packet dissection..
svn path=/trunk/; revision=18077
Diffstat (limited to 'asn1')
-rw-r--r--asn1/Makefile.nmake12
1 files changed, 11 insertions, 1 deletions
diff --git a/asn1/Makefile.nmake b/asn1/Makefile.nmake
index c0b853e78d..6a25a432e2 100644
--- a/asn1/Makefile.nmake
+++ b/asn1/Makefile.nmake
@@ -51,6 +51,7 @@ all: \
smrse \
spnego \
tcap \
+ ulp \
wlancertextn \
x411 \
x420 \
@@ -201,6 +202,9 @@ clean:
cd tcap
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
+ cd ulp
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
+ cd ..
cd wlancertextn
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
@@ -282,7 +286,8 @@ per: \
h248 \
h450 \
ranap \
- rnsap
+ rnsap \
+ ulp
acse::
cd acse
@@ -518,6 +523,11 @@ tcap::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
cd ..
+ulp::
+ cd ulp
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
+ cd ..
+
wlancertextn::
cd wlancertextn
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files