1 #OPT = -g -ftest-coverage -fprofile-arcs
5 exec_prefix = @exec_prefix@
6 includedir = @includedir@
13 all: libtalloc.a testsuite
15 testsuite: $(LIBOBJ) testsuite.o
16 $(CC) $(CFLAGS) -o testsuite testsuite.o $(LIBOBJ) $(LIBS)
18 libtalloc.a: libtalloc.a($(LIBOBJ))
21 cp libtalloc.a $(libdir)
22 cp talloc.h $(includedir)
23 cp talloc.pc $(libdir)/pkgconfig
26 rm -f *~ *.o testsuite *.gc??