Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews#
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews# CDDL HEADER START
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews#
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews# The contents of this file are subject to the terms of the
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews# Common Development and Distribution License, Version 1.0 only
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews# (the "License"). You may not use this file except in compliance
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews# with the License.
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews#
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews# or http://www.opensolaris.org/os/licensing.
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews# See the License for the specific language governing permissions
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews# and limitations under the License.
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews#
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews#
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews# CDDL HEADER END
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews#
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews#
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews#ident "%Z%%M% %I% %E% SMI"
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews#
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews# Copyright (c) 2000-2001 by Sun Microsystems, Inc.
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews# All rights reserved.
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews#
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews# lib/lvm/libpreen/spec/i386/Makefile
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews.KEEP_STATE:
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews# To enable apptrace, comment out the following line
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark AndrewsDISABLE_APPTRACE= $(POUND_SIGN)
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrewsinclude ../Makefile.targ
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews# Add arch specific objects here
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark AndrewsOBJECTS +=
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrewsinclude $(SRC)/lib/Makefile.lib
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews# Uncomment the following if the linker complains
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews#i386_C_PICFLAGS = -K PIC
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrewsinclude $(SRC)/lib/Makefile.spec
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews$(DISABLE_APPTRACE)install: $(ROOTABILIB)
2a3d8a972fb514e5d11d4dafc6749a6e37459bf3Mark Andrews