# echo "Running automake..."
# automake -v
# echo "Running am_edit..."
# perl am_edit

# echo "Running configure..."
# CXX="g++ -O0 -g3 -Wall" ./configure --enable-debug --with-qt-dir=/usr/lib/qt2 --prefix=/opt/kde2.2

make -f Makefile.cvs

#CXXFLAGS="-O3 -DNDEBUG -fexceptions" ./configure --disable-debug --with-qt-dir=/opt/kde2/qt-2.3.0 --prefix=/opt/kde2
#CXXFLAGS="-pg -DNDEBUG -fexceptions" ./configure --disable-debug --with-qt-dir=/opt/kde2/qt-2.3.0 --prefix=/opt/kde2
#CXXFLAGS="-g -Wall -fexceptions" ./configure --enable-debug --with-qt-dir=/opt/kde2/qt-2.3.0 --prefix=/opt/kde2

#CXXFLAGS="-DNDEBUG -fexceptions" ./configure --disable-debug --with-alsa --with-qt-dir=/opt/kde-2.2.1/qt-2.3.0 --prefix=/opt/kde-2.2.1
#CXXFLAGS="-g -Wall -fexceptions" ./configure --enable-debug --with-alsa --with-qt-dir=/opt/kde-2.2.1/qt-2.3.0 --prefix=/opt/kde-2.2.1

#CXXFLAGS="-g -Wall -fexceptions" ./configure --enable-debug --with-alsa --with-jack --with-ladspa --with-qt-dir=/usr/lib/qt3 --prefix=/opt/kde3

#CC='distcc gcc-3.3' CXX='distcc gcc-3.3' CXXLD=gcc CXXFLAGS="-gstabs+3 -Wall -O0" ./configure --enable-debug=full

#CXX='gfilt' CXXFLAGS="-gstabs+3 -Wall -O0" ./configure --enable-debug=full

#CXXFLAGS="-gstabs+3 -Wall -O0" ./configure --enable-debug=full --with-qt-dir=/home/cannam/qt-x11-free-3.2.1

CXXFLAGS="-Wall -O0" ./configure --enable-debug=full
#CXXFLAGS="-gstabs+3 -Wall -O2 -fno-gcse" ./configure --enable-debug=full

# optimisation on athlon:
#CXXFLAGS="-Wall -O3 -fomit-frame-pointer -march=athlon-mp -mmmx -mfpmath=sse" ./configure --disable-debug


