mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 07:44:22 +01:00
1c4e31d5fe
Add benchmark, testsuite and taocrypt/test as places where to produce Makfiles and build - very useful for debugging
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
|