Deleted Added
full compact
Makefile.in (241235) Makefile.in (243933)
1# Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
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

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

361all: $(PROG)
362
363$(PROG): $(OBJ) @V_PCAPDEP@
364 @rm -f $@
365 $(CC) $(FULL_CFLAGS) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)
366
367$(LIBNETDISSECT): $(LIBNETDISSECT_OBJ)
368 @rm -f $@
1# Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
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

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

361all: $(PROG)
362
363$(PROG): $(OBJ) @V_PCAPDEP@
364 @rm -f $@
365 $(CC) $(FULL_CFLAGS) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)
366
367$(LIBNETDISSECT): $(LIBNETDISSECT_OBJ)
368 @rm -f $@
369 $(AR) cr $@ $(LIBNETDISSECT_OBJ)
369 $(AR) $(ARFLAGS) $@ $(LIBNETDISSECT_OBJ)
370 $(RANLIB) $@
371
372datalinks.o: $(srcdir)/missing/datalinks.c
373 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/datalinks.c
374dlnames.o: $(srcdir)/missing/dlnames.c
375 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/dlnames.c
376getnameinfo.o: $(srcdir)/missing/getnameinfo.c
377 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/getnameinfo.c

--- 74 unchanged lines hidden ---
370 $(RANLIB) $@
371
372datalinks.o: $(srcdir)/missing/datalinks.c
373 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/datalinks.c
374dlnames.o: $(srcdir)/missing/dlnames.c
375 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/dlnames.c
376getnameinfo.o: $(srcdir)/missing/getnameinfo.c
377 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/getnameinfo.c

--- 74 unchanged lines hidden ---