Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
80383d03604b92a452564592e84c2bf831077a41Automatic Updater# CDDL HEADER START
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# The contents of this file are subject to the terms of the
4a14ce5ba00ab7bc55c99ffdcf59c7a4ab902721Automatic Updater# Common Development and Distribution License, Version 1.0 only
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington# (the "License"). You may not use this file except in compliance
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington# with the License.
9016767f4e15191b7c763b8a4ad36a57dc2705a2Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# See the License for the specific language governing permissions
9016767f4e15191b7c763b8a4ad36a57dc2705a2Mark Andrews# and limitations under the License.
9016767f4e15191b7c763b8a4ad36a57dc2705a2Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
9016767f4e15191b7c763b8a4ad36a57dc2705a2Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington# If applicable, add the following below this CDDL HEADER, with the
ad671240d635376dd8681550eebee799d2e3d1fdAutomatic Updater# fields enclosed by brackets "[]" replaced with your own identifying
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# information: Portions Copyright [yyyy] [name of copyright owner]
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# CDDL HEADER END
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#ident "%Z%%M% %I% %E% SMI"
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Copyright 1989-1997,2002 Sun Microsystems, Inc. All rights reserved.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Use is subject to license terms.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# libbc is special. It depends on libucb and must be built after libucb.
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic UpdaterSUBDIRS= libucb librpcsoc libdbm libtermcap
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# libcurses needs libtermcap and libucb
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinall install clean clobber: $(SUBDIRS) .WAIT $(SUBDIRS2) .WAIT $($(MACH)_SUBDIR)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinbwos: $(BWOSDIRS) .WAIT $(SUBDIRS) .WAIT $(SUBDIRS2) .WAIT $($(MACH)_SUBDIR)
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater$(BWOSDIRS) $(SUBDIRS) $(SUBDIRS2) $($(MACH)_SUBDIR) : FRC
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater# Cross-reference customization: Tweak XRINCDIRS so that cross-reference
0a7ed88633a680bb881868b75ded4d09a7bbbc50Automatic Updater# include paths prefer UCB headers.