target=$(DESTDIR)$(prefix)
srcdir=$(dir $(abspath $(firstword $(MAKEFILE_LIST))))$(parsedir)
@@ -30,7 +34,7 @@ GCC_WARNINGS1=-Wall -Wpointer-arith -Wstrict-prototypes
GCC_WARNINGS2=-Wmissing-prototypes -Wmissing-declarations
GCC_WARNINGS3=-Wno-unused-function -Wno-unused-label -Wno-format-zero-length
GCC_WARNINGS=$(GCC_WARNINGS1) $(GCC_WARNINGS2) $(GCC_WARNINGS3)
CPPFLAGS += -I. -I$(srcdir)
CPPFLAGS += -DVERSION=\"$(VERSION)\"
@@ -40,7 +44,7 @@ CFLAGS += -pthread
# Optimizing for speed. Comment this out for distribution builds
+#CFLAGS += -march=native
# To enable debugging of the Yacc grammar, uncomment the following line
@@ -103,7 +107,7 @@ BISON ?= bison
$(BISON) $(YFLAGS) --defines=gram.h --output-file=gram.c $(srcdir)/gram.y
- flex $(LFLAGS) --header-file=lex.h --outfile=lex.c $(srcdir)/lex.l
+ $(FLEX) $(LFLAGS) --header-file=lex.h --outfile=lex.c $(srcdir)/lex.l
gram.o: gram.c lex.h gram.h
import.o: import.c lex.h gram.h
@@ -113,9 +117,9 @@ lex.o: lex.c gram.h
# Requires asciidoc and xsltproc/docbook stylesheets.
- a2x --doctype manpage --format manpage $<
+ $(A2X) --doctype manpage --format manpage $<
- a2x --doctype manpage --format xhtml -D . $<
+ $(A2X) --doctype manpage --format xhtml -D . $<
reporting-bugs.html: reporting-bugs.asc
@@ -167,7 +171,7 @@ CSUPPRESSIONS = -U__UNUSED__ -UYYPARSE_PARAM -UYYTYPE_INT16 -UYYTYPE_INT8 \
-U_SC_NPROCESSORS_ONLN -Ushort -Usize_t -Uyytext_ptr \
-Uyyoverflow -U__cplusplus