open-src/proto/renderproto/Makefile
changeset 851 d428083dbbdd
parent 606 068c11b419c9
child 907 3c35d611cdaa
equal deleted inserted replaced
850:122d3e1bfc3d 851:d428083dbbdd
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
     3 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     4 # Use subject to license terms.
     4 # Use is subject to license terms.
     5 #
     5 #
     6 # Permission is hereby granted, free of charge, to any person obtaining a
     6 # Permission is hereby granted, free of charge, to any person obtaining a
     7 # copy of this software and associated documentation files (the
     7 # copy of this software and associated documentation files (the
     8 # "Software"), to deal in the Software without restriction, including
     8 # "Software"), to deal in the Software without restriction, including
     9 # without limitation the rights to use, copy, modify, merge, publish,
     9 # without limitation the rights to use, copy, modify, merge, publish,
    26 # Except as contained in this notice, the name of a copyright holder
    26 # Except as contained in this notice, the name of a copyright holder
    27 # shall not be used in advertising or otherwise to promote the sale, use
    27 # shall not be used in advertising or otherwise to promote the sale, use
    28 # or other dealings in this Software without prior written authorization
    28 # or other dealings in this Software without prior written authorization
    29 # of the copyright holder.
    29 # of the copyright holder.
    30 #
    30 #
    31 # @(#)Makefile	1.3	09/01/11
    31 # ident	"@(#)Makefile	1.4	09/12/05 SMI"
    32 #
    32 #
    33 
    33 
    34 # Package name used in tarballs
    34 # Package name used in tarballs
    35 MODULE_NAME=renderproto
    35 MODULE_NAME=renderproto
    36 
    36 
    37 # Version number (used in path names)
    37 # Version number (used in path names)
    38 MODULE_VERSION=0.9.3
    38 MODULE_VERSION=0.11
    39 
    39 
    40 # Patches to apply to source after unpacking, in order
    40 # Patches to apply to source after unpacking, in order
    41 SOURCE_PATCHES=	
    41 SOURCE_PATCHES=	
    42 
    42 
    43 ### Include common rulesets
    43 ### Include common rulesets