]> mj.ucw.cz Git - xsv.git/blob - Makefile
Dot the sentences
[xsv.git] / Makefile
1 PCRE_CFLAGS:=$(shell pcre-config --cflags)
2 PCRE_LIBS:=$(shell pcre-config --libs)
3
4 CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99 $(PCRE_CFLAGS) -g
5 LDLIBS=$(PCRE_LIBS)
6
7 all: xsv xsv.1
8
9 tests: xsv
10         ./run-tests
11
12 xsv.1: xsv.1.txt
13         a2x -f manpage $<
14
15 clean:
16         rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name .depend -or -name .#*`
17         rm -f xsv xsv.1
18         rm -rf tmp