diff -up pegasus/mak/config-linux.mak.orig pegasus/mak/config-linux.mak --- pegasus/mak/config-linux.mak.orig 2013-08-27 14:26:51.229234756 +0200 +++ pegasus/mak/config-linux.mak 2013-08-27 14:27:23.467354043 +0200 @@ -176,6 +176,9 @@ ifndef PEGASUS_ARCH_LIB ifeq ($(PEGASUS_PLATFORM),LINUX_X86_64_CLANG) PEGASUS_ARCH_LIB = lib64 endif + ifeq ($(PEGASUS_PLATFORM),LINUX_SPARC64_GNU) + PEGASUS_ARCH_LIB = lib64 + endif PEGASUS_ARCH_LIB = lib endif DEFINES += -DPEGASUS_ARCH_LIB=\"$(PEGASUS_ARCH_LIB)\" diff -up pegasus/mak/platform_LINUX_SPARC64_GNU.mak.orig pegasus/mak/platform_LINUX_SPARC64_GNU.mak --- pegasus/mak/platform_LINUX_SPARC64_GNU.mak.orig 2013-08-27 14:27:56.748477172 +0200 +++ pegasus/mak/platform_LINUX_SPARC64_GNU.mak 2013-08-27 14:28:42.522646515 +0200 @@ -0,0 +1,36 @@ +#//%2006//////////////////////////////////////////////////////////////////////// +#// +#// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development +#// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems. +#// Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.; +#// IBM Corp.; EMC Corporation, The Open Group. +#// Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.; +#// IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group. +#// Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.; +#// EMC Corporation; VERITAS Software Corporation; The Open Group. +#// Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.; +#// EMC Corporation; Symantec Corporation; The Open Group. +#// +#// Permission is hereby granted, free of charge, to any person obtaining a copy +#// of this software and associated documentation files (the "Software"), to +#// deal in the Software without restriction, including without limitation the +#// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +#// sell copies of the Software, and to permit persons to whom the Software is +#// furnished to do so, subject to the following conditions: +#// +#// THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN +#// ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED +#// "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +#// LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR +#// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +#// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +#// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +#// +#//============================================================================== +# Platform Configuration for Linux on PPC +# If you have generic Linux config options, please place them in config-linux.mak + +include $(ROOT)/mak/config-linux.mak + +ARCHITECTURE = sparc diff -up pegasus/mak/platform_LINUX_SPARCV9_GNU.mak.orig pegasus/mak/platform_LINUX_SPARCV9_GNU.mak --- pegasus/mak/platform_LINUX_SPARCV9_GNU.mak.orig 2013-08-27 14:29:02.011718625 +0200 +++ pegasus/mak/platform_LINUX_SPARCV9_GNU.mak 2013-08-27 14:29:28.282815781 +0200 @@ -0,0 +1,36 @@ +#//%2006//////////////////////////////////////////////////////////////////////// +#// +#// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development +#// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems. +#// Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.; +#// IBM Corp.; EMC Corporation, The Open Group. +#// Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.; +#// IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group. +#// Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.; +#// EMC Corporation; VERITAS Software Corporation; The Open Group. +#// Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.; +#// EMC Corporation; Symantec Corporation; The Open Group. +#// +#// Permission is hereby granted, free of charge, to any person obtaining a copy +#// of this software and associated documentation files (the "Software"), to +#// deal in the Software without restriction, including without limitation the +#// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +#// sell copies of the Software, and to permit persons to whom the Software is +#// furnished to do so, subject to the following conditions: +#// +#// THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN +#// ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED +#// "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +#// LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR +#// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +#// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +#// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +#// +#//============================================================================== +# Platform Configuration for Linux on PPC +# If you have generic Linux config options, please place them in config-linux.mak + +include $(ROOT)/mak/config-linux.mak + +ARCHITECTURE = sparc diff -up pegasus/mak/SDKMakefile.orig pegasus/mak/SDKMakefile --- pegasus/mak/SDKMakefile.orig 2013-08-27 14:29:46.108881720 +0200 +++ pegasus/mak/SDKMakefile 2013-08-27 14:32:18.170444052 +0200 @@ -510,6 +510,18 @@ ifeq ($(RUNTIME_PLATFORM_TEST_NEEDED), t >> $(PEGASUS_STAGING_DIR)$(PEGASUS_SAMPLES_DIR)/mak/config.mak @$(ECHO-E) " endif" \ >> $(PEGASUS_STAGING_DIR)$(PEGASUS_SAMPLES_DIR)/mak/config.mak + @$(ECHO-E) " ifeq (\044(shell uname -i),sparc)" \ + >> $(PEGASUS_STAGING_DIR)$(PEGASUS_SAMPLES_DIR)/mak/config.mak + @$(ECHO-E) " PEGASUS_PLATFORM = LINUX_SPARCV9_GNU" \ + >> $(PEGASUS_STAGING_DIR)$(PEGASUS_SAMPLES_DIR)/mak/config.mak + @$(ECHO-E) " endif" \ + >> $(PEGASUS_STAGING_DIR)$(PEGASUS_SAMPLES_DIR)/mak/config.mak + @$(ECHO-E) " ifeq (\044(shell uname -i),sparc64)" \ + >> $(PEGASUS_STAGING_DIR)$(PEGASUS_SAMPLES_DIR)/mak/config.mak + @$(ECHO-E) " PEGASUS_PLATFORM = LINUX_SPARC64_GNU" \ + >> $(PEGASUS_STAGING_DIR)$(PEGASUS_SAMPLES_DIR)/mak/config.mak + @$(ECHO-E) " endif" \ + >> $(PEGASUS_STAGING_DIR)$(PEGASUS_SAMPLES_DIR)/mak/config.mak else $(error This SDK has been defined to include the following \ platforms: $(PACKAGED_PLATFORM_FILES). \ @@ -594,6 +606,18 @@ ifeq ($(RUNTIME_PLATFORM_TEST_NEEDED), t @$(ECHO-E) "endif" \ >> $(PEGASUS_STAGING_DIR)$(PEGASUS_SAMPLES_DIR)/mak/config.mak + @$(ECHO-E) "ifeq (\044(PEGASUS_PLATFORM),LINUX_SPARCV9_GNU)" \ + >> $(PEGASUS_STAGING_DIR)$(PEGASUS_SAMPLES_DIR)/mak/config.mak + @$(ECHO-E) " PEGASUS_ARCH_LIB = lib" \ + >> $(PEGASUS_STAGING_DIR)$(PEGASUS_SAMPLES_DIR)/mak/config.mak + @$(ECHO-E) "endif" \ + >> $(PEGASUS_STAGING_DIR)$(PEGASUS_SAMPLES_DIR)/mak/config.mak + @$(ECHO-E) "ifeq (\044(PEGASUS_PLATFORM),LINUX_SPARC64_GNU)" \ + >> $(PEGASUS_STAGING_DIR)$(PEGASUS_SAMPLES_DIR)/mak/config.mak + @$(ECHO-E) " PEGASUS_ARCH_LIB = lib64" \ + >> $(PEGASUS_STAGING_DIR)$(PEGASUS_SAMPLES_DIR)/mak/config.mak + @$(ECHO-E) "endif" \ + >> $(PEGASUS_STAGING_DIR)$(PEGASUS_SAMPLES_DIR)/mak/config.mak else $(error This SDK has been defined to include the following \ platforms: $(PACKAGED_PLATFORM_FILES). \ diff -up pegasus/src/Pegasus/Common/Config.h.orig pegasus/src/Pegasus/Common/Config.h --- pegasus/src/Pegasus/Common/Config.h.orig 2013-08-27 14:32:34.763505395 +0200 +++ pegasus/src/Pegasus/Common/Config.h 2013-08-27 14:33:05.402618625 +0200 @@ -82,6 +82,10 @@ # include #elif defined (PEGASUS_PLATFORM_LINUX_PPC_E500_GNU) # include +#elif defined (PEGASUS_PLATFORM_LINUX_SPARCV9_GNU) +# include +#elif defined (PEGASUS_PLATFORM_LINUX_SPARC64_GNU) +# include #elif defined (PEGASUS_PLATFORM_LINUX_ZSERIES_GNU) # include #elif defined (PEGASUS_PLATFORM_LINUX_ZSERIES64_GNU) diff -up pegasus/src/Pegasus/Common/Platform_LINUX_SPARC64_GNU.h.orig pegasus/src/Pegasus/Common/Platform_LINUX_SPARC64_GNU.h --- pegasus/src/Pegasus/Common/Platform_LINUX_SPARC64_GNU.h.orig 2013-08-27 14:33:28.186702833 +0200 +++ pegasus/src/Pegasus/Common/Platform_LINUX_SPARC64_GNU.h 2013-08-27 14:34:45.833989895 +0200 @@ -0,0 +1,93 @@ +/* +//%2006//////////////////////////////////////////////////////////////////////// +// +// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development +// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems. +// Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.; +// IBM Corp.; EMC Corporation, The Open Group. +// Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.; +// IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group. +// Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.; +// EMC Corporation; VERITAS Software Corporation; The Open Group. +// Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.; +// EMC Corporation; Symantec Corporation; The Open Group. +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to +// deal in the Software without restriction, including without limitation the +// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +// sell copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN +// ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED +// "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +// LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR +// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// +//============================================================================== +// +//%///////////////////////////////////////////////////////////////////////////// +*/ + +#ifndef Pegasus_Platform_LINUX_SPARC64_GNU_h +#define Pegasus_Platform_LINUX_SPARC64_GNU_h + +#include + +#define PEGASUS_OS_TYPE_UNIX + +#ifndef PEGASUS_PLATFORM_LINUX_GENERIC_GNU +#define PEGASUS_PLATFORM_LINUX_GENERIC_GNU +#endif + +#define PEGASUS_OS_LINUX + +#define PEGASUS_POINTER_64BIT + +#define PEGASUS_COMPILER_GNU + +#define PEGASUS_UINT64 unsigned long long + +#define PEGASUS_SINT64 long long + +#define PEGASUS_HAVE_NAMESPACES + +#define PEGASUS_HAVE_FOR_SCOPE + +#define PEGASUS_HAVE_TEMPLATE_SPECIALIZATION + +#ifndef _GNU_SOURCE +#define _GNU_SOURCE +#endif +#ifndef _REENTRANT +#define _REENTRANT +#endif +#define _THREAD_SAFE +#include +#include +#include +#include /* For MAXHOSTNAMELEN */ +#include /* _POSIX_HOST_NAME_MAX */ + +#if (__GNUC__ >= 4) +# define PEGASUS_EXPORT __attribute__ ((visibility("default"))) +# define PEGASUS_IMPORT __attribute__ ((visibility("default"))) +# define PEGASUS_HIDDEN_LINKAGE __attribute__((visibility("hidden"))) +#endif + +#define PEGASUS_HAVE_PTHREADS + +#define PEGASUS_HAVE_NANOSLEEP + +#define PEGASUS_HAS_SIGNALS + +/* getifaddrs() avilable in gcc version >= 3.4 */ +#if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 4)) +# define PEGASUS_HAS_GETIFADDRS +#endif + +#endif /* Pegasus_Platform_LINUX_SPARC64_GNU_h */ diff -up pegasus/src/Pegasus/Common/Platform_LINUX_SPARCV9_GNU.h.orig pegasus/src/Pegasus/Common/Platform_LINUX_SPARCV9_GNU.h --- pegasus/src/Pegasus/Common/Platform_LINUX_SPARCV9_GNU.h.orig 2013-08-27 14:35:15.787100560 +0200 +++ pegasus/src/Pegasus/Common/Platform_LINUX_SPARCV9_GNU.h 2013-08-27 14:36:22.937348657 +0200 @@ -0,0 +1,93 @@ +/* +//%2006//////////////////////////////////////////////////////////////////////// +// +// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development +// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems. +// Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.; +// IBM Corp.; EMC Corporation, The Open Group. +// Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.; +// IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group. +// Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.; +// EMC Corporation; VERITAS Software Corporation; The Open Group. +// Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.; +// EMC Corporation; Symantec Corporation; The Open Group. +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to +// deal in the Software without restriction, including without limitation the +// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +// sell copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN +// ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED +// "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +// LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR +// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// +//============================================================================== +// +//%///////////////////////////////////////////////////////////////////////////// +*/ + +#ifndef Pegasus_Platform_LINUX_SPARCV9_GNU_h +#define Pegasus_Platform_LINUX_SPARCV9_GNU_h + +#include + +#define PEGASUS_OS_TYPE_UNIX + +#ifndef PEGASUS_PLATFORM_LINUX_GENERIC_GNU +#define PEGASUS_PLATFORM_LINUX_GENERIC_GNU +#endif + +#define PEGASUS_OS_LINUX + +#define PEGASUS_ARCHITECTURE_SPARC + +#define PEGASUS_COMPILER_GNU + +#define PEGASUS_UINT64 unsigned long long + +#define PEGASUS_SINT64 long long + +#define PEGASUS_HAVE_NAMESPACES + +#define PEGASUS_HAVE_FOR_SCOPE + +#define PEGASUS_HAVE_TEMPLATE_SPECIALIZATION + +#ifndef _GNU_SOURCE +#define _GNU_SOURCE +#endif +#ifndef _REENTRANT +#define _REENTRANT +#endif +#define _THREAD_SAFE +#include +#include +#include +#include /* For MAXHOSTNAMELEN */ +#include /* _POSIX_HOST_NAME_MAX */ + +#if (__GNUC__ >= 4) +# define PEGASUS_EXPORT __attribute__ ((visibility("default"))) +# define PEGASUS_IMPORT __attribute__ ((visibility("default"))) +# define PEGASUS_HIDDEN_LINKAGE __attribute__((visibility("hidden"))) +#endif + +#define PEGASUS_HAVE_PTHREADS + +#define PEGASUS_HAVE_NANOSLEEP + +#define PEGASUS_HAS_SIGNALS + +/* getifaddrs() avilable in gcc version >= 3.4 */ +#if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 4)) +# define PEGASUS_HAS_GETIFADDRS +#endif + +#endif /* Pegasus_Platform_LINUX_SPARCV9_GNU_h */ diff -up pegasus/src/SDK/samples/mak/LINUX_SPARC64_GNU.mak.orig pegasus/src/SDK/samples/mak/LINUX_SPARC64_GNU.mak --- pegasus/src/SDK/samples/mak/LINUX_SPARC64_GNU.mak.orig 2013-08-27 14:37:02.458494760 +0200 +++ pegasus/src/SDK/samples/mak/LINUX_SPARC64_GNU.mak 2013-08-27 14:37:36.121619044 +0200 @@ -0,0 +1,55 @@ +#//%2006//////////////////////////////////////////////////////////////////////// +#// +#// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development +#// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems. +#// Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.; +#// IBM Corp.; EMC Corporation, The Open Group. +#// Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.; +#// IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group. +#// Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.; +#// EMC Corporation; VERITAS Software Corporation; The Open Group. +#// Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.; +#// EMC Corporation; Symantec Corporation; The Open Group. +#// +#// Permission is hereby granted, free of charge, to any person obtaining a copy +#// of this software and associated documentation files (the "Software"), to +#// deal in the Software without restriction, including without limitation the +#// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +#// sell copies of the Software, and to permit persons to whom the Software is +#// furnished to do so, subject to the following conditions: +#// +#// THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN +#// ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED +#// "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +#// LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR +#// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +#// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +#// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +#// +#//============================================================================== + +ECHO = echo +MKDIRHIER = mkdir -p +RM = rm -f +TOUCH = touch + +COMPILE_CXX_COMMAND = g++ +COMPILE_C_COMMAND = gcc +LIBRARY_LINK_COMMAND = $(COMPILE_CXX_COMMAND) -shared +PROGRAM_LINK_COMMAND = $(COMPILE_CXX_COMMAND) + +SYS_LIBS = -ldl -lpthread -lcrypt + +OBJ_SUFFIX=.o + +DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM) +PROGRAM_COMPILE_OPTIONS = -O2 -W -Wall -Wno-unused -D_GNU_SOURCE \ + -DTHREAD_SAFE -D_REENTRANT -fPIC +LIBRARY_COMPILE_OPTIONS = $(PROGRAM_COMPILE_OPTIONS) + +PROGRAM_LINK_OPTIONS = -Xlinker -rpath -Xlinker $(PEGASUS_DEST_LIB_DIR) +LIBRARY_LINK_OPTIONS = $(PROGRAM_LINK_OPTIONS) +LINK_OUT = -o +SYM_LINK_LIB = $(PEGASUS_PROVIDER_LIB_DIR)/lib$(LIBRARY) +PLATFORM_LIB_SUFFIX = so diff -up pegasus/src/SDK/samples/mak/LINUX_SPARCV9_GNU.mak.orig pegasus/src/SDK/samples/mak/LINUX_SPARCV9_GNU.mak --- pegasus/src/SDK/samples/mak/LINUX_SPARCV9_GNU.mak.orig 2013-08-27 14:38:00.233708183 +0200 +++ pegasus/src/SDK/samples/mak/LINUX_SPARCV9_GNU.mak 2013-08-27 14:38:37.113844321 +0200 @@ -0,0 +1,55 @@ +#//%2006//////////////////////////////////////////////////////////////////////// +#// +#// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development +#// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems. +#// Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.; +#// IBM Corp.; EMC Corporation, The Open Group. +#// Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.; +#// IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group. +#// Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.; +#// EMC Corporation; VERITAS Software Corporation; The Open Group. +#// Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.; +#// EMC Corporation; Symantec Corporation; The Open Group. +#// +#// Permission is hereby granted, free of charge, to any person obtaining a copy +#// of this software and associated documentation files (the "Software"), to +#// deal in the Software without restriction, including without limitation the +#// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +#// sell copies of the Software, and to permit persons to whom the Software is +#// furnished to do so, subject to the following conditions: +#// +#// THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN +#// ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED +#// "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +#// LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR +#// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +#// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +#// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +#// +#//============================================================================== + +ECHO = echo +MKDIRHIER = mkdir -p +RM = rm -f +TOUCH = touch + +COMPILE_CXX_COMMAND = g++ +COMPILE_C_COMMAND = gcc +LIBRARY_LINK_COMMAND = $(COMPILE_CXX_COMMAND) -shared +PROGRAM_LINK_COMMAND = $(COMPILE_CXX_COMMAND) + +SYS_LIBS = -ldl -lpthread -lcrypt + +OBJ_SUFFIX=.o + +DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM) +PROGRAM_COMPILE_OPTIONS = -O2 -W -Wall -Wno-unused -D_GNU_SOURCE \ + -DTHREAD_SAFE -D_REENTRANT -fPIC +LIBRARY_COMPILE_OPTIONS = $(PROGRAM_COMPILE_OPTIONS) + +PROGRAM_LINK_OPTIONS = -Xlinker -rpath -Xlinker $(PEGASUS_DEST_LIB_DIR) +LIBRARY_LINK_OPTIONS = $(PROGRAM_LINK_OPTIONS) +LINK_OUT = -o +SYM_LINK_LIB = $(PEGASUS_PROVIDER_LIB_DIR)/lib$(LIBRARY) +PLATFORM_LIB_SUFFIX = so