File: Makefile

package info (click to toggle)
miniupnpd 2.3.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,040 kB
  • sloc: ansic: 28,571; sh: 2,024; makefile: 164
file content (20 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id: Makefile,v 1.2 2013/05/21 08:54:57 nanard Exp $
CC=gcc
CFLAGS=-Wall -g -I.
#CFLAGS=-Wall -g -I. -I../../../../ip_fil5.1.2/
#CFLAGS=-Wall -g -I. -I../../../../ip_fil4.1.35/
#CFLAGS=-Wall -g -I. -I../../../../ip_fil3.4.35/

all:	testipfrdr

clean:
	rm -f *.o testipfrdr

testipfrdr:	testipfrdr.o ipfrdr.o
	$(CC) -o $@ ${.ALLSRC}
#	$(CC) -o $@ $^

ipfrdr.o:	ipfrdr.c

testipfrdr.o:	testipfrdr.c