(file) Return to config-linux-iX86-gnu.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

File: [Pegasus] / pegasus / mak / Attic / config-linux-iX86-gnu.mak (download)
Revision: 1.3, Fri Apr 13 20:12:21 2001 UTC (23 years, 1 month ago) by mike
Branch: MAIN
Changes since 1.2: +4 -0 lines
New

include $(ROOT)/mak/config-unix.mak

OS = linux

ARCHITECTURE = iX86

COMPILER = gnu

SYS_INCLUDES = 

DEPEND_INCLUDES = -I/usr/include/g++-3

ifdef PEGASUS_DEBUG
FLAGS = -g -W -Wall -Wno-unused
else
FLAGS = -O2 -W -Wall -Wno-unused
endif

SYS_LIBS = -ldl

CXX = g++

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2