Deleted Added
full compact
Makefile (145510) Makefile (153877)
1INCDEP=$(TOP)/ip_compat.h $(TOP)/ip_fil.h $(TOP)/ipf.h
2
3LIBOBJS=$(DEST)/addicmp.o \
4 $(DEST)/addipopt.o \
5 $(DEST)/addkeep.o \
6 $(DEST)/bcopywrap.o \
7 $(DEST)/binprint.o \
8 $(DEST)/buildopts.o \

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

63 $(DEST)/printactivenat.o \
64 $(DEST)/printaps.o \
65 $(DEST)/printbuf.o \
66 $(DEST)/printhash.o \
67 $(DEST)/printhashnode.o \
68 $(DEST)/printip.o \
69 $(DEST)/printpool.o \
70 $(DEST)/printpoolnode.o \
1INCDEP=$(TOP)/ip_compat.h $(TOP)/ip_fil.h $(TOP)/ipf.h
2
3LIBOBJS=$(DEST)/addicmp.o \
4 $(DEST)/addipopt.o \
5 $(DEST)/addkeep.o \
6 $(DEST)/bcopywrap.o \
7 $(DEST)/binprint.o \
8 $(DEST)/buildopts.o \

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

63 $(DEST)/printactivenat.o \
64 $(DEST)/printaps.o \
65 $(DEST)/printbuf.o \
66 $(DEST)/printhash.o \
67 $(DEST)/printhashnode.o \
68 $(DEST)/printip.o \
69 $(DEST)/printpool.o \
70 $(DEST)/printpoolnode.o \
71 $(DEST)/printproto.o \
71 $(DEST)/printfr.o \
72 $(DEST)/printfraginfo.o \
73 $(DEST)/printhostmap.o \
74 $(DEST)/printifname.o \
75 $(DEST)/printhostmask.o \
76 $(DEST)/printlog.o \
77 $(DEST)/printmask.o \
78 $(DEST)/printnat.o \

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

241 $(CC) $(CCARGS) -c $(LIBSRC)/printhashnode.c -o $@
242$(DEST)/printip.o: $(LIBSRC)/printip.c $(TOP)/ip_fil.h
243 $(CC) $(CCARGS) -c $(LIBSRC)/printip.c -o $@
244$(DEST)/printpool.o: $(LIBSRC)/printpool.c $(TOP)/ip_fil.h $(TOP)/ip_pool.h
245 $(CC) $(CCARGS) -c $(LIBSRC)/printpool.c -o $@
246$(DEST)/printpoolnode.o: $(LIBSRC)/printpoolnode.c $(TOP)/ip_fil.h \
247 $(TOP)/ip_pool.h $(TOP)/ip_lookup.h
248 $(CC) $(CCARGS) -c $(LIBSRC)/printpoolnode.c -o $@
72 $(DEST)/printfr.o \
73 $(DEST)/printfraginfo.o \
74 $(DEST)/printhostmap.o \
75 $(DEST)/printifname.o \
76 $(DEST)/printhostmask.o \
77 $(DEST)/printlog.o \
78 $(DEST)/printmask.o \
79 $(DEST)/printnat.o \

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

242 $(CC) $(CCARGS) -c $(LIBSRC)/printhashnode.c -o $@
243$(DEST)/printip.o: $(LIBSRC)/printip.c $(TOP)/ip_fil.h
244 $(CC) $(CCARGS) -c $(LIBSRC)/printip.c -o $@
245$(DEST)/printpool.o: $(LIBSRC)/printpool.c $(TOP)/ip_fil.h $(TOP)/ip_pool.h
246 $(CC) $(CCARGS) -c $(LIBSRC)/printpool.c -o $@
247$(DEST)/printpoolnode.o: $(LIBSRC)/printpoolnode.c $(TOP)/ip_fil.h \
248 $(TOP)/ip_pool.h $(TOP)/ip_lookup.h
249 $(CC) $(CCARGS) -c $(LIBSRC)/printpoolnode.c -o $@
250$(DEST)/printproto.o: $(LIBSRC)/printproto.c $(TOP)/ip_fil.h
251 $(CC) $(CCARGS) -c $(LIBSRC)/printproto.c -o $@
249$(DEST)/printhostmap.o: $(LIBSRC)/printhostmap.c $(TOP)/ip_fil.h
250 $(CC) $(CCARGS) -c $(LIBSRC)/printhostmap.c -o $@
251$(DEST)/printifname.o: $(LIBSRC)/printifname.c $(INCDEP)
252 $(CC) $(CCARGS) -c $(LIBSRC)/printifname.c -o $@
253$(DEST)/printmask.o: $(LIBSRC)/printmask.c $(INCDEP)
254 $(CC) $(CCARGS) -c $(LIBSRC)/printmask.c -o $@
255$(DEST)/printnat.o: $(LIBSRC)/printnat.c $(INCDEP)
256 $(CC) $(CCARGS) -c $(LIBSRC)/printnat.c -o $@

--- 53 unchanged lines hidden ---
252$(DEST)/printhostmap.o: $(LIBSRC)/printhostmap.c $(TOP)/ip_fil.h
253 $(CC) $(CCARGS) -c $(LIBSRC)/printhostmap.c -o $@
254$(DEST)/printifname.o: $(LIBSRC)/printifname.c $(INCDEP)
255 $(CC) $(CCARGS) -c $(LIBSRC)/printifname.c -o $@
256$(DEST)/printmask.o: $(LIBSRC)/printmask.c $(INCDEP)
257 $(CC) $(CCARGS) -c $(LIBSRC)/printmask.c -o $@
258$(DEST)/printnat.o: $(LIBSRC)/printnat.c $(INCDEP)
259 $(CC) $(CCARGS) -c $(LIBSRC)/printnat.c -o $@

--- 53 unchanged lines hidden ---