Added mockups for LSA_SECRET and LSA_SECURITY_DESCRIPTOR inside
[obnox/wireshark/wip.git] / Makefile.am
1 # Makefile.am
2 # Automake file for Ethereal
3 #
4 # $Id: Makefile.am,v 1.415 2002/03/11 01:48:08 guy 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 man_MANS = 
67
68 EXTRA_PROGRAMS = ethereal ethereal_static tethereal tethereal_static editcap mergecap dftest text2pcap
69 EXTRA_SCRIPTS = idl2eth
70
71 sysconf_DATA = manuf dictionary.dtd dictionary.xml mobileipv4.xml \
72         nasreq.xml sunping.xml
73
74 DISSECTOR_SRC = \
75         packet-aarp.c  \
76         packet-afs.c   \
77         packet-aim.c   \
78         packet-airopeek.c \
79         packet-arp.c   \
80         packet-ascend.c\
81         packet-atalk.c \
82         packet-atm.c   \
83         packet-auto_rp.c   \
84         packet-bacapp.c   \
85         packet-bacnet.c   \
86         packet-beep.c \
87         packet-bgp.c   \
88         packet-bootp.c \
89         packet-bootparams.c \
90         packet-bpdu.c  \
91         packet-bvlc.c \
92         packet-cdp.c   \
93         packet-cgmp.c  \
94         packet-chdlc.c  \
95         packet-clip.c  \
96         packet-clnp.c  \
97         packet-cops.c  \
98         packet-cups.c  \
99         packet-data.c  \
100         packet-dcerpc.c  \
101         packet-dcerpc-conv.c  \
102         packet-dcerpc-dfs.c \
103         packet-dcerpc-epm.c  \
104         packet-dcerpc-lsa.c \
105         packet-dcerpc-mgmt.c  \
106         packet-dcerpc-ndr.c  \
107         packet-dcerpc-netlogon.c \
108         packet-dcerpc-oxid.c  \
109         packet-dcerpc-reg.c \
110         packet-dcerpc-remact.c  \
111         packet-dcerpc-samr.c \
112         packet-dcerpc-spoolss.c \
113         packet-dcerpc-srvsvc.c \
114         packet-dcerpc-wkssvc.c \
115         packet-ddtp.c  \
116         packet-dec-bpdu.c \
117         packet-dhcpv6.c \
118         packet-diameter.c \
119         packet-dlsw.c  \
120         packet-dns.c   \
121         packet-dsi.c   \
122         packet-dvmrp.c \
123         packet-eap.c \
124         packet-eapol.c \
125         packet-eigrp.c \
126         packet-esis.c  \
127         packet-eth.c   \
128         packet-ethertype.c   \
129         packet-fddi.c  \
130         packet-fr.c    \
131         packet-frame.c  \
132         packet-ftp.c   \
133         packet-giop.c  \
134         packet-gmrp.c \
135         packet-gnutella.c \
136         packet-gre.c   \
137         packet-gtp.c   \
138         packet-gvrp.c  \
139         packet-h1.c    \
140         packet-h261.c  \
141         packet-hclnfsd.c  \
142         packet-hsrp.c  \
143         packet-http.c  \
144         packet-iapp.c  \
145         packet-icap.c  \
146         packet-icmpv6.c\
147         packet-icp.c   \
148         packet-icq.c   \
149         packet-ieee80211.c \
150         packet-ieee8023.c \
151         packet-igmp.c  \
152         packet-igrp.c  \
153         packet-imap.c   \
154         packet-ip.c    \
155         packet-ipp.c   \
156         packet-ipsec.c \
157         packet-ipv6.c  \
158         packet-ipx.c   \
159         packet-irc.c   \
160         packet-isakmp.c\
161         packet-iscsi.c \
162         packet-isis.c  \
163         packet-isis-clv.c \
164         packet-isis-hello.c \
165         packet-isis-lsp.c \
166         packet-isis-snp.c \
167         packet-isl.c   \
168         packet-isup.c  \
169         packet-iua.c   \
170         packet-kerberos.c \
171         packet-klm.c   \
172         packet-l2tp.c  \
173         packet-lapb.c  \
174         packet-lapbether.c \
175         packet-lapd.c  \
176         packet-ldap.c  \
177         packet-ldp.c   \
178         packet-llc.c   \
179         packet-lmi.c   \
180         packet-lpd.c   \
181         packet-m2pa.c  \
182         packet-m2tp.c  \
183         packet-m3ua.c  \
184         packet-mapi.c  \
185         packet-mbtcp.c \
186         packet-mip.c  \
187         packet-mmse.c  \
188         packet-mount.c \
189         packet-mpeg1.c  \
190         packet-mpls.c \
191         packet-mrdisc.c \
192         packet-msdp.c  \
193         packet-msnip.c \
194         packet-msproxy.c \
195         packet-mtp2.c \
196         packet-mtp3.c \
197         packet-nbipx.c \
198         packet-nbns.c  \
199         packet-ncp.c   \
200         packet-ncp2222.c   \
201         packet-ndmp.c  \
202         packet-netbios.c \
203         packet-nfs.c   \
204         packet-nisplus.c \
205         packet-nlm.c   \
206         packet-nntp.c  \
207         packet-ntp.c  \
208         packet-null.c  \
209         packet-osi.c   \
210         packet-osi-options.c \
211         packet-ospf.c  \
212         packet-pcnfsd.c \
213         packet-pflog.c \
214         packet-pgm.c   \
215         packet-pim.c   \
216         packet-pop.c   \
217         packet-portmap.c   \
218         packet-ppp.c   \
219         packet-pppoe.c \
220         packet-pptp.c  \
221         packet-prism.c \
222         packet-q2931.c \
223         packet-q931.c  \
224         packet-qllc.c  \
225         packet-quake.c \
226         packet-quakeworld.c \
227         packet-quake2.c \
228         packet-quake3.c \
229         packet-radius.c\
230         packet-ranap.c \
231         packet-raw.c   \
232         packet-rip.c   \
233         packet-ripng.c \
234         packet-rlogin.c \
235         packet-rpc.c   \
236         packet-rquota.c \
237         packet-rsh.c   \
238         packet-rsvp.c  \
239         packet-rtcp.c  \
240         packet-rtp.c   \
241         packet-rtsp.c  \
242         packet-rwall.c \
243         packet-rx.c  \
244         packet-sap.c   \
245         packet-sccp.c  \
246         packet-scsi.c  \
247         packet-sctp.c  \
248         packet-sdp.c   \
249         packet-sip.c   \
250         packet-skinny.c   \
251         packet-slimp3.c   \
252         packet-sll.c   \
253         packet-smb.c   \
254         packet-smb-browse.c \
255         packet-smb-common.c \
256         packet-smb-logon.c \
257         packet-smb-mailslot.c \
258         packet-smb-pipe.c \
259         packet-smpp.c \
260         packet-smtp.c \
261         packet-sna.c   \
262         packet-snaeth.c \
263         packet-snmp.c   \
264         packet-socks.c \
265         packet-spray.c \
266         packet-srvloc.c \
267         packet-sscop.c \
268         packet-ssl.c   \
269         packet-stat.c   \
270         packet-stat-notify.c \
271         packet-sua.c   \
272         packet-syslog.c \
273         packet-tacacs.c \
274         packet-tcp.c   \
275         packet-telnet.c\
276         packet-tftp.c  \
277         packet-time.c  \
278         packet-tns.c \
279         packet-tpkt.c  \
280         packet-tr.c    \
281         packet-trmac.c \
282         packet-tsp.c \
283         packet-ucp.c   \
284         packet-udp.c   \
285         packet-v120.c \
286         packet-vines.c \
287         packet-vj.c   \
288         packet-vlan.c \
289         packet-vrrp.c \
290         packet-vtp.c  \
291         packet-wccp.c \
292         packet-wcp.c \
293         packet-who.c  \
294         packet-wap.c \
295         packet-wtls.c \
296         packet-wsp.c \
297         packet-wtp.c \
298         packet-x11.c   \
299         packet-x25.c   \
300         packet-xot.c   \
301         packet-yhoo.c  \
302         packet-ypbind.c \
303         packet-yppasswd.c \
304         packet-ypserv.c \
305         packet-ypxfr.c \
306         packet-zebra.c
307
308 if HAVE_PLUGINS
309 plugin_src = \
310         plugins/gryphon/packet-gryphon.c \
311         plugins/mgcp/packet-mgcp.c \
312         plugins/giop/packet-cosnaming.c \
313         plugins/giop/packet-coseventcomm.c
314
315 plugin_static_ldadd = \
316         plugins/gryphon/packet-gryphon-static.o         \
317         plugins/mgcp/packet-mgcp-static.o               \
318         plugins/giop/packet-cosnaming-static.o          \
319         plugins/giop/packet-coseventcomm-static.o
320
321 plugin_libs = \
322         plugins/gryphon/gryphon.la \
323         plugins/mgcp/mgcp.la \
324         plugins/giop/cosnaming.la \
325         plugins/giop/coseventcomm.la
326
327 plugin_ldadd = \
328         "-dlopen" self  \
329         "-dlopen" plugins/gryphon/gryphon.la \
330         "-dlopen" plugins/mgcp/mgcp.la \
331         "-dlopen" plugins/giop/cosnaming.la \
332         "-dlopen" plugins/giop/coseventcomm.la
333 else
334 plugin_src =
335
336 plugin_static_ldadd =
337
338 plugin_libs =
339
340 plugin_ldadd =
341 endif
342
343 noinst_HEADERS = \
344         packet-afs.h   \
345         packet-afs-macros.h \
346         packet-afs-register-info.h \
347         packet-afs-defs.h \
348         packet-arp.h   \
349         packet-atalk.h \
350         packet-bgp.h   \
351         packet-bootparams.h \
352         packet-chdlc.h \
353         packet-clip.h  \
354         packet-dcerpc.h \
355         packet-dcerpc-dfs.h \
356         packet-dcerpc-lsa.h \
357         packet-dcerpc-netlogon.h \
358         packet-dcerpc-reg.h \
359         packet-dcerpc-samr.h \
360         packet-dcerpc-spoolss.h \
361         packet-dcerpc-srvsvc.h \
362         packet-dcerpc-wkssvc.h \
363         packet-ddtp.h  \
364         packet-diameter-defs.h \
365         packet-dns.h   \
366         packet-dvmrp.h \
367         packet-esis.h  \
368         packet-eth.h   \
369         packet-fddi.h  \
370         packet-frame.h  \
371         packet-giop.h  \
372         packet-gnutella.h \
373         packet-hclnfsd.h  \
374         packet-http.h  \
375         packet-ieee80211.h \
376         packet-ieee8023.h \
377         packet-igmp.h  \
378         packet-ip.h    \
379         packet-ipsec.h \
380         packet-ipv6.h  \
381         packet-ipx.h   \
382         packet-isis.h  \
383         packet-isis-clv.h \
384         packet-isis-hello.h \
385         packet-isis-lsp.h \
386         packet-isis-snp.h \
387         packet-isl.h   \
388         packet-klm.h   \
389         packet-ldap.h  \
390         packet-llc.h   \
391         packet-mount.h \
392         packet-mrdisc.h \
393         packet-msnip.h \
394         packet-mtp3.h  \
395         packet-ncp-int.h \
396         packet-netbios.h \
397         packet-nfs.h   \
398         packet-nisplus.h \
399         packet-nlm.h   \
400         packet-ntp.h  \
401         packet-null.h  \
402         packet-osi.h   \
403         packet-osi-options.h \
404         packet-pcnfsd.h \
405         packet-pflog.h \
406         packet-pgm.h   \
407         packet-pim.h   \
408         packet-portmap.h   \
409         packet-ppp.h   \
410         packet-prism.h \
411         packet-q931.h  \
412         packet-raw.h   \
413         packet-ripng.h \
414         packet-rpc.h   \
415         packet-rquota.h \
416         packet-rtcp.h  \
417         packet-rtp.h   \
418         packet-rwall.h  \
419         packet-rx.h  \
420         packet-scsi.h  \
421         packet-sll.h   \
422         packet-smb-browse.h \
423         packet-smb-common.h \
424         packet-smb-logon.h \
425         packet-smb-mailslot.h \
426         packet-smb-pipe.h \
427         packet-sna.h   \
428         packet-snmp.h   \
429         packet-spray.h \
430         packet-stat.h   \
431         packet-stat-notify.h \
432         packet-tcp.h   \
433         packet-tns.h \
434         packet-tpkt.h  \
435         packet-tr.h    \
436         packet-udp.h   \
437         packet-vines.h \
438         packet-vlan.h \
439         packet-wccp.h \
440         packet-wap.h \
441         packet-wtls.h \
442         packet-wtp.h \
443         packet-wsp.h \
444         packet-x11-keysym.h     \
445         packet-yhoo.h  \
446         packet-ypbind.h \
447         packet-yppasswd.h \
448         packet-ypserv.h \
449         packet-ypxfr.h 
450
451 ETHEREAL_COMMON_SRC = \
452         aftypes.h      \
453         alignment.h    \
454         afn.c          \
455         afn.h          \
456         asn1.c         \
457         asn1.h         \
458         bridged_pids.h \
459         column.c       \
460         column.h       \
461         color.h        \
462         conditions.c   \
463         conditions.h   \
464         capture_stop_conditions.h   \
465         capture_stop_conditions.c   \
466         etypes.h       \
467         follow.c       \
468         follow.h       \
469         format-oid.h   \
470         greproto.h     \
471         in_cksum.c     \
472         in_cksum.h     \
473         ipproto.c      \
474         ipproto.h      \
475         llcsaps.h      \
476         nlpid.h        \
477         oui.h          \
478         packet-dcerpc-nt.h \
479         packet-dcerpc-nt.c \
480         pcap-util.c    \
481         pcap-util.h    \
482         ppptypes.h     \
483         prefs.c        \
484         prefs.h        \
485         prefs-int.h    \
486         print.c        \
487         print.h        \
488         ps.c           \
489         ps.h           \
490         ptvcursor.c     \
491         ptvcursor.h     \
492         reassemble.c   \
493         reassemble.h   \
494         register.h     \
495         ringbuffer.c   \
496         ringbuffer.h   \
497         rpc_defrag.h   \
498         smb.h          \
499         util.c         \
500         util.h         \
501         x11-declarations.h \
502         x11-register-info.h \
503         x264_prt_id.h  \
504         xdlc.c         \
505         xdlc.h         \
506         xmlstub.c      \
507         xmlstub.h
508
509 BUILT_SOURCES = \
510         x11-declarations.h \
511         x11-register-info.h
512
513 ethereal_SOURCES = \
514         $(DISSECTOR_SRC) \
515         $(ETHEREAL_COMMON_SRC) \
516         register.c     \
517         capture.c      \
518         capture.h      \
519         file.c         \
520         file.h         \
521         filters.c      \
522         filters.h      \
523         globals.h      \
524         menu.h         \
525         progress_dlg.h \
526         proto_hier_stats.h      \
527         proto_hier_stats.c      \
528         simple_dialog.h \
529         statusbar.h    \
530         summary.c      \
531         summary.h      \
532         ui_util.h
533
534 ethereal_static_SOURCES = \
535         $(DISSECTOR_SRC) \
536         $(ETHEREAL_COMMON_SRC) \
537         register-static.c     \
538         capture.c      \
539         capture.h      \
540         file.c         \
541         file.h         \
542         filters.c      \
543         filters.h      \
544         globals.h      \
545         menu.h         \
546         progress_dlg.h \
547         proto_hier_stats.h      \
548         proto_hier_stats.c      \
549         simple_dialog.h \
550         statusbar.h    \
551         summary.c      \
552         summary.h      \
553         ui_util.h       
554
555 EXTRA_ethereal_SOURCES = \
556         snprintf.c      \
557         snprintf.h      \
558         snprintf-imp.h  \
559         strerror.c      \
560         strerror.h      \
561         strcasecmp.c    \
562         strncasecmp.c   \
563         mkstemp.c       \
564         mkstemp.h       \
565         strptime.c      \
566         strptime.h
567
568 # Optional objects that I know how to build. These will be
569 # linked into the ethereal executable.
570 # They will also be linked into the tethereal executable; if this
571 # list ever grows to include something that can't be linked with
572 # tethereal, or if tethereal needs something that ethereal doesn't,
573 # we should probably split this into stuff needed both
574 # by ethereal and tethereal and stuff needed only by one or the
575 # other.
576 ethereal_optional_objects = @SNPRINTF_O@ @STRERROR_O@ \
577         @STRCASECMP_O@ @STRNCASECMP_O@ @MKSTEMP_O@ @STRPTIME_O@
578
579 # Additional libs that I know how to build. These will be
580 # linked into the ethereal executable.
581 ethereal_additional_libs = \
582         wiretap/libwiretap.a    \
583         gtk/libui.a             \
584         epan/libethereal.a      \
585         epan/ftypes/libftypes.a \
586         epan/dfilter/libdfilter.a
587
588 # This is the automake dependency variable for the executable
589 ethereal_DEPENDENCIES = \
590         $(ethereal_optional_objects)    \
591         $(ethereal_additional_libs)     \
592         $(plugin_libs)
593
594 ethereal_static_DEPENDENCIES = \
595         $(ethereal_optional_objects)    \
596         $(ethereal_additional_libs)
597
598 # This automake variable adds to the link-line for the executable.
599 #
600 # Note that Ethereal doesn't have to be linked with @GLIB_LIBS@, as
601 # they are included in @GTK_LIBS@, and doesn't have to be linked with
602 # @SOCKET_LIBS@ or @NSL_LIBS@, as those should also be included in
603 # @GTK_LIBS@ (as those are also needed for X applications, and GTK+
604 # applications are X applications).
605 ethereal_LDADD = \
606         $(ethereal_optional_objects)    \
607         $(ethereal_additional_libs)     \
608         @SNMP_LIBS@ @SSL_LIBS@          \
609         $(plugin_ldadd)                 \
610         @PCAP_LIBS@ @GTK_LIBS@
611
612 ethereal_static_LDADD = \
613         "-all-static"                   \
614         $(plugin_static_ldadd)          \
615         $(ethereal_optional_objects)    \
616         $(ethereal_additional_libs)     \
617         @SNMP_LIBS@ @SSL_LIBS@          \
618         @PCAP_LIBS@ @GTK_LIBS@          
619
620 ethereal_LDFLAGS = -export-dynamic
621 ethereal_static_LDFLAGS = -Wl,-static
622
623 tethereal_SOURCES = \
624         $(DISSECTOR_SRC) \
625         $(ETHEREAL_COMMON_SRC) \
626         register.c     \
627         tethereal.c
628
629 tethereal_static_SOURCES = \
630         $(DISSECTOR_SRC) \
631         $(ETHEREAL_COMMON_SRC) \
632         register-static.c     \
633         tethereal.c
634
635 # Additional libs that I know how to build. These will be
636 # linked into the tethereal executable.
637 tethereal_additional_libs =             \
638         wiretap/libwiretap.a            \
639         epan/libethereal.a              \
640         epan/ftypes/libftypes.a         \
641         epan/dfilter/libdfilter.a
642
643 # This is the automake dependency variable for the executable
644 tethereal_DEPENDENCIES = \
645         $(ethereal_optional_objects)    \
646         $(tethereal_additional_libs)    \
647         $(plugin_libs)
648
649 tethereal_static_DEPENDENCIES = \
650         $(ethereal_optional_objects)    \
651         $(tethereal_additional_libs)    
652
653 # This automake variable adds to the link-line for the executable
654 tethereal_LDADD = wiretap/libwiretap.a  \
655         $(ethereal_optional_objects)    \
656         $(tethereal_additional_libs)    \
657         @SNMP_LIBS@ @SSL_LIBS@          \
658         $(plugin_ldadd)                 \
659         @GLIB_LIBS@ -lm \
660         @PCAP_LIBS@ @SOCKET_LIBS@ @NSL_LIBS@
661
662 tethereal_static_LDADD = \
663         "-all-static"           \
664         $(plugin_static_ldadd)  \
665         wiretap/libwiretap.a    \
666         $(ethereal_optional_objects)    \
667         $(tethereal_additional_libs)    \
668         @SNMP_LIBS@ @SSL_LIBS@          \
669         @GLIB_LIBS@ -lm \
670         @PCAP_LIBS@ @SOCKET_LIBS@ @NSL_LIBS@
671
672 tethereal_LDFLAGS = -export-dynamic
673 tethereal_static_LDFLAGS = -Wl,-static
674
675 # Optional objects that I know how to build, and that are needed by
676 # text2pcap.
677 text2pcap_optional_objects = @STRERROR_O@ @STRPTIME_O@
678
679 text2pcap_SOURCES = text2pcap.c text2pcap-scanner.l
680 text2pcap_DEPENDENCIES = text2pcap.h
681
682 # This automake variable adds to the link-line for the executable
683 text2pcap_LDADD = $(text2pcap_optional_objects)
684
685 mergecap_SOURCES = mergecap.c
686 mergecap_DEPENDENCIES = wiretap/libwiretap.a
687
688 editcap_SOURCES = editcap.c
689
690 # This is the automake dependency variable for the executable
691 editcap_DEPENDENCIES = wiretap/libwiretap.a
692
693 # This automake variable adds to the link-line for the executable
694 editcap_LDADD = wiretap/libwiretap.a @GLIB_LIBS@
695 mergecap_LDADD = wiretap/libwiretap.a @GLIB_LIBS@
696
697 #
698 # Build various header files for the X11 dissector.
699 #
700 x11-declarations.h x11-register-info.h: x11-fields process-x11-fields.pl
701         $(PERL) $(srcdir)/process-x11-fields.pl <$(srcdir)/x11-fields
702
703 #
704 # Build shell scripts by doing variable substitution.
705 # Taken from autoconf 2.13.
706 #
707 editsh = sed -e 's,@''SHELL''@,$(SHELL),g'
708
709 SUFFIXES = .sh
710 .sh:
711         rm -f $@ $@.tmp
712         $(editsh) $< > $@.tmp && chmod +x $@.tmp && mv $@.tmp $@
713
714 #
715 # Build "register.c", which contains a function "register_all_protocols()"
716 # that calls the register routines for all protocols.
717 #
718 # We do this by grepping through sources.  If that turns out to be too slow,
719 # maybe we could just require every .o file to have an register routine
720 # of a given name (packet-aarp.o -> proto_register_aarp, etc.).
721 #
722 # Formatting conventions:  The name of the proto_register_* routines must
723 # start in column zero, or must be preceded only by "void " starting in
724 # column zero, and must not be inside #if.
725 #
726 # We assume that all dissector routines are in "packet-XXX.c" files.
727 #
728 # For some unknown reason, having a big "for" loop in the Makefile
729 # to scan all the "packet-XXX.c" files doesn't work with some "make"s;
730 # they seem to pass only the first few names in the list to the shell,
731 # for some reason.
732 #
733 # Therefore, we have a script to generate the "register.c" file.
734 #
735 # The first argument is the directory in which the source files live.
736 # All subsequent arguments are the files to scan.
737 #
738 register.c: $(DISSECTOR_SRC) $(srcdir)/make-reg-dotc
739         @echo Making register.c
740         @$(srcdir)/make-reg-dotc register.c $(srcdir) $(DISSECTOR_SRC)
741
742 register-static.c: $(plugin_src) $(DISSECTOR_SRC) $(srcdir)/make-reg-dotc
743         @echo Making register-static.c
744         @$(srcdir)/make-reg-dotc register-static.c $(srcdir) $(plugin_src) $(DISSECTOR_SRC)
745
746 ps.c: print.ps rdps
747         ./rdps $(srcdir)/print.ps ps.c
748
749 rdps: rdps.c
750         $(CC) $(CFLAGS) -o rdps $(srcdir)/rdps.c
751
752 randpkt.o: randpkt.c
753         $(CC) -DHAVE_CONFIG_H -I. `glib-config --cflags` -c $(srcdir)/randpkt.c
754
755 randpkt: randpkt.o wiretap/libwiretap.a
756         $(LINK) -o randpkt randpkt.o wiretap/libwiretap.a `glib-config --libs` -lz
757
758
759 dftest_SOURCES = \
760         $(DISSECTOR_SRC) \
761         $(ETHEREAL_COMMON_SRC) \
762         register.c     \
763         dftest.c
764
765 dftest_additional_libs =                \
766         wiretap/libwiretap.a            \
767         epan/libethereal.a              \
768         epan/ftypes/libftypes.a         \
769         epan/dfilter/libdfilter.a
770
771 dftest_DEPENDENCIES = \
772         $(ethereal_optional_objects)    \
773         $(dftest_additional_libs)       \
774         $(plugin_libs)
775
776 # This automake variable adds to the link-line for the executable
777 dftest_LDADD = \
778         $(ethereal_optional_objects)    \
779         $(dftest_additional_libs)       \
780         @SNMP_LIBS@ @SSL_LIBS@          \
781         $(plugin_ldadd)                 \
782         @GLIB_LIBS@ -lm \
783         @PCAP_LIBS@ @SOCKET_LIBS@ @NSL_LIBS@
784
785 dftest_LDFLAGS = -export-dynamic
786
787 CLEANFILES =    \
788         idl2eth
789
790 DISTCLEANFILES =        \
791         register.c      \
792         register-static.c \
793         rdps            \
794         ps.c            \
795         *~
796
797 EXTRA_DIST = \
798         Ethereal.desktop        \
799         aclocal-flags           \
800         capture-wpcap.c         \
801         capture-wpcap.h         \
802         cleanbld.bat            \
803         config.h.win32          \
804         config.nmake            \
805         debian/README.debian    \
806         debian/changelog        \
807         debian/control          \
808         debian/copyright        \
809         debian/dirs             \
810         debian/docs             \
811         debian/menu             \
812         debian/postinst         \
813         debian/prerm            \
814         debian/rules            \
815         doc/Makefile.am         \
816         doc/Makefile.nmake      \
817         doc/README.design       \
818         doc/README.developer    \
819         doc/README.idl2eth      \
820         doc/README.plugins      \
821         doc/README.regression   \
822         doc/README.tvbuff       \
823         doc/dfilter2pod.pl      \
824         doc/editcap.pod         \
825         doc/ethereal.pod.template \
826         doc/idl2eth.pod         \
827         doc/mergecap.pod        \
828         doc/randpkt.txt         \
829         doc/tethereal.pod.template \
830         doc/text2pcap.pod       \
831         editcap.c               \
832         ethereal_be.py          \
833         ethereal_gen.py         \
834         mergecap.c              \
835         text2pcap.c             \
836         text2pcap.h             \
837         text2pcap-scanner.l     \
838         getopt.c                \
839         getopt.h                \
840         idl2eth.sh              \
841         ieee-float.h            \
842         image/Makefile.nmake    \
843         image/README.image      \
844         image/clist_ascend.xpm  \
845         image/clist_descend.xpm \
846         image/dn_arrow.xpm      \
847         image/editcap.rc.in     \
848         image/eexcl3d64.xpm     \
849         image/eicon3d16.xpm     \
850         image/eicon3d32.xpm     \
851         image/eicon3d48.xpm     \
852         image/eicon3d64.xpm     \
853         image/elogo3d48x48.png  \
854         image/ethereal.ico      \
855         image/ethereal.rc.in    \
856         image/ethereal48x48-trans.png  \
857         image/ethereal48x48.png \
858         image/hi16-app-ethereal.png     \
859         image/hi32-app-ethereal.png     \
860         image/hi48-app-ethereal.png     \
861         image/icon-ethereal.xpm \
862         image/icon-excl.xpm     \
863         image/lo16-app-ethereal.png     \
864         image/lo32-app-ethereal.png     \
865         image/lo48-app-ethereal.png     \
866         image/mergecap.rc.in    \
867         image/tethereal.rc.in   \
868         image/text2pcap.rc.in   \
869         image/up_arrow.xpm      \
870         INSTALL.configure       \
871         Makefile.nmake          \
872         make-manuf              \
873         make-reg-dotc           \
874         make-reg-dotc.py        \
875         manuf                   \
876         manuf.tmpl              \
877         ncp2222.py              \
878         packet-ncp2222.inc      \
879         print.ps                \
880         process-x11-fields.pl   \
881         README.aix              \
882         README.bsd              \
883         README.hpux             \
884         README.irix             \
885         README.linux            \
886         README.tru64            \
887         README.vmware           \
888         README.win32            \
889         randpkt.c               \
890         rdps.c                  \
891         TODO                    \
892         dictionary.dtd          \
893         dictionary.xml          \
894         mobileipv4.xml          \
895         nasreq.xml              \
896         sunping.xml             \
897         x11-fields
898
899 if SETUID_INSTALL
900 install-exec-hook:
901         -chmod +s $(DESTDIR)$(bindir)/ethereal
902         -chmod +s $(DESTDIR)$(bindir)/tethereal
903         -chmod +s $(DESTDIR)$(bindir)/ethereal_static
904 else
905 install-exec-hook:
906 endif
907
908 #
909 # Currently register.c can be included in the distribution because
910 # we always build all protocol dissectors. We used to have to check
911 # whether or not to build the snmp dissector. If we again need to
912 # variably build something, making register.c non-portable, uncomment
913 # the dist-hook line below.
914 #
915 # Oh, yuk.  We don't want to include "register.c" in the distribution, as
916 # its contents depend on the configuration, and therefore we want it
917 # to be built when the first "make" is done; however, Automake insists
918 # on putting *all* source into the distribution.
919 #
920 # We work around this by having a "dist-hook" rule that deletes
921 # "register.c", so that "dist" won't pick it up.
922 #
923 #dist-hook:
924 #       @rm -f $(distdir)/register.c
925
926 if HAVE_PLUGINS
927 SUBDIRS = tools wiretap doc epan plugins packaging @ethereal_SUBDIRS@
928 else
929 SUBDIRS = tools wiretap doc epan packaging @ethereal_SUBDIRS@
930 endif
931
932 ethereal.1: ethereal doc/ethereal.pod.template
933         (cd doc ; \
934         $(MAKE) ../ethereal.1 )
935
936 tethereal.1: tethereal doc/tethereal.pod.template
937         (cd doc ; \
938         $(MAKE) ../tethereal.1 )
939
940 editcap.1: doc/editcap.pod
941         (cd doc ; \
942         $(MAKE) ../editcap.1 )
943
944 idl2eth.1: doc/idl2eth.pod
945         (cd doc ; \
946         $(MAKE) ../idl2eth.1 )
947
948 mergecap.1: doc/mergecap.pod
949         (cd doc ; \
950         $(MAKE) ../mergecap.1 )
951
952 text2pcap.1: doc/text2pcap.pod
953         (cd doc ; \
954         $(MAKE) ../text2pcap.1 )
955
956 packet-ncp2222.c : ncp2222.py
957         $(PYTHON) $(srcdir)/ncp2222.py > $@
958
959 libtool: $(LIBTOOL_DEPS)
960         $(SHELL) ./config.status --recheck
961
962 # We load top_stagedir with an explicit path so that libtool doesn't freak.
963 top_stagedir=`cd $(top_srcdir) && pwd`/packaging/svr4.stage
964 stagedir=$(top_stagedir)/$(PACKAGE).stage
965 host_cpu=@host_cpu@
966 host_os=@host_os@
967
968 svr4-package: $(bin_SCRIPTS) $(lib_LTLIBRARIES)
969         if test x$(HAVE_SVR4_PACKAGING) = xyes ; then \
970                 rm -rf $(stagedir) ; \
971                 $(MAKE) DESTDIR=$(stagedir) install-strip; \
972                 $(srcdir)/packaging/svr4/mkpkg \
973                         $(PACKAGE) \
974                         $(PACKAGE)-$(VERSION)-$(host_os)-$(host_cpu)-local \
975                         $(prefix) \
976                         $(top_stagedir) ; \
977         else \
978                 echo "Error: SVR4 packaging tools not found." ; \
979                 echo "Package build abandoned." ; \
980         fi
981
982 solaris-package: svr4-package
983
984 rpm_topdir=`cd $(top_srcdir) && pwd`/packaging/rpm
985 rpm-package: dist
986         if test x$(HAVE_RPM) = xyes ; then \
987                 cd $(rpm_topdir) ; \
988                 mkdir BUILD RPMS SOURCES ; \
989                 cd SOURCES ; \
990                 ln -s ../../../$(distdir).tar.gz ; \
991                 cd .. ; \
992                 rpm --define "_topdir `cd . && pwd`" -bb SPECS/ethereal.spec && \
993                         echo "Package successfully built in `pwd`/RPMS." ; \
994         else \
995                 echo "Error: RPM executable and/or source directory not found." ; \
996         fi
997 srpm-package: dist
998         if test x$(HAVE_RPM) = xyes ; then \
999                 cd $(rpm_topdir) ; \
1000                 mkdir BUILD SRPMS SOURCES ; \
1001                 cd SOURCES ; \
1002                 ln -s ../../../$(distdir).tar.gz ; \
1003                 cd .. ; \
1004                 rpm --define "_topdir `cd . && pwd`" -bs SPECS/ethereal.spec && \
1005                         echo "Package successfully built in `pwd`/SRPMS." ; \
1006         else \
1007                 echo "Error: RPM executable and/or source directory not found." ; \
1008         fi
1009
1010 debian-package: debian/rules
1011         dpkg-buildpackage -rfakeroot -us -uc
1012
1013 clean-local:
1014         rm -rf $(top_stagedir)