s3/docs: Fix typos.
[Samba/gebeck_regimport.git] / lib / talloc / rules.mk
blob1c83e7b63fda79c90cba3fedd8e5a3254b26f233
1 .SUFFIXES: .c .o .3 .3.xml .xml .html
3 showflags::
4 @echo 'talloc will be compiled with flags:'
5 @echo ' CFLAGS = $(CFLAGS)'
6 @echo ' LIBS = $(LIBS)'
8 .c.o:
9 $(CC) $(PICFLAG) -o $@ -c $< $(CFLAGS)
11 .3.xml.3:
12 -test -z "$(XSLTPROC)" || $(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
14 .xml.html:
15 -test -z "$(XSLTPROC)" || $(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $<
17 distclean::
18 rm -f *~ */*~