(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.2, Tue Jul 24 21:19:49 2001 UTC (22 years, 10 months ago) by mday
Branch: dev
CVS Tags: version_1_01
Changes since 1.9.2.1: +9 -1 lines
updated linux makefile to allow reentrant builds

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

OS = linux

ARCHITECTURE = iX86

COMPILER = gnu

SYS_INCLUDES = 

DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)

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

ifdef PEGASUS_CONCURRENT
FLAGS += -D_REENTRANT
endif

SYS_LIBS = -ldl

ifdef PEGASUS_CONCURRENT
SYS_LIBS += -lpthread
endif

CXX = g++

SH = sh

YACC = yacc

COPY = cp

MOVE = mv

LIB_SUFFIX = .so

PEGASUS_SUPPORTS_DYNLIB = yes

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2