| ![[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 ! misho 1: # made for GNU Make ! 2: CFLAGS = -Wall -g ! 3: EXECUTABLES = testgetifstats ! 4: ! 5: all: $(EXECUTABLES) ! 6: ! 7: clean: ! 8: rm -f *.o $(EXECUTABLES) ! 9: ! 10: testmacrdr.o: testmacrdr.c macrdr.h ! 11: ! 12: testgetifstats: testgetifstats.o getifstats.o ! 13: