xref: /libbtbb/wireshark/plugins-legacy/btle/Makefile.common (revision e018180df8c9bd1ca869d5329a027253be1a76ec)
1*e018180dSDominic Spill# Makefile.common for AgentX plugin
2*e018180dSDominic Spill#     Contains the stuff from Makefile.am and Makefile.nmake that is
3*e018180dSDominic Spill#     a) common to both files and
4*e018180dSDominic Spill#     b) portable between both files
5*e018180dSDominic Spill#
6*e018180dSDominic Spill# $Id: Makefile.common 23848 2007-12-12 22:10:50Z jake $
7*e018180dSDominic Spill#
8*e018180dSDominic Spill# Wireshark - Network traffic analyzer
9*e018180dSDominic Spill# By Gerald Combs <[email protected]>
10*e018180dSDominic Spill# Copyright 1998 Gerald Combs
11*e018180dSDominic Spill#
12*e018180dSDominic Spill# This program is free software; you can redistribute it and/or
13*e018180dSDominic Spill# modify it under the terms of the GNU General Public License
14*e018180dSDominic Spill# as published by the Free Software Foundation; either version 2
15*e018180dSDominic Spill# of the License, or (at your option) any later version.
16*e018180dSDominic Spill#
17*e018180dSDominic Spill# This program is distributed in the hope that it will be useful,
18*e018180dSDominic Spill# but WITHOUT ANY WARRANTY; without even the implied warranty of
19*e018180dSDominic Spill# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20*e018180dSDominic Spill# GNU General Public License for more details.
21*e018180dSDominic Spill#
22*e018180dSDominic Spill# You should have received a copy of the GNU General Public License
23*e018180dSDominic Spill# along with this program; if not, write to the Free Software
24*e018180dSDominic Spill# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
25*e018180dSDominic Spill
26*e018180dSDominic Spill# the name of the plugin
27*e018180dSDominic SpillPLUGIN_NAME = btle
28*e018180dSDominic Spill
29*e018180dSDominic Spill# the dissector sources (without any helpers)
30*e018180dSDominic SpillDISSECTOR_SRC = \
31*e018180dSDominic Spill	packet-btle.c
32*e018180dSDominic Spill
33*e018180dSDominic Spill# corresponding headers
34*e018180dSDominic SpillDISSECTOR_INCLUDES =
35*e018180dSDominic Spill
36*e018180dSDominic Spill# Dissector helpers. They're included in the source files in this
37*e018180dSDominic Spill# directory, but they're not dissectors themselves, i.e. they're not
38*e018180dSDominic Spill# used to generate "plugin.c".
39*e018180dSDominic SpillDISSECTOR_SUPPORT_SRC =
40