Makefile revision fb9f9b975cb9214fec5dab37d461199adab9b964
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf#
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# CDDL HEADER START
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf#
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# The contents of this file are subject to the terms of the
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# Common Development and Distribution License, Version 1.0 only
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# (the "License"). You may not use this file except in compliance
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# with the License.
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf#
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# or http://www.opensolaris.org/os/licensing.
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# See the License for the specific language governing permissions
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# and limitations under the License.
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf#
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# When distributing Covered Code, include this CDDL HEADER in each
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# If applicable, add the following below this CDDL HEADER, with the
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# fields enclosed by brackets "[]" replaced with your own identifying
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# information: Portions Copyright [yyyy] [name of copyright owner]
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf#
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# CDDL HEADER END
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf#
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf#
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# Use is subject to license terms.
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf#
89b43686db1fe9681d80a7cf5662730cb9378caeBayard Bell# ident "%Z%%M% %I% %E% SMI"
7b1019a6d29ccb7999dc76cba3dde1c627e8e609Jerry Jelinek#
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyfSUBDIRS= dhcp dsvclockd in.chargend in.daytimed \
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf in.discardd in.echod in.dhcpd in.mpathd in.ndpd \
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf in.ripngd in.timed inetd mipagent ncaconfd pppoe slpd wanboot
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyfMSGSUBDIRS= dsvclockd in.dhcpd inetd ncaconfd wanboot
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyfinclude ../../Makefile.cmd
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf$(CLOSED_BUILD)SUBDIRS += \
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf $(CLOSED)/cmd/cmd-inet/usr.lib/ike-certutils \
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf $(CLOSED)/cmd/cmd-inet/usr.lib/in.iked \
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyfPOFILES= dsvclockd/dsvclockd.po in.dhcpd/in.dhcpd.po \
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf inetd/inetd.po ncaconfd/ncaconfd.po \
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf wanboot/wanboot.po
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyfPOFILE= usr.lib.po
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyfall:= TARGET= all
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyfinstall:= TARGET= install
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyfclean:= TARGET= clean
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyfclobber:= TARGET= clobber
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyflint:= TARGET= lint
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf_msg:= TARGET= _msg
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf.KEEP_STATE:
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyfall install clean clobber lint: $(SUBDIRS)
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf_msg: $(MSGSUBDIRS)
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf#
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# The reason this rule checks for the existence of the
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# Makefile is that some of the directories do not exist
7b1019a6d29ccb7999dc76cba3dde1c627e8e609Jerry Jelinek# in our exportable source builds or in OpenSolaris.
7b1019a6d29ccb7999dc76cba3dde1c627e8e609Jerry Jelinek#
7b1019a6d29ccb7999dc76cba3dde1c627e8e609Jerry Jelinek$(SUBDIRS): FRC
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf @if [ -f $@/Makefile ]; then \
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf cd $@; pwd; $(MAKE) $(TARGET); \
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf else \
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf true; \
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf fi
7014882c6a3672fd0e5d60200af8643ae53c5928Richard Lowe
7014882c6a3672fd0e5d60200af8643ae53c5928Richard LoweFRC:
89b43686db1fe9681d80a7cf5662730cb9378caeBayard Bell