Makefile.am 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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. messenger
  14. #abd FTBFS
  15. if HAVE_ABE
  16. EXP_DIR += \
  17. abe
  18. endif
  19. EXP_DIR += \
  20. auction
  21. endif
  22. JSON_DIR = json
  23. CURL_DIR = curl
  24. if BUILD_PULSE_HELPERS
  25. CONVERSATION_DIR = conversation
  26. else
  27. if BUILD_GST_HELPERS
  28. CONVERSATION_DIR = conversation
  29. endif
  30. endif
  31. if HAVE_SQLITE
  32. SQLITE_DIR = sq
  33. endif
  34. if HAVE_MYSQL
  35. MYSQL_DIR = mysql my
  36. endif
  37. if HAVE_POSTGRESQL
  38. POSTGRES_DIR = pq
  39. endif
  40. REST_DIR = rest
  41. SUBDIRS = \
  42. include $(INTLEMU_SUBDIRS) \
  43. util \
  44. nt \
  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. core \
  68. $(TESTBED) \
  69. $(ATS_TESTS) \
  70. nse \
  71. dht \
  72. hostlist \
  73. topology \
  74. regex \
  75. dns \
  76. identity \
  77. gnsrecord \
  78. namecache \
  79. namestore \
  80. peerinfo-tool \
  81. cadet \
  82. set \
  83. seti \
  84. setu \
  85. consensus \
  86. scalarproduct \
  87. revocation \
  88. vpn \
  89. gns \
  90. zonemaster \
  91. $(CONVERSATION_DIR) \
  92. fs \
  93. exit \
  94. pt \
  95. secretsharing \
  96. reclaim \
  97. $(EXP_DIR) \
  98. integration-tests