Blame tests/Makefile.am

Packit fc043f
# Makefile.am for libgpg-error/tests.
Packit fc043f
# Copyright (C) 2003 g10 Code GmbH
Packit fc043f
#
Packit fc043f
# This file is part of libgpg-error.
Packit fc043f
#
Packit fc043f
# libgpg-error is free software; you can redistribute it and/or modify
Packit fc043f
# it under the terms of the GNU Lesser General Public License as
Packit fc043f
# published by the Free Software Foundation; either version 2.1 of the
Packit fc043f
# License, or (at your option) any later version.
Packit fc043f
#
Packit fc043f
# libgpg-error is distributed in the hope that it will be useful,
Packit fc043f
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit fc043f
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit fc043f
# GNU Lesser General Public License for more details.
Packit fc043f
#
Packit fc043f
# You should have received a copy of the GNU Lesser General Public
Packit fc043f
# License along with this program; if not, write to the Free Software
Packit fc043f
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
Packit fc043f
Packit fc043f
## Process this file with automake to produce Makefile.in
Packit fc043f
Packit fc043f
if HAVE_W32CE_SYSTEM
Packit fc043f
extra_includes = -idirafter $(top_builddir)/src/gpg-extra
Packit fc043f
else
Packit fc043f
extra_includes =
Packit fc043f
endif
Packit fc043f
Packit fc043f
gpg_error_lib = ../src/libgpg-error.la
Packit fc043f
Packit fc043f
TESTS = t-version t-strerror t-syserror t-lock t-printf t-poll t-b64 \
Packit fc043f
	t-argparse
Packit fc043f
Packit fc043f
AM_CPPFLAGS = -I$(top_builddir)/src $(extra_includes)
Packit fc043f
Packit fc043f
AM_LDFLAGS = -no-install
Packit fc043f
LDADD = $(gpg_error_lib)
Packit fc043f
Packit fc043f
noinst_PROGRAMS = $(TESTS)
Packit fc043f
noinst_HEADERS = t-common.h
Packit fc043f
Packit fc043f
t_lock_LDADD = $(gpg_error_lib) $(LIBMULTITHREAD)
Packit fc043f
t_poll_LDADD = $(gpg_error_lib) $(LIBMULTITHREAD)