Witness: enum witness_notifyResponse_type
[wireshark-wip.git] / asn1 / qsig / CMakeLists.txt
blob8e1fde9a1cf6759de36061b565c2b27724a36910
1 # CMakeLists.txt
3 # $Id$
5 # Wireshark - Network traffic analyzer
6 # By Gerald Combs <gerald@wireshark.org>
7 # Copyright 1998 Gerald Combs
9 # This program is free software; you can redistribute it and/or
10 # modify it under the terms of the GNU General Public License
11 # as published by the Free Software Foundation; either version 2
12 # of the License, or (at your option) any later version.
14 # This program is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 # GNU General Public License for more details.
19 # You should have received a copy of the GNU General Public License
20 # along with this program; if not, write to the Free Software
21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
24 set( PROTOCOL_NAME qsig )
26 set( PROTO_OPT _EMPTY_ )
28 set( EXPORT_FILES
29         ${PROTOCOL_NAME}-exp.cnf
32 set( EXT_ASN_FILE_LIST
35 set( ASN_FILE_LIST
36         General-Error-List.asn
37         qsig-gf-ext.asn
38         qsig-gf-gp.asn
39         qsig-gf-ade.asn
40         QSIG-NA.asn
41         QSIG-CF.asn
42         QSIG-PR.asn
43         QSIG-CT.asn
44         QSIG-CC.asn
45         QSIG-CO.asn
46         QSIG-DND.asn
47         QSIG-CI.asn
48         QSIG-AOC.asn
49         QSIG-RE.asn
50         SYNC-SIG.asn
51         QSIG-CINT.asn
52         QSIG-CMN.asn
53         QSIG-CPI.asn
54         QSIG-PUMR.asn
55         QSIG-PUMCH.asn
56         QSIG-SSCT.asn
57         QSIG-WTMLR.asn
58         QSIG-WTMCH.asn
59         QSIG-WTMAU.asn
60         QSIG-SD.asn
61         QSIG-CIDL.asn
62         QSIG-SMS.asn
63         QSIG-MCR.asn
64         QSIG-MCM.asn
65         QSIG-MID.asn
68 set( EXTRA_DIST
69         ${ASN_FILE_LIST}
70         packet-${PROTOCOL_NAME}-template.c
71         packet-${PROTOCOL_NAME}-template.h
72         ${PROTOCOL_NAME}.cnf
75 set( SRC_FILES
76         ${EXTRA_DIST}
77         ${EXT_ASN_FILE_LIST}
80 set( A2W_FLAGS  )
82 ASN2WRS()