Propagate to the Q.933 dissector Anders Broman's change to the Q.931
[obnox/wireshark/wip.git] / Makefile.am
1 # Makefile.am
2 # Automake file for Ethereal
3 #
4 # $Id: Makefile.am,v 1.718 2004/03/04 08:26:20 jmayer Exp $
5 #
6 # Ethereal - Network traffic analyzer
7 # By Gerald Combs <gerald@ethereal.com>
8 # Copyright 1998 Gerald Combs
9 #
10 # This program is free software; you can redistribute it and/or
11 # modify it under the terms of the GNU General Public License
12 # as published by the Free Software Foundation; either version 2
13 # of the License, or (at your option) any later version.
14 #
15 # This program is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 # GNU General Public License for more details.
19 #
20 # You should have received a copy of the GNU General Public License
21 # along with this program; if not, write to the Free Software
22 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
23
24 ACLOCAL_AMFLAGS = `./aclocal-flags`
25
26 #
27 # This is a hideous hack.
28 #
29 # Automake needs to know into which sections to install various man
30 # pages; if the names in "man_MANS" have suffixes, it can infer the
31 # sections from the name (e.g., "hello.1" goes in section 1), but if
32 # they don't have suffixes, it can't tell what sections to put them, and
33 # it just gives up and doesn't create any rules to install them (and it
34 # gives up silently, so you have no clue what's wrong).
35 #
36 # Therefore, we can't just set "man_MANS" to a list of variables to be
37 # filled in by the configure script, as those variables don't have man
38 # page section numbers.
39 #
40 # It turns out (although this is not documented anywhere I could find
41 # in the automake Info file) that if you define, instead, variables with
42 # names like "man{section}_MANS", automake will infer that the names in
43 # those variables are the names of man pages to be installed in section
44 # "{section}".
45 #
46 # So, as all our man pages go in section 1, we define "man1_MANS" to
47 # contain all the man page.
48 #
49 # *However*, if "man_MANS" isn't defined at all, automake concludes that
50 # there are no man pages, the fact that, say, "man1_MANS" is defined
51 # nonwithstanding!  (I suspect this is the result of a mistaken attempt
52 # to get people to fix their automake files not to use "MANS"; if "MANS"
53 # is defined, it prints a warning and sets the exit status, but doesn't
54 # exit, and then it just gives up if "man_MANS" isn't defined,
55 # presumably on the theory that the only reason it wouldn't be defined
56 # is because the automake file uses the obsolete "MANS" variable instead
57 # of the shiny new "man_MANS" variable.)
58 #
59 # So we also define "man_MANS", but don't define it as anything;
60 # automake will arrange that the Makefile define it as the union of all
61 # the "man{section}_MANS" variables.
62 #
63 bin_PROGRAMS = @ethereal_bin@ @editcap_bin@ @mergecap_bin@ @tethereal_bin@ @dftest_bin@ @randpkt_bin@ @text2pcap_bin@
64 bin_SCRIPTS = @idl2eth_bin@
65 man1_MANS = @ethereal_man@ @editcap_man@ @mergecap_man@ @tethereal_man@ @text2pcap_man@ @idl2eth_man@
66 man4_MANS = @etherealfilter_man@
67 man_MANS =
68
69 EXTRA_PROGRAMS = ethereal tethereal editcap mergecap dftest randpkt text2pcap
70 EXTRA_SCRIPTS = idl2eth
71
72 #
73 # Ethereal configuration files are put in $(pkgdatadir).  It currently
74 # contains the "manuf" file and a "diameter" directory.
75 #
76 pkgdata_DATA = manuf
77
78 #
79 # Install the Diameter DTD and XML files in the "diameter" subdirectory
80 # of that directory.
81 #
82 diameterdir = $(pkgdatadir)/diameter
83 diameter_DATA = dictionary.dtd dictionary.xml mobileipv4.xml \
84         nasreq.xml sunping.xml
85
86 PLATFORM_SRC = pcap-util-unix.c
87
88 include Makefile.common
89
90 if HAVE_PLUGINS
91 plugin_libs = \
92         plugins/acn/acn.la \
93         plugins/artnet/artnet.la \
94         plugins/asn1/asn1.la \
95         plugins/docsis/docsis.la \
96         plugins/enttec/enttec.la \
97         plugins/giop/cosnaming.la \
98         plugins/giop/coseventcomm.la \
99         plugins/gryphon/gryphon.la \
100         plugins/irda/irda.la \
101         plugins/lwres/lwres.la \
102         plugins/megaco/megaco.la \
103         plugins/mgcp/mgcp.la \
104         plugins/pcli/pcli.la \
105         plugins/rdm/rdm.la \
106         plugins/rtnet/rtnet.la \
107         plugins/v5ua/v5ua.la
108
109 if ENABLE_STATIC
110 plugin_ldadd = \
111         plugins/acn/packet-acn.o \
112         plugins/artnet/packet-artnet.o \
113         plugins/asn1/packet-asn1.o \
114         plugins/docsis/packet-bpkmattr.o \
115         plugins/docsis/packet-bpkmreq.o \
116         plugins/docsis/packet-bpkmrsp.o \
117         plugins/docsis/packet-docsis.o \
118         plugins/docsis/packet-dsaack.o \
119         plugins/docsis/packet-dsareq.o \
120         plugins/docsis/packet-dsarsp.o \
121         plugins/docsis/packet-dscack.o \
122         plugins/docsis/packet-dscreq.o \
123         plugins/docsis/packet-dscrsp.o \
124         plugins/docsis/packet-dsdreq.o \
125         plugins/docsis/packet-dsdrsp.o \
126         plugins/docsis/packet-macmgmt.o \
127         plugins/docsis/packet-map.o \
128         plugins/docsis/packet-regack.o \
129         plugins/docsis/packet-regreq.o \
130         plugins/docsis/packet-regrsp.o \
131         plugins/docsis/packet-rngreq.o \
132         plugins/docsis/packet-rngrsp.o \
133         plugins/docsis/packet-tlv.o \
134         plugins/docsis/packet-uccreq.o \
135         plugins/docsis/packet-uccrsp.o \
136         plugins/docsis/packet-ucd.o \
137         plugins/enttec/packet-enttec.o \
138         plugins/giop/packet-cosnaming.o \
139         plugins/giop/packet-coseventcomm.o \
140         plugins/gryphon/packet-gryphon.o \
141         plugins/irda/packet-irda.o \
142         plugins/lwres/packet-lwres.o \
143         plugins/megaco/packet-megaco.o \
144         plugins/mgcp/packet-mgcp.o \
145         plugins/pcli/packet-pcli.o \
146         plugins/rdm/packet-rdm.o \
147         plugins/rtnet/packet-rtnet.o \
148         plugins/v5ua/packet-v5ua.o
149
150 else            # ENABLE_STATIC
151 plugin_ldadd = \
152         "-dlopen" self  \
153         "-dlopen" plugins/acn/acn.la \
154         "-dlopen" plugins/artnet/artnet.la \
155         "-dlopen" plugins/asn1/asn1.la \
156         "-dlopen" plugins/docsis/docsis.la \
157         "-dlopen" plugins/enttec/enttec.la \
158         "-dlopen" plugins/giop/cosnaming.la \
159         "-dlopen" plugins/giop/coseventcomm.la \
160         "-dlopen" plugins/gryphon/gryphon.la \
161         "-dlopen" plugins/irda/irda.la \
162         "-dlopen" plugins/lwres/lwres.la \
163         "-dlopen" plugins/megaco/megaco.la \
164         "-dlopen" plugins/mgcp/mgcp.la \
165         "-dlopen" plugins/pcli/pcli.la \
166         "-dlopen" plugins/rdm/rdm.la \
167         "-dlopen" plugins/rtnet/rtnet.la \
168         "-dlopen" plugins/v5ua/v5ua.la
169
170 endif           # ENABLE_STATIC
171
172 else            # HAVE_PLUGINS
173 plugin_libs =
174
175 plugin_ldadd =
176 endif           # HAVE_PLUGINS
177
178 # Optional objects that I know how to build. These will be
179 # linked into the ethereal executable.
180 # They will also be linked into the tethereal executable; if this
181 # list ever grows to include something that can't be linked with
182 # tethereal, or if tethereal needs something that ethereal doesn't,
183 # we should probably split this into stuff needed both
184 # by ethereal and tethereal and stuff needed only by one or the
185 # other.
186 ethereal_optional_objects = @SNPRINTF_O@ @STRERROR_O@ \
187         @STRCASECMP_O@ @STRNCASECMP_O@ @MKSTEMP_O@ @STRPTIME_O@
188
189 # Additional libs that I know how to build. These will be
190 # linked into the ethereal executable.
191 ethereal_additional_libs = \
192         wiretap/libwiretap.a    \
193         gtk/libui.a             \
194         epan/libethereal.a      \
195         epan/ftypes/libftypes.a \
196         epan/dfilter/libdfilter.a
197
198 # This is the automake dependency variable for the executable
199 ethereal_DEPENDENCIES = \
200         $(ethereal_optional_objects)    \
201         $(ethereal_additional_libs)     \
202         $(plugin_libs)
203
204 # This automake variable adds to the link-line for the executable.
205 #
206 # Note that Ethereal doesn't have to be linked with @GLIB_LIBS@, as
207 # they are included in @GTK_LIBS@, and doesn't have to be linked with
208 # @SOCKET_LIBS@ or @NSL_LIBS@, as those should also be included in
209 # @GTK_LIBS@ (as those are also needed for X applications, and GTK+
210 # applications are X applications).
211
212 if ENABLE_STATIC
213 ethereal_LDFLAGS = -Wl,-static -all-static
214 else
215 ethereal_LDFLAGS = -export-dynamic
216 endif
217
218 ethereal_LDADD = \
219         $(ethereal_optional_objects)    \
220         $(ethereal_additional_libs)     \
221         @SNMP_LIBS@ @SSL_LIBS@          \
222         $(plugin_ldadd)                 \
223         @PCRE_LIBS@ \
224         @PCAP_LIBS@ @GTK_LIBS@ @ADNS_LIBS@
225
226 # Additional libs that I know how to build. These will be
227 # linked into the tethereal executable.
228 tethereal_additional_libs =             \
229         wiretap/libwiretap.a            \
230         epan/libethereal.a              \
231         epan/ftypes/libftypes.a         \
232         epan/dfilter/libdfilter.a
233
234 # This is the automake dependency variable for the executable
235 tethereal_DEPENDENCIES = \
236         $(ethereal_optional_objects)    \
237         $(tethereal_additional_libs)    \
238         $(plugin_libs)
239
240 # This automake variable adds to the link-line for the executable
241 tethereal_LDADD = \
242         $(ethereal_optional_objects)    \
243         $(tethereal_additional_libs)    \
244         @SNMP_LIBS@ @SSL_LIBS@          \
245         $(plugin_ldadd)                 \
246         @PCRE_LIBS@ \
247         @GLIB_LIBS@ -lm                 \
248         @PCAP_LIBS@ @SOCKET_LIBS@ @NSL_LIBS@ @ADNS_LIBS@
249
250 if ENABLE_STATIC
251 tethereal_LDFLAGS = -Wl,-static -all-static
252 else
253 tethereal_LDFLAGS = -export-dynamic
254 endif
255
256 # Optional objects that I know how to build, and that are needed by
257 # text2pcap.
258 text2pcap_optional_objects = @STRERROR_O@ @STRPTIME_O@
259
260 text2pcap_DEPENDENCIES = text2pcap.h
261
262 # This automake variable adds to the link-line for the executable
263 text2pcap_LDADD = $(text2pcap_optional_objects) \
264         @GLIB_LIBS@ -lm
265
266 mergecap_DEPENDENCIES = wiretap/libwiretap.a
267
268 # This is the automake dependency variable for the executable
269 editcap_DEPENDENCIES = wiretap/libwiretap.a
270
271 # This automake variable adds to the link-line for the executable
272 editcap_LDADD = wiretap/libwiretap.a @GLIB_LIBS@
273 mergecap_LDADD = wiretap/libwiretap.a @GLIB_LIBS@
274
275 # Common headers
276 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap
277
278 .PHONY: cvsversion.h
279
280 #
281 # Build the version string
282 #
283 cvsversion.h:
284         $(PERL) $(srcdir)/make-version.pl
285
286 #
287 # Build shell scripts by doing variable substitution.
288 # Taken from autoconf 2.13.
289 #
290 editsh = sed -e 's,@''SHELL''@,$(SHELL),g'
291
292 SUFFIXES = .sh
293 .sh:
294         rm -f $@ $@.tmp
295         $(editsh) $< > $@.tmp && chmod +x $@.tmp && mv $@.tmp $@
296
297 #
298 # Build "tethereal-tap-register.c", which contains a function 
299 # "register_all_tap_listeners()"
300 # that calls the register routines for all tehtereal tap listeners.
301 #
302 # We do this by grepping through sources.
303 #
304 # Formatting conventions:  The name of the tap_listener_register_* 
305 # routines must start in column zero, or must be preceded only by 
306 # "void " starting in column zero, and must not be inside #if.
307 #
308 # The first argument is the directory in which the source files live.
309 # All subsequent arguments are the files to scan.
310 #
311 tethereal-tap-register.c: $(TETHEREAL_TAP_SRC) $(srcdir)/make-tapreg-dotc
312         @echo Making tethereal-tap-register.c
313         @$(srcdir)/make-tapreg-dotc tethereal-tap-register.c $(srcdir) $(TETHEREAL_TAP_SRC)
314
315 ps.c: print.ps rdps
316         ./rdps $(srcdir)/print.ps ps.c
317
318 rdps: rdps.c
319         $(CC) $(CFLAGS) -o rdps $(srcdir)/rdps.c
320
321 randpkt_additional_libs = wiretap/libwiretap.a
322
323 randpkt_DEPENDENCIES = \
324         $(randpkt_additional_libs)
325
326 randpkt_LDADD = \
327         $(randpkt_additional_libs) \
328         @GLIB_LIBS@ -lm \
329         @PCAP_LIBS@ @SOCKET_LIBS@ @NSL_LIBS@ @ADNS_LIBS@
330
331 dftest_additional_libs =                \
332         wiretap/libwiretap.a            \
333         epan/libethereal.a              \
334         epan/ftypes/libftypes.a         \
335         epan/dfilter/libdfilter.a
336
337 dftest_DEPENDENCIES = \
338         $(ethereal_optional_objects)    \
339         $(dftest_additional_libs)       \
340         $(plugin_libs)
341
342 # This automake variable adds to the link-line for the executable
343 dftest_LDADD = \
344         $(ethereal_optional_objects)    \
345         $(dftest_additional_libs)       \
346         @SNMP_LIBS@ @SSL_LIBS@          \
347         $(plugin_ldadd)                 \
348         @PCRE_LIBS@ \
349         @GLIB_LIBS@ -lm \
350         @PCAP_LIBS@ @SOCKET_LIBS@ @NSL_LIBS@ @ADNS_LIBS@
351
352 dftest_LDFLAGS = -export-dynamic
353
354 CLEANFILES =    \
355         @rdps_bin@ \
356         idl2eth
357
358 DISTCLEANFILES = \
359         ps.c \
360         *~
361
362 MAINTAINERCLEANFILES =          \
363         ps.c
364
365 EXTRA_DIST = \
366         Ethereal.desktop        \
367         FAQ                     \
368         INSTALL.configure       \
369         Makefile.common         \
370         Makefile.nmake          \
371         README.aix              \
372         README.bsd              \
373         README.hpux             \
374         README.irix             \
375         README.linux            \
376         README.tru64            \
377         README.vmware           \
378         README.win32            \
379         TODO                    \
380         aclocal-fallback/glib-2.0.m4 \
381         aclocal-fallback/glib.m4 \
382         aclocal-fallback/gtk-2.0.m4 \
383         aclocal-fallback/gtk.m4 \
384         aclocal-flags           \
385         autogen.sh              \
386         capture-wpcap.c         \
387         capture-wpcap.h         \
388         cleanbld.bat            \
389         config.h.win32          \
390         config.nmake            \
391         debian/README.debian    \
392         debian/changelog        \
393         debian/control          \
394         debian/copyright        \
395         debian/dirs             \
396         debian/docs             \
397         debian/menu             \
398         debian/postinst         \
399         debian/prerm            \
400         debian/rules            \
401         dictionary.dtd          \
402         dictionary.xml          \
403         doc/Makefile.am         \
404         doc/Makefile.nmake      \
405         doc/README.capture      \
406         doc/README.design       \
407         doc/README.developer    \
408         doc/README.idl2eth      \
409         doc/README.plugins      \
410         doc/README.regression   \
411         doc/README.tapping      \
412         doc/README.tvbuff       \
413         doc/README.xml-output   \
414         doc/dfilter2pod.pl      \
415         doc/editcap.pod         \
416         doc/ethereal-filter.pod.template \
417         doc/ethereal.pod        \
418         doc/idl2eth.pod         \
419         doc/mergecap.pod        \
420         doc/randpkt.txt         \
421         doc/tethereal.pod       \
422         doc/text2pcap.pod       \
423         editcap.c               \
424         ethereal_be.py          \
425         ethereal_gen.py         \
426         getopt.c                \
427         getopt.h                \
428         idl2eth.sh              \
429         image/Ethereal.icns     \
430         image/Makefile.nmake    \
431         image/README.image      \
432         image/clist_ascend.xpm  \
433         image/clist_descend.xpm \
434         image/dn_arrow.xpm      \
435         image/editcap.rc.in     \
436         image/eexcl3d64.xpm     \
437         image/eicon3d16.xpm     \
438         image/eicon3d32.xpm     \
439         image/eicon3d48.xpm     \
440         image/eicon3d64.xpm     \
441         image/elogo3d48x48.png  \
442         image/ethereal.ico      \
443         image/ethereal.rc.in    \
444         image/ethereal48x48-trans.png  \
445         image/ethereal48x48.png \
446         image/hi16-app-ethereal.png     \
447         image/hi32-app-ethereal.png     \
448         image/hi48-app-ethereal.png     \
449         image/icon-ethereal.xpm \
450         image/icon-excl.xpm     \
451         image/lo16-app-ethereal.png     \
452         image/lo32-app-ethereal.png     \
453         image/lo48-app-ethereal.png     \
454         image/mergecap.rc.in    \
455         image/nsis-checked.bmp  \
456         image/nsis-unchecked.bmp        \
457         image/stock_dialog_error_48.xpm \
458         image/stock_dialog_warning_48.xpm       \
459         image/stock_dialog_question_48.xpm      \
460         image/stock_dialog_info_48.xpm  \
461         image/tethereal.rc.in   \
462         image/text2pcap.rc.in   \
463         image/toolbar/capture_24.xpm    \
464         image/toolbar/cfilter_24.xpm    \
465         image/toolbar/dfilter_24.xpm    \
466         image/toolbar/stock_add_24.xpm  \
467         image/toolbar/stock_bottom_24.xpm \
468         image/toolbar/stock_close_24.xpm        \
469         image/toolbar/stock_colorselector_24.xpm        \
470         image/toolbar/stock_help_24.xpm \
471         image/toolbar/stock_jump_to_24.xpm      \
472         image/toolbar/stock_left_arrow_24.xpm \
473         image/toolbar/stock_ok_20.xpm   \
474         image/toolbar/stock_open_24.xpm \
475         image/toolbar/stock_preferences_24.xpm  \
476         image/toolbar/stock_print_24.xpm        \
477         image/toolbar/stock_properties_24.xpm   \
478         image/toolbar/stock_refresh_24.xpm      \
479         image/toolbar/stock_right_arrow_24.xpm  \
480         image/toolbar/stock_save_24.xpm \
481         image/toolbar/stock_save_as_24.xpm \
482         image/toolbar/stock_search_24.xpm       \
483         image/toolbar/stock_stop_24.xpm \
484         image/toolbar/stock_top_24.xpm \
485         image/toolbar/stock_zoom_1_24.xpm \
486         image/toolbar/stock_zoom_in_24.xpm \
487         image/toolbar/stock_zoom_out_24.xpm \
488         image/up_arrow.xpm      \
489         make-manuf              \
490         make-reg-dotc           \
491         make-reg-dotc.py        \
492         make-tapreg-dotc        \
493         make-version.pl         \
494         manuf                   \
495         manuf.tmpl              \
496         mergecap.c              \
497         mobileipv4.xml          \
498         nasreq.xml              \
499         ncp2222.py              \
500         packet-ncp2222.inc      \
501         print.ps                \
502         process-x11-fields.pl   \
503         randpkt.c               \
504         rdps.c                  \
505         sunping.xml             \
506         text2pcap-scanner.l     \
507         text2pcap.c             \
508         text2pcap.h             \
509         wka.tmpl                \
510         x11-fields
511
512 if SETUID_INSTALL
513 install-exec-hook:
514         -chmod +s $(DESTDIR)$(bindir)/ethereal
515         -chmod +s $(DESTDIR)$(bindir)/tethereal
516 else
517 install-exec-hook:
518 endif
519
520 DIST_SUBDIRS = tools wiretap doc epan plugins packaging gtk help
521
522 if HAVE_PLUGINS
523 SUBDIRS = tools wiretap doc epan plugins packaging help @ethereal_SUBDIRS@
524 else
525 SUBDIRS = tools wiretap doc epan packaging help @ethereal_SUBDIRS@
526 endif
527
528 ethereal.1: ethereal doc/ethereal.pod
529         (cd doc ; \
530         $(MAKE) ../ethereal.1 )
531
532 tethereal.1: tethereal doc/tethereal.pod
533         (cd doc ; \
534         $(MAKE) ../tethereal.1 )
535
536 ethereal-filter.4: tethereal doc/ethereal-filter.pod.template
537         (cd doc ; \
538         $(MAKE) ../ethereal-filter.4 )
539
540 editcap.1: doc/editcap.pod
541         (cd doc ; \
542         $(MAKE) ../editcap.1 )
543
544 idl2eth.1: doc/idl2eth.pod
545         (cd doc ; \
546         $(MAKE) ../idl2eth.1 )
547
548 mergecap.1: doc/mergecap.pod
549         (cd doc ; \
550         $(MAKE) ../mergecap.1 )
551
552 text2pcap.1: doc/text2pcap.pod
553         (cd doc ; \
554         $(MAKE) ../text2pcap.1 )
555
556 libtool: $(LIBTOOL_DEPS)
557         $(SHELL) ./config.status --recheck
558
559 # We load top_stagedir with an explicit path so that libtool doesn't freak.
560 top_stagedir=`cd $(top_srcdir) && pwd`/packaging/svr4.stage
561 stagedir=$(top_stagedir)/$(PACKAGE).stage
562 host_cpu=@host_cpu@
563 host_os=@host_os@
564
565 svr4-package: $(bin_SCRIPTS) $(lib_LTLIBRARIES)
566         @if test x$(HAVE_SVR4_PACKAGING) = xyes ; then \
567                 rm -rf $(stagedir) ; \
568                 $(MAKE) DESTDIR=$(stagedir) install; \
569                 $(srcdir)/packaging/svr4/mkpkg \
570                         $(PACKAGE) \
571                         $(PACKAGE)-$(VERSION)-$(host_os)-$(host_cpu)-local \
572                         $(prefix) \
573                         $(top_stagedir) ; \
574         else \
575                 echo "Error: SVR4 packaging tools not found." ; \
576                 echo "Package build abandoned." ; \
577         fi
578
579 solaris-package: svr4-package
580
581 rpm_topdir=`cd $(top_srcdir) && pwd`/packaging/rpm
582 rpm-package: dist
583         if test x$(HAVE_RPM) = xyes ; then \
584                 cd $(rpm_topdir) ; \
585                 mkdir -p BUILD RPMS SOURCES ; \
586                 cd SOURCES ; \
587                 ln -s ../../../$(distdir).tar.gz ; \
588                 cd .. ; \
589                 rpmbuild --define "_topdir `cd . && pwd`" -bb SPECS/ethereal.spec && \
590                         echo "Package successfully built in `pwd`/RPMS." ; \
591         else \
592                 echo "Error: RPM executable and/or source directory not found." ; \
593         fi
594 srpm-package: dist
595         if test x$(HAVE_RPM) = xyes ; then \
596                 cd $(rpm_topdir) ; \
597                 mkdir -p BUILD SRPMS SOURCES ; \
598                 cd SOURCES ; \
599                 ln -s ../../../$(distdir).tar.gz ; \
600                 cd .. ; \
601                 rpmbuild --define "_topdir `cd . && pwd`" -bs SPECS/ethereal.spec && \
602                         echo "Package successfully built in `pwd`/SRPMS." ; \
603         else \
604                 echo "Error: RPM executable and/or source directory not found." ; \
605         fi
606
607 debian-package: debian/rules
608         dpkg-buildpackage -rfakeroot -us -uc
609
610 clean-local:
611         rm -rf $(top_stagedir)
612
613 test-splint: $(ethereal_SOURCES)
614         splint \
615                 -gnu-extensions -D_U_=""        \
616                 -I. `glib-config --cflags` \
617                 -I./epan \
618                 -I./tools/lemon \
619                 -I./wiretap     \
620                 $(ethereal_SOURCES)