Makefile revision c6fe10488ed8bd2a1fadc5cbfc18c09e98e7eaec
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# CDDL HEADER START
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# The contents of this file are subject to the terms of the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# Common Development and Distribution License, Version 1.0 only
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# (the "License"). You may not use this file except in compliance
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# with the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# or http://www.opensolaris.org/os/licensing.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# See the License for the specific language governing permissions
2d130d212db7208777ca896a7ecad619a8944971Christian Maeder# and limitations under the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
1aee4aaddde105264c1faf394d88e302c05094ffChristian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
a53841f6d6e86ac751c12a33dc8aadf53f59d977Klaus Luettich# information: Portions Copyright [yyyy] [name of copyright owner]
a53841f6d6e86ac751c12a33dc8aadf53f59d977Klaus Luettich# CDDL HEADER END
3e61f574717499939bd8e0ff538ea9e7b72d4e2dKlaus Luettich# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
96646aed2ae087b942ae23f15bbe729a8f7c43d3Christian Maeder# Use is subject to license terms.
3b06e23643a9f65390cb8c1caabe83fa7e87a708Till Mossakowski# ident "%Z%%M% %I% %E% SMI"
2e2094a642e3775b0d76b890556407941d3a53b6Christian MaederASFLAGS = -B$(GNU_ROOT)/bin/ -fno-builtin -nostdinc
b1f59a4ea7c96f4c03a4d7cfcb9c5e66871cfbbbChristian MaederINSTALL_TARGETS = $(PROGS:%=$(INSTALL_DIR)/%)
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maederinstall: all $(INSTALL_TARGETS) $(USR_SBIN_INSTALLBOOT)
dcbd32289a7bdf1e6edd06c6ab0698c6a9dbf37aChristian Maeder $(RM) *.exec *.o
356fa49fe3e6a8398f92d13e9f920d0f093697ecChristian Maeder# Pattern matching rules for source in this directory