mirror of
https://github.com/nix-community/hpe-ltfs.git
synced 2026-01-07 04:26:25 +00:00
43 lines
1.6 KiB
Makefile
Executable File
43 lines
1.6 KiB
Makefile
Executable File
#
|
|
# %Z% %I% %W% %G% %U%
|
|
#
|
|
# ZZ_Copyright_BEGIN
|
|
#
|
|
#
|
|
# Licensed Materials - Property of IBM
|
|
#
|
|
# IBM Linear Tape File System Single Drive Edition Version 2.2.0.2 for Linux and Mac OS X
|
|
#
|
|
# Copyright IBM Corp. 2010, 2014
|
|
#
|
|
# This file is part of the IBM Linear Tape File System Single Drive Edition for Linux and Mac OS X
|
|
# (formally known as IBM Linear Tape File System)
|
|
#
|
|
# The IBM Linear Tape File System Single Drive Edition for Linux and Mac OS X is free software;
|
|
# you can redistribute it and/or modify it under the terms of the GNU Lesser
|
|
# General Public License as published by the Free Software Foundation,
|
|
# version 2.1 of the License.
|
|
#
|
|
# The IBM Linear Tape File System Single Drive Edition for Linux and Mac OS X is distributed in the
|
|
# hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
|
|
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
# See the GNU Lesser General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU Lesser General Public
|
|
# License along with this library; if not, write to the Free Software
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
# or download the license from <http://www.gnu.org/licenses/>.
|
|
#
|
|
#
|
|
# ZZ_Copyright_END
|
|
#
|
|
###############################################################################
|
|
#
|
|
# Copyright (C) 2012 OSR Open Systems Resources, Inc.
|
|
#
|
|
###############################################################################
|
|
|
|
nobase_pkginclude_HEADERS = config.h
|
|
|
|
SUBDIRS = messages src conf init.d
|