Autogenerated Makefile updated.
This commit is contained in:
parent
4934cfa622
commit
46b3a0f532
20
Makefile
20
Makefile
|
@ -1,8 +1,20 @@
|
||||||
CXXFLAGS=-Wall -Wextra -Wshadow -pedantic -Wno-long-long -Wfloat-equal -Wcast-qual -Wsign-conversion -g
|
# This file is generated by tools/dmake, do not edit.
|
||||||
CXX=g++
|
|
||||||
BIN=${DESTDIR}/usr/bin
|
|
||||||
|
|
||||||
# For 'make man': sudo apt-get install xsltproc docbook-xsl docbook-xml
|
ifndef CXXFLAGS
|
||||||
|
CXXFLAGS=-Wall -Wextra -Wshadow -pedantic -Wno-long-long -Wfloat-equal -Wcast-qual -Wsign-conversion -g
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifndef CXX
|
||||||
|
CXX=g++
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifndef PREFIX
|
||||||
|
PREFIX=/usr
|
||||||
|
endif
|
||||||
|
|
||||||
|
BIN=$(DESTDIR)$(PREFIX)/bin
|
||||||
|
|
||||||
|
# For 'make man': sudo apt-get install xsltproc docbook-xsl docbook-xml on Linux
|
||||||
DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
|
DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
|
||||||
XP=xsltproc -''-nonet -''-param man.charmap.use.subset "0"
|
XP=xsltproc -''-nonet -''-param man.charmap.use.subset "0"
|
||||||
MAN_SOURCE=man/cppcheck.1.xml
|
MAN_SOURCE=man/cppcheck.1.xml
|
||||||
|
|
Loading…
Reference in New Issue