Makefile revision 252
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# U.S. Government Rights - Commercial software. Government users are subject
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# to the Sun Microsystems, Inc. standard license agreement and applicable
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# provisions of the FAR and its supplements.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# This distribution may include materials developed by third parties. Sun,
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# Sun Microsystems, the Sun logo and Solaris are trademarks or registered
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# Makefile to generate libseaExtensions.so
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# "make" : generate library for 64bit / sparc
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# "make ARCH=32" : generate library for 32bit / sparc
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# "make ARCH=32 MACH=x86" : generate library for 32bit / x86
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholes# "make ARCH=amd64" : generate 64bit AMD64 libraries
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholes# "make clean" : remove *.o , *.so
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesLDFLAGS_sparcv9=-m64 -I$(ROOT)$(CFGPREFIX)/include -I.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesLDFLAGS_amd64=-Kpic -m64 -I$(ROOT)$(CFGPREFIX)/include -I.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesSRCS= sunHostPerf.c sunProcesses.c sunSystem.c seaExtensions.c