1 ## SPDX-License-Identifier: GPL-2.0-or-later
4 ## Copyright (C) 2004-2007 Free Software Foundation, Inc.
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
23 libgnu_a_DEPENDENCIES = $(LIBOBJS)
24 libgnu_a_LIBADD = $(LIBOBJS)
37 BUILT_SOURCES = $(GETOPT_H)
38 MOSTLYCLEANFILES = getopt.h getopt.h-t
41 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
42 cat $(srcdir)/getopt.in.h; \