252N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. 252N/A# U.S. Government Rights - Commercial software. Government users are subject 252N/A# to the Sun Microsystems, Inc. standard license agreement and applicable 252N/A# provisions of the FAR and its supplements. 252N/A# Use is subject to license terms. 252N/A# This distribution may include materials developed by third parties. Sun, 252N/A# Sun Microsystems, the Sun logo and Solaris are trademarks or registered 252N/A# trademarks of Sun Microsystems, Inc. in the U.S. and other countries. 252N/A# "make" : generate library for 64bit / sparc 252N/A# "make ARCH=32" : generate library for 32bit / sparc 252N/A# "make ARCH=32 MACH=x86" : generate library for 32bit / x86 252N/A# "make clean" : remove *.o , *.so 252N/A#CFLAGS_64=-g -I. -Dsolaris_2 -m64 252N/A#CFLAGS_32=-g -I. -Dsolaris_2 252N/A# shared library flags (assumes gcc) 252N/A# shared library flags (assumes cc) 252N/A#example-demon-testTypesA32: $(OBJS1) 252N/A#$(CC) $(CFLAGS) -o example-demon-testTypesA32 $(OBJS1) $(BUILDAGENTLIBS)