4.104.114.84.95
Last change
on this file since a3dfa39 was
a3dfa39,
checked in by Ralf Corsepius <ralf.corsepius@…>, on Dec 11, 2002 at 3:34:58 PM
|
2002-12-11 Ralf Corsepius <corsepiu@…>
- kern/Makefile.am: Remove C_O_FILES;
Don't let all-local depend on $OBJS)
- lib/Makefile.am: Ditto.
- libc/Makefile.am: Ditto.
- net/Makefile.am: Ditto.
- netinet/Makefile.am: Ditto.
- nfs/Makefile.am: Ditto.
- rtems/Makefile.am: Ditto.
|
-
Property mode set to
100644
|
File size:
1.2 KB
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | include_netinetdir = $(includedir)/netinet |
---|
6 | |
---|
7 | LIB = $(ARCH)/lib.a |
---|
8 | |
---|
9 | C_FILES = if_ether.c igmp.c in.c in_cksum.c in_pcb.c in_proto.c in_rmx.c \ |
---|
10 | ip_divert.c ip_fw.c ip_icmp.c ip_input.c ip_mroute.c ip_output.c \ |
---|
11 | raw_ip.c tcp_debug.c tcp_input.c tcp_output.c tcp_subr.c tcp_timer.c \ |
---|
12 | tcp_usrreq.c udp_usrreq.c |
---|
13 | OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) |
---|
14 | |
---|
15 | include $(top_srcdir)/../automake/multilib.am |
---|
16 | include $(top_srcdir)/../automake/compile.am |
---|
17 | include $(top_srcdir)/../automake/lib.am |
---|
18 | |
---|
19 | # |
---|
20 | # Add local stuff here using += |
---|
21 | # |
---|
22 | |
---|
23 | # Add -DFORWARD_PROTOCOL to enable UDP forwarding -- requires missing net/pf.h |
---|
24 | AM_CPPFLAGS += -D_COMPILING_BSD_KERNEL_ -DKERNEL -DINET -DNFS -DDIAGNOSTIC \ |
---|
25 | -DBOOTP_COMPAT |
---|
26 | |
---|
27 | $(LIB): $(OBJS) |
---|
28 | $(make-library) |
---|
29 | |
---|
30 | all-local: $(PREINSTALL_FILES) $(ARCH) $(LIB) |
---|
31 | |
---|
32 | .PRECIOUS: $(LIB) |
---|
33 | |
---|
34 | EXTRA_DIST = if_ether.c igmp.c igmp_var.h in.c in_cksum.c in_cksum_i386.c \ |
---|
35 | in_cksum_m68k.c in_cksum_powerpc.c in_pcb.c in_proto.c in_rmx.c \ |
---|
36 | ip_divert.c ip_fw.c ip_icmp.c ip_input.c ip_mroute.c ip_output.c \ |
---|
37 | raw_ip.c tcp_debug.c tcp_input.c tcp_output.c tcp_subr.c tcp_timer.c \ |
---|
38 | tcp_usrreq.c udp_usrreq.c |
---|
39 | |
---|
40 | include $(top_srcdir)/../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.