File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / miniupnpd / ipf / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:16:02 2012 UTC (12 years, 4 months ago) by misho
Branches: miniupnpd, elwix, MAIN
CVS tags: v1_8p0, v1_8, v1_6elwix, v1_5, HEAD
miniupnpd

    1: # $Id: Makefile,v 1.1.1.1 2012/02/21 23:16:02 misho Exp $
    2: CC=gcc
    3: CFLAGS=-Wall -g -I.
    4: 
    5: all:	testipfrdr
    6: 
    7: clean:
    8: 	rm *.o testipfrdr
    9: 
   10: testipfrdr:	testipfrdr.o ipfrdr.o
   11: 	$(CC) -o $@ $^
   12: 
   13: ipfrdr.o:	ipfrdr.c
   14: 
   15: testipfrdr.o:	testipfrdr.c
   16: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>