1.11.2 → 1.11.3.
[metze/wireshark/wip.git] / epan / Makefile.am
1 # Makefile.am
2 # Automake file for the libwireshark library
3 # (EPAN is a historical name; it stands for Ethereal Protocol ANalyzer
4 # Library)
5 #
6 # $Id$
7 #
8 # Wireshark - Network traffic analyzer
9 # By Gerald Combs <gerald@wireshark.org>
10 # Copyright 1998 Gerald Combs
11 #
12 # This program is free software; you can redistribute it and/or
13 # modify it under the terms of the GNU General Public License
14 # as published by the Free Software Foundation; either version 2
15 # of the License, or (at your option) any later version.
16 #
17 # This program is distributed in the hope that it will be useful,
18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 # GNU General Public License for more details.
21 #
22 # You should have received a copy of the GNU General Public License
23 # along with this program; if not, write to the Free Software
24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
25
26 include ../Makefile.am.inc
27
28 if HAVE_LIBLUA
29 wslua_lib = wslua/libwslua.la
30 wslua_dir = wslua
31 wslua_dist_dir =
32 else            # HAVE_LIBLUA
33 wslua_lib =
34 wslua_dir =
35 wslua_dist_dir = wslua
36 endif           # HAVE_LIBLUA
37
38 if HAVE_LIBPY
39 wspython_lib = wspython/libwspython.la
40 wspython_dir = wspython
41 wspython_dist_dir =
42 py_dissectors_dir = -DPYTHON_DIR=\"@pythondir@\"
43 else
44 wspython_lib =
45 wspython_dir =
46 wspython_dist_dir = wspython
47 py_dissectors_dir = -DPYTHONDIR=
48 endif
49
50 SUBDIRS = crypt ftypes dfilter dissectors wmem $(wslua_dir) $(wspython_dir)
51
52 DIST_SUBDIRS = $(SUBDIRS) $(wslua_dist_dir) $(wspython_dist_dir)
53
54 ACLOCAL_AMFLAGS = `../aclocal-flags`
55
56 noinst_LTLIBRARIES = libwireshark_generated.la libwireshark_asmopt.la
57 lib_LTLIBRARIES = libwireshark.la
58 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
59 libwireshark_la_LDFLAGS = -version-info 0:3:0 @LDFLAGS_SHAREDLIB@
60
61 include Makefile.common
62
63 AM_CPPFLAGS = -I$(srcdir)/.. -I$(srcdir)/$(LEMON) -I$(builddir)/wslua \
64         @LUA_INCLUDES@ $(LIBGNUTLS_CFLAGS) $(LIBGCRYPT_CFLAGS) \
65         $(LIBSMI_CFLAGS) $(LIBGEOIP_CFLAGS) $(PY_CFLAGS)
66
67 AM_NON_GENERATED_CFLAGS =-DWS_BUILD_DLL
68
69 if HAVE_WARNINGS_AS_ERRORS
70 AM_NON_GENERATED_CFLAGS += -Werror
71 endif
72
73 #Since code generated by lex may trigger gcc warnings, we are now generating two
74 #libraries.  A single library is generated with the lex code without the barrier
75 #"stop on warning". An other library is generated from the remaining source
76 #files with the "stop on warning" barrier.
77 libwireshark_la_SOURCES = \
78         $(LIBWIRESHARK_SRC)     \
79         $(LIBWIRESHARK_INCLUDES)
80 libwireshark_la_CFLAGS = $(AM_NON_GENERATED_CFLAGS) $(py_dissectors_dir)
81
82 libwireshark_generated_la_SOURCES = \
83         $(LIBWIRESHARK_GENERATED_C_FILES) \
84         $(LIBWIRESHARK_GENERATED_HEADER_FILES)
85
86 nodist_libwireshark_generated_la_SOURCES = \
87         $(NODIST_LIBWIRESHARK_GENERATED_C_FILES) \
88         $(NODIST_LIBWIRESHARK_GENERATED_HEADER_FILES)
89
90 # code optionally implemented in assembler
91 # only C source available for platforms other than Win32
92 libwireshark_asmopt_la_SOURCES = \
93         asm_utils.c             \
94         asm_utils.h             \
95         asm_utils_win32_x86.asm
96
97 EXTRA_DIST = \
98         diam_dict.l             \
99         dtd_grammar.lemon       \
100         dtd_parse.l             \
101         dtd_parse.h             \
102         dtd_preparse.l          \
103         enterprise-numbers      \
104         libwireshark.vcproj     \
105         Makefile.common         \
106         Makefile.nmake          \
107         radius_dict.l           \
108         tvbtest.c               \
109         reassemble_test.c       \
110         uat_load.l              \
111         exntest.c               \
112         oids_test.c             \
113         doxygen.cfg.in          \
114         CMakeLists.txt
115
116 CLEANFILES = \
117         doxygen-epan.tag                \
118         libwireshark.a                  \
119         libwireshark.la                 \
120         libwireshark_generated.a        \
121         libwireshark_generated.la       \
122         libwireshark_asmopt.a           \
123         libwireshark_asmopt.la          \
124         *~
125
126 DISTCLEANFILES = \
127         $(NODIST_LIBWIRESHARK_GENERATED_C_FILES) \
128         $(NODIST_LIBWIRESHARK_GENERATED_HEADER_FILES) \
129         dtd_grammar.out
130
131 MAINTAINERCLEANFILES = \
132         $(LIBWIRESHARK_GENERATED_C_FILES) \
133         $(LIBWIRESHARK_GENERATED_HEADER_FILES) \
134         Makefile.in             \
135         sminmpec.c
136
137 #
138 # Add the object files for missing routines, if any.
139 #
140 libwireshark_la_LIBADD = \
141         libwireshark_generated.la \
142         libwireshark_asmopt.la crypt/libairpdcap.la \
143         ftypes/libftypes.la dfilter/libdfilter.la dissectors/libdissectors.la \
144         dissectors/libdirtydissectors.la dissectors/libfiledissectors.la \
145         wmem/libwmem.la $(wslua_lib) $(wspython_lib) @SOCKET_LIBS@ @NSL_LIBS@ \
146         @C_ARES_LIBS@ @ADNS_LIBS@ @LIBGCRYPT_LIBS@ @LIBGNUTLS_LIBS@ \
147         @KRB5_LIBS@ @SSL_LIBS@ @LIBSMI_LDFLAGS@ @GEOIP_LIBS@ \
148         ${top_builddir}/wiretap/libwiretap.la @GLIB_LIBS@ \
149         ${top_builddir}/wsutil/libwsutil.la -lm
150
151 libwireshark_la_DEPENDENCIES = \
152         libwireshark_generated.la \
153         libwireshark_asmopt.la crypt/libairpdcap.la \
154         ftypes/libftypes.la dfilter/libdfilter.la dissectors/libdissectors.la \
155         dissectors/libdirtydissectors.la wmem/libwmem.la $(wslua_lib) $(wspython_lib) \
156         ${top_builddir}/wsutil/libwsutil.la \
157         ${top_builddir}/wiretap/libwiretap.la
158
159 EXTRA_PROGRAMS = reassemble_test tvbtest oids_test
160 reassemble_test_LDADD = \
161         libwireshark.la \
162         $(GLIB_LIBS) \
163         -lz
164
165 tvbtest_LDADD = \
166         libwireshark.la \
167         $(GLIB_LIBS) \
168         -lz
169
170 oids_test_LDADD = \
171         libwireshark.la \
172         $(GLIB_LIBS) \
173         -lz
174
175 exntest: exntest.o except.o
176         $(LINK) $^ $(GLIB_LIBS)
177
178 RUNLEX=$(top_srcdir)/tools/runlex.sh
179
180 diam_dict_lex.h: diam_dict.c
181
182 dtd_parse_lex.h: dtd_parse.c
183
184 dtd_parse.lo: dtd_grammar.h
185
186 dtd_preparse_lex.h: dtd_preparse.c
187
188 radius_dict_lex.h: radius_dict.c
189
190 uat_load_lex.h: uat_load.c
191
192 LEMON=../tools/lemon
193
194 dtd_grammar.h: dtd_grammar.c
195 dtd_grammar.c : $(LEMON)/lemon$(EXEEXT) $(srcdir)/$(LEMON)/lempar.c $(srcdir)/dtd_grammar.lemon
196         $(AM_V_LEMON)$(LEMON)/lemon$(EXEEXT) t=$(srcdir)/$(LEMON)/lempar.c $(srcdir)/dtd_grammar.lemon
197
198 tvbtest.o exntest.o oids_test.o: exceptions.h
199
200 sminmpec.c: enterprise-numbers ../tools/make-sminmpec.pl
201         $(PERL) $(srcdir)/../tools/make-sminmpec.pl $(srcdir)/enterprise-numbers sminmpec.c
202
203 ps.c: print.ps $(top_srcdir)/tools/rdps.py
204         $(PYTHON) $(top_srcdir)/tools/rdps.py $(srcdir)/print.ps ps.c
205
206 if HAVE_PLUGINS
207
208 if ENABLE_STATIC
209 -include ../plugins/Custom.make
210 plugin_src = \
211         ../plugins/asn1/packet-asn1.c \
212         ../plugins/docsis/packet-bintrngreq.c \
213         ../plugins/docsis/packet-bpkmattr.c \
214         ../plugins/docsis/packet-bpkmreq.c \
215         ../plugins/docsis/packet-bpkmrsp.c \
216         ../plugins/docsis/packet-docsis.c \
217         ../plugins/docsis/packet-dsaack.c \
218         ../plugins/docsis/packet-dsareq.c \
219         ../plugins/docsis/packet-dsarsp.c \
220         ../plugins/docsis/packet-dscack.c \
221         ../plugins/docsis/packet-dscreq.c \
222         ../plugins/docsis/packet-dscrsp.c \
223         ../plugins/docsis/packet-dsdreq.c \
224         ../plugins/docsis/packet-dsdrsp.c \
225         ../plugins/docsis/packet-intrngreq.c \
226         ../plugins/docsis/packet-macmgmt.c \
227         ../plugins/docsis/packet-map.c \
228         ../plugins/docsis/packet-regack.c \
229         ../plugins/docsis/packet-regreq.c \
230         ../plugins/docsis/packet-regrsp.c \
231         ../plugins/docsis/packet-rngreq.c \
232         ../plugins/docsis/packet-rngrsp.c \
233         ../plugins/docsis/packet-tlv.c \
234         ../plugins/docsis/packet-type29ucd.c \
235         ../plugins/docsis/packet-uccreq.c \
236         ../plugins/docsis/packet-uccrsp.c \
237         ../plugins/docsis/packet-ucd.c \
238         ../plugins/giop/packet-cosnaming.c \
239         ../plugins/giop/packet-coseventcomm.c \
240         ../plugins/gryphon/packet-gryphon.c \
241         ../plugins/interlink/packet-interlink.c \
242         ../plugins/irda/packet-irda.c \
243         ../plugins/m2m/packet-m2m.c \
244         ../plugins/m2m/wimax_tlv.c \
245         ../plugins/mgcp/packet-mgcp.c \
246         ../plugins/rdm/packet-rdm.c \
247         ../plugins/sercosiii/packet-sercosiii.c \
248         ../plugins/wimax/crc.c \
249         ../plugins/wimax/crc_data.c \
250         ../plugins/wimax/mac_hd_generic_decoder.c \
251         ../plugins/wimax/mac_hd_type1_decoder.c \
252         ../plugins/wimax/mac_hd_type2_decoder.c \
253         ../plugins/wimax/mac_mgmt_msg_decoder.c \
254         ../plugins/wimax/msg_aas_beam.c \
255         ../plugins/wimax/msg_aas_fbck.c \
256         ../plugins/wimax/msg_arq.c \
257         ../plugins/wimax/msg_clk_cmp.c \
258         ../plugins/wimax/msg_dcd.c \
259         ../plugins/wimax/msg_dlmap.c \
260         ../plugins/wimax/msg_dreg.c \
261         ../plugins/wimax/msg_dsa.c \
262         ../plugins/wimax/msg_dsc.c \
263         ../plugins/wimax/msg_dsd.c \
264         ../plugins/wimax/msg_dsx_rvd.c \
265         ../plugins/wimax/msg_fpc.c \
266         ../plugins/wimax/msg_pkm.c \
267         ../plugins/wimax/msg_pmc.c \
268         ../plugins/wimax/msg_prc_lt_ctrl.c \
269         ../plugins/wimax/msg_reg_req.c \
270         ../plugins/wimax/msg_reg_rsp.c \
271         ../plugins/wimax/msg_rep.c \
272         ../plugins/wimax/msg_res_cmd.c \
273         ../plugins/wimax/msg_rng_req.c \
274         ../plugins/wimax/msg_rng_rsp.c \
275         ../plugins/wimax/msg_sbc.c \
276         ../plugins/wimax/msg_ucd.c \
277         ../plugins/wimax/msg_ulmap.c \
278         ../plugins/wimax/packet-wmx.c \
279         ../plugins/wimax/wimax_cdma_code_decoder.c \
280         ../plugins/wimax/wimax_compact_dlmap_ie_decoder.c \
281         ../plugins/wimax/wimax_compact_ulmap_ie_decoder.c \
282         ../plugins/wimax/wimax_fch_decoder.c \
283         ../plugins/wimax/wimax_ffb_decoder.c \
284         ../plugins/wimax/wimax_hack_decoder.c \
285         ../plugins/wimax/wimax_harq_map_decoder.c \
286         ../plugins/wimax/wimax_pdu_decoder.c \
287         ../plugins/wimax/wimax_phy_attributes_decoder.c \
288         ../plugins/wimax/wimax_tlv.c \
289         ../plugins/wimax/wimax_utils.c
290
291
292 else            # ENABLE_STATIC
293
294 plugin_src =
295
296 endif           # ENABLE_STATIC
297
298 else            # HAVE_PLUGINS
299 plugin_src =
300
301 endif           # HAVE_PLUGINS
302
303 doxygen:
304 if HAVE_DOXYGEN
305         $(AM_V_GEN)$(DOXYGEN) doxygen.cfg
306 endif           # HAVE_DOXYGEN
307
308 wsar_html: doxygen.cfg ../doxygen_global.cfg
309 if HAVE_DOXYGEN
310         (umask 022 ; $(DOXYGEN) doxygen.cfg)
311 endif
312
313 # ABI compliance checker can be obtained from
314 # http://ispras.linux-foundation.org/index.php/ABI_compliance_checker
315 # Checked using version 1.21.12
316 dumpabi-libwireshark: all abi-descriptor.xml
317         rm -rf abi-check-headers abi_dumps .libs/*.abi.tar.gz
318         mkdir abi-check-headers
319         cp ../color.h ../config.h ../register.h abi-check-headers/
320         mkdir abi-check-headers/epan
321         cp *.h abi-check-headers/epan
322         mkdir abi-check-headers/crypt
323         cp crypt/*.h abi-check-headers/crypt
324         mkdir abi-check-headers/dfilter
325         cp dfilter/*.h ../tools/lemon/cppmagic.h abi-check-headers/dfilter
326         mkdir abi-check-headers/dissectors
327         cp dissectors/*.h abi-check-headers/dissectors
328         rm \
329                 abi-check-headers/dissectors/x11-extension-implementation.h \
330                 abi-check-headers/dissectors/x11-glx-render-enum.h \
331                 abi-check-headers/dissectors/x11-register-info.h \
332                 abi-check-headers/dissectors/packet-idmp.h
333         mkdir abi-check-headers/ftypes
334         cp ftypes/*.h abi-check-headers/ftypes
335         mkdir abi-check-headers/wmem
336         cp wmem/*.h abi-check-headers/wmem
337         abi-compliance-checker -l libwireshark -v1 `readlink .libs/libwireshark.so | sed 's/.*\.so\.//'` \
338                 -relpath $(abs_srcdir) -dump-abi abi-descriptor.xml || \
339                 cat logs/libwireshark/[0-9]*/log.txt
340         cp -f abi_dumps/libwireshark/libwireshark_* .libs/
341         cd .libs && ln -sf libwireshark_*.abi.tar.gz libwireshark.abi.tar.gz
342
343 checkapi:
344         $(AM_V_GEN)$(PERL) ../tools/checkAPIs.pl -g termoutput -build $(LIBWIRESHARK_SRC)