Cleaning among the g++ compiler flags.
commit5b9d120a6e5857aeffcd052a4d06f5af22219806
authorHenrik Tidefelt <tidefelt@isy.liu.se>
Mon, 14 Dec 2009 00:50:33 +0000 (14 01:50 +0100)
committerHenrik Tidefelt <tidde@59-50.isylogon.isy.liu.se>
Tue, 15 Dec 2009 09:26:55 +0000 (15 10:26 +0100)
tree6d1cb54caa5bf78eb395bbb7efa9021df89b165a
parent9e67b11dc1b7f293fc433d7c44124e469dd806cf
Cleaning among the g++ compiler flags.

The dispatch style is now selected using --with-dispatch= in the configuration script.  Defaults to CASE.

Other command line defines (-Dvar=val) have been moved to the consts.cc file, and new defines should be added to this special compilation unit, so that one avoids introducing additional compilation units with exceptional command line arguments to the compiler.
configure.ac
m4/dispatchstyle.m4 [new file with mode: 0644]
source/Makefile.am
source/classtreemacros.h
source/consts.cc
source/consts.h
source/main.cc