Makefile revision 1302
9c2e820b3bbed87177e9752754d871952400c000David Lawrence###############################################################################
9c2e820b3bbed87177e9752754d871952400c000David Lawrence#
1443158c1101e58bf2fa0b9c785a40265b898a3bTinderbox User# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews#
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# Permission is hereby granted, free of charge, to any person obtaining a
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# copy of this software and associated documentation files (the "Software"),
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# to deal in the Software without restriction, including without limitation
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# the rights to use, copy, modify, merge, publish, distribute, sublicense,
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# and/or sell copies of the Software, and to permit persons to whom the
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# Software is furnished to do so, subject to the following conditions:
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews#
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# The above copyright notice and this permission notice (including the next
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# paragraph) shall be included in all copies or substantial portions of the
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# Software.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews#
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9c2e820b3bbed87177e9752754d871952400c000David Lawrence# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
cd49e1ec2f22e4fea9ce5f356c26037d98f95f38Mark Andrews# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
9c2e820b3bbed87177e9752754d871952400c000David Lawrence# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9c2e820b3bbed87177e9752754d871952400c000David Lawrence# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
9c2e820b3bbed87177e9752754d871952400c000David Lawrence# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
9c2e820b3bbed87177e9752754d871952400c000David Lawrence# DEALINGS IN THE SOFTWARE.
9c2e820b3bbed87177e9752754d871952400c000David Lawrence#
9c2e820b3bbed87177e9752754d871952400c000David Lawrence#
01279934803dd45c007a58b61fe20c2852135b52Evan Hunt
01279934803dd45c007a58b61fe20c2852135b52Evan Hunt# Package name used in tarballs
01279934803dd45c007a58b61fe20c2852135b52Evan HuntMODULE_NAME=dmxproto
01279934803dd45c007a58b61fe20c2852135b52Evan Hunt
01279934803dd45c007a58b61fe20c2852135b52Evan Hunt# Version number (used in path names)
01279934803dd45c007a58b61fe20c2852135b52Evan HuntMODULE_VERSION=2.3.1
01279934803dd45c007a58b61fe20c2852135b52Evan Hunt
01279934803dd45c007a58b61fe20c2852135b52Evan Hunt# Checksums for upstream tarball
01279934803dd45c007a58b61fe20c2852135b52Evan HuntTARBALL_MD5 = 4ee175bbd44d05c34d43bb129be5098a
01279934803dd45c007a58b61fe20c2852135b52Evan HuntTARBALL_SHA1 = 3b8b273b8ef3d8dbab998df9ec1dddf99edf4d91
dea3eb8eac13289df390492a12768a0eee1f325aMark Andrews
cd49e1ec2f22e4fea9ce5f356c26037d98f95f38Mark Andrews# Package metadata
cd49e1ec2f22e4fea9ce5f356c26037d98f95f38Mark AndrewsORACLE_TPNO = 3811
cd49e1ec2f22e4fea9ce5f356c26037d98f95f38Mark Andrews
cd49e1ec2f22e4fea9ce5f356c26037d98f95f38Mark Andrews### Include common rulesets
cd49e1ec2f22e4fea9ce5f356c26037d98f95f38Mark Andrewsinclude ../Makefile.inc
cd49e1ec2f22e4fea9ce5f356c26037d98f95f38Mark Andrews