Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
306N/A#
306N/A# CDDL HEADER START
306N/A#
306N/A# The contents of this file are subject to the terms of the
306N/A# Common Development and Distribution License, Version 1.0 only
306N/A# (the "License"). You may not use this file except in compliance
306N/A# with the License.
306N/A#
306N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
306N/A# or http://www.opensolaris.org/os/licensing.
306N/A# See the License for the specific language governing permissions
306N/A# and limitations under the License.
306N/A#
306N/A# When distributing Covered Code, include this CDDL HEADER in each
306N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
306N/A# If applicable, add the following below this CDDL HEADER, with the
306N/A# fields enclosed by brackets "[]" replaced with your own identifying
306N/A# information: Portions Copyright [yyyy] [name of copyright owner]
306N/A#
306N/A# CDDL HEADER END
306N/A#
306N/A#
3996N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
306N/A# Use is subject to license terms.
306N/A#
306N/A# ident "%Z%%M% %I% %E% SMI"
306N/A#
306N/A
306N/APROG= enhance
306N/A
306N/Ainclude ../Makefile.cmd
306N/A
844N/ALDLIBS += -ltecla
844N/A
306N/ACPPFLAGS += -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 \
1273N/A -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 \
306N/A -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 \
3661N/A -DHAVE_UNISTD_H=1 -DUSE_TERMINFO=1 -DHAVE_CURSES_H=1 -DHAVE_TERM_H=1 \
3661N/A -DHAVE_SYS_SELECT_H=1 -DHAVE_SELECT=1 -DHAVE_SYSV_PTY=1 \
3996N/A -D__EXTENSIONS__=1
3996N/A
3996N/Alint := LINTFLAGS += -ux
306N/A
306N/A.KEEP_STATE:
306N/A
306N/Aall: $(PROG)
306N/A
306N/Ainstall: all $(ROOTPROG)
306N/A
306N/Acheck: $(PROG).c
306N/A $(CSTYLE) -pP $(PROG).c
306N/A
306N/Aclean:
306N/A
306N/Alint: lint_PROG
306N/A
306N/Ainclude ../Makefile.targ
306N/A