mirror of https://github.com/wolfSSL/wolfssl.git
tie Microchip files into autoconf system
parent
986e2b5694
commit
fc97174fb8
|
@ -62,6 +62,7 @@ include mqx/ctaocrypt_test/Sources/include.am
|
||||||
include mqx/cyassl/include.am
|
include mqx/cyassl/include.am
|
||||||
include mqx/cyassl_client/Sources/include.am
|
include mqx/cyassl_client/Sources/include.am
|
||||||
include mqx/util_lib/Sources/include.am
|
include mqx/util_lib/Sources/include.am
|
||||||
|
include mplabx/include.am
|
||||||
include mplabx/ctaocrypt_benchmark.X/nbproject/include.am
|
include mplabx/ctaocrypt_benchmark.X/nbproject/include.am
|
||||||
include mplabx/ctaocrypt_test.X/nbproject/include.am
|
include mplabx/ctaocrypt_test.X/nbproject/include.am
|
||||||
include mplabx/cyassl.X/nbproject/include.am
|
include mplabx/cyassl.X/nbproject/include.am
|
||||||
|
|
|
@ -3,8 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
mcapi/ctaocrypt_test.X/Makefile \
|
mcapi/ctaocrypt_test.X/Makefile
|
||||||
mcapi/ctaocrypt_test.X/main.c
|
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
mcapi/ctaocrypt_test.X/nbproject/configurations.xml \
|
mcapi/ctaocrypt_test.X/nbproject/configurations.xml \
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
mcapi/README \
|
|
||||||
mcapi/cyassl.X/Makefile
|
mcapi/cyassl.X/Makefile
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
|
|
|
@ -12,3 +12,8 @@ mcapi_test_DEPENDENCIES = src/libcyassl.la
|
||||||
endif
|
endif
|
||||||
|
|
||||||
noinst_HEADERS += mcapi/crypto.h
|
noinst_HEADERS += mcapi/crypto.h
|
||||||
|
|
||||||
|
EXTRA_DIST += \
|
||||||
|
mcapi/README \
|
||||||
|
mcapi/PIC32MZ-serial.h
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
mplabx/ctaocrypt_benchmark.X/Makefile \
|
mplabx/ctaocrypt_benchmark.X/Makefile
|
||||||
mplabx/ctaocrypt_benchmark.X/main.c
|
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
mplabx/ctaocrypt_benchmark.X/nbproject/configurations.xml \
|
mplabx/ctaocrypt_benchmark.X/nbproject/configurations.xml \
|
||||||
|
|
|
@ -3,8 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
mplabx/ctaocrypt_test.X/Makefile \
|
mplabx/ctaocrypt_test.X/Makefile
|
||||||
mplabx/ctaocrypt_test.X/main.c
|
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
mplabx/ctaocrypt_test.X/nbproject/configurations.xml \
|
mplabx/ctaocrypt_test.X/nbproject/configurations.xml \
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
mplabx/README \
|
|
||||||
mplabx/cyassl.X/Makefile
|
mplabx/cyassl.X/Makefile
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
# vim:ft=automake
|
||||||
|
# All paths should be given relative to the root
|
||||||
|
#
|
||||||
|
|
||||||
|
EXTRA_DIST += \
|
||||||
|
mplabx/PIC32MZ-serial.h \
|
||||||
|
mplabx/README \
|
||||||
|
mplabx/benchmark_main.c \
|
||||||
|
mplabx/test_main.c
|
||||||
|
|
Loading…
Reference in New Issue