Blame gettext-runtime/tests/Makefile.am

Packit 5b56b6
## Makefile for the gettext-runtime/tests subdirectory of GNU gettext
Packit 5b56b6
## Copyright (C) 2005-2006, 2008-2009, 2015 Free Software Foundation,
Packit 5b56b6
## Inc.
Packit 5b56b6
##
Packit 5b56b6
## This program is free software: you can redistribute it and/or modify
Packit 5b56b6
## it under the terms of the GNU General Public License as published by
Packit 5b56b6
## the Free Software Foundation; either version 3 of the License, or
Packit 5b56b6
## (at your option) any later version.
Packit 5b56b6
##
Packit 5b56b6
## This program is distributed in the hope that it will be useful,
Packit 5b56b6
## but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 5b56b6
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 5b56b6
## GNU General Public License for more details.
Packit 5b56b6
##
Packit 5b56b6
## You should have received a copy of the GNU General Public License
Packit 5b56b6
## along with this program.  If not, see <http://www.gnu.org/licenses/>.
Packit 5b56b6
Packit 5b56b6
## Process this file with automake to produce Makefile.in.
Packit 5b56b6
Packit 5b56b6
AUTOMAKE_OPTIONS = 1.11 gnits no-dependencies color-tests subdir-objects
Packit 5b56b6
EXTRA_DIST =
Packit 5b56b6
Packit 5b56b6
TESTS = test-lock
Packit 5b56b6
Packit 5b56b6
AM_CPPFLAGS = \
Packit 5b56b6
  -I.. \
Packit 5b56b6
  -I$(srcdir)/../intl
Packit 5b56b6
Packit 5b56b6
check_PROGRAMS = test-lock
Packit 5b56b6
test_lock_SOURCES = test-lock.c ../intl/lock.c ../intl/threadlib.c
Packit 5b56b6
test_lock_LDADD = @LIBMULTITHREAD@ @LIBSCHED@
Packit 5b56b6
Packit 5b56b6
# Clean up after Solaris cc.
Packit 5b56b6
clean-local:
Packit 5b56b6
	rm -rf SunWS_cache