Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff#
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# CDDL HEADER START
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff#
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# The contents of this file are subject to the terms of the
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# Common Development and Distribution License (the "License").
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# You may not use this file except in compliance with the License.
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff#
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# or http://www.opensolaris.org/os/licensing.
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# See the License for the specific language governing permissions
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# and limitations under the License.
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff#
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# When distributing Covered Code, include this CDDL HEADER in each
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# If applicable, add the following below this CDDL HEADER, with the
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# fields enclosed by brackets "[]" replaced with your own identifying
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# information: Portions Copyright [yyyy] [name of copyright owner]
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff#
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# CDDL HEADER END
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff#
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff#
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# Use is subject to license terms.
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff#
88b21ceea35c266dd8f33fbafd9973d443efe96fmrossign
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduffPROG= tset
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduffinclude ../Makefile.ucbcmd
88b21ceea35c266dd8f33fbafd9973d443efe96fmrossign
88b21ceea35c266dd8f33fbafd9973d443efe96fmrossignFILEMODE= 755
88b21ceea35c266dd8f33fbafd9973d443efe96fmrossign
dff5f58d376d327aa0463e11e2dc2feb38ef273cpgambaLDLIBS = -L$(ROOT)/usr/ucblib -R /usr/ucblib $(LDLIBS.cmd) -lucb -ltermcap
dff5f58d376d327aa0463e11e2dc2feb38ef273cpgamba
dff5f58d376d327aa0463e11e2dc2feb38ef273cpgambaCPPFLAGS = -I$(SRC)/ucbhead $(CPPFLAGS.master)
dff5f58d376d327aa0463e11e2dc2feb38ef273cpgambaCERRWARN += -_gcc=-Wno-implicit-function-declaration
dff5f58d376d327aa0463e11e2dc2feb38ef273cpgambaCERRWARN += -_gcc=-Wno-parentheses
dff5f58d376d327aa0463e11e2dc2feb38ef273cpgambaCERRWARN += -_gcc=-Wno-unused-variable
dff5f58d376d327aa0463e11e2dc2feb38ef273cpgambaCERRWARN += -_gcc=-Wno-uninitialized
dff5f58d376d327aa0463e11e2dc2feb38ef273cpgamba
dff5f58d376d327aa0463e11e2dc2feb38ef273cpgambaROOTSYMLINK= $(ROOTBIN)/reset
dff5f58d376d327aa0463e11e2dc2feb38ef273cpgamba
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff.KEEP_STATE:
88b21ceea35c266dd8f33fbafd9973d443efe96fmrossign
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduffall: $(PROG)
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff
85f6e15f35fa13ce5e3d0ed1716c8986b048745emrossign$(PROG): $(PROG).c
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff $(LINK.c) -o $@ $(PROG).c $(LDLIBS)
dff5f58d376d327aa0463e11e2dc2feb38ef273cpgamba $(POST_PROCESS)
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduffinstall: all $(ROOTBIN) $(ROOTPROG) $(ROOTSYMLINK)
c4cdb34ae21ebbbc11586715cfa777fd2a75b8e0gbellato
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff$(ROOTSYMLINK):
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff $(RM) $@
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff $(SYMLINK) $(PROG) $@
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduffclean:
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcdufflint: lint_PROG
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduffinclude ../Makefile.ucbtarg
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff