summaryrefslogtreecommitdiff
path: root/make.defs
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-08-05 18:31:50 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-08-05 18:40:24 -0700
commitfb1e500e572774131d0891018332fc625b6a4c52 (patch)
tree0121538ef76a719bb320088013a629b7ffb87c1a /make.defs
parent09f72397156edb97631209c4cac765364f420bd3 (diff)
downloadtmwa-fb1e500e572774131d0891018332fc625b6a4c52.tar.gz
tmwa-fb1e500e572774131d0891018332fc625b6a4c52.tar.bz2
tmwa-fb1e500e572774131d0891018332fc625b6a4c52.tar.xz
tmwa-fb1e500e572774131d0891018332fc625b6a4c52.zip
Use attoconf and proper versionsv13.8.5
Diffstat (limited to 'make.defs')
-rw-r--r--make.defs11
1 files changed, 2 insertions, 9 deletions
diff --git a/make.defs b/make.defs
index 0f35244..22579f1 100644
--- a/make.defs
+++ b/make.defs
@@ -1,14 +1,7 @@
# vim: filetype=make
#
-# defaults
-CXX = g++
-
-LEX = flex
-BISON = bison
-CXXFLAGS = ${DEBUG} ${OPT} ${WARNINGS}
-# these being separate use useful for development
-DEBUG = -g
-OPT = -pipe -O2
+# This file is deprecated. Everything here should be moved to 'configure'.
+CXXFLAGS += ${WARNINGS}
WARNINGS = -include src/warnings.hpp
# Location of gtest source tree. It must contain the file src/gtest-all.cc