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

File: [Pegasus] / pegasus / mak / platform_LINUX_IA64_GNU.mak (download)
Revision: 1.1, Sun Mar 31 00:37:56 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_09
DME: Add support for Debian IA-64 Linux.

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

OS = linux

ARCHITECTURE = IA64

COMPILER = gnu

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

DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)

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

FLAGS += -DPEGASUS_PLATFORM_LINUX_GENERIC_GNU

#FLAGS += -DPEGASUS_HAS_SSL
#SYS_LIBS = -ldl -lpthread -lcrypt -lssl
SYS_LIBS = -ldl -lpthread -lcrypt


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