Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
205c10066a0acfeac52d1a135671f41d207b8557Automatic Updater# CDDL HEADER START
1167fc7904c5f0a472f8df207ac46dd52c7f1ec8Automatic Updater# The contents of this file are subject to the terms of the
0c39b3ed9409ecb277d5e32fa763a4e4d6598df8Automatic Updater# Common Development and Distribution License, Version 1.0 only
2bb3422dc683c013db7042f5736240de6b86f182Automatic Updater# (the "License"). You may not use this file except in compliance
cd0aa2d941d1438fabb5337f1f38c49478edf71dAutomatic Updater# with the License.
ea854b585041ad19f70f7af15e08144ef2c2bd1bMark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
78cb74fab4665da2e2641ba909c6f59f74cc4193Automatic Updater# or http://www.opensolaris.org/os/licensing.
cd0aa2d941d1438fabb5337f1f38c49478edf71dAutomatic Updater# See the License for the specific language governing permissions
90ff38a0d8deaf5f9c2aa5916d99b2e572d28738Automatic Updater# and limitations under the License.
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
6c6a121295b30772cbf3dd75a51fb9d883051a0eAutomatic Updater# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# If applicable, add the following below this CDDL HEADER, with the
9cd5eb6fe0f26d65724b99216cb31dcdd12e4afdAutomatic Updater# fields enclosed by brackets "[]" replaced with your own identifying
bc0a53583d92309bebcf93c408e2f3247ebd3d3cAutomatic Updater# information: Portions Copyright [yyyy] [name of copyright owner]
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# CDDL HEADER END
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Use is subject to license terms.
831f79c4310a7d38fc3475ccfff531b2b2535641Automatic Updater# ident "%Z%%M% %I% %E% SMI"
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater# Makefile definitions for Domain Configuration Server (DCS)
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater# Set CONCURR_MODE to one of the following:
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Hunt# MULTI_THR - multiple threads with _no_ i18n support*
2d2dc37599979c83495510f8af8d1756753aa2c5Automatic Updater# MULTI_PROC - multiple processes with i18n support
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Hunt# * Currently, there is no per thread locale support in Solaris.
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater# Thus, multiple processes is the only way to fully support i18n.
91216cff91b34c9ff6e846dc23f248219cafe660Andreas GustafssonMULTI_THR_FLAGS= -D_REENTRANT -DDCS_MULTI_THREAD
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic UpdaterCPPFLAGS= -I$(USR_PSM_INCL_DIR) $(CPPFLAGS.master) \
9174e44c14b1cb91a651fa1dc29470438c246ab9Automatic UpdaterLINT_FLAGS= -c -Nlevel=4 -Ncheck $($(CONCURR_MODE)_FLAGS)
fe80a4909bf62b602feaf246866e9d29f7654194Automatic Updaterinstall: all .WAIT $(ROOTLIBPROG) $(ROOTMANIFEST)
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater $(LINT) $(LINT_FLAGS) $(CPPFLAGS) $(LINT_SRCS)
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews $(RM) $(PROG) $(OBJS) $(LINT_FILES) $(POFILES) $(POFILE) core