| ![[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 / mac | 
1.1.1.2 ! misho       1: # $Id: Makefile,v 1.2 2011/02/20 23:43:41 nanard Exp $
1.1       misho       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: testmacrdr.o:  testmacrdr.c macrdr.h
                     12: 
                     13: testgetifstats:        testgetifstats.o getifstats.o
                     14: