Miniupnpd vet 1.8 (20130207)
[tomato.git] / release / src / router / miniupnpd / bsd / Makefile
blobe66d29af637be7e80ed1f10bb9681cfbb3cf3e62
1 # $Id: Makefile,v 1.2 2011/05/20 09:34:25 nanard Exp $
2 # made for GNU Make
3 CFLAGS = -Wall -g
4 EXECUTABLES = testgetifstats testifacewatcher
6 all: $(EXECUTABLES)
8 clean:
9 rm -f *.o $(EXECUTABLES)
11 testobsdrdr.o: testobsdrdr.c obsdrdr.h
13 testgetifstats: testgetifstats.o getifstats.o
14 $(CC) $(CFLAGS) -o $@ $> -lkvm
16 testifacewatcher: testifacewatcher.o ifacewatcher.o upnputils.o
17 $(CC) $(CFLAGS) -o $@ $>
19 upnputils.o: ../upnputils.c