| ![[BACK]](/icons/cvsweb/back.gif) Return to Makefile CVS log ![[TXT]](/icons/cvsweb/text.gif) | ![[DIR]](/icons/cvsweb/dir.gif) Up to  [ELWIX - Embedded LightWeight unIX -] / embedaddon / miniupnpd / bsd | 
miniupnpd 1.6+patches
# $Id: Makefile,v 1.1.1.2 2012/05/29 12:55:57 misho Exp $ # made for GNU Make CFLAGS = -Wall -g EXECUTABLES = testgetifstats testifacewatcher all: $(EXECUTABLES) clean: rm -f *.o $(EXECUTABLES) testobsdrdr.o: testobsdrdr.c obsdrdr.h testgetifstats: testgetifstats.o getifstats.o $(CC) $(CFLAGS) -o $@ $> -lkvm testifacewatcher: testifacewatcher.o ifacewatcher.o upnputils.o $(CC) $(CFLAGS) -o $@ $> upnputils.o: ../upnputils.c