1 .SUFFIXES: .c .o .3 .3.xml .xml .html
4 @echo 'talloc will be compiled with flags:'
5 @echo ' CFLAGS = $(CFLAGS)'
6 @echo ' LIBS = $(LIBS)'
9 $(CC) $(PICFLAG) -o $@ -c $< $(CFLAGS)
12 -test -z "$(XSLTPROC)" || $(XSLTPROC) --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
15 -test -z "$(XSLTPROC)" || $(XSLTPROC) --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $<