Annotation of embedaddon/libiconv/srclib/Makefile.am, revision 1.1.1.3
1.1 misho 1: ## Makefile for the srclib subdirectory of GNU libiconv
1.1.1.3 ! misho 2: ## Copyright (C) 2003-2006, 2009, 2016 Free Software Foundation, Inc.
1.1 misho 3: ##
4: ## This program is free software; you can redistribute it and/or modify
5: ## it under the terms of the GNU General Public License as published by
6: ## the Free Software Foundation; either version 2, or (at your option)
7: ## any later version.
8: ##
9: ## This program is distributed in the hope that it will be useful,
10: ## but WITHOUT ANY WARRANTY; without even the implied warranty of
11: ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12: ## GNU General Public License for more details.
13: ##
14: ## You should have received a copy of the GNU General Public License
1.1.1.3 ! misho 15: ## along with this program; if not, see <https://www.gnu.org/licenses/>.
1.1 misho 16:
17: ## Process this file with automake to produce Makefile.in.
18:
1.1.1.3 ! misho 19: AUTOMAKE_OPTIONS = 1.5 gnits subdir-objects no-dependencies
1.1 misho 20: EXTRA_DIST =
21: BUILT_SOURCES =
22: MOSTLYCLEANFILES = core *.stackdump
1.1.1.2 misho 23: MOSTLYCLEANDIRS =
1.1 misho 24:
25: noinst_LIBRARIES =
26:
27: AM_CPPFLAGS =
28:
29: include Makefile.gnulib
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>