summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/Makefile.talloc
blob: a19b4ce31188a2b9f566c256dd911b18c248992a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#OPT = -g -ftest-coverage -fprofile-arcs 
#LIBS = -lgcov
OPT = -O

CFLAGS = $(OPT) -Wall

all: testsuite

testsuite: talloc.o testsuite.o
	$(CC) $(CFLAGS) -o testsuite testsuite.o talloc.o $(LIBS)

clean:
	rm -f *~ *.o testsuite *.gc??

gcov:
	gcov talloc.c