# Generated automatically from Makefile.in by configure. # # $Id: Makefile.in,v 1.1.1.1 1999/05/18 15:33:43 dugsong Exp $ # # Libnet simple testcode makefile # Copyright (c) 1998, 1999 Mike D. Schiffman # route|daemon9 # Generated automatically from Makefile.in by configure. CC = cc CFLAGS = -fno-common OBJECTS = prand_trials.o DEFINES += -DHAVE_CONFIG_H LIBS = -L../../lib/ -lnet .c.o: $(CC) $(CFLAGS) $(DEFINES) -c $< -o $@ all: prand_trials prand_trials: $(OBJECTS) $(CC) prand_trials.o $(LIBS) -o ./prand_trials clean: rm -f *.core prand_trials *.o distclean: clean rm -f Makefile # EOF