Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
3544N/A#
3544N/A# CDDL HEADER START
3544N/A#
3544N/A# The contents of this file are subject to the terms of the
3544N/A# Common Development and Distribution License, Version 1.0 only
3544N/A# (the "License"). You may not use this file except in compliance
3544N/A# with the License.
3544N/A#
3544N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3544N/A# or http://www.opensolaris.org/os/licensing.
3544N/A# See the License for the specific language governing permissions
3544N/A# and limitations under the License.
3544N/A#
3544N/A# When distributing Covered Code, include this CDDL HEADER in each
3544N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3544N/A# If applicable, add the following below this CDDL HEADER, with the
3544N/A# fields enclosed by brackets "[]" replaced with your own identifying
3544N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3544N/A#
3544N/A# CDDL HEADER END
3544N/A#
3544N/A#
4586N/A#ident "%Z%%M% %I% %E% SMI"
5185N/A#
5185N/A# Copyright (c) 1990 by Sun Microsystems, Inc.
5185N/A#
3544N/A# cmd/face/OBJECTS/dos/Makefile
3544N/A
3544N/Ainclude ../../../Makefile.cmd
3544N/Ainclude ../../src/Makefile.com
5185N/A
3544N/AROOTDIR= $(ROOTVMSYS)/OBJECTS/dos
3544N/A
3544N/AOBJFILES= Form.add Form.mod Form.udconv \
3544N/A Menu.install Menu.list Text.conf
3544N/A
3544N/AROOTBIN= $(OBJFILES:%=$(ROOTDIR)/%)
3544N/A
3544N/AFILEMODE= 755
3544N/A
3544N/A# install rules
3544N/A
3544N/A$(ROOTDIR)/% : %
3544N/A $(INS.file)
3544N/A
3544N/A.KEEP_STATE:
3544N/A
3544N/Aall: $(OBJFILES)
3544N/A
5185N/Ainstall: all $(ROOTDIR) $(ROOTBIN)
5185N/A
5185N/A$(ROOTDIR):
5185N/A -$(INS.dir)
5185N/A
5185N/Aclean clobber lint:
5185N/A