Makefile.am 1.3 KB

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