Deleted Added
full compact
Makefile.in (235426) Makefile.in (241231)
1# Copyright (c) 1993, 1994, 1995, 1996
2# The Regents of the University of California. All rights reserved.
3#
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

--- 68 unchanged lines hidden (view full) ---

77
78# Explicitly define compilation rule since SunOS 4's make doesn't like gcc.
79# Also, gcc does not remove the .o before forking 'as', which can be a
80# problem if you don't own the file but can write to the directory.
81.c.o:
82 @rm -f $@
83 $(CC) $(FULL_CFLAGS) -c $(srcdir)/$*.c
84
1# Copyright (c) 1993, 1994, 1995, 1996
2# The Regents of the University of California. All rights reserved.
3#
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

--- 68 unchanged lines hidden (view full) ---

77
78# Explicitly define compilation rule since SunOS 4's make doesn't like gcc.
79# Also, gcc does not remove the .o before forking 'as', which can be a
80# problem if you don't own the file but can write to the directory.
81.c.o:
82 @rm -f $@
83 $(CC) $(FULL_CFLAGS) -c $(srcdir)/$*.c
84
85PSRC = pcap-@V_PCAP@.c @USB_SRC@ @BT_SRC@ @CAN_SRC@ @NETFILTER_SRC@
85PSRC = pcap-@V_PCAP@.c @USB_SRC@ @BT_SRC@ @CAN_SRC@ @NETFILTER_SRC@ @CANUSB_SRC@
86FSRC = fad-@V_FINDALLDEVS@.c
87SSRC = @SSRC@
88CSRC = pcap.c inet.c gencode.c optimize.c nametoaddr.c etherent.c \
89 savefile.c sf-pcap.c sf-pcap-ng.c pcap-common.c \
90 bpf_image.c bpf_dump.c
91GENSRC = scanner.c grammar.c bpf_filter.c version.c
92LIBOBJS = @LIBOBJS@
93

--- 190 unchanged lines hidden (view full) ---

284 msdos/readme.dos \
285 org.tcpdump.chmod_bpf.plist \
286 packaging/pcap.spec.in \
287 pcap-bpf.c \
288 pcap-bt-linux.c \
289 pcap-bt-linux.h \
290 pcap-can-linux.c \
291 pcap-can-linux.h \
86FSRC = fad-@V_FINDALLDEVS@.c
87SSRC = @SSRC@
88CSRC = pcap.c inet.c gencode.c optimize.c nametoaddr.c etherent.c \
89 savefile.c sf-pcap.c sf-pcap-ng.c pcap-common.c \
90 bpf_image.c bpf_dump.c
91GENSRC = scanner.c grammar.c bpf_filter.c version.c
92LIBOBJS = @LIBOBJS@
93

--- 190 unchanged lines hidden (view full) ---

284 msdos/readme.dos \
285 org.tcpdump.chmod_bpf.plist \
286 packaging/pcap.spec.in \
287 pcap-bpf.c \
288 pcap-bt-linux.c \
289 pcap-bt-linux.h \
290 pcap-can-linux.c \
291 pcap-can-linux.h \
292 pcap-canusb-linux.c \
293 pcap-canusb-linux.h \
292 pcap-config.in \
293 pcap-dag.c \
294 pcap-dag.h \
295 pcap-dlpi.c \
296 pcap-dos.c \
297 pcap-dos.h \
298 pcap-enet.c \
299 pcap-int.h \

--- 434 unchanged lines hidden ---
294 pcap-config.in \
295 pcap-dag.c \
296 pcap-dag.h \
297 pcap-dlpi.c \
298 pcap-dos.c \
299 pcap-dos.h \
300 pcap-enet.c \
301 pcap-int.h \

--- 434 unchanged lines hidden ---