1 #OPT = -g -ftest-coverage -fprofile-arcs
5 exec_prefix = @exec_prefix@
6 includedir = @includedir@
15 all: libtalloc.a testsuite
17 testsuite: $(LIBOBJ) testsuite.o
18 $(CC) $(CFLAGS) -o testsuite testsuite.o $(LIBOBJ) $(LIBS)
20 libtalloc.a: libtalloc.a($(LIBOBJ))
23 cp libtalloc.a $(libdir)
24 cp talloc.h $(includedir)
25 cp talloc.pc $(libdir)/pkgconfig
26 cp talloc.3 $(mandir)/man3
31 $(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
34 $(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $<
37 rm -f *~ *.o testsuite *.gc??