tie Microchip files into autoconf system

pull/1/head
Chris Conlon 2013-12-02 15:31:48 -07:00
parent 986e2b5694
commit fc97174fb8
8 changed files with 19 additions and 8 deletions

View File

@ -62,6 +62,7 @@ include mqx/ctaocrypt_test/Sources/include.am
include mqx/cyassl/include.am
include mqx/cyassl_client/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_test.X/nbproject/include.am
include mplabx/cyassl.X/nbproject/include.am

View File

@ -3,8 +3,7 @@
#
EXTRA_DIST += \
mcapi/ctaocrypt_test.X/Makefile \
mcapi/ctaocrypt_test.X/main.c
mcapi/ctaocrypt_test.X/Makefile
EXTRA_DIST += \
mcapi/ctaocrypt_test.X/nbproject/configurations.xml \

View File

@ -3,7 +3,6 @@
#
EXTRA_DIST += \
mcapi/README \
mcapi/cyassl.X/Makefile
EXTRA_DIST += \

View File

@ -12,3 +12,8 @@ mcapi_test_DEPENDENCIES = src/libcyassl.la
endif
noinst_HEADERS += mcapi/crypto.h
EXTRA_DIST += \
mcapi/README \
mcapi/PIC32MZ-serial.h

View File

@ -3,8 +3,7 @@
#
EXTRA_DIST += \
mplabx/ctaocrypt_benchmark.X/Makefile \
mplabx/ctaocrypt_benchmark.X/main.c
mplabx/ctaocrypt_benchmark.X/Makefile
EXTRA_DIST += \
mplabx/ctaocrypt_benchmark.X/nbproject/configurations.xml \

View File

@ -3,8 +3,7 @@
#
EXTRA_DIST += \
mplabx/ctaocrypt_test.X/Makefile \
mplabx/ctaocrypt_test.X/main.c
mplabx/ctaocrypt_test.X/Makefile
EXTRA_DIST += \
mplabx/ctaocrypt_test.X/nbproject/configurations.xml \

View File

@ -3,7 +3,6 @@
#
EXTRA_DIST += \
mplabx/README \
mplabx/cyassl.X/Makefile
EXTRA_DIST += \

10
mplabx/include.am 100644
View File

@ -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