File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libiconv / srclib / Makefile.am
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 13:38:46 2021 UTC (3 years, 3 months ago) by misho
Branches: libiconv, MAIN
CVS tags: v1_16p0, HEAD
libiconv 1.16

    1: ## Makefile for the srclib subdirectory of GNU libiconv
    2: ## Copyright (C) 2003-2006, 2009, 2016 Free Software Foundation, Inc.
    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
   15: ## along with this program; if not, see <https://www.gnu.org/licenses/>.
   16: 
   17: ## Process this file with automake to produce Makefile.in.
   18: 
   19: AUTOMAKE_OPTIONS = 1.5 gnits subdir-objects no-dependencies
   20: EXTRA_DIST =
   21: BUILT_SOURCES =
   22: MOSTLYCLEANFILES = core *.stackdump
   23: MOSTLYCLEANDIRS =
   24: 
   25: noinst_LIBRARIES =
   26: 
   27: AM_CPPFLAGS =
   28: 
   29: include Makefile.gnulib

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>