Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
4778ff543a041ac356d6e661cc9b66c3fafa2092Adam Moore# CDDL HEADER START
4778ff543a041ac356d6e661cc9b66c3fafa2092Adam Moore# The contents of this file are subject to the terms of the
2c5ce90c334a2d0f18474e85c93b424b6ec9daaaAdam Moore# Common Development and Distribution License, Version 1.0 only
4778ff543a041ac356d6e661cc9b66c3fafa2092Adam Moore# (the "License"). You may not use this file except in compliance
4778ff543a041ac356d6e661cc9b66c3fafa2092Adam Moore# with the License.
71faff7b11b42699cd2630a4c371fcec37e94517Adam Moore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
71faff7b11b42699cd2630a4c371fcec37e94517Adam Moore# See the License for the specific language governing permissions
71faff7b11b42699cd2630a4c371fcec37e94517Adam Moore# and limitations under the License.
620e1cb97d3e8b1b9adae25b0f970778229d82feAdam Moore# When distributing Covered Code, include this CDDL HEADER in each
620e1cb97d3e8b1b9adae25b0f970778229d82feAdam Moore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
620e1cb97d3e8b1b9adae25b0f970778229d82feAdam Moore# If applicable, add the following below this CDDL HEADER, with the
71faff7b11b42699cd2630a4c371fcec37e94517Adam Moore# fields enclosed by brackets "[]" replaced with your own identifying
71faff7b11b42699cd2630a4c371fcec37e94517Adam Moore# information: Portions Copyright [yyyy] [name of copyright owner]
71faff7b11b42699cd2630a4c371fcec37e94517Adam Moore# CDDL HEADER END
71faff7b11b42699cd2630a4c371fcec37e94517Adam Moore# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
71faff7b11b42699cd2630a4c371fcec37e94517Adam Moore# Use is subject to license terms.
71faff7b11b42699cd2630a4c371fcec37e94517Adam Moore# ident "%Z%%M% %I% %E% SMI"
25ee8111d1b69e187cab3dea8ae0fd93d451be5eAdam MooreCLOBBERFILES += svccfg_lex.c svccfg_grammar.c svccfg_grammar.h \
25ee8111d1b69e187cab3dea8ae0fd93d451be5eAdam MooreSVCCFG_EXTRA_LIBS = $(LAZYLIBS) -lscf -ll -luutil -lumem -lmd5
25ee8111d1b69e187cab3dea8ae0fd93d451be5eAdam MooreLIBTECLA = $(SRC)/lib/libtecla # just for the header
25ee8111d1b69e187cab3dea8ae0fd93d451be5eAdam Moorelint := SVCCFG_EXTRA_LIBS = -lscf -ll -luutil -lumem -lmd5
bf84ae48e272b3ddc103e8da28cc9ed7f30a9ba2Adam Moore @cd $(LIBUUTIL)/native; pwd; $(MAKE) $(MFLAGS) install
bf84ae48e272b3ddc103e8da28cc9ed7f30a9ba2Adam Moore @cd $(LIBSCF)/native; pwd; $(MAKE) $(MFLAGS) install
bf84ae48e272b3ddc103e8da28cc9ed7f30a9ba2Adam Moore $(LINK.c) -o $@ $(OBJS) $(LDLIBS) $(CTFMERGE_HOOK)