Makefile.am 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. SUBDIRS = . include
  2. if USE_LIBSTRONGSWAN
  3. SUBDIRS += libstrongswan
  4. endif
  5. if USE_LIBIPSEC
  6. SUBDIRS += libipsec
  7. endif
  8. if USE_SIMAKA
  9. SUBDIRS += libsimaka
  10. endif
  11. if USE_TLS
  12. SUBDIRS += libtls
  13. endif
  14. if USE_RADIUS
  15. SUBDIRS += libradius
  16. endif
  17. if USE_LIBTNCIF
  18. SUBDIRS += libtncif
  19. endif
  20. if USE_LIBTNCCS
  21. SUBDIRS += libtnccs
  22. endif
  23. if USE_LIBPTTLS
  24. SUBDIRS += libpttls
  25. endif
  26. if USE_LIBTPMTSS
  27. SUBDIRS += libtpmtss
  28. endif
  29. if USE_IMCV
  30. SUBDIRS += libimcv
  31. endif
  32. if USE_LIBCHARON
  33. SUBDIRS += libcharon
  34. endif
  35. if USE_FILE_CONFIG
  36. SUBDIRS += starter
  37. endif
  38. if USE_IPSEC_SCRIPT
  39. SUBDIRS += ipsec _copyright
  40. endif
  41. if USE_CHARON
  42. SUBDIRS += charon
  43. endif
  44. if USE_SYSTEMD
  45. SUBDIRS += charon-systemd
  46. endif
  47. if USE_NM
  48. SUBDIRS += charon-nm
  49. endif
  50. if USE_STROKE
  51. SUBDIRS += stroke
  52. endif
  53. if USE_UPDOWN
  54. SUBDIRS += _updown
  55. endif
  56. if USE_SCEPCLIENT
  57. SUBDIRS += scepclient
  58. endif
  59. if USE_PKI
  60. SUBDIRS += pki
  61. endif
  62. if USE_SWANCTL
  63. SUBDIRS += swanctl
  64. endif
  65. if USE_CONFTEST
  66. SUBDIRS += conftest
  67. endif
  68. if USE_FAST
  69. SUBDIRS += libfast
  70. endif
  71. if USE_MANAGER
  72. SUBDIRS += manager
  73. endif
  74. if USE_MEDSRV
  75. SUBDIRS += medsrv
  76. endif
  77. if USE_ATTR_SQL
  78. SUBDIRS += pool
  79. else
  80. if USE_SQL
  81. SUBDIRS += pool
  82. endif
  83. endif
  84. if USE_TKM
  85. SUBDIRS += charon-tkm
  86. endif
  87. if USE_CMD
  88. SUBDIRS += charon-cmd
  89. endif
  90. if USE_SVC
  91. SUBDIRS += charon-svc
  92. endif
  93. if USE_LIBPTTLS
  94. SUBDIRS += pt-tls-client
  95. endif
  96. if USE_IMC_SWIMA
  97. SUBDIRS += sw-collector
  98. endif
  99. if USE_IMV_SWIMA
  100. SUBDIRS += sec-updater
  101. endif
  102. if USE_INTEGRITY_TEST
  103. SUBDIRS += checksum
  104. endif
  105. if USE_AIKGEN
  106. SUBDIRS += aikgen
  107. endif
  108. if USE_TPM
  109. SUBDIRS += tpm_extendpcr
  110. endif
  111. if USE_KERNEL_NETLINK
  112. SUBDIRS += xfrmi
  113. endif