Remove Makefile.common files
[gd/wireshark/.git] / plugins / unistim / Makefile.am
1 # Makefile.am
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 include $(top_srcdir)/Makefile.am.inc
22 include ../Makefile.am.inc
23
24 # the name of the plugin
25 PLUGIN_NAME = unistim
26
27 # Non-generated sources to be scanned for registration routines
28 NONGENERATED_REGISTER_C_FILES = \
29         packet-unistim.c
30
31 # Non-generated sources
32 NONGENERATED_C_FILES = \
33         $(NONGENERATED_REGISTER_C_FILES)
34
35 # Headers.
36 CLEAN_HEADER_FILES = \
37         audio.h        \
38         basic.h        \
39         broadcast.h    \
40         defines.h      \
41         display.h      \
42         expansion.h    \
43         key.h          \
44         network.h      \
45         uftp.h         \
46         packet-unistim.h
47
48 HEADER_FILES = \
49         $(CLEAN_HEADER_FILES)
50
51 plugin_LTLIBRARIES = unistim.la
52
53 unistim_la_SOURCES = \
54         plugin.c \
55         moduleinfo.h \
56         $(SRC_FILES)    \
57         $(HEADER_FILES)
58
59 unistim_la_CPPFLAGS = $(AM_CPPFLAGS) $(PLUGIN_CPPFLAGS)
60
61 unistim_la_CFLAGS = $(AM_CFLAGS) $(PLUGIN_CFLAGS)
62
63 unistim_la_LDFLAGS = $(PLUGIN_LDFLAGS)
64
65 CLEANFILES = \
66         unistim \
67         *~
68
69 MAINTAINERCLEANFILES = \
70         Makefile.in     \
71         plugin.c
72
73 EXTRA_DIST = \
74         plugin.rc.in            \
75         CMakeLists.txt