110-makefile_disable_examples_tests.patch 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --- a/Makefile.am
  2. +++ b/Makefile.am
  3. @@ -1,4 +1,4 @@
  4. -SUBDIRS = src ctaocrypt examples testsuite sslSniffer
  5. +SUBDIRS = src ctaocrypt
  6. EXTRA_DIST = cyassl.dsp cyassl.dsw certs/*.pem certs/*.der certs/*.txt \
  7. lib/dummy cyassl.sln cyassl.vcproj cyassl-iphone.xcodeproj/project.pbxproj \
  8. doc/*.pdf swig/README swig/*.i swig/cyassl_adds.c swig/*.sh swig/runme.* \
  9. --- a/Makefile.in
  10. +++ b/Makefile.in
  11. @@ -193,7 +193,7 @@ target_os = @target_os@
  12. target_vendor = @target_vendor@
  13. top_builddir = @top_builddir@
  14. top_srcdir = @top_srcdir@
  15. -SUBDIRS = src ctaocrypt examples testsuite sslSniffer
  16. +SUBDIRS = src ctaocrypt
  17. EXTRA_DIST = cyassl.dsp cyassl.dsw certs/*.pem certs/*.der certs/*.txt \
  18. lib/dummy cyassl.sln cyassl.vcproj cyassl-iphone.xcodeproj/project.pbxproj \
  19. doc/*.pdf swig/README swig/*.i swig/cyassl_adds.c swig/*.sh swig/runme.* \
  20. @@ -643,7 +643,7 @@ uninstall-am:
  21. # !!!! first line of rule has to start with a hard (real) tab, not spaces
  22. basic:
  23. - cd src; $(MAKE); cd ../testsuite; $(MAKE); cd ../
  24. + cd src; $(MAKE); cd ../
  25. openssl-links:
  26. cd lib; ln -s ../src/.libs/libcyassl.a libcrypto.a; \
  27. --- a/ctaocrypt/Makefile.am
  28. +++ b/ctaocrypt/Makefile.am
  29. @@ -1,3 +1,3 @@
  30. -SUBDIRS = src test benchmark
  31. +SUBDIRS = src
  32. EXTRA_DIST = ctaocrypt.dsw ctaocrypt.dsp ctaocrypt.sln ctaocrypt.vcproj
  33. --- a/ctaocrypt/Makefile.in
  34. +++ b/ctaocrypt/Makefile.in
  35. @@ -177,7 +177,7 @@ target_os = @target_os@
  36. target_vendor = @target_vendor@
  37. top_builddir = @top_builddir@
  38. top_srcdir = @top_srcdir@
  39. -SUBDIRS = src test benchmark
  40. +SUBDIRS = src
  41. EXTRA_DIST = ctaocrypt.dsw ctaocrypt.dsp ctaocrypt.sln ctaocrypt.vcproj
  42. all: all-recursive