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