Makefile.am 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. # This Makefile.am is in the public domain
  2. #if WANT_FRAMEWORK
  3. # INTLEMU_SUBDIRS = intlemu
  4. #endif
  5. if HAVE_TESTING
  6. TESTING = testing
  7. TESTBED = testbed-logger testbed
  8. ATS_TESTS = ats-tests
  9. endif
  10. if HAVE_EXPERIMENTAL
  11. EXP_DIR = \
  12. rps \
  13. abd
  14. if HAVE_ABE
  15. EXP_DIR += \
  16. abe
  17. endif
  18. EXP_DIR += \
  19. auction
  20. endif
  21. JSON_DIR = json
  22. CURL_DIR = curl
  23. if BUILD_PULSE_HELPERS
  24. CONVERSATION_DIR = conversation
  25. else
  26. if BUILD_GST_HELPERS
  27. CONVERSATION_DIR = conversation
  28. endif
  29. endif
  30. if HAVE_SQLITE
  31. SQLITE_DIR = sq
  32. endif
  33. if HAVE_MYSQL
  34. MYSQL_DIR = mysql my
  35. endif
  36. if HAVE_POSTGRESQL
  37. POSTGRES_DIR = pq
  38. endif
  39. REST_DIR = rest
  40. SUBDIRS = \
  41. include $(INTLEMU_SUBDIRS) \
  42. util \
  43. nt \
  44. gnsrecord \
  45. hello \
  46. block \
  47. statistics \
  48. arm \
  49. $(TESTING) \
  50. $(JSON_DIR) \
  51. $(CURL_DIR) \
  52. $(REST_DIR) \
  53. peerinfo \
  54. $(SQLITE_DIR) \
  55. $(MYSQL_DIR) \
  56. $(POSTGRES_DIR) \
  57. datacache \
  58. datastore \
  59. template \
  60. peerstore \
  61. ats \
  62. nat \
  63. nat-auto \
  64. fragmentation \
  65. transport \
  66. ats-tool \
  67. peerinfo-tool \
  68. core \
  69. $(TESTBED) \
  70. $(ATS_TESTS) \
  71. nse \
  72. dht \
  73. hostlist \
  74. topology \
  75. regex \
  76. dns \
  77. identity \
  78. namecache \
  79. namestore \
  80. cadet \
  81. set \
  82. consensus \
  83. scalarproduct \
  84. revocation \
  85. vpn \
  86. gns \
  87. zonemaster \
  88. $(CONVERSATION_DIR) \
  89. fs \
  90. exit \
  91. pt \
  92. secretsharing \
  93. reclaim \
  94. $(EXP_DIR) \
  95. integration-tests