Makefile revision 919
159N/A###############################################################################
159N/A#
606N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
159N/A# Use is subject to license terms.
891N/A#
851N/A# Permission is hereby granted, free of charge, to any person obtaining a
159N/A# copy of this software and associated documentation files (the "Software"),
159N/A# to deal in the Software without restriction, including without limitation
159N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
159N/A# and/or sell copies of the Software, and to permit persons to whom the
159N/A# Software is furnished to do so, subject to the following conditions:
159N/A#
159N/A# The above copyright notice and this permission notice (including the next
159N/A# paragraph) shall be included in all copies or substantial portions of the
159N/A# Software.
159N/A#
159N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
159N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
159N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
159N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
159N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
159N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
159N/A# DEALINGS IN THE SOFTWARE.
159N/A#
159N/A#
159N/A
159N/A# Package name used in tarballs
159N/AMODULE_NAME=lndir
159N/A
159N/A# Version number (used in path names)
159N/AMODULE_VERSION=1.0.1
159N/A
159N/A# Checksums for upstream tarball
159N/ATARBALL_MD5 = e274ea9f55dfd62afa0a7b1e1ab4ba96
159N/ATARBALL_SHA1 = c7eed31c4cb2b016e4a06b629a57333c8df14421
493N/A
159N/A# Patches to apply to source after unpacking, in order
159N/ASOURCE_PATCHES=
851N/A
159N/A### Include common rulesets
911N/Ainclude ../Makefile.inc
911N/A