# Generated automatically from Makefile.in by configure. prefix = /usr/local exec_prefix = ${prefix} bindir = ${exec_prefix}/bin sbindir = ${exec_prefix}/sbin mandir = ${prefix}/man man1dir = $(mandir)/man1 man8dir = $(mandir)/man8 CC = cc CFLAGS = -Wall -O LDFLAGS = DEFS = LIBS = -lpcap BNC_OBJ = smurflog.o hash.o BNC_SRC = smurflog.c hash.c BNC_BIN = smurflog all: smurflog smurflog: $(BNC_OBJ) -rm -f $(BNC_BIN) $(CC) $(CFLAGS) $(LDFLAGS) $(DEFS) -o $(BNC_BIN) $(BNC_OBJ) $(LIBS) -strip $(BNC_BIN) clean: -rm -f *.o *~ core $(BNC_BIN) distclean: clean -rm -f Makefile config.status config.cache config.log config.h