1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 18:19:00 +02:00
Files
coreutils/lib/Makefile.am
T

28 lines
979 B
Makefile
Raw Normal View History

2002-12-06 13:38:15 +00:00
## Makefile for gnulib/lib -*-Makefile-*-
2007-10-04 10:26:05 +02:00
# Copyright (C) 1995-2007 Free Software Foundation, Inc.
2002-12-06 13:38:15 +00:00
## This program is free software: you can redistribute it and/or modify
2002-12-06 13:38:15 +00:00
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
##
2002-12-06 13:38:15 +00:00
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
2002-12-06 13:38:15 +00:00
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
include gnulib.mk
AM_CFLAGS = $(WARNING_CFLAGS) $(WERROR_CFLAGS)
2004-12-05 20:02:23 +00:00
libcoreutils_a_SOURCES += \
buffer-lcm.c buffer-lcm.h \
xmemxfrm.c xmemxfrm.h
libcoreutils_a_LIBADD += $(LIBOBJS)
libcoreutils_a_DEPENDENCIES += $(LIBOBJS)