first commit
This commit is contained in:
5
extern/STLport/5.2.1/build/Makefiles/templates/Makefile-app.inc
vendored
Normal file
5
extern/STLport/5.2.1/build/Makefiles/templates/Makefile-app.inc
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- makefile -*- Time-stamp: <02/04/17 11:04:32 ptr>
|
||||
# $Id$
|
||||
|
||||
PRGNAME = prog
|
||||
SRC_CC = prog.cc
|
||||
26
extern/STLport/5.2.1/build/Makefiles/templates/Makefile-gcc-app
vendored
Normal file
26
extern/STLport/5.2.1/build/Makefiles/templates/Makefile-gcc-app
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
# -*- Makefile -*- Time-stamp: <03/07/09 18:08:47 ptr>
|
||||
# $Id$
|
||||
|
||||
SRCROOT := ../../..
|
||||
COMPILER_NAME := gcc
|
||||
|
||||
include Makefile.inc
|
||||
include ${SRCROOT}/Makefiles/top.mak
|
||||
|
||||
|
||||
INCLUDES += -I$(SRCROOT)/include -I$(STLPORT_INCLUDE_DIR)
|
||||
|
||||
release-shared: LDSEARCH = -L${STLPORT_LIB_DIR} -L${CoMT_LIB_DIR}
|
||||
stldbg-shared: LDSEARCH = -L${STLPORT_LIB_DIR} -L${CoMT_LIB_DIR_STLDBG}
|
||||
dbg-shared: LDSEARCH = -L${STLPORT_LIB_DIR} -L${CoMT_LIB_DIR_DBG}
|
||||
|
||||
ifeq ($(OSNAME),sunos)
|
||||
release-shared : LDLIBS = -lstlport_gcc -lrt
|
||||
stldbg-shared : LDLIBS = -lstlport_gcc_stldebug -lrt
|
||||
dbg-shared : LDLIBS = -lstlport_gcc -lrt
|
||||
else
|
||||
release-shared : LDLIBS = -lstlport_gcc -lxmt_gcc
|
||||
stldbg-shared : LDLIBS = -lstlport_gcc_stldebug -lxmt_gcc_stl-g
|
||||
dbg-shared : LDLIBS = -lstlport_gcc -lxmt_gcc-g
|
||||
endif
|
||||
|
||||
30
extern/STLport/5.2.1/build/Makefiles/templates/Makefile-gcc-lib
vendored
Normal file
30
extern/STLport/5.2.1/build/Makefiles/templates/Makefile-gcc-lib
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# -*- Makefile -*- Time-stamp: <03/07/09 18:08:47 ptr>
|
||||
# $Id$
|
||||
|
||||
SRCROOT := ../..
|
||||
COMPILER_NAME := gcc
|
||||
|
||||
STLPORT_LIB_DIR = /export/home/ptr/STLport.lab/STLport/lib
|
||||
STLPORT_INCLUDE_DIR = /export/home/ptr/STLport.lab/STLport/stlport
|
||||
include Makefile.inc
|
||||
include ${SRCROOT}/Makefiles/top.mak
|
||||
|
||||
|
||||
INCLUDES += -I$(SRCROOT)/include -I$(STLPORT_INCLUDE_DIR)
|
||||
|
||||
ifeq ($(OSNAME),linux)
|
||||
release-shared: LDSEARCH = -L${STLPORT_LIB_DIR}
|
||||
stldbg-shared: LDSEARCH = -L${STLPORT_LIB_DIR}
|
||||
dbg-shared: LDSEARCH = -L${STLPORT_LIB_DIR}
|
||||
endif
|
||||
|
||||
ifeq ($(OSNAME),sunos)
|
||||
release-shared : LDLIBS = -lstlport_gcc -lrt
|
||||
stldbg-shared : LDLIBS = -lstlport_gcc_stldebug -lrt
|
||||
dbg-shared : LDLIBS = -lstlport_gcc -lrt
|
||||
else
|
||||
release-shared : LDLIBS = -lstlport_gcc
|
||||
stldbg-shared : LDLIBS = -lstlport_gcc_stldebug
|
||||
dbg-shared : LDLIBS = -lstlport_gcc
|
||||
endif
|
||||
|
||||
8
extern/STLport/5.2.1/build/Makefiles/templates/Makefile-lib.inc
vendored
Normal file
8
extern/STLport/5.2.1/build/Makefiles/templates/Makefile-lib.inc
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- Makefile -*- Time-stamp: <03/07/05 21:43:31 ptr>
|
||||
# $Id$
|
||||
|
||||
LIBNAME = mylib
|
||||
MAJOR = 1
|
||||
MINOR = 0
|
||||
PATCH = 0
|
||||
SRC_CC = file1.cc file2.cc
|
||||
Reference in New Issue
Block a user