usr/src/lib/slang/Makefile.sfw
changeset 11 87960ed158f9
parent 5 d07534556b03
child 66 f9848e44a68b
child 203 d5040cc882ae
equal deleted inserted replaced
10:612517e396e0 11:87960ed158f9
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
    23 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
    24 # Use is subject to license terms.
    24 # Use is subject to license terms.
    25 #
    25 #
    26 
    26 
    27 #ident	"@(#)Makefile.sfw	1.2	09/12/19 SMI"
    27 #ident	"@(#)Makefile.sfw	1.3	10/03/16 SMI"
    28 
    28 
    29 include ../Makefile.lib
    29 include ../Makefile.lib
    30 
    30 
    31 #
    31 #
    32 # Macros
    32 # Macros
    34 
    34 
    35 VER = $(COMPONENT_VERSION:sh)
    35 VER = $(COMPONENT_VERSION:sh)
    36 PROJECT = $(COMPONENT_NAME:sh)
    36 PROJECT = $(COMPONENT_NAME:sh)
    37 PROD = $(PROJECT)-$(VER)
    37 PROD = $(PROJECT)-$(VER)
    38 PROD64 = $(PROD)-64
    38 PROD64 = $(PROD)-64
    39 PKG = SUNW$(PROJECT)
    39 PKG = library/slang
    40 BZFILE = $(PROD).tar.bz2
    40 BZFILE = $(PROD).tar.bz2
    41 
    41 
    42 POST_PROCESS_BIN = $(SRC)/tools/post_process \
    42 POST_PROCESS_BIN = $(SRC)/tools/post_process \
    43 	$(ROOTBIN)/slsh
    43 	$(ROOTBIN)/slsh
    44 
    44