forked from wolfSSL/wolfssl
use a single Makefile, no recursion
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
SUBDIRS = src test benchmark
|
||||
EXTRA_DIST = ctaocrypt.sln ctaocrypt.vcproj
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
INCLUDES = -I../include
|
||||
bin_PROGRAMS = benchmark
|
||||
benchmark_SOURCES = benchmark.c
|
||||
benchmark_LDFLAGS = -L../src
|
||||
benchmark_LDADD = ../../src/libcyassl.la
|
||||
benchmark_DEPENDENCIES = ../../src/libcyassl.la
|
||||
EXTRA_DIST = *.der benchmark.sln benchmark.vcproj
|
||||
12
ctaocrypt/benchmark/include.am
Normal file
12
ctaocrypt/benchmark/include.am
Normal file
@@ -0,0 +1,12 @@
|
||||
# vim:ft=automake
|
||||
# included from Top Level Makefile.am
|
||||
# All paths should be given relative to the root
|
||||
|
||||
|
||||
bin_PROGRAMS += ctaocrypt/benchmark/benchmark
|
||||
ctaocrypt_benchmark_benchmark_SOURCES = ctaocrypt/benchmark/benchmark.c
|
||||
ctaocrypt_benchmark_benchmark_LDFLAGS = -Lsrc
|
||||
ctaocrypt_benchmark_benchmark_LDADD = src/libcyassl.la
|
||||
ctaocrypt_benchmark_benchmark_DEPENDENCIES = src/libcyassl.la
|
||||
EXTRA_DIST += ctaocrypt/benchmark/*.der \
|
||||
ctaocrypt/benchmark/benchmark.sln ctaocrypt/benchmark/benchmark.vcproj
|
||||
@@ -1,2 +0,0 @@
|
||||
EXTRA_DIST = ../include/*.h *.c *.i
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
INCLUDES = -I../include -I../../include -I../../include/openssl
|
||||
bin_PROGRAMS = test
|
||||
test_SOURCES = test.c
|
||||
test_LDFLAGS = -L../src
|
||||
test_LDADD = ../../src/libcyassl.la
|
||||
test_DEPENDENCIES = ../../src/libcyassl.la
|
||||
EXTRA_DIST = test.sln test.vcproj
|
||||
11
ctaocrypt/test/include.am
Normal file
11
ctaocrypt/test/include.am
Normal file
@@ -0,0 +1,11 @@
|
||||
# vim:ft=automake
|
||||
# included from Top Level Makefile.am
|
||||
# All paths should be given relative to the root
|
||||
|
||||
|
||||
bin_PROGRAMS = ctaocrypt/test/test
|
||||
ctaocrypt_test_test_SOURCES = ctaocrypt/test/test.c
|
||||
ctaocrypt_test_test_LDFLAGS = -Lsrc
|
||||
ctaocrypt_test_test_LDADD = src/libcyassl.la
|
||||
ctaocrypt_test_test_DEPENDENCIES = src/libcyassl.la
|
||||
EXTRA_DIST += ctaocrypt/test/test.sln ctaocrypt/test/test.vcproj
|
||||
Reference in New Issue
Block a user