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

File: [Pegasus] / pegasus / mak / config-unix.mak (download)
Revision: 1.14, Sat Jun 14 18:25:38 2003 UTC (20 years, 11 months ago) by david.eger
Branch: MAIN
CVS Tags: test, pep_88, pegasus25BeforeLicenseUpdate, local, TEST, SLPPERFINST-root, SLPPERFINST-branch, RELEASE_2_4_FC_CANDIDATE_1, RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, RELEASE_2_4-branch, RELEASE_2_3_2-testfreeze, RELEASE_2_3_2-root, RELEASE_2_3_2-releasesnapshot, RELEASE_2_3_2-branch-freeze, RELEASE_2_3_2-branch, RELEASE_2_3_1-root, RELEASE_2_3_1-branch, RELEASE_2_3_0-root, RELEASE_2_3_0-msg-freeze, RELEASE_2_3_0-branch, PRE_LICENSE_UPDATE_2003, POST_LICENSE_UPDATE_2003, PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP213_SIZE_OPTIMIZATIONS, PEP-214B-root, MONITOR_CONSOLIDATION_2_5_BRANCH, IBM_241_April1405, CQL_2_5_BRANCH, CHUNKTESTDONE_PEP140
Changes since 1.13: +2 -0 lines
The Linux branches share the bulk of their code.
This patch takes a number of sections of code that were duplicated in
full heretofore under the labels
  PLATFORM_PEGASUS_LINUX_PPC_GNU,
  PLATFORM_PEGASUS_LINUX_IX86_GNU, and
  PLATFORM_PEGASUS_LINUX_IA64_GNU
and reduces these to single sections under the name
PEGASUS_PLATFORM_LINUX_GENERIC_GNU.
The work's not done, but here's a good start.

DEFINES = 

OS_TYPE = unix

RM = rm -f

RMDIRHIER = rm -rf

MKDIRHIER = mkdir -p 

EXE_OUT = -o

OBJ = .o

OBJ_OUT = -o

EXE =

LIB_PREFIX = lib

COPY = cp

TOUCH = touch

ECHO = echo

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2