Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupont#
33d0a7767d53cb366039fd0ac4f63cf8a9c351b0Tinderbox User# CDDL HEADER START
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt#
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# The contents of this file are subject to the terms of the
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# Common Development and Distribution License, Version 1.0 only
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# (the "License"). You may not use this file except in compliance
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupont# with the License.
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupont#
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupont# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupont# or http://www.opensolaris.org/os/licensing.
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupont# See the License for the specific language governing permissions
33d0a7767d53cb366039fd0ac4f63cf8a9c351b0Tinderbox User# and limitations under the License.
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupont#
33d0a7767d53cb366039fd0ac4f63cf8a9c351b0Tinderbox User# When distributing Covered Code, include this CDDL HEADER in each
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupont# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupont# If applicable, add the following below this CDDL HEADER, with the
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupont# fields enclosed by brackets "[]" replaced with your own identifying
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupont# information: Portions Copyright [yyyy] [name of copyright owner]
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupont#
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupont# CDDL HEADER END
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupont#
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt#
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupont# Copyright (c) 1997-1999 by Sun Microsystems, Inc.
33d0a7767d53cb366039fd0ac4f63cf8a9c351b0Tinderbox User# All rights reserved.
33d0a7767d53cb366039fd0ac4f63cf8a9c351b0Tinderbox User#
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupont#pragma ident "%Z%%M% %I% %E% SMI"
33d0a7767d53cb366039fd0ac4f63cf8a9c351b0Tinderbox User#
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupont# lib/libdevinfo/spec/i386/Makefile
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupont
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupontinclude ../Makefile.targ
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupont
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt# Add arch specific objects here
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan HuntOBJECTS +=
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupontinclude $(SRC)/lib/Makefile.lib
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupont
33d0a7767d53cb366039fd0ac4f63cf8a9c351b0Tinderbox User# Uncomment the following if the linker complains
33d0a7767d53cb366039fd0ac4f63cf8a9c351b0Tinderbox User#i386_C_PICFLAGS = -K PIC
33d0a7767d53cb366039fd0ac4f63cf8a9c351b0Tinderbox User
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupontinclude $(SRC)/lib/Makefile.spec
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupont
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupontinstall: $(ROOTABILIB)
b091b4bb803b830d2d5a9e71b6648b669655d7dcFrancis Dupont