Deleted Added
full compact
Makefile (170263) Makefile (172771)
1#
2# Copyright (C) 1993-2001 by Darren Reed.
3#
4# See the IPFILTER.LICENCE file for details on licencing.
5#
1#
2# Copyright (C) 1993-2001 by Darren Reed.
3#
4# See the IPFILTER.LICENCE file for details on licencing.
5#
6# $Id: Makefile,v 1.41.2.13 2007/05/10 06:02:19 darrenr Exp $
6# $Id: Makefile,v 1.41.2.14 2007/09/21 08:30:43 darrenr Exp $
7#
8INCDEP=$(TOP)/ip_compat.h $(TOP)/ip_fil.h $(TOP)/ipf.h
9
10LIBOBJS=$(DEST)/addicmp.o \
11 $(DEST)/addipopt.o \
12 $(DEST)/alist_free.o \
13 $(DEST)/alist_new.o \
14 $(DEST)/bcopywrap.o \

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

130$(DEST)/debug.o: $(LIBSRC)/debug.c $(INCDEP)
131 $(CC) $(CCARGS) -c $(LIBSRC)/debug.c -o $@
132$(DEST)/facpri.o: $(LIBSRC)/facpri.c $(INCDEP)
133 $(CC) $(CCARGS) -c $(LIBSRC)/facpri.c -o $@
134$(DEST)/fill6bits.o: $(LIBSRC)/fill6bits.c $(INCDEP)
135 $(CC) $(CCARGS) -c $(LIBSRC)/fill6bits.c -o $@
136$(DEST)/flags.o: $(LIBSRC)/flags.c $(INCDEP)
137 $(CC) $(CCARGS) -c $(LIBSRC)/flags.c -o $@
7#
8INCDEP=$(TOP)/ip_compat.h $(TOP)/ip_fil.h $(TOP)/ipf.h
9
10LIBOBJS=$(DEST)/addicmp.o \
11 $(DEST)/addipopt.o \
12 $(DEST)/alist_free.o \
13 $(DEST)/alist_new.o \
14 $(DEST)/bcopywrap.o \

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

130$(DEST)/debug.o: $(LIBSRC)/debug.c $(INCDEP)
131 $(CC) $(CCARGS) -c $(LIBSRC)/debug.c -o $@
132$(DEST)/facpri.o: $(LIBSRC)/facpri.c $(INCDEP)
133 $(CC) $(CCARGS) -c $(LIBSRC)/facpri.c -o $@
134$(DEST)/fill6bits.o: $(LIBSRC)/fill6bits.c $(INCDEP)
135 $(CC) $(CCARGS) -c $(LIBSRC)/fill6bits.c -o $@
136$(DEST)/flags.o: $(LIBSRC)/flags.c $(INCDEP)
137 $(CC) $(CCARGS) -c $(LIBSRC)/flags.c -o $@
138$(DEST)/getline.o: $(LIBSRC)/getline.c $(INCDEP)
139 $(CC) $(CCARGS) -c $(LIBSRC)/getline.c -o $@
140$(DEST)/gethost.o: $(LIBSRC)/gethost.c $(INCDEP)
141 $(CC) $(CCARGS) -c $(LIBSRC)/gethost.c -o $@
142$(DEST)/getifname.o: $(LIBSRC)/getifname.c $(INCDEP)
143 $(CC) $(CCARGS) -c $(LIBSRC)/getifname.c -o $@
144$(DEST)/getnattype.o: $(LIBSRC)/getnattype.c $(INCDEP)
145 $(CC) $(CCARGS) -c $(LIBSRC)/getnattype.c -o $@
146$(DEST)/getport.o: $(LIBSRC)/getport.c $(INCDEP)
147 $(CC) $(CCARGS) -c $(LIBSRC)/getport.c -o $@

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

213$(DEST)/optprint.o: $(LIBSRC)/optprint.c $(INCDEP)
214 $(CC) $(CCARGS) -c $(LIBSRC)/optprint.c -o $@
215$(DEST)/optprintv6.o: $(LIBSRC)/optprintv6.c $(INCDEP)
216 $(CC) $(CCARGS) -c $(LIBSRC)/optprintv6.c -o $@
217$(DEST)/optvalue.o: $(LIBSRC)/optvalue.c $(INCDEP)
218 $(CC) $(CCARGS) -c $(LIBSRC)/optvalue.c -o $@
219$(DEST)/portname.o: $(LIBSRC)/portname.c $(INCDEP)
220 $(CC) $(CCARGS) -c $(LIBSRC)/portname.c -o $@
138$(DEST)/gethost.o: $(LIBSRC)/gethost.c $(INCDEP)
139 $(CC) $(CCARGS) -c $(LIBSRC)/gethost.c -o $@
140$(DEST)/getifname.o: $(LIBSRC)/getifname.c $(INCDEP)
141 $(CC) $(CCARGS) -c $(LIBSRC)/getifname.c -o $@
142$(DEST)/getnattype.o: $(LIBSRC)/getnattype.c $(INCDEP)
143 $(CC) $(CCARGS) -c $(LIBSRC)/getnattype.c -o $@
144$(DEST)/getport.o: $(LIBSRC)/getport.c $(INCDEP)
145 $(CC) $(CCARGS) -c $(LIBSRC)/getport.c -o $@

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

211$(DEST)/optprint.o: $(LIBSRC)/optprint.c $(INCDEP)
212 $(CC) $(CCARGS) -c $(LIBSRC)/optprint.c -o $@
213$(DEST)/optprintv6.o: $(LIBSRC)/optprintv6.c $(INCDEP)
214 $(CC) $(CCARGS) -c $(LIBSRC)/optprintv6.c -o $@
215$(DEST)/optvalue.o: $(LIBSRC)/optvalue.c $(INCDEP)
216 $(CC) $(CCARGS) -c $(LIBSRC)/optvalue.c -o $@
217$(DEST)/portname.o: $(LIBSRC)/portname.c $(INCDEP)
218 $(CC) $(CCARGS) -c $(LIBSRC)/portname.c -o $@
221$(DEST)/portnum.o: $(LIBSRC)/portnum.c $(INCDEP)
222 $(CC) $(CCARGS) -c $(LIBSRC)/portnum.c -o $@
223$(DEST)/ports.o: $(LIBSRC)/ports.c $(INCDEP)
224 $(CC) $(CCARGS) -c $(LIBSRC)/ports.c -o $@
225$(DEST)/print_toif.o: $(LIBSRC)/print_toif.c $(INCDEP)
226 $(CC) $(CCARGS) -c $(LIBSRC)/print_toif.c -o $@
227$(DEST)/printactivenat.o: $(LIBSRC)/printactivenat.c $(INCDEP)
228 $(CC) $(CCARGS) -c $(LIBSRC)/printactivenat.c -o $@
229$(DEST)/printaps.o: $(LIBSRC)/printaps.c $(INCDEP)
230 $(CC) $(CCARGS) -c $(LIBSRC)/printaps.c -o $@
231$(DEST)/printbuf.o: $(LIBSRC)/printbuf.c $(INCDEP)
232 $(CC) $(CCARGS) -c $(LIBSRC)/printbuf.c -o $@

--- 84 unchanged lines hidden ---
219$(DEST)/print_toif.o: $(LIBSRC)/print_toif.c $(INCDEP)
220 $(CC) $(CCARGS) -c $(LIBSRC)/print_toif.c -o $@
221$(DEST)/printactivenat.o: $(LIBSRC)/printactivenat.c $(INCDEP)
222 $(CC) $(CCARGS) -c $(LIBSRC)/printactivenat.c -o $@
223$(DEST)/printaps.o: $(LIBSRC)/printaps.c $(INCDEP)
224 $(CC) $(CCARGS) -c $(LIBSRC)/printaps.c -o $@
225$(DEST)/printbuf.o: $(LIBSRC)/printbuf.c $(INCDEP)
226 $(CC) $(CCARGS) -c $(LIBSRC)/printbuf.c -o $@

--- 84 unchanged lines hidden ---