usr/src/cmd/lvm/metassist/controller/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 = getopt_ext.c metassist.c
    28 SRCS = getopt_ext.c metassist.c
    31 OBJS = $(SRCS:%.c=%.o)
    29 OBJS = $(SRCS:%.c=%.o)
    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.. -I../common -I../xml -I../layout \
    36 INCLUDES += -I.. -I../common -I../xml -I../layout \
    39             -I/usr/include/libxml2
    37 	-I$(ADJUNCT_PROTO)/usr/include/libxml2
    40 CFLAGS   += $(INCLUDES)
    38 CFLAGS   += $(INCLUDES)
    41 
    39 
    42 POFILE = controllerp.po
    40 POFILE = controllerp.po
    43 
    41 
    44 include $(METASSIST_TOPLEVEL)/Makefile.targ
    42 include $(METASSIST_TOPLEVEL)/Makefile.targ