File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libiconv / srclib / Makefile.am
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 22:57:48 2012 UTC (12 years, 5 months ago) by misho
Branches: libiconv, MAIN
CVS tags: v1_13_1, HEAD
libiconv

    1: ## Makefile for the srclib subdirectory of GNU libiconv
    2: ## Copyright (C) 2003-2006 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, write to the Free Software
   16: ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
   17: ## USA.
   18: 
   19: ## Process this file with automake to produce Makefile.in.
   20: 
   21: AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
   22: EXTRA_DIST =
   23: BUILT_SOURCES =
   24: MOSTLYCLEANFILES = core *.stackdump
   25: 
   26: noinst_LIBRARIES =
   27: 
   28: AM_CPPFLAGS =
   29: 
   30: include Makefile.gnulib

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