usr/src/cmd/lvm/metassist/xml/Makefile
author Keith M Wesolowski <wesolows@foobazco.org>
Wed, 17 Jul 2013 17:05:07 -0700
changeset 14225 20c0ad5cefdf
parent 2026 8d6a21ec381e
permissions -rw-r--r--
3915 Add adjuncts support to the build Reviewed by: Robert Mustacchi <[email protected]> Reviewed by: Richard Lowe <[email protected]> Approved by: Dan McDonald <[email protected]>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     1
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     2
# CDDL HEADER START
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     3
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
2026
8d6a21ec381e 6425511 metassist keywords check should not check SCCS files
stevel
parents: 0
diff changeset
     5
# Common Development and Distribution License (the "License").
8d6a21ec381e 6425511 metassist keywords check should not check SCCS files
stevel
parents: 0
diff changeset
     6
# You may not use this file except in compliance with the License.
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     7
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    10
# See the License for the specific language governing permissions
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    11
# and limitations under the License.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    12
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    18
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    19
# CDDL HEADER END
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    20
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    21
#
2026
8d6a21ec381e 6425511 metassist keywords check should not check SCCS files
stevel
parents: 0
diff changeset
    22
# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    23
# Use is subject to license terms.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    24
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    25
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    26
METASSIST_TOPLEVEL = ..
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    27
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    28
SRCS = xml_convert.c
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    29
OBJS = $(SRCS:%.c=%.o)
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    30
HDRS = $(SRCS:%.c=%.h)
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    31
MSGFILES = $(SRCS:%.c=%.i)
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    32
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    33
include $(METASSIST_TOPLEVEL)/../../Makefile.cmd
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    34
include $(METASSIST_TOPLEVEL)/Makefile.env
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    35
14225
20c0ad5cefdf 3915 Add adjuncts support to the build
Keith M Wesolowski <wesolows@foobazco.org>
parents: 2026
diff changeset
    36
INCLUDES += -I$(ADJUNCT_PROTO)/usr/include/libxml2 -I../common
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    37
CFLAGS   += $(INCLUDES)
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    38
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    39
POFILE = xmlp.po
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    40
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    41
include $(METASSIST_TOPLEVEL)/Makefile.targ
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    42
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    43
# Build .po file from message files
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    44
$(POFILE): $(MSGFILES)
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    45
	$(BUILDPO.msgfiles)
2026
8d6a21ec381e 6425511 metassist keywords check should not check SCCS files
stevel
parents: 0
diff changeset
    46
8d6a21ec381e 6425511 metassist keywords check should not check SCCS files
stevel
parents: 0
diff changeset
    47
cstyle:
8d6a21ec381e 6425511 metassist keywords check should not check SCCS files
stevel
parents: 0
diff changeset
    48
	$(CSTYLE) $(CSTYLE_FLAGS) $(SRCS) $(HDRS)
8d6a21ec381e 6425511 metassist keywords check should not check SCCS files
stevel
parents: 0
diff changeset
    49
8d6a21ec381e 6425511 metassist keywords check should not check SCCS files
stevel
parents: 0
diff changeset
    50
hdrchk:
8d6a21ec381e 6425511 metassist keywords check should not check SCCS files
stevel
parents: 0
diff changeset
    51
	$(HDRCHK) $(HDRCHK_FLAGS) $(HDRS)