maint: don't ignore gitlog-to-changelog failure
[gzip.git] / lib / Makefile.am
blob9de622d94b00e2c8c061f602056e06224ed0b40d
1 # Make gzip/lib                         -*-Makefile-*-
3 # Copyright (C) 2006, 2009-2016 Free Software Foundation, Inc.
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License along
16 # with this program; if not, write to the Free Software Foundation, Inc.,
17 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 AM_CFLAGS =
20 BUILT_SOURCES =
21 CLEANFILES =
22 EXTRA_DIST =
23 MOSTLYCLEANDIRS =
24 MOSTLYCLEANFILES =
25 SUFFIXES =
26 noinst_LIBRARIES =
28 include gnulib.mk
30 libgzip_a_LIBADD += $(LIBOBJS)
31 libgzip_a_DEPENDENCIES += $(LIBOBJS)
32 AM_CFLAGS += $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS)
34 match.$(OBJEXT): match.c
35         $(AM_V_GEN)cp $(srcdir)/match.c _match.S
36         $(AM_V_at)$(CPP) $(CPPFLAGS) $(ASCPPFLAGS) _match.S > _match.i
37         $(AM_V_at)$(ASCPPPOST) < _match.i > match_.s
38         $(AM_V_at)$(CC) $(CPPFLAGS) $(CFLAGS) $(ASFLAGS_config) -c match_.s
39         $(AM_V_at)mv match_.$(OBJEXT) $@
40         $(AM_V_at)rm -f _match.S _match.i match_.s
42 MOSTLYCLEANFILES += _match.S _match.i match_.s