updated certificates to parse 2.5.29.32.
[gnutls.git] / tests / suite / Makefile.am
blob6004b9c4580b8d003ba69a363855ed2f053115e8
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2004-2012 Free Software Foundation, Inc.
4 # This file is part of GnuTLS.
6 # This file is free software; you can redistribute it and/or modify it
7 # under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3 of the License, or
9 # (at your option) any later version.
11 # This file is distributed in the hope that it will be useful, but
12 # WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 # General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this file; if not, write to the Free Software Foundation,
18 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20 AM_CFLAGS = $(WARN_CFLAGS)
21 AM_CPPFLAGS = \
22         -I$(top_srcdir)/gl                      \
23         -I$(top_builddir)/gl                    \
24         -I$(top_srcdir)/lib/includes            \
25         -I$(top_builddir)/lib/includes          \
26         -I$(top_srcdir)/extra/includes  \
27         -I$(top_builddir)/extra/includes        \
28         -I$(top_srcdir)/lib                     \
29         -I$(top_srcdir)/doc/examples    \
30         -I$(top_srcdir)/tests/suite/ecore/src/include \
31         -I$(top_srcdir)/tests/suite/ecore/src/lib
33 AM_LDFLAGS = -no-install
34 LDADD = ../../lib/libgnutls.la \
35         ../../gl/libgnu.la \
36         ../libutils.la \
37         $(LTLIBGCRYPT)  \
38         $(LIBSOCKET) $(INET_NTOP_LIB) $(INET_PTON_LIB)
40 noinst_LTLIBRARIES = libecore.la
42 libecore_la_CPPFLAGS = -I$(top_srcdir)/tests/suite/ecore/               \
43         -I$(top_srcdir)/tests/suite/ecore/src/include                   \
44         -I$(top_srcdir)/tests/suite/ecore/src/lib -DHAVE_CONFIG_H       \
45         -D__UNUSED__= -DVMAJ=1 -D VMIC=0 -DVMIN=0 -DVREV=0              \
46         -DEFL_HAVE_POSIX_THREADS=1 -DEFL_HAVE_POSIX_THREADS_SPINLOCK=1  \
47         -DEFL_HAVE_THREADS=1 -DEINA_BUILD_CHAINED_POOL=1                \
48         -DEINA_STATIC_BUILD_CHAINED_POOL=1 -DHAVE_CLOCK_GETTIME         \
49         -DHAVE_GETTIMEOFDAY -DPACKAGE_LIB_DIR=\"/usr/lib\"              \
50         -DMODULE_ARCH=\"unix\" -DSHARED_LIB_SUFFIX=\".so\"
52 libecore_la_CFLAGS = -w
53 nodist_libecore_la_SOURCES = ecore/src/lib/ecore_anim.c                 \
54         ecore/src/lib/ecore_app.c ecore/src/lib/ecore.c                 \
55         ecore/src/lib/ecore_events.c ecore/src/lib/ecore_exe.c          \
56         ecore/src/lib/ecore_getopt.c ecore/src/lib/ecore_glib.c         \
57         ecore/src/lib/ecore_idle_enterer.c                              \
58         ecore/src/lib/ecore_idle_exiter.c ecore/src/lib/ecore_idler.c   \
59         ecore/src/lib/ecore_job.c ecore/src/lib/ecore_main.c            \
60         ecore/src/lib/ecore_pipe.c ecore/src/lib/ecore_poll.c           \
61         ecore/src/lib/ecore_signal.c ecore/src/lib/ecore_thread.c       \
62         ecore/src/lib/ecore_time.c ecore/src/lib/ecore_timer.c          \
63         ecore/src/lib/eina_accessor.c ecore/src/lib/eina_array.c        \
64         ecore/src/lib/eina_benchmark.c ecore/src/lib/eina_binshare.c    \
65         ecore/src/lib/eina_chained_mempool.c                            \
66         ecore/src/lib/eina_convert.c ecore/src/lib/eina_counter.c       \
67         ecore/src/lib/eina_cpu.c ecore/src/lib/eina_error.c             \
68         ecore/src/lib/eina_file.c ecore/src/lib/eina_fp.c               \
69         ecore/src/lib/eina_hamster.c ecore/src/lib/eina_hash.c          \
70         ecore/src/lib/eina_inlist.c ecore/src/lib/eina_iterator.c       \
71         ecore/src/lib/eina_lalloc.c ecore/src/lib/eina_list.c           \
72         ecore/src/lib/eina_log.c ecore/src/lib/eina_magic.c             \
73         ecore/src/lib/eina_main.c ecore/src/lib/eina_matrixsparse.c     \
74         ecore/src/lib/eina_mempool.c ecore/src/lib/eina_module.c        \
75         ecore/src/lib/eina_quadtree.c ecore/src/lib/eina_rbtree.c       \
76         ecore/src/lib/eina_rectangle.c                                  \
77         ecore/src/lib/eina_safety_checks.c ecore/src/lib/eina_sched.c   \
78         ecore/src/lib/eina_share_common.c ecore/src/lib/eina_strbuf.c   \
79         ecore/src/lib/eina_strbuf_common.c ecore/src/lib/eina_str.c     \
80         ecore/src/lib/eina_stringshare.c ecore/src/lib/eina_tiler.c     \
81         ecore/src/lib/eina_unicode.c ecore/src/lib/eina_ustrbuf.c       \
82         ecore/src/lib/eina_ustringshare.c ecore/src/lib/eina_value.c
84 eagain_cli_LDADD = libecore.la -lrt -lm -ldl -lpthread $(LDADD)
85 nodist_eagain_cli_SOURCES = mini-eagain2.c
87 noinst_PROGRAMS = eagain-cli
89 nodist_check_SCRIPTS = eagain testsrn testcompat chain invalid-cert testrandom
91 TESTS = eagain testsrn testcompat chain invalid-cert