13.07.2015 Views

IBM Flex System x240 w

IBM Flex System x240 w

IBM Flex System x240 w

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Makefile.config################################################################################ Licensed Materials - Property of <strong>IBM</strong>#### (C) COPYRIGHT International Business Machines Corp. 1996, 2010## All Rights Reserved.#### US Government Users Restricted Rights - Use, duplication or## disclosure restricted by GSA ADP Schedule Contract with <strong>IBM</strong> Corp.################################################################################ Makefile.config - Linux 64-bit## Make ConfigurationMAKE=make# Compiler Configuration.# CFLAGS_DEBUG may be set to "-g", "-DDEBUGIT" "-g -DDEBUGIT" or left blankCC=ccCFLAGS_OS=-DSQLUNIX -DSQLLinux -O2 -fpic -m64CFLAGS_OUT=-oCFLAGS_DEBUG=# Linker ConfigurationLD_EXEC=gccLD_STORP=gccLDFLAGS_EXEC=LDFLAGS_SHLIB=-sharedLDFLAGS_STORP=$(LDFLAGS_SHLIB)LDFLAGS_LIB=-L$(TPCC_SQLLIB)/lib -ldb2 -m64LDFLAGS_OUT=-o# Library ConfigurationAR=arARFLAGS=-rvARFLAGS_LIB=ARFLAGS_OUT=# OS CommandsERASE=rm -fERASEDIR=$(ERASE) -RMOVE=mvCOPY=cp# OS File Extensions & Path SeparatorsOBJEXT=.oLIBEXT=.aSHLIBEXT=.soBINEXT=SLASH=/CMDSEP=;Src.Common/Makefile################################################################################ Licensed Materials - Property of <strong>IBM</strong>#### (C) COPYRIGHT International Business Machines Corp. 1996, 2010## All Rights Reserved.#### US Government Users Restricted Rights - Use, duplication or## disclosure restricted by GSA ADP Schedule Contract with <strong>IBM</strong> Corp.################################################################################ Makefile - Makefile for Src.Common#include $(TPCC_ROOT)/Makefile.config# ######################################################################### Preprocessor, Compiler and LInker Flags# ########################################################################PRP_OPTS = PACKAGE \OPTLEVEL 1 \ISOLATION RR \MESSAGES $*.prep.msg \LEVEL $(TPCC_VERSION) \NOLINEMACRO

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!