1 # Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
2 # The Regents of the University of California. All rights reserved.
4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that: (1) source code distributions
6 # retain the above copyright notice and this paragraph in its entirety, (2)
7 # distributions including binary code include the above copyright notice and
8 # this paragraph in its entirety in the documentation or other materials
9 # provided with the distribution, and (3) all advertising materials mentioning
10 # features or use of this software display the following acknowledgement:
11 # ``This product includes software developed by the University of California,
12 # Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
13 # the University nor the names of its contributors may be used to endorse
14 # or promote products derived from this software without specific prior
16 # THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
17 # WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
18 # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20 # @(#) $Header: /tcpdump/master/tcpdump/Makefile.in,v 1.325 2008-11-21 23:17:26 guy Exp $ (LBL)
23 # Various configurable paths (remember to edit Makefile.in, not Makefile)
28 exec_prefix = @
exec_prefix@
29 datarootdir
= @datarootdir@
30 # Pathname of directory to install the binary
32 # Pathname of directory to install the man page
40 # You shouldn't need to edit anything below here.
47 DEFS
= @DEFS@ @CPPFLAGS@ @V_DEFS@
51 FULL_CFLAGS
= $(CCOPT
) $(DEFS
) $(INCLS
) $(CFLAGS
)
60 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
61 INSTALL_DATA
= @INSTALL_DATA@
64 # Explicitly define compilation rule since SunOS 4's make doesn't like gcc.
65 # Also, gcc does not remove the .o before forking 'as', which can be a
66 # problem if you don't own the file but can write to the directory.
69 $(CC
) $(FULL_CFLAGS
) -c
$(srcdir)/$*.c
71 CSRC
= addrtoname.c af.c checksum.c cpack.c gmpls.c oui.c gmt2local.c ipproto.c \
72 nlpid.c l2vpn.c machdep.c parsenfsfh.c in_cksum.c \
73 print-802_11.c print-802_15_4.c print-ap1394.c print-ah.c \
74 print-arcnet.c print-aodv.c print-arp.c print-ascii.c print-atalk.c \
75 print-atm.c print-beep.c print-bfd.c print-bgp.c \
76 print-bootp.c print-bt.c print-carp.c print-cdp.c print-cfm.c \
77 print-chdlc.c print-cip.c print-cnfp.c print-dccp.c print-decnet.c \
78 print-domain.c print-dtp.c print-dvmrp.c print-enc.c print-egp.c \
79 print-eap.c print-eigrp.c\
80 print-esp.c print-ether.c print-fddi.c print-forces.c print-fr.c \
81 print-gre.c print-hsrp.c print-icmp.c print-igmp.c \
82 print-igrp.c print-ip.c print-ipcomp.c print-ipfc.c print-ipnet.c \
83 print-ipx.c print-isoclns.c print-juniper.c print-krb.c \
84 print-l2tp.c print-lane.c print-ldp.c print-lldp.c print-llc.c \
85 print-lmp.c print-lspping.c print-lwapp.c \
86 print-lwres.c print-mobile.c print-mpcp.c print-mpls.c print-msdp.c \
87 print-nfs.c print-ntp.c print-null.c print-olsr.c print-ospf.c \
88 print-pgm.c print-pim.c \
89 print-ppi.c print-ppp.c print-pppoe.c print-pptp.c \
90 print-radius.c print-raw.c print-rip.c print-rpki-rtr.c print-rrcp.c print-rsvp.c \
91 print-rx.c print-sctp.c print-sflow.c print-sip.c print-sl.c print-sll.c \
92 print-slow.c print-snmp.c print-stp.c print-sunatm.c print-sunrpc.c \
93 print-symantec.c print-syslog.c print-tcp.c print-telnet.c print-tftp.c \
94 print-timed.c print-tipc.c print-token.c print-udld.c print-udp.c \
95 print-usb.c print-vjc.c print-vqp.c print-vrrp.c print-vtp.c \
96 print-wb.c print-zephyr.c signature.c setsignal.c tcpdump.c util.c
98 LIBNETDISSECT_SRC
=print-isakmp.c
99 LIBNETDISSECT_OBJ
=$(LIBNETDISSECT_SRC
:.c
=.o
)
100 LIBNETDISSECT
=libnetdissect.a
102 LOCALSRC
= @LOCALSRC@
106 SRC
= $(CSRC
) $(GENSRC
) $(LOCALSRC
) $(LIBNETDISSECT_SRC
)
108 # We would like to say "OBJ = $(SRC:.c=.o)" but Ultrix's make cannot
109 # hack the extra indirection
110 OBJ
= $(CSRC
:.c
=.o
) $(GENSRC
:.c
=.o
) $(LOCALSRC
:.c
=.o
) $(LIBOBJS
) $(LIBNETDISSECT_OBJ
)
194 /usr
/include/arpa
/tftp.h \
195 /usr
/include/net
/if_arp.h \
196 /usr
/include/net
/slip.h \
197 /usr
/include/netinet
/if_ether.h \
198 /usr
/include/netinet
/in.h \
199 /usr
/include/netinet
/ip_icmp.h \
200 /usr
/include/netinet
/tcp.h \
201 /usr
/include/netinet
/udp.h \
202 /usr
/include/protocols
/routed.h
204 TAGFILES
= $(SRC
) $(HDR
) $(TAGHDR
)
206 CLEANFILES
= $(PROG
) $(OBJ
) $(GENSRC
)
214 Makefile-devel-adds \
234 missing
/datalinks.c \
235 missing
/getnameinfo.c \
236 missing
/inet_aton.c \
237 missing
/inet_ntop.c \
238 missing
/inet_pton.c \
240 missing
/sockstorage.h \
266 tests
/02-sunrise-sunset-esp.pcap \
267 tests
/08-sunrise-sunset-aes.pcap \
268 tests
/08-sunrise-sunset-esp2.pcap \
269 tests
/QinQpacket.out \
270 tests
/QinQpacket.pcap \
271 tests
/QinQpacketv.out \
278 tests
/bgp-infinite-loop.pcap \
279 tests
/bgp_vpn_attrset.out \
280 tests
/bgp_vpn_attrset.pcap \
281 tests
/chdlc-slarp-short.pcap \
282 tests
/chdlc-slarp.pcap \
287 tests
/eapon1.gdbinit \
291 tests
/esp-secrets.txt \
305 tests
/forces1vvv.out \
306 tests
/forces1vvvv.out \
308 tests
/forces2vv.out \
309 tests
/forces3vvv.out \
312 tests
/ikev2four.out \
313 tests
/ikev2four.pcap \
314 tests
/ikev2fourv.out \
315 tests
/ikev2fourv4.out \
316 tests
/ikev2pI2-secrets.txt \
318 tests
/ikev2pI2.pcap \
319 tests
/isakmp-delete-segfault.pcap \
320 tests
/isakmp-identification-segfault.pcap \
321 tests
/isakmp-pointer-loop.pcap \
326 tests
/isakmp4500.pcap \
327 tests
/isis-infinite-loop.pcap \
328 tests
/ldp-infinite-loop.pcap \
332 tests
/lspping-fec-ldp.pcap \
333 tests
/lspping-fec-rsvp.pcap \
334 tests
/mpls-ldp-hello.out \
335 tests
/mpls-ldp-hello.pcap \
336 tests
/mpls-traceroute.pcap \
337 tests
/ospf-gmpls.out \
338 tests
/ospf-gmpls.pcap \
343 tests
/print-capX.out \
344 tests
/print-capXX.out \
345 tests
/print-flags.pcap \
346 tests
/print-flags.sh \
349 tests
/rsvp-infinite-loop.pcap \
350 tests
/sflow_multiple_counter_30_pdus.out \
351 tests
/sflow_multiple_counter_30_pdus.pcap \
353 win32
/Include
/errno.h \
354 win32
/Include
/getopt.h \
355 win32
/Include
/w32_fzs.h \
357 win32
/prj
/GNUmakefile \
358 win32
/prj
/WinDump.dsp \
359 win32
/prj
/WinDump.dsw
363 $(PROG
): $(OBJ
) @V_PCAPDEP@
365 $(CC
) $(FULL_CFLAGS
) $(LDFLAGS
) -o
$@
$(OBJ
) $(LIBS
)
367 $(LIBNETDISSECT
): $(LIBNETDISSECT_OBJ
)
369 $(AR
) cr
$@
$(LIBNETDISSECT_OBJ
)
372 datalinks.o
: $(srcdir)/missing
/datalinks.c
373 $(CC
) $(FULL_CFLAGS
) -o
$@
-c
$(srcdir)/missing
/datalinks.c
374 dlnames.o
: $(srcdir)/missing
/dlnames.c
375 $(CC
) $(FULL_CFLAGS
) -o
$@
-c
$(srcdir)/missing
/dlnames.c
376 getnameinfo.o
: $(srcdir)/missing
/getnameinfo.c
377 $(CC
) $(FULL_CFLAGS
) -o
$@
-c
$(srcdir)/missing
/getnameinfo.c
378 getaddrinfo.o
: $(srcdir)/missing
/getaddrinfo.c
379 $(CC
) $(FULL_CFLAGS
) -o
$@
-c
$(srcdir)/missing
/getaddrinfo.c
380 inet_pton.o
: $(srcdir)/missing
/inet_pton.c
381 $(CC
) $(FULL_CFLAGS
) -o
$@
-c
$(srcdir)/missing
/inet_pton.c
382 inet_ntop.o
: $(srcdir)/missing
/inet_ntop.c
383 $(CC
) $(FULL_CFLAGS
) -o
$@
-c
$(srcdir)/missing
/inet_ntop.c
384 inet_aton.o
: $(srcdir)/missing
/inet_aton.c
385 $(CC
) $(FULL_CFLAGS
) -o
$@
-c
$(srcdir)/missing
/inet_aton.c
386 snprintf.o
: $(srcdir)/missing
/snprintf.c
387 $(CC
) $(FULL_CFLAGS
) -o
$@
-c
$(srcdir)/missing
/snprintf.c
388 strlcat.o
: $(srcdir)/missing
/strlcat.c
389 $(CC
) $(FULL_CFLAGS
) -o
$@
-c
$(srcdir)/missing
/strlcat.c
390 strlcpy.o
: $(srcdir)/missing
/strlcpy.c
391 $(CC
) $(FULL_CFLAGS
) -o
$@
-c
$(srcdir)/missing
/strlcpy.c
392 strsep.o
: $(srcdir)/missing
/strsep.c
393 $(CC
) $(FULL_CFLAGS
) -o
$@
-c
$(srcdir)/missing
/strsep.c
396 $(CC
) $(FULL_CFLAGS
) -c version.c
398 version.c
: $(srcdir)/VERSION
400 if grep GIT
${srcdir}/VERSION
>/dev
/null
; then \
401 read ver
<${srcdir}/VERSION
; \
402 echo
$$ver | tr
-d
'\012'; \
405 cat
${srcdir}/VERSION
; \
406 fi | sed
-e
's/.*/const char version[] = "&";/' > $@
409 [ -d
$(DESTDIR
)$(sbindir
) ] || \
410 (mkdir
-p
$(DESTDIR
)$(sbindir
); chmod
755 $(DESTDIR
)$(sbindir
))
411 $(INSTALL_PROGRAM
) $(PROG
) $(DESTDIR
)$(sbindir
)/$(PROG
)
412 $(INSTALL_PROGRAM
) $(PROG
) $(DESTDIR
)$(sbindir
)/$(PROG
).
`cat ${srcdir}/VERSION`
413 [ -d
$(DESTDIR
)$(mandir)/man1
] || \
414 (mkdir
-p
$(DESTDIR
)$(mandir)/man1
; chmod
755 $(DESTDIR
)$(mandir)/man1
)
415 $(INSTALL_DATA
) $(PROG
).1 $(DESTDIR
)$(mandir)/man1
/$(PROG
).1
418 rm -f
$(DESTDIR
)$(sbindir
)/$(PROG
)
419 rm -f
$(DESTDIR
)$(mandir)/man1
/$(PROG
).1
422 lint
-hbxn
$(SRC
) | \
423 grep
-v
'struct/union .* never defined' | \
424 grep
-v
'possible pointer alignment problem'
427 rm -f
$(CLEANFILES
) $(PROG
)-`cat VERSION`.
tar.gz
430 rm -f
$(CLEANFILES
) Makefile config.cache config.log config.status \
431 config.h gnuc.h os-proto.h stamp-h stamp-h.in
$(PROG
).1
432 rm -rf autom4te.cache
435 (cd tests
&& .
/TESTrun.sh
)
438 ctags
-wtd
$(TAGFILES
)
444 @cwd
=`pwd` ; dir=`basename $$cwd` ; name
=$(PROG
)-`cat VERSION` ; \
446 tar cf
- $(CSRC
) $(HDR
) $(LIBNETDISSECT_SRC
) $(EXTRA_DIST
) |
(cd
$$name; tar xf
-); \
447 tar -c
-z
-f
$$name.
tar.gz
$$name; \
451 ${srcdir}/mkdep
-c
$(CC
) $(DEFS
) $(INCLS
) $(SRC
)