08cb74ca432a8c24e39f17dedce527e6a47b8001jerenkrantz#
08cb74ca432a8c24e39f17dedce527e6a47b8001jerenkrantz# CDDL HEADER START
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb#
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# The contents of this file are subject to the terms of the
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# Common Development and Distribution License (the "License").
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# You may not use this file except in compliance with the License.
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb#
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb# or http://www.opensolaris.org/os/licensing.
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# See the License for the specific language governing permissions
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# and limitations under the License.
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd#
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# When distributing Covered Code, include this CDDL HEADER in each
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb# If applicable, add the following below this CDDL HEADER, with the
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb# fields enclosed by brackets "[]" replaced with your own identifying
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb# information: Portions Copyright [yyyy] [name of copyright owner]
9d129b55f5a43abf43865c6b0eb6dd19bc22aba8ianh#
9d129b55f5a43abf43865c6b0eb6dd19bc22aba8ianh# CDDL HEADER END
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb#
9d129b55f5a43abf43865c6b0eb6dd19bc22aba8ianh
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb#
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb#
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb
b38846b15c8891c6dec44dcc4f96ca40721bf663rbbinclude $(SRC)/make-rules/Makefile.env
b38846b15c8891c6dec44dcc4f96ca40721bf663rbbinclude $(SRC)/make-rules/Makefile.targ
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb
b38846b15c8891c6dec44dcc4f96ca40721bf663rbbAPPS= vp-svcs.desktop
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb
b38846b15c8891c6dec44dcc4f96ca40721bf663rbbINSTAPPS=$(APPS:%=$(PROTO_APPS)/%)
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb
b38846b15c8891c6dec44dcc4f96ca40721bf663rbbCLEAN_FILES=$(APPS) $(APPS).in.h
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb
b38846b15c8891c6dec44dcc4f96ca40721bf663rbbinstall: build $(INSTAPPS)
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb
b38846b15c8891c6dec44dcc4f96ca40721bf663rbbbuild: extract merge
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb
b38846b15c8891c6dec44dcc4f96ca40721bf663rbbextract:
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb $(INTLTOOL_EXTRACT) --type=gettext/ini $(APPS).in
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb
b38846b15c8891c6dec44dcc4f96ca40721bf663rbbmerge: po
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb $(INTLTOOL_MERGE) ./po $(APPS).in $(APPS) -d -u
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb
b38846b15c8891c6dec44dcc4f96ca40721bf663rbbpo: extract
f888346b48f5e5b5e3f0a47dedb8cefd2759a4e2gregames