first commit
This commit is contained in:
18
extern/STLport/5.2.1/build/Makefiles/gmake/sunos/sys.mak
vendored
Normal file
18
extern/STLport/5.2.1/build/Makefiles/gmake/sunos/sys.mak
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# Time-stamp: <07/03/08 21:48:24 ptr>
|
||||
#
|
||||
# Copyright (c) 1997-1999, 2002, 2003, 2005-2007
|
||||
# Petr Ovtchenkov
|
||||
#
|
||||
# Portion Copyright (c) 1999-2001
|
||||
# Parallel Graphics Ltd.
|
||||
#
|
||||
# Licensed under the Academic Free License version 3.0
|
||||
#
|
||||
|
||||
INSTALL := /usr/ucb/install
|
||||
|
||||
INSTALL_SO := ${INSTALL} -c -m 0755
|
||||
INSTALL_A := ${INSTALL} -c -m 0644
|
||||
INSTALL_EXE := ${INSTALL} -c -m 0755
|
||||
|
||||
EXT_TEST := /usr/bin/test
|
||||
18
extern/STLport/5.2.1/build/Makefiles/gmake/sunos/targetsys.mak
vendored
Normal file
18
extern/STLport/5.2.1/build/Makefiles/gmake/sunos/targetsys.mak
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# Time-stamp: <07/03/08 21:48:37 ptr>
|
||||
#
|
||||
# Copyright (c) 1997-1999, 2002, 2003, 2005-2007
|
||||
# Petr Ovtchenkov
|
||||
#
|
||||
# Portion Copyright (c) 1999-2001
|
||||
# Parallel Graphics Ltd.
|
||||
#
|
||||
# Licensed under the Academic Free License version 3.0
|
||||
#
|
||||
|
||||
SO := so
|
||||
|
||||
ARCH := a
|
||||
AR := ar
|
||||
AR_INS_R := -rs
|
||||
AR_EXTR := -x
|
||||
AR_OUT = $@
|
||||
Reference in New Issue
Block a user