from Gerhard Gappmeier (ascolab):
[obnox/wireshark/wip.git] / plugins / opcua / Makefile.common
1 # Makefile.common for OpcUa plugin\r
2 #     Contains the stuff from Makefile.am and Makefile.nmake that is\r
3 #     a) common to both files and\r
4 #     b) portable between both files\r
5 #\r
6 # $Id: Makefile.common,v 1.3 2007/02/08 11:29:50 gergap Exp $\r
7 #\r
8 # Adapted by Gerhard Gappmeier for OpcUa\r
9 # Wireshark - Network traffic analyzer\r
10 # By Gerald Combs <gerald@wireshark.org>\r
11 # Copyright 1998 Gerald Combs\r
12 #\r
13 # This program is free software; you can redistribute it and/or\r
14 # modify it under the terms of the GNU General Public License\r
15 # as published by the Free Software Foundation; either version 2\r
16 # of the License, or (at your option) any later version.\r
17 #\r
18 # This program is distributed in the hope that it will be useful,\r
19 # but WITHOUT ANY WARRANTY; without even the implied warranty of\r
20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
21 # GNU General Public License for more details.\r
22 #\r
23 # You should have received a copy of the GNU General Public License\r
24 # along with this program; if not, write to the Free Software\r
25 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\r
26 \r
27 # the name of the plugin\r
28 PLUGIN_NAME = opcua\r
29 \r
30 # the dissector sources (without any helpers)\r
31 DISSECTOR_SRC = \\r
32         opcua.c \\r
33         ua_transport_layer.c \\r
34         ua_security_layer.c \\r
35         ua_application_layer.c \\r
36         opcua_serviceparser.c \\r
37         opcua_complextypeparser.c \\r
38         opcua_enumparser.c \\r
39         opcua_simpletypes.c \\r
40         opcua_servicetable.c \\r
41         opcua_hfindeces.c\r