File: include.am

package info (click to toggle)
wolfssl 5.8.4-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 117,604 kB
  • sloc: ansic: 1,584,954; asm: 481,206; sh: 11,586; cs: 6,596; xml: 3,878; perl: 3,291; makefile: 2,058; ada: 1,891; javascript: 748; python: 636; cpp: 131; ruby: 118; objc: 80; tcl: 73
file content (41 lines) | stat: -rw-r--r-- 2,031 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# vim:ft=automake
# included from Top Level Makefile.am
# All paths should be given relative to the root
#
# NOTE: append_wolfssl_git_version.sh is not included as the
#       distribution file set will not contain GitHub info
#
# see: https://github.com/wolfSSL/wolfssl/pull/5955
#
# Don't list any config.h files here

EXTRA_DIST+= IDE/PlatformIO/README.md

EXTRA_DIST+= IDE/PlatformIO/examples/README.md
EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_platformio.code-workspace

# wolfssl_benchmark example
EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_benchmark/CMakeLists.txt
EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_benchmark/platformio.ini
EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_benchmark/README.md
EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_benchmark/sdkconfig.defaults
EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_benchmark/wolfssl_benchmark.code-workspace
EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_benchmark/include/main.h
EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_benchmark/include/README
EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_benchmark/lib/README
EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_benchmark/src/CMakeLists.txt
EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_benchmark/src/main.c
EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_benchmark/test/README

# wolfssl_test example
EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_test/CMakeLists.txt
EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_test/platformio.ini
EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_test/README.md
EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_test/sdkconfig.defaults
EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_test/wolfssl_test.code-workspace
EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_test/include/main.h
EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_test/include/README
EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_test/lib/README
EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_test/src/CMakeLists.txt
EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_test/src/main.c
EXTRA_DIST+= IDE/PlatformIO/examples/wolfssl_test/test/README