]> mj.ucw.cz Git - xsv.git/blob - Makefile
Fixed bug introduced by re-ordering of the header
[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
8
9 tests: xsv
10         ./run-tests
11
12 clean:
13         rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name .depend -or -name .#*`
14         rm -f xsv
15         rm -rf tmp