mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / extra / yassl / testsuite / Makefile.am
blob0f7d4670b1510ff71964e0b6f095445d5b259049
1 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
2
3 # This program is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; version 2 of the License.
6
7 # This program is distributed in the hope that it will be useful,
8 # but WITHOUT ANY WARRANTY; without even the implied warranty of
9 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10 # GNU General Public License for more details.
11
12 # You should have received a copy of the GNU General Public License
13 # along with this program; if not, write to the Free Software
14 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
16 INCLUDES = -I$(srcdir)/../include -I$(srcdir)/../taocrypt/include -I$(srcdir)/../taocrypt/mySTL
17 noinst_PROGRAMS       = testsuite
18 testsuite_SOURCES  = testsuite.cpp ../taocrypt/test/test.cpp \
19         ../examples/client/client.cpp ../examples/server/server.cpp \
20         ../examples/echoclient/echoclient.cpp \
21         ../examples/echoserver/echoserver.cpp
22 testsuite_CXXFLAGS = -DYASSL_PURE_C -DYASSL_PREFIX -DNO_MAIN_DRIVER @yassl_thread_cxxflags@
23 testsuite_LDADD    = $(top_builddir)/extra/yassl/src/libyassl.la \
24                      $(top_builddir)/extra/yassl/taocrypt/src/libtaocrypt.la
25 EXTRA_DIST = testsuite.dsp test.hpp input quit make.bat
27 # Don't update the files from bitkeeper
28 %::SCCS/s.%