usr/src/cmd/lvm/metassist/xml/Makefile
changeset 14225 20c0ad5cefdf
parent 2026 8d6a21ec381e
equal deleted inserted replaced
14224:85a6c280af72 14225:20c0ad5cefdf
    20 #
    20 #
    21 #
    21 #
    22 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
    22 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
    23 # Use is subject to license terms.
    23 # Use is subject to license terms.
    24 #
    24 #
    25 # ident	"%Z%%M%	%I%	%E% SMI"
       
    26 #
       
    27 
    25 
    28 METASSIST_TOPLEVEL = ..
    26 METASSIST_TOPLEVEL = ..
    29 
    27 
    30 SRCS = xml_convert.c
    28 SRCS = xml_convert.c
    31 OBJS = $(SRCS:%.c=%.o)
    29 OBJS = $(SRCS:%.c=%.o)
    33 MSGFILES = $(SRCS:%.c=%.i)
    31 MSGFILES = $(SRCS:%.c=%.i)
    34 
    32 
    35 include $(METASSIST_TOPLEVEL)/../../Makefile.cmd
    33 include $(METASSIST_TOPLEVEL)/../../Makefile.cmd
    36 include $(METASSIST_TOPLEVEL)/Makefile.env
    34 include $(METASSIST_TOPLEVEL)/Makefile.env
    37 
    35 
    38 INCLUDES += -I /usr/include/libxml2 -I../common
    36 INCLUDES += -I$(ADJUNCT_PROTO)/usr/include/libxml2 -I../common
    39 CFLAGS   += $(INCLUDES)
    37 CFLAGS   += $(INCLUDES)
    40 
    38 
    41 POFILE = xmlp.po
    39 POFILE = xmlp.po
    42 
    40 
    43 include $(METASSIST_TOPLEVEL)/Makefile.targ
    41 include $(METASSIST_TOPLEVEL)/Makefile.targ