# # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the License). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/CDDL.txt # or http://www.opensolaris.org/os/licensing. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at usr/src/CDDL.txt. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets [] replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" # # usr/src/cmd/ha-services/gds-agents/xvm/Makefile # sparc_SUBDIRS = lib i386_SUBDIRS = SUBDIRS = $($(MACH)_SUBDIRS) include $(SRC)/Makefile.subdirs # list common shell scripts for $(PKGNAME)/bin KSH_SRCS = control_xvm.ksh \ functions.ksh \ validate_xvm.ksh \ init_xvm.ksh \ ldm_migrate.ksh \ ppkssh.ksh PROG = $(KSH_SRCS:%.ksh=%) include $(SRC)/cmd/Makefile.cmd # Packaging PKGNAME = SUNWscxvm RTRFILE = SUNW.xvm SUNW.ldom TEXT_DOMAIN = SUNW_SC_XVM MESSAGE_DIR = /opt/$(PKGNAME)/lib/locale POFILE = xvm.po PIFILES = $(KSH_SRCS:%.ksh=%.pi) # Disable lint LINTFILES= .KEEP_STATE: all: $(PROG) .PARALLEL: $(PROG) install: all $(ROOTOPTBINPROG) $(ROOTOPTETCRTR) clean: $(RM) $(PROG) include $(SRC)/cmd/Makefile.targ