Makefile revision fcf3ce441efd61da9bb2884968af01cb7c1452cc
b3357a6f5b90f1e342c270de66491afc412c1cf7Daniel Lezcano# CDDL HEADER START
b3357a6f5b90f1e342c270de66491afc412c1cf7Daniel Lezcano# The contents of this file are subject to the terms of the
b3357a6f5b90f1e342c270de66491afc412c1cf7Daniel Lezcano# Common Development and Distribution License (the "License").
b3357a6f5b90f1e342c270de66491afc412c1cf7Daniel Lezcano# You may not use this file except in compliance with the License.
b3357a6f5b90f1e342c270de66491afc412c1cf7Daniel Lezcano# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b3357a6f5b90f1e342c270de66491afc412c1cf7Daniel Lezcano# See the License for the specific language governing permissions
b3357a6f5b90f1e342c270de66491afc412c1cf7Daniel Lezcano# and limitations under the License.
b3357a6f5b90f1e342c270de66491afc412c1cf7Daniel Lezcano# When distributing Covered Code, include this CDDL HEADER in each
b3357a6f5b90f1e342c270de66491afc412c1cf7Daniel Lezcano# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b3357a6f5b90f1e342c270de66491afc412c1cf7Daniel Lezcano# If applicable, add the following below this CDDL HEADER, with the
b3357a6f5b90f1e342c270de66491afc412c1cf7Daniel Lezcano# fields enclosed by brackets "[]" replaced with your own identifying
b3357a6f5b90f1e342c270de66491afc412c1cf7Daniel Lezcano# information: Portions Copyright [yyyy] [name of copyright owner]
b3357a6f5b90f1e342c270de66491afc412c1cf7Daniel Lezcano# CDDL HEADER END
b3357a6f5b90f1e342c270de66491afc412c1cf7Daniel Lezcano# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
b3357a6f5b90f1e342c270de66491afc412c1cf7Daniel Lezcano# Use is subject to license terms.
3bce0fe96d3648f783ddb8b1c962bf5ac7269cfaChristian Brauner# include global definitions
b3357a6f5b90f1e342c270de66491afc412c1cf7Daniel Lezcano# Headers are listed one per line so that TeamWare can auto-merge most changes
b3357a6f5b90f1e342c270de66491afc412c1cf7Daniel LezcanoKRB5HDRS= mit_copyright.h mit-sipb-copyright.h
b3357a6f5b90f1e342c270de66491afc412c1cf7Daniel LezcanoATTRDB_HDRS= secdb.h auth_attr.h exec_attr.h prof_attr.h user_attr.h \
3bce0fe96d3648f783ddb8b1c962bf5ac7269cfaChristian Brauner# rpcsvc headers which are just headers (not derived from a .x file)
abeded90ddf5619637ad3af901537f50f8a867fbChristian Brauner# rpcsvc headers which are generated from .x files
rstat.h \
rusers.h \
rwall.h \
spray.h \
LVMRPCHDRS = \
RPCGENFLAGS = -C -h
# yp.x is an attempt at codifying what was hand coded in RPCL.
# There is no `.h' for nis_object.x because it is included by nis.x and
# the resulting .h is nis.h.
RPCSVCPROTS = \
LVMSVCPROTS = \
$(LVMRPCHDRS:%.h=%.x)
$(DOT_H_CHECK)
$(DOT_H_CHECK)
$(DOT_H_CHECK)
$(DOT_H_CHECK)
$(DOT_X_CHECK)
$(DOT_H_CHECK)
$(DOT_H_CHECK)
$(DOT_H_CHECK)
$(KRB5HDRS:%.h=kerberosv5/%.check) \
$(RPCSVC_SRC_HDRS:%.h=rpcsvc/%.check) \
# assert.h is required by ansi-c to *not* be idempotent (section 4.1.2).
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(ROOTDIRS):
$(INS.dir)
$(SYMHDRASSERT):
$(SYMHDRERRNO):
$(SYMHDRFLOAT):
$(SYMHDRISO646):
/<thread.h>/ { print "#ifdef _REENTRANT"; print $$0; print "#endif\t/* _REENTRANT */"; next } \
/<thread.h>/ { print "#ifdef _REENTRANT"; print $$0; print "#endif\t/* _REENTRANT */"; next } \
/<thread.h>/ { print "#ifdef _REENTRANT"; print $$0; print "#endif\t/* _REENTRANT */"; next } \
/<thread.h>/ { print "#ifdef _REENTRANT"; print $$0; print "#endif\t/* _REENTRANT */"; next } \
/<thread.h>/ { print "#ifdef _REENTRANT"; print $$0; print "#endif\t/* _REENTRANT */"; next } \
/<thread.h>/ { print "#ifdef _REENTRANT"; print $$0; print "#endif\t/* _REENTRANT */"; next } \
/<thread.h>/ { print "#ifdef _REENTRANT"; print $$0; print "#endif\t/* _REENTRANT */"; next } \