Page MenuHome GnuPG

Makefile.am
No OneTemporary

Makefile.am

# Makefile.am - Makefile for NPTH tests.
# Copyright (C) 2011 g10 Code GmbH
#
# This file is part of NPTH.
#
# NPTH is free software; you can redistribute it and/or modify it
# under the terms of either
#
# - the GNU Lesser General Public License as published by the Free
# Software Foundation; either version 3 of the License, or (at
# your option) any later version.
#
# or
#
# - the GNU General Public License as published by the Free
# Software Foundation; either version 2 of the License, or (at
# your option) any later version.
#
# or both in parallel, as here.
#
# NPTH 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 Lesser General
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, see <http://www.gnu.org/licenses/>.
## Process this file with automake to produce Makefile.in
TESTS = t-mutex t-thread
# We explicitly require POSIX.1-2001 so that pthread_rwlock_t is
# available when build with c99.
if HAVE_W32_SYSTEM
AM_CPPFLAGS = -I$(top_srcdir)/w32
AM_LDFLAGS =
LDADD = ../w32/libnpth.la $(LIB_CLOCK_GETTIME)
else
AM_CPPFLAGS = -I../src -D_POSIX_C_SOURCE=200112L
AM_LDFLAGS =
LDADD = ../src/libnpth.la $(LIBSOCKET) $(LIB_CLOCK_GETTIME)
endif
noinst_HEADERS = t-support.h
noinst_PROGRAMS = $(TESTS)

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 17, 12:12 AM (6 h, 10 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
3f/f0/425ec1f94c240253ac9b626ee29d

Event Timeline