From: Deborah H. <de...@us...> - 2002-04-24 01:54:31
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv27650 Modified Files: configure.in tics.mk.in Log Message: Fix a few warts with flags and such. Particularly, don't get -g -O2 in the CXXFLAGS by default; honor --disable-debug/--enable-debug instead. Also changed a few variable names to make things clearer, and went ahead and added rules for dealing with C files in case we ever get there, since it was trivial to just copy the C++ rules. |