mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Add benchmark, testsuite and taocrypt/test as places where to produce Makfiles and build - very useful for debugging
8 lines
320 B
Makefile
8 lines
320 B
Makefile
INCLUDES = -I../include -I../../mySTL
|
|
bin_PROGRAMS = benchmark
|
|
benchmark_SOURCES = benchmark.cpp
|
|
benchmark_LDFLAGS = -L../src
|
|
benchmark_LDADD = -ltaocrypt
|
|
benchmark_CXXFLAGS = -DYASSL_PURE_C
|
|
benchmark_DEPENDENCIES = ../src/libtaocrypt.la
|
|
EXTRA_DIST = benchmark.dsp rsa1024.der dh1024.der dsa1024.der make.bat
|