Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington#
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews# CDDL HEADER START
5bf504f5534eab29c9e52f6e8b75c73b3901743fMark Andrews#
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews# The contents of this file are subject to the terms of the
5bf504f5534eab29c9e52f6e8b75c73b3901743fMark Andrews# Common Development and Distribution License, Version 1.0 only
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews# (the "License"). You may not use this file except in compliance
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews# with the License.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington#
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# or http://www.opensolaris.org/os/licensing.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# See the License for the specific language governing permissions
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews# and limitations under the License.
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews#
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a7038d1a0513c8e804937ebc95fc9cb3a46c04f5Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
5bf504f5534eab29c9e52f6e8b75c73b3901743fMark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews#
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews# CDDL HEADER END
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews#
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews#
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson#ident "%Z%%M% %I% %E% SMI"
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson#
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews# Copyright (c) 1989, 1996 by Sun Microsystems, Inc.
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews# All rights reserved.
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson#
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian WellingtonPROG= cut
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrewsinclude ../Makefile.cmd
4f087942583014b241adca1bc78c6db89ed96e94Mark Andrews
4f087942583014b241adca1bc78c6db89ed96e94Mark AndrewsCPPFLAGS += -D_FILE_OFFSET_BITS=64
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark AndrewsXGETFLAGS += -a -x $(PROG).xcl
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews
4f087942583014b241adca1bc78c6db89ed96e94Mark Andrews.KEEP_STATE:
5bf504f5534eab29c9e52f6e8b75c73b3901743fMark Andrews
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrewsall: $(PROG)
4f087942583014b241adca1bc78c6db89ed96e94Mark Andrews
4f087942583014b241adca1bc78c6db89ed96e94Mark Andrewsinstall: all $(ROOTPROG)
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafssonclean:
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrewslint: lint_PROG
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrewsinclude ../Makefile.targ
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews