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.
48 DEFS
= @DEFS@ @CPPFLAGS@ @V_DEFS@
52 FULL_CFLAGS
= $(CCOPT
) $(DEFS
) $(INCLS
) $(CFLAGS
)
61 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
62 INSTALL_DATA
= @INSTALL_DATA@
65 DEPENDENCY_CFLAG
= @DEPENDENCY_CFLAG@
67 # Explicitly define compilation rule since SunOS 4's make doesn't like gcc.
68 # Also, gcc does not remove the .o before forking 'as', which can be a
69 # problem if you don't own the file but can write to the directory.
72 $(CC
) $(FULL_CFLAGS
) -c
$(srcdir)/$*.c
74 CSRC
= addrtoname.c af.c checksum.c cpack.c gmpls.c oui.c gmt2local.c ipproto.c \
75 nlpid.c l2vpn.c machdep.c parsenfsfh.c in_cksum.c \
76 print-802_11.c print-802_15_4.c print-ap1394.c print-ah.c \
77 print-arcnet.c print-aodv.c print-arp.c print-ascii.c print-atalk.c \
78 print-atm.c print-beep.c print-bfd.c print-bgp.c \
79 print-bootp.c print-bt.c print-calm-fast.c print-carp.c print-cdp.c print-cfm.c \
80 print-chdlc.c print-cip.c print-cnfp.c print-dccp.c print-decnet.c \
81 print-domain.c print-dtp.c print-dvmrp.c print-enc.c print-egp.c \
82 print-eap.c print-eigrp.c\
83 print-esp.c print-ether.c print-fddi.c print-forces.c print-fr.c \
84 print-geonet.c print-gre.c print-hsrp.c print-icmp.c print-igmp.c \
85 print-igrp.c print-ip.c print-ipcomp.c print-ipfc.c print-ipnet.c \
86 print-ipx.c print-isoclns.c print-juniper.c print-krb.c \
87 print-l2tp.c print-lane.c print-ldp.c print-lldp.c print-llc.c \
88 print-lmp.c print-lspping.c print-lwapp.c \
89 print-lwres.c print-mobile.c print-mpcp.c print-mpls.c print-mptcp.c print-msdp.c \
90 print-msnlb.c print-nflog.c print-nfs.c print-ntp.c print-null.c \
91 print-olsr.c print-openflow.c print-openflow-1.0.c print-ospf.c \
92 print-pgm.c print-pim.c \
93 print-ppi.c print-ppp.c print-pppoe.c print-pptp.c \
94 print-radius.c print-raw.c print-rip.c print-rpki-rtr.c print-rrcp.c print-rsvp.c \
95 print-rx.c print-sctp.c print-sflow.c print-sip.c print-sl.c print-sll.c \
96 print-slow.c print-snmp.c print-stp.c print-sunatm.c print-sunrpc.c \
97 print-symantec.c print-syslog.c print-tcp.c print-telnet.c print-tftp.c \
98 print-timed.c print-tipc.c print-token.c print-udld.c print-udp.c \
99 print-usb.c print-vjc.c print-vqp.c print-vrrp.c print-vtp.c \
100 print-wb.c print-zephyr.c print-zeromq.c print-vxlan.c print-otv.c signature.c setsignal.c tcpdump.c util.c
102 LIBNETDISSECT_SRC
=print-isakmp.c
103 LIBNETDISSECT_OBJ
=$(LIBNETDISSECT_SRC
:.c
=.o
)
104 LIBNETDISSECT
=libnetdissect.a
106 LOCALSRC
= @LOCALSRC@
110 SRC
= $(CSRC
) $(GENSRC
) $(LOCALSRC
) $(LIBNETDISSECT_SRC
)
112 # We would like to say "OBJ = $(SRC:.c=.o)" but Ultrix's make cannot
113 # hack the extra indirection
114 OBJ
= $(CSRC
:.c
=.o
) $(GENSRC
:.c
=.o
) $(LOCALSRC
:.c
=.o
) $(LIBOBJS
) $(LIBNETDISSECT_OBJ
)
199 /usr
/include/arpa
/tftp.h \
200 /usr
/include/net
/if_arp.h \
201 /usr
/include/net
/slip.h \
202 /usr
/include/netinet
/if_ether.h \
203 /usr
/include/netinet
/in.h \
204 /usr
/include/netinet
/ip_icmp.h \
205 /usr
/include/netinet
/tcp.h \
206 /usr
/include/netinet
/udp.h \
207 /usr
/include/protocols
/routed.h
209 TAGFILES
= $(SRC
) $(HDR
) $(TAGHDR
)
211 CLEANFILES
= $(PROG
) $(OBJ
) $(GENSRC
)
219 Makefile-devel-adds \
239 missing
/datalinks.c \
240 missing
/getnameinfo.c \
241 missing
/inet_aton.c \
242 missing
/inet_ntop.c \
243 missing
/inet_pton.c \
245 missing
/sockstorage.h \
272 win32
/Include
/bittypes.h \
273 win32
/Include
/errno.h \
274 win32
/Include
/getopt.h \
275 win32
/Include
/w32_fzs.h \
277 win32
/prj
/GNUmakefile \
278 win32
/prj
/WinDump.dsp \
279 win32
/prj
/WinDump.dsw
281 TEST_DIST
= `find tests \( -name 'DIFF' -prune \) -o \( -name NEW -prune \) -o -type f \! -name '.*' \! -name '*~' -print`
285 $(PROG
): $(OBJ
) @V_PCAPDEP@
287 $(CC
) $(FULL_CFLAGS
) $(LDFLAGS
) -o
$@
$(OBJ
) $(LIBS
)
289 $(LIBNETDISSECT
): $(LIBNETDISSECT_OBJ
)
291 $(AR
) cr
$@
$(LIBNETDISSECT_OBJ
)
294 datalinks.o
: $(srcdir)/missing
/datalinks.c
295 $(CC
) $(FULL_CFLAGS
) -o
$@
-c
$(srcdir)/missing
/datalinks.c
296 dlnames.o
: $(srcdir)/missing
/dlnames.c
297 $(CC
) $(FULL_CFLAGS
) -o
$@
-c
$(srcdir)/missing
/dlnames.c
298 getnameinfo.o
: $(srcdir)/missing
/getnameinfo.c
299 $(CC
) $(FULL_CFLAGS
) -o
$@
-c
$(srcdir)/missing
/getnameinfo.c
300 getaddrinfo.o
: $(srcdir)/missing
/getaddrinfo.c
301 $(CC
) $(FULL_CFLAGS
) -o
$@
-c
$(srcdir)/missing
/getaddrinfo.c
302 inet_pton.o
: $(srcdir)/missing
/inet_pton.c
303 $(CC
) $(FULL_CFLAGS
) -o
$@
-c
$(srcdir)/missing
/inet_pton.c
304 inet_ntop.o
: $(srcdir)/missing
/inet_ntop.c
305 $(CC
) $(FULL_CFLAGS
) -o
$@
-c
$(srcdir)/missing
/inet_ntop.c
306 inet_aton.o
: $(srcdir)/missing
/inet_aton.c
307 $(CC
) $(FULL_CFLAGS
) -o
$@
-c
$(srcdir)/missing
/inet_aton.c
308 snprintf.o
: $(srcdir)/missing
/snprintf.c
309 $(CC
) $(FULL_CFLAGS
) -o
$@
-c
$(srcdir)/missing
/snprintf.c
310 strlcat.o
: $(srcdir)/missing
/strlcat.c
311 $(CC
) $(FULL_CFLAGS
) -o
$@
-c
$(srcdir)/missing
/strlcat.c
312 strlcpy.o
: $(srcdir)/missing
/strlcpy.c
313 $(CC
) $(FULL_CFLAGS
) -o
$@
-c
$(srcdir)/missing
/strlcpy.c
314 strsep.o
: $(srcdir)/missing
/strsep.c
315 $(CC
) $(FULL_CFLAGS
) -o
$@
-c
$(srcdir)/missing
/strsep.c
318 $(CC
) $(FULL_CFLAGS
) -c version.c
320 version.c
: $(srcdir)/VERSION
322 if grep GIT
${srcdir}/VERSION
>/dev
/null
; then \
323 read ver
<${srcdir}/VERSION
; \
324 echo
$$ver | tr
-d
'\012'; \
327 cat
${srcdir}/VERSION
; \
328 fi | sed
-e
's/.*/const char version[] = "&";/' > $@
331 [ -d
$(DESTDIR
)$(sbindir
) ] || \
332 (mkdir
-p
$(DESTDIR
)$(sbindir
); chmod
755 $(DESTDIR
)$(sbindir
))
333 $(INSTALL_PROGRAM
) $(PROG
) $(DESTDIR
)$(sbindir
)/$(PROG
)
334 $(INSTALL_PROGRAM
) $(PROG
) $(DESTDIR
)$(sbindir
)/$(PROG
).
`cat ${srcdir}/VERSION`
335 [ -d
$(DESTDIR
)$(mandir)/man1
] || \
336 (mkdir
-p
$(DESTDIR
)$(mandir)/man1
; chmod
755 $(DESTDIR
)$(mandir)/man1
)
337 $(INSTALL_DATA
) $(PROG
).1 $(DESTDIR
)$(mandir)/man1
/$(PROG
).1
340 rm -f
$(DESTDIR
)$(sbindir
)/$(PROG
)
341 rm -f
$(DESTDIR
)$(mandir)/man1
/$(PROG
).1
344 lint
-hbxn
$(SRC
) | \
345 grep
-v
'struct/union .* never defined' | \
346 grep
-v
'possible pointer alignment problem'
349 rm -f
$(CLEANFILES
) $(PROG
)-`cat VERSION`.
tar.gz
352 rm -f
$(CLEANFILES
) Makefile config.cache config.log config.status \
353 config.h gnuc.h os-proto.h stamp-h stamp-h.in
$(PROG
).1
354 rm -rf autom4te.cache
357 (cd tests
&& .
/TESTrun.sh
)
360 ctags
-wtd
$(TAGFILES
)
366 @cwd
=`pwd` ; dir=`basename $$cwd` ; name
=$(PROG
)-`cat VERSION` ; \
368 tar cf
- $(CSRC
) $(HDR
) $(LIBNETDISSECT_SRC
) $(EXTRA_DIST
) $(TEST_DIST
) |
(cd
$$name; tar xf
-); \
369 tar -c
-z
-f
$$name.
tar.gz
$$name; \
376 $(MKDEP
) -c
$(CC
) -m
$(DEPENDENCY_CFLAG
) $(DEFS
) $(INCLS
) $(SRC
)