makefile.solaris revision 138
138N/A#
138N/A# CDDL HEADER START
138N/A#
138N/A# The contents of this file are subject to the terms of the
138N/A# Common Development and Distribution License (the "License").
138N/A# You may not use this file except in compliance with the License.
138N/A#
138N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
138N/A# or http://www.opensolaris.org/os/licensing.
138N/A# See the License for the specific language governing permissions
138N/A# and limitations under the License.
138N/A#
138N/A# When distributing Covered Code, include this CDDL HEADER in each
138N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
138N/A# If applicable, add the following below this CDDL HEADER, with the
138N/A# fields enclosed by brackets "[]" replaced with your own identifying
138N/A# information: Portions Copyright [yyyy] [name of copyright owner]
138N/A#
138N/A# CDDL HEADER END
138N/A#
138N/A
138N/A#
138N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
138N/A#
138N/A
138N/AOPTFLAGS=-O
138N/A
138N/ALFS_CFLAGS = $(shell getconf LFS_CFLAGS)
138N/A
138N/AALLFLAGS=${OPTFLAGS} -s -mt \
138N/A -DHAVE_LONG_LONG \
138N/A $(LFS_CFLAGS) \
138N/A -DENV_UNIX \
138N/A -DNDEBUG -D_REENTRANT \
138N/A $(LOCAL_FLAGS)
138N/A
138N/ACXX=CC $(ALLFLAGS)
138N/ACC=cc $(ALLFLAGS)
138N/ACC_SHARED=-KPIC
138N/ALINK_SHARED=-KPIC -G
138N/ALDFLAGS = -norunpath
138N/A
138N/ALOCAL_LIBS=-lpthread
138N/ALOCAL_LIBS_DLL=$(LOCAL_LIBS)
138N/A
138N/A../../../../bin/Codecs/Rar29.so ../../../../bin/7z.so : LOCAL_LIBS += -lCrun
138N/A
138N/AOBJ_CRC32=$(OBJ_CRC32_C)
138N/A