Fix Windows builds and dist after revision 22179 removed the FTBP dissector
[obnox/wireshark/wip.git] / asn1 / Makefile.nmake
index daf64dcdfbc1f950a282f2551efeb441cbf4989b..ce37f831765751734c10098df37c123080ddadc6 100644 (file)
@@ -19,20 +19,17 @@ ber: \
        dsp     \
        ess     \
        ftam    \
-       ftbp    \
        gnm     \
        gsmmap  \
-       gsm_ss  \
        h248    \
        inap    \
        ldap \
        logotype-cert-extn      \
-       MAP_Dialogue    \
        mms     \
-       mpeg    \
        ns-cert-exts    \
        ocsp    \
        pkcs1   \
+       pkcs12  \
        pkinit  \
        pkix1explicit   \
        pkix1implicit   \
@@ -65,14 +62,13 @@ per: \
        h245    \
        h450    \
        nbap    \
+       mpeg    \
        ranap   \
        rnsap   \
+       rrc             \
        rrlp    \
-       t38     \
-       ulp             \
-       umts_rrc        \
-       umts_rrc_ies    \
-       umts_rrc_pdu_def        
+       t38             \
+       ulp
        
 clean:
        cd acse
@@ -114,15 +110,9 @@ clean:
        cd ftam
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
        cd ..
-       cd ftbp
-       $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
-       cd ..
        cd gnm
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
        cd ..
-       cd gsm_ss
-       $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
-       cd ..
        cd gsmmap
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
        cd ..
@@ -150,9 +140,6 @@ clean:
        cd logotype-cert-extn
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
        cd ..
-       cd MAP_Dialogue
-       $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
-       cd ..
        cd mms
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
        cd ..
@@ -171,6 +158,9 @@ clean:
        cd pkcs1
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
        cd ..
+       cd pkcs12
+       $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
+       cd ..
        cd pkinit
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
        cd ..
@@ -216,6 +206,9 @@ clean:
        cd rtse
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
        cd ..
+       cd rrc
+       $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
+       cd ..
        cd rrlp
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
        cd ..
@@ -240,15 +233,6 @@ clean:
        cd ulp
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
        cd ..
-       cd umts_rrc
-       $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
-       cd ..
-       cd umts_rrc_ies
-       $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
-       cd ..
-       cd umts_rrc_pdu_def
-       $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
-       cd ..
        cd wlancertextn
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
        cd ..
@@ -339,21 +323,11 @@ ftam::
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
        cd ..
 
-ftbp::
-       cd ftbp
-       $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
-       cd ..
-
 gnm::
        cd gnm
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
        cd ..
 
-gsm_ss::
-       cd gsm_ss
-       $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
-       cd ..
-
 gsmmap::
        cd gsmmap
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
@@ -399,11 +373,6 @@ logotype-cert-extn::
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
        cd ..
 
-MAP_Dialogue::
-       cd MAP_Dialogue
-       $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
-       cd ..
-
 mms::
        cd mms
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
@@ -434,6 +403,11 @@ pkcs1::
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
        cd ..
 
+pkcs12::
+       cd pkcs12
+       $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
+       cd ..
+
 pkinit::
        cd pkinit
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
@@ -504,6 +478,11 @@ ros::
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
        cd ..
 
+rrc::
+       cd rrc
+       $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
+       cd ..
+
 rrlp::
        cd rrlp
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
@@ -549,21 +528,6 @@ ulp::
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
        cd ..
 
-umts_rrc::
-       cd umts_rrc
-       $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
-       cd ..
-
-umts_rrc_ies::
-       cd umts_rrc_ies
-       $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
-       cd ..
-
-umts_rrc_pdu_def::
-       cd umts_rrc_pdu_def
-       $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
-       cd ..
-
 wlancertextn::
        cd wlancertextn
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files