Makefile revision fcf3ce441efd61da9bb2884968af01cb7c1452cc
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington#
3759f10fc543747668b1ca4b4671f35b0dea8445Francis Dupont# CDDL HEADER START
cb3e854e181373807f7f011e5050c1a8013b4841Brian Wellington#
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# The contents of this file are subject to the terms of the
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# Common Development and Distribution License (the "License").
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# You may not use this file except in compliance with the License.
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater#
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# or http://www.opensolaris.org/os/licensing.
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# See the License for the specific language governing permissions
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# and limitations under the License.
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater#
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# When distributing Covered Code, include this CDDL HEADER in each
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# If applicable, add the following below this CDDL HEADER, with the
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# fields enclosed by brackets "[]" replaced with your own identifying
cb3e854e181373807f7f011e5050c1a8013b4841Brian Wellington# information: Portions Copyright [yyyy] [name of copyright owner]
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington#
271c4c7ffafeb0bda21278af6cac4535c0193f18Automatic Updater# CDDL HEADER END
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington#
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington#
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# Use is subject to license terms.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews
cb3e854e181373807f7f011e5050c1a8013b4841Brian WellingtonMODULE = sdbc.so
cb3e854e181373807f7f011e5050c1a8013b4841Brian WellingtonMDBTGT = kvm
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews
dafcb997e390efa4423883dafd100c975c4095d6Mark AndrewsAVSBASE = ../../../../../uts/common/avs
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian WellingtonMODSRCS = sdbc.c
271c4c7ffafeb0bda21278af6cac4535c0193f18Automatic Updater
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austeininclude ../../../../Makefile.cmd
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austeininclude ../../../../Makefile.cmd.64
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellingtoninclude ../../Makefile.sparcv9
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellingtoninclude ../../../Makefile.module
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellingtoninclude ../../../common/modules/sdbc/Makefile.com
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian WellingtonCPPFLAGS += -I$(AVSBASE)
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington