mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
066431faa5
Add benchmark, testsuite and taocrypt/test as places where to produce Makfiles and build - very useful for debugging config/ac-macros/yassl.m4: Add Makefiles for yassl testsuite and benchmark extra/yassl/Makefile.am: Add new subdir testsuite extra/yassl/taocrypt/Makefile.am: Add new subdir test for the taocrypt test extra/yassl/taocrypt/src/Makefile.am: Add all new files for yaSSL and organize them alphabetically extra/yassl/taocrypt/benchmark/Makefile.am: New BitKeeper file ``extra/yassl/taocrypt/benchmark/Makefile.am'' extra/yassl/taocrypt/test/Makefile.am: New BitKeeper file ``extra/yassl/taocrypt/test/Makefile.am'' extra/yassl/testsuite/Makefile.am: New BitKeeper file ``extra/yassl/testsuite/Makefile.am''
8 lines
229 B
Makefile
8 lines
229 B
Makefile
INCLUDES = -I../include -I../../mySTL
|
|
bin_PROGRAMS = test
|
|
test_SOURCES = test.cpp
|
|
test_LDFLAGS = -L../src
|
|
test_LDADD = -ltaocrypt
|
|
test_DEPENDENCIES = ../src/libtaocrypt.la
|
|
test_CXXFLAGS = -DYASSL_PURE_C
|
|
EXTRA_DIST = make.bat
|