Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
73308f54e60e4cdb893e8b02955497e8f45b5893jeff.schenk# CDDL HEADER START
73308f54e60e4cdb893e8b02955497e8f45b5893jeff.schenk# The contents of this file are subject to the terms of the
73308f54e60e4cdb893e8b02955497e8f45b5893jeff.schenk# Common Development and Distribution License (the "License").
73308f54e60e4cdb893e8b02955497e8f45b5893jeff.schenk# You may not use this file except in compliance with the License.
73308f54e60e4cdb893e8b02955497e8f45b5893jeff.schenk# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
73308f54e60e4cdb893e8b02955497e8f45b5893jeff.schenk# See the License for the specific language governing permissions
73308f54e60e4cdb893e8b02955497e8f45b5893jeff.schenk# and limitations under the License.
73308f54e60e4cdb893e8b02955497e8f45b5893jeff.schenk# When distributing Covered Code, include this CDDL HEADER in each
73308f54e60e4cdb893e8b02955497e8f45b5893jeff.schenk# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
73308f54e60e4cdb893e8b02955497e8f45b5893jeff.schenk# If applicable, add the following below this CDDL HEADER, with the
73308f54e60e4cdb893e8b02955497e8f45b5893jeff.schenk# fields enclosed by brackets "[]" replaced with your own identifying
73308f54e60e4cdb893e8b02955497e8f45b5893jeff.schenk# information: Portions Copyright [yyyy] [name of copyright owner]
73308f54e60e4cdb893e8b02955497e8f45b5893jeff.schenk# CDDL HEADER END
73308f54e60e4cdb893e8b02955497e8f45b5893jeff.schenk# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
73308f54e60e4cdb893e8b02955497e8f45b5893jeff.schenk# Use is subject to license terms.
73308f54e60e4cdb893e8b02955497e8f45b5893jeff.schenk# ident "%Z%%M% %I% %E% SMI"
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster# capability NAMES generated source
fb98811412f1a61efdc30b38091bf4708148a806Allan Fostersrc/libc/xcurses/boolcode.c src/libc/xcurses/boolfnam.c \
fb98811412f1a61efdc30b38091bf4708148a806Allan Fostersrc/libc/xcurses/boolname.c src/libc/xcurses/numcode.c \
fb98811412f1a61efdc30b38091bf4708148a806Allan Fostersrc/libc/xcurses/numfnam.c src/libc/xcurses/numname.c \
fb98811412f1a61efdc30b38091bf4708148a806Allan Fostersrc/libc/xcurses/strcode.c src/libc/xcurses/strfnam.c \
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster# definitions for install_h target
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster# extra clean-up work
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster# still need to implement cstyle check of term.h
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster# do this when we go through and make this library cstyle clean.
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster# derived C files
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster# mknames.awk defines functions so needs nawk
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster$(NAMES) : src/libc/xcurses/mknames.awk src/libc/xcurses/caps
fb98811412f1a61efdc30b38091bf4708148a806Allan Fosterh/term.h : src/libc/xcurses/mkterm.awk src/libc/xcurses/caps
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster cd src/libc/xcurses; awk -f mkterm.awk caps > term.h
fb98811412f1a61efdc30b38091bf4708148a806Allan Fostersrc/libc/xcurses/keyindex.c : src/libc/xcurses/mkkey.awk src/libc/xcurses/caps