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
|
|
|
|
2007-07-23 14:35:58 +02: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
|
2007-07-23 14:35:58 +02:00
|
|
|
## 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.
|
2007-07-23 14:35:58 +02:00
|
|
|
##
|
2002-12-06 13:38:15 +00:00
|
|
|
## You should have received a copy of the GNU General Public License
|
2007-07-23 14:35:58 +02:00
|
|
|
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
1997-11-19 15:04:15 +00:00
|
|
|
|
2006-08-21 07:30:45 +00:00
|
|
|
include gnulib.mk
|
2005-12-14 20:37:06 +00:00
|
|
|
|
2006-08-21 07:30:45 +00:00
|
|
|
AM_CFLAGS = $(WARNING_CFLAGS) $(WERROR_CFLAGS)
|
2004-12-05 20:02:23 +00:00
|
|
|
|
2006-08-21 07:30:45 +00:00
|
|
|
libcoreutils_a_SOURCES += \
|
2005-11-24 06:48:55 +00:00
|
|
|
buffer-lcm.c buffer-lcm.h \
|
2006-08-21 07:30:45 +00:00
|
|
|
xmemxfrm.c xmemxfrm.h
|
2006-08-10 19:10:26 +00:00
|
|
|
|
2006-10-12 21:13:24 +00:00
|
|
|
libcoreutils_a_LIBADD += $(LIBOBJS)
|
|
|
|
|
libcoreutils_a_DEPENDENCIES += $(LIBOBJS)
|