usr/src/lib/libbrand/Makefile.com
changeset 14225 20c0ad5cefdf
parent 2712 f74a135872bc
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 
    25 
    27 LIBRARY=	libbrand.a
    26 LIBRARY=	libbrand.a
    28 VERS=		.1
    27 VERS=		.1
    29 
    28 
    30 OBJECTS=	libbrand.o
    29 OBJECTS=	libbrand.o
    32 include ../../Makefile.lib
    31 include ../../Makefile.lib
    33 
    32 
    34 LIBS=		$(DYNLIB) $(LINTLIB)
    33 LIBS=		$(DYNLIB) $(LINTLIB)
    35 LDLIBS +=	-lc
    34 LDLIBS +=	-lc
    36 $(LINTLIB) := SRCS=	$(SRCDIR)/$(LINTSRC)
    35 $(LINTLIB) := SRCS=	$(SRCDIR)/$(LINTSRC)
    37 CPPFLAGS +=	-I/usr/include/libxml2 -I$(SRCDIR) -D_REENTRANT
    36 CPPFLAGS +=	-I$(ADJUNCT_PROTO)/usr/include/libxml2 -I$(SRCDIR) -D_REENTRANT
    38 $(DYNLIB) :=	LDLIBS += -lxml2
    37 $(DYNLIB) :=	LDLIBS += -lxml2
    39 
    38 
    40 SRCDIR=		../common
    39 SRCDIR=		../common
    41 
    40 
    42 .KEEP_STATE:
    41 .KEEP_STATE: