shared libraries are built with mapfiles that specify versioned export symbols. We use the $ORIGIN and $ISALIST linker keywords to specify the location of the ultrasparc filtee. git-svn-id: svn://10.0.0.236/trunk@135843 18797224-902f-48f8-a5cc-f745e15eee43
31 lines
598 B
Makefile
31 lines
598 B
Makefile
#
|
|
# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
|
|
# Use is subject to license terms.
|
|
#
|
|
#ident "$Id: Makefile.com,v 1.2 2003-01-04 02:13:57 wtc%netscape.com Exp $"
|
|
#
|
|
|
|
MACH = $(shell mach)
|
|
|
|
PUBLISH_ROOT = $(DIST)
|
|
ifeq ($(MOD_DEPTH),../..)
|
|
ROOT = ROOT
|
|
else
|
|
ROOT = $(subst ../../,,$(MOD_DEPTH))/ROOT
|
|
endif
|
|
|
|
PKGARCHIVE = $(dist_libdir)/pkgarchive
|
|
DATAFILES = copyright
|
|
FILES = $(DATAFILES) pkginfo
|
|
|
|
PACKAGE = $(shell basename `pwd`)
|
|
|
|
PRODUCT_VERSION = $(MOD_VERSION).$(MOD_MINOR).$(MOD_PATCH)
|
|
LN = /usr/bin/ln
|
|
|
|
CLOBBERFILES = $(FILES)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
# vim: ft=make
|