(file) Return to platform_LINUX_IX86_GNU.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

File: [Pegasus] / pegasus / mak / platform_LINUX_IX86_GNU.mak (download)
Revision: 1.3, Sun May 13 23:39:51 2001 UTC (23 years ago) by mike
Branch: MAIN
CVS Tags: version_0_96, version_0_95, stable_0_95
Changes since 1.2: +6 -0 lines
Fixed on Linux
Fixed strcasecmp() compiler errors().

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

OS = linux

ARCHITECTURE = iX86

COMPILER = gnu

SYS_INCLUDES = 

DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)

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++

SH = sh

YACC = yacc

COPY = cp

MOVE = mv

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2