Makefile revision 375b28ffc40c6f03a644dc9310ae2000e73ffd5e
1450N/A#
1450N/A# CDDL HEADER START
1450N/A#
1450N/A# The contents of this file are subject to the terms of the
1450N/A# Common Development and Distribution License, Version 1.0 only
1450N/A# (the "License"). You may not use this file except in compliance
1450N/A# with the License.
1450N/A#
1450N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1450N/A# or http://www.opensolaris.org/os/licensing.
1450N/A# See the License for the specific language governing permissions
1450N/A# and limitations under the License.
1450N/A#
1450N/A# When distributing Covered Code, include this CDDL HEADER in each
1450N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1450N/A# If applicable, add the following below this CDDL HEADER, with the
1450N/A# fields enclosed by brackets "[]" replaced with your own identifying
1450N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1450N/A#
1450N/A# CDDL HEADER END
1450N/A#
1450N/A#
1450N/A# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
1450N/A# Use is subject to license terms.
1450N/A#
1450N/A# ident "%Z%%M% %I% %E% SMI"
1450N/A#
1450N/A
1450N/Ainclude $(SRC)/cmd/Makefile.cmd
1450N/A
1450N/ASUBDIR_SCR= bootlog-cgi
1450N/ASUBDIR_PGMS= wanboot-cgi\
1450N/A keygen \
1450N/A keymgmt \
1450N/A hmac \
1450N/A encr \
1450N/A ickey \
1450N/A p12split \
1450N/A netbootinfo
1450N/A
1450N/ASUBDIRS= $(SUBDIR_SCR) $(SUBDIR_PGMS)
1450N/A
1450N/AMSGFILES= encr/encr.c hmac/hmac.c ickey/ickey.c keygen/keygen.c \
1450N/A keymgmt/keymgmt.c p12split/p12split.c netbootinfo/netbootinfo.c
1450N/A
1450N/APOFILE= wanboot.po
1450N/AXGETFLAGS += -a -x wanboot.xcl
1450N/A
1450N/Aall:= TARGET= all
1450N/Ainstall:= TARGET= install
1450N/Aclean:= TARGET= clean
1450N/Aclobber:= TARGET= clobber
1450N/Alint:= TARGET= lint
1450N/A_msg:= TARGET= _msg
1450N/A
1450N/A.KEEP_STATE:
1450N/A.PARALLEL: $(SUBDIRS)
1450N/A
1450N/Aall install: $(SUBDIRS)
1450N/A
1450N/Alint: $(SUBDIR_PGMS)
1450N/A
1450N/Aclean: $(SUBDIR_PGMS)
1450N/A
1450N/Aclobber: $(SUBDIR_PGMS) local_clobber
1450N/A
1450N/Alocal_clobber:
1450N/A $(RM) $(CLOBBERFILES)
1450N/A
1450N/A$(POFILE): pofile_MSGFILES
1450N/A
1450N/A_msg: $(MSGDOMAINPOFILE)
1450N/A
1450N/A$(SUBDIRS): FRC
1450N/A @cd $@; pwd; $(MAKE) $(TARGET)
1450N/A
1450N/AFRC:
1450N/A
1450N/Ainclude $(SRC)/Makefile.msg.targ
1450N/A