Sophie

Sophie

distrib > Mageia > 8 > i586 > by-pkgid > 489bc19695319ff735dd26eabc3d4e82 > files > 1

fastlz-0.1.0-0.0.svn12.5.mga8.src.rpm

# Copyright (c) 2016 Oden Eriksson <oe@nux.se>
# Retains the license as upstream FastLZ: https://raw.githubusercontent.com/ariya/FastLZ/master/LICENSE

# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
AM_PROG_LIBTOOL = libtool

CFLAGS += -fPIC -Wall
LDFLAGS +=

bin_PROGRAMS=6pack 6unpack

6pack_SOURCES=6pack.c
6pack_LDADD=libfastlz.la
6pack_LDFLAGS=

6unpack_SOURCES=6unpack.c
6unpack_LDADD=libfastlz.la
6unpack_LDFLAGS=

include_HEADERS=fastlz.h

lib_LTLIBRARIES=libfastlz.la
libfastlz_la_SOURCES=fastlz.c
libfastlz_la_LDFLAGS=-version-info 0:0:0