Makefile revision 0
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
11e9368a226272085c337e9e74b79808c16fbdbaTinderbox User# Copyright 1998-2005 Sun Microsystems, Inc. All Rights Reserved.
3e02c9e33656dcd9c364633d42dd785d3e6fdd66Automatic Updater# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3e02c9e33656dcd9c364633d42dd785d3e6fdd66Automatic Updater#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# This code is free software; you can redistribute it and/or modify it
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# under the terms of the GNU General Public License version 2 only, as
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# published by the Free Software Foundation. Sun designates this
3e02c9e33656dcd9c364633d42dd785d3e6fdd66Automatic Updater# particular file as subject to the "Classpath" exception as provided
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# by Sun in the LICENSE file that accompanied this code.
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
3e02c9e33656dcd9c364633d42dd785d3e6fdd66Automatic Updater# This code is distributed in the hope that it will be useful, but WITHOUT
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# version 2 for more details (a copy is included in the LICENSE file that
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# accompanied this code).
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
ea94d370123a5892f6c47a97f21d1b28d44bb168Tinderbox User# You should have received a copy of the GNU General Public License version
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# 2 along with this work; if not, write to the Free Software Foundation,
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# CA 95054 USA or visit www.sun.com if you need additional information or
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# have any questions.
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# Makefile for building the generic version of medialib
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic UpdaterBUILDDIR = ../../..
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic UpdaterPACKAGE = sun.awt.medialib
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic UpdaterLIBRARY = mlib_image
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic UpdaterPRODUCT = sun
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updaterinclude $(BUILDDIR)/common/Defs.gmk
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# Use highest level of optimization on this library
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater_OPT = $(CC_HIGHEST_OPT)
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# Use mapfile
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic UpdaterFILES_m = mapfile-vers
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updaterinclude $(BUILDDIR)/common/Mapfile-vers.gmk
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# Files
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
6f1205897504b8f50b1785975482c995888dd630Tinderbox Userinclude FILES_c.gmk
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
ef8014e56f35bb36daa5fd2c313f5e7963e97aa1Tinderbox User# Rules
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updaterinclude $(BUILDDIR)/common/Library.gmk
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater
f8e3e03cacd16ffb923a9603fca23a9e1a1fee07Automatic Updater#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# set compile options for solaris 32- or 64-bit build
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updaterifeq ($(ARCH_DATA_MODEL), 64)
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater CFLAGS += -DMLIB_OS64BIT
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updaterendif # ARCH_DATA_MODEL
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updaterifneq ($(PLATFORM), sparc)
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater OTHER_CFLAGS += -DMLIB_NO_LIBSUNMATH
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updaterendif
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic UpdaterCPPFLAGS += \
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater -I$(PLATFORM_SRC)/native/$(PKGDIR)/medialib
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic UpdaterOTHER_CFLAGS += -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic UpdaterOTHER_LDLIBS = $(LIBM) -ldl
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater
77dccf2a5d9327d16b4374a135cdb99bdd48620eAutomatic Updater