Return to Makefile CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / miniupnpd / bsd |
1.1 ! misho 1: # $Id: Makefile,v 1.1 2007/10/06 10:42:53 nanard Exp $ ! 2: # made for GNU Make ! 3: CFLAGS = -Wall -g ! 4: EXECUTABLES = testgetifstats ! 5: ! 6: all: $(EXECUTABLES) ! 7: ! 8: clean: ! 9: rm -f *.o $(EXECUTABLES) ! 10: ! 11: testobsdrdr.o: testobsdrdr.c obsdrdr.h ! 12: ! 13: testgetifstats: testgetifstats.o getifstats.o -lkvm ! 14: