From e.yimjia via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9289 :
[metze/wireshark/wip.git] / asn1 / Makefile.nmake
index 8493ad9294f0c5f345e9ef154e6c38a23bd08ff1..1ab5f69239d23e0c130c45a4d788f542e624bcb6 100644 (file)
@@ -21,7 +21,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 
 # Logic;
 #       copy_files           : generate the dissectors into epan\dissectors
 #                            :  (This is, in effect, the same as invoking this makefile w/o a target).
 
+include Custom.make 
+
 BER_LIST= \
        acp133                  \
        acse                    \
        ansi_map                \
        ansi_tcap               \
+       atn-cm          \
+       atn-cpdlc       \
+       atn-ulcs        \
        camel                   \
        cdt                     \
        charging_ase            \
@@ -67,6 +72,7 @@ BER_LIST= \
        HI2Operations           \
        idmp                    \
        inap                    \
+       isdn-sup                \
 ###    kerberos                \
        ldap                    \
        logotypecertextn        \
@@ -102,7 +108,8 @@ BER_LIST= \
        x509af                  \
        x509ce                  \
        x509if                  \
-       x509sat
+       x509sat                 \
+       $(CUSTOM_BER_LIST)
 
 PER_LIST= \
        h225                    \
@@ -116,8 +123,14 @@ PER_LIST= \
        h460                    \
        h501                    \
        hnbap                   \
+       ilp                     \
+       lcsap                   \
+       lpp                     \
+       lppa                    \
+       lppe                    \
        lte-rrc                 \
        nbap                    \
+       m3ap                    \
        mpeg-audio              \
        mpeg-pes                \
        pcap                    \
@@ -128,13 +141,14 @@ PER_LIST= \
        rua                     \
        s1ap                    \
        sabp                    \
-###    t124                    \
+       sbc-ap                  \
+       t124                    \
        t38                     \
        tetra                   \
        ulp                     \
        x2ap                    \
 ###    x721
-
+       $(CUSTOM_PER_LIST)
 
 !IFNDEF ASN1_MAKE_TARGET
 ASN1_MAKE_TARGET=all