Makefile revision 1
96d3308828b430916b4629d503c4878fad28773dnd# CDDL HEADER START
96d3308828b430916b4629d503c4878fad28773dnd# The contents of this file are subject to the terms of the
96d3308828b430916b4629d503c4878fad28773dnd# Common Development and Distribution License (the "License").
96d3308828b430916b4629d503c4878fad28773dnd# You may not use this file except in compliance with the License.
96d3308828b430916b4629d503c4878fad28773dnd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
96d3308828b430916b4629d503c4878fad28773dnd# See the License for the specific language governing permissions
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# and limitations under the License.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# When distributing Covered Code, include this CDDL HEADER in each
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
96d3308828b430916b4629d503c4878fad28773dnd# If applicable, add the following below this CDDL HEADER, with the
4eb0f4031876c60c0ba2035666579dac07304b9drbowen# fields enclosed by brackets "[]" replaced with your own identifying
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen# information: Portions Copyright [yyyy] [name of copyright owner]
96d3308828b430916b4629d503c4878fad28773dnd# CDDL HEADER END
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd# Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
4eb0f4031876c60c0ba2035666579dac07304b9drbowen# Note: Hidden command and dependency checking plays havoc with perl module
4eb0f4031876c60c0ba2035666579dac07304b9drbowen# makefiles, so we make sure to always unset the KEEP_STATE and
4eb0f4031876c60c0ba2035666579dac07304b9drbowen# SUNPRO_DEPENDENCIES environment variables before calling any subsidiary makes.
727872d18412fc021f03969b8641810d8896820bhumbedooh# To turn KEEP_STATE off the following two environment variables must be unset.
cc7e1025de9ac63bd4db6fe7f71c158b2cf09fe4humbedoohKEEP_STATE_OFF = unset KEEP_STATE SUNPRO_DEPENDENCIES
cc7e1025de9ac63bd4db6fe7f71c158b2cf09fe4humbedooh# Configuration files needed from the architecture-specific subdirectories.
0d0ba3a410038e179b695446bb149cce6264e0abnd# Where the configuration files need to be copied to.
0d0ba3a410038e179b695446bb149cce6264e0abnd# Generated Makefiles, derived from config.sh.
07dc96d063d49299da433f84b5c5681da9bbdf68rbowentest := TARGET = test
0d0ba3a410038e179b695446bb149cce6264e0abnd# Compiler replacement rules
96d3308828b430916b4629d503c4878fad28773dnd# distrib holds the perl source, contrib holds the SMI modules.
# Modify config.sh to refer to the compiler used for the build.
FRC: