Autogenerated Makefile updated.

This commit is contained in:
Pete Johns 2010-09-20 21:21:33 +10:00
parent 4934cfa622
commit 46b3a0f532
1 changed files with 16 additions and 4 deletions

View File

@ -1,8 +1,20 @@
CXXFLAGS=-Wall -Wextra -Wshadow -pedantic -Wno-long-long -Wfloat-equal -Wcast-qual -Wsign-conversion -g
CXX=g++
BIN=${DESTDIR}/usr/bin
# This file is generated by tools/dmake, do not edit.
# 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
XP=xsltproc -''-nonet -''-param man.charmap.use.subset "0"
MAN_SOURCE=man/cppcheck.1.xml