(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.9.2.5, Tue Oct 9 14:03:50 2001 UTC (22 years, 8 months ago) by mday
Branch: dev
CVS Tags: SNAPSHOT_1_04
Changes since 1.9.2.4: +2 -10 lines
removed PEGASUS_CONCURRENT flag from build

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

OS = linux

ARCHITECTURE = iX86

COMPILER = gnu

SYS_INCLUDES = -I/usr/include/g++

DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)

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

SYS_LIBS = -ldl -lpthread

CXX = g++

SH = sh

YACC = yacc

COPY = cp

MOVE = mv

LIB_SUFFIX = .so

PEGASUS_SUPPORTS_DYNLIB = yes

PEGASUS_HAS_MAKEDEPEND = yes

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2