doc/SHA256SUMS: Add the list of SHA-256 hashes of release files
[xz.git] / lib / Makefile.am
blob3309e228294c2b6d4e51a42ea2771cf963868774
1 ## SPDX-License-Identifier: GPL-2.0-or-later
3 ##
4 ## Copyright (C) 2004-2007 Free Software Foundation, Inc.
5 ##
6 ## This program is free software; you can redistribute it and/or modify
7 ## it under the terms of the GNU General Public License as published by
8 ## the Free Software Foundation; either version 2 of the License, or
9 ## (at your option) any later version.
11 ## This program is distributed in the hope that it will be useful,
12 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 ## GNU General Public License for more details.
17 ## Not using gnulib-tool, at least for now. It is likely that we won't
18 ## need anything else from Gnulib than getopt_long().
20 noinst_LIBRARIES = libgnu.a
22 libgnu_a_SOURCES =
23 libgnu_a_DEPENDENCIES = $(LIBOBJS)
24 libgnu_a_LIBADD = $(LIBOBJS)
26 EXTRA_DIST = \
27         getopt.in.h \
28         getopt.c \
29         getopt1.c \
30         getopt_int.h \
31         getopt-cdefs.h \
32         getopt-core.h \
33         getopt-ext.h \
34         getopt-pfx-core.h \
35         getopt-pfx-ext.h
37 BUILT_SOURCES = $(GETOPT_H)
38 MOSTLYCLEANFILES = getopt.h getopt.h-t
40 getopt.h: getopt.in.h
41         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
42           cat $(srcdir)/getopt.in.h; \
43         } > $@-t
44         mv -f $@-t $@