Makefile revision 9acbbeaf2a1ffe5c14b244867d427714fab43c5c
2945N/A#
2945N/A# CDDL HEADER START
2945N/A#
2945N/A# The contents of this file are subject to the terms of the
2945N/A# Common Development and Distribution License (the "License").
2945N/A# You may not use this file except in compliance with the License.
2945N/A#
2945N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2945N/A# or http://www.opensolaris.org/os/licensing.
2945N/A# See the License for the specific language governing permissions
6982N/A# and limitations under the License.
6982N/A#
2945N/A# When distributing Covered Code, include this CDDL HEADER in each
2945N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2945N/A# If applicable, add the following below this CDDL HEADER, with the
2945N/A# fields enclosed by brackets "[]" replaced with your own identifying
6982N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6982N/A#
6982N/A# CDDL HEADER END
6982N/A#
2945N/A
2945N/A#
2945N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
2945N/A# Use is subject to license terms.
4618N/A#
5554N/A# ident "%Z%%M% %I% %E% SMI"
2945N/A#
2945N/A
2945N/APROGS = lx_install lx_distro_install lx_init_zone
2945N/ASUBDIRS = distros
2945N/AXMLDOCS = config.xml platform.xml
4618N/ATEMPLATES = SUNWlx.xml
4618N/A
4618N/Aall: $(PROGS)
4618N/A
4618N/Ainclude $(SRC)/cmd/Makefile.cmd
4618N/Ainclude ../Makefile.lx
4618N/A
4618N/Aall := TARGET= all
4618N/Ainstall := TARGET= install
4618N/Aclobber := TARGET= clobber
4618N/A
4618N/APOFILES= $(PROGS:%=%.po)
4618N/APOFILE= lx_zone.po
4618N/A
4618N/A$(POFILE): $(POFILES)
4618N/A $(RM) $@
2945N/A $(BUILDPO.pofiles)
4618N/A
4618N/A_msg: $(MSGDOMAINPOFILE)
4618N/A
4618N/Ainstall: $(PROGS) $(ROOTBRANDDIR) $(ROOTTEMPLATEDIR) $(ROOTXMLDOCS) \
4618N/A $(ROOTTEMPLATES) $(ROOTPROGS) $(SUBDIRS)
4618N/A
4618N/Alint:
4618N/A
4618N/Aclean:
4618N/A -$(RM) $(PROGS)
4618N/A
4618N/Aclobber: clean $(SUBDIRS)
4618N/A -$(RM) $(ROOTXMLDOCS) $(ROOTPROGS) $(ROOTTEMPLATES)
4618N/A
4618N/A$(SUBDIRS): FRC
4618N/A @cd $@; pwd; $(MAKE) $(TARGET)
4618N/A
4618N/AFRC:
4618N/A
4618N/Ainclude $(SRC)/Makefile.msg.targ
4618N/A