ya.make 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483
  1. # Generated by devtools/yamaker.
  2. LIBRARY()
  3. LICENSE(BSD-3-Clause)
  4. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  5. VERSION(5.4.2)
  6. ADDINCL(
  7. contrib/libs/hyperscan
  8. contrib/libs/hyperscan/src
  9. )
  10. NO_COMPILER_WARNINGS()
  11. NO_RUNTIME()
  12. CFLAGS(
  13. -DCrc32c_ComputeBuf=core2_Crc32c_ComputeBuf
  14. -DblockInitSufPQ=core2_blockInitSufPQ
  15. -Dcompress_stream=core2_compress_stream
  16. -Dcpuid_flags=core2_cpuid_flags
  17. -Dcpuid_tune=core2_cpuid_tune
  18. -DdbIsValid=core2_dbIsValid
  19. -DdoAccel128=core2_doAccel128
  20. -DdoAccel256=core2_doAccel256
  21. -DdoAccel32=core2_doAccel32
  22. -DdoAccel384=core2_doAccel384
  23. -DdoAccel512=core2_doAccel512
  24. -DdoAccel64=core2_doAccel64
  25. -Dexpand_stream=core2_expand_stream
  26. -DfdrExec=core2_fdrExec
  27. -DfdrExecStreaming=core2_fdrExecStreaming
  28. -Dfdr_exec_fat_teddy_msks1=core2_fdr_exec_fat_teddy_msks1
  29. -Dfdr_exec_fat_teddy_msks1_pck=core2_fdr_exec_fat_teddy_msks1_pck
  30. -Dfdr_exec_fat_teddy_msks2=core2_fdr_exec_fat_teddy_msks2
  31. -Dfdr_exec_fat_teddy_msks2_pck=core2_fdr_exec_fat_teddy_msks2_pck
  32. -Dfdr_exec_fat_teddy_msks3=core2_fdr_exec_fat_teddy_msks3
  33. -Dfdr_exec_fat_teddy_msks3_pck=core2_fdr_exec_fat_teddy_msks3_pck
  34. -Dfdr_exec_fat_teddy_msks4=core2_fdr_exec_fat_teddy_msks4
  35. -Dfdr_exec_fat_teddy_msks4_pck=core2_fdr_exec_fat_teddy_msks4_pck
  36. -Dfdr_exec_teddy_msks1=core2_fdr_exec_teddy_msks1
  37. -Dfdr_exec_teddy_msks1_pck=core2_fdr_exec_teddy_msks1_pck
  38. -Dfdr_exec_teddy_msks2=core2_fdr_exec_teddy_msks2
  39. -Dfdr_exec_teddy_msks2_pck=core2_fdr_exec_teddy_msks2_pck
  40. -Dfdr_exec_teddy_msks3=core2_fdr_exec_teddy_msks3
  41. -Dfdr_exec_teddy_msks3_pck=core2_fdr_exec_teddy_msks3_pck
  42. -Dfdr_exec_teddy_msks4=core2_fdr_exec_teddy_msks4
  43. -Dfdr_exec_teddy_msks4_pck=core2_fdr_exec_teddy_msks4_pck
  44. -DflushQueuedLiterals_i=core2_flushQueuedLiterals_i
  45. -DflushStoredSomMatches_i=core2_flushStoredSomMatches_i
  46. -DhandleSomExternal=core2_handleSomExternal
  47. -DhandleSomInternal=core2_handleSomInternal
  48. -Dhs_alloc_scratch=core2_hs_alloc_scratch
  49. -Dhs_clone_scratch=core2_hs_clone_scratch
  50. -Dhs_close_stream=core2_hs_close_stream
  51. -Dhs_compress_stream=core2_hs_compress_stream
  52. -Dhs_copy_stream=core2_hs_copy_stream
  53. -Dhs_database_alloc=core2_hs_database_alloc
  54. -Dhs_database_free=core2_hs_database_free
  55. -Dhs_database_info=core2_hs_database_info
  56. -Dhs_database_size=core2_hs_database_size
  57. -Dhs_deserialize_database=core2_hs_deserialize_database
  58. -Dhs_deserialize_database_at=core2_hs_deserialize_database_at
  59. -Dhs_expand_stream=core2_hs_expand_stream
  60. -Dhs_free_database=core2_hs_free_database
  61. -Dhs_free_scratch=core2_hs_free_scratch
  62. -Dhs_misc_alloc=core2_hs_misc_alloc
  63. -Dhs_misc_free=core2_hs_misc_free
  64. -Dhs_open_stream=core2_hs_open_stream
  65. -Dhs_reset_and_copy_stream=core2_hs_reset_and_copy_stream
  66. -Dhs_reset_and_expand_stream=core2_hs_reset_and_expand_stream
  67. -Dhs_reset_stream=core2_hs_reset_stream
  68. -Dhs_scan=core2_hs_scan
  69. -Dhs_scan_stream=core2_hs_scan_stream
  70. -Dhs_scan_vector=core2_hs_scan_vector
  71. -Dhs_scratch_alloc=core2_hs_scratch_alloc
  72. -Dhs_scratch_free=core2_hs_scratch_free
  73. -Dhs_scratch_size=core2_hs_scratch_size
  74. -Dhs_serialize_database=core2_hs_serialize_database
  75. -Dhs_serialized_database_info=core2_hs_serialized_database_info
  76. -Dhs_serialized_database_size=core2_hs_serialized_database_size
  77. -Dhs_set_allocator=core2_hs_set_allocator
  78. -Dhs_set_database_allocator=core2_hs_set_database_allocator
  79. -Dhs_set_misc_allocator=core2_hs_set_misc_allocator
  80. -Dhs_set_scratch_allocator=core2_hs_set_scratch_allocator
  81. -Dhs_set_stream_allocator=core2_hs_set_stream_allocator
  82. -Dhs_stream_alloc=core2_hs_stream_alloc
  83. -Dhs_stream_free=core2_hs_stream_free
  84. -Dhs_stream_size=core2_hs_stream_size
  85. -Dhs_valid_platform=core2_hs_valid_platform
  86. -Dhs_version=core2_hs_version
  87. -DhwlmExec=core2_hwlmExec
  88. -DhwlmExecStreaming=core2_hwlmExecStreaming
  89. -DloadSomFromStream=core2_loadSomFromStream
  90. -Dloadcompressed128=core2_loadcompressed128
  91. -Dloadcompressed256=core2_loadcompressed256
  92. -Dloadcompressed32=core2_loadcompressed32
  93. -Dloadcompressed384=core2_loadcompressed384
  94. -Dloadcompressed512=core2_loadcompressed512
  95. -Dloadcompressed64=core2_loadcompressed64
  96. -Dmcsheng_pext_mask=core2_mcsheng_pext_mask
  97. -Dmm_mask_mask=core2_mm_mask_mask
  98. -Dmm_shuffle_end=core2_mm_shuffle_end
  99. -Dmmbit_keyshift_lut=core2_mmbit_keyshift_lut
  100. -Dmmbit_maxlevel_direct_lut=core2_mmbit_maxlevel_direct_lut
  101. -Dmmbit_maxlevel_from_keyshift_lut=core2_mmbit_maxlevel_from_keyshift_lut
  102. -Dmmbit_root_offset_from_level=core2_mmbit_root_offset_from_level
  103. -Dmmbit_zero_to_lut=core2_mmbit_zero_to_lut
  104. -DnfaBlockExecReverse=core2_nfaBlockExecReverse
  105. -DnfaCheckFinalState=core2_nfaCheckFinalState
  106. -DnfaExecCastle_Q=core2_nfaExecCastle_Q
  107. -DnfaExecCastle_Q2=core2_nfaExecCastle_Q2
  108. -DnfaExecCastle_QR=core2_nfaExecCastle_QR
  109. -DnfaExecCastle_expandState=core2_nfaExecCastle_expandState
  110. -DnfaExecCastle_inAccept=core2_nfaExecCastle_inAccept
  111. -DnfaExecCastle_inAnyAccept=core2_nfaExecCastle_inAnyAccept
  112. -DnfaExecCastle_initCompressedState=core2_nfaExecCastle_initCompressedState
  113. -DnfaExecCastle_queueCompressState=core2_nfaExecCastle_queueCompressState
  114. -DnfaExecCastle_queueInitState=core2_nfaExecCastle_queueInitState
  115. -DnfaExecCastle_reportCurrent=core2_nfaExecCastle_reportCurrent
  116. -DnfaExecGough16_Q=core2_nfaExecGough16_Q
  117. -DnfaExecGough16_Q2=core2_nfaExecGough16_Q2
  118. -DnfaExecGough16_QR=core2_nfaExecGough16_QR
  119. -DnfaExecGough16_expandState=core2_nfaExecGough16_expandState
  120. -DnfaExecGough16_inAccept=core2_nfaExecGough16_inAccept
  121. -DnfaExecGough16_inAnyAccept=core2_nfaExecGough16_inAnyAccept
  122. -DnfaExecGough16_initCompressedState=core2_nfaExecGough16_initCompressedState
  123. -DnfaExecGough16_queueCompressState=core2_nfaExecGough16_queueCompressState
  124. -DnfaExecGough16_queueInitState=core2_nfaExecGough16_queueInitState
  125. -DnfaExecGough16_reportCurrent=core2_nfaExecGough16_reportCurrent
  126. -DnfaExecGough16_testEOD=core2_nfaExecGough16_testEOD
  127. -DnfaExecGough8_Q=core2_nfaExecGough8_Q
  128. -DnfaExecGough8_Q2=core2_nfaExecGough8_Q2
  129. -DnfaExecGough8_QR=core2_nfaExecGough8_QR
  130. -DnfaExecGough8_expandState=core2_nfaExecGough8_expandState
  131. -DnfaExecGough8_inAccept=core2_nfaExecGough8_inAccept
  132. -DnfaExecGough8_inAnyAccept=core2_nfaExecGough8_inAnyAccept
  133. -DnfaExecGough8_initCompressedState=core2_nfaExecGough8_initCompressedState
  134. -DnfaExecGough8_queueCompressState=core2_nfaExecGough8_queueCompressState
  135. -DnfaExecGough8_queueInitState=core2_nfaExecGough8_queueInitState
  136. -DnfaExecGough8_reportCurrent=core2_nfaExecGough8_reportCurrent
  137. -DnfaExecGough8_testEOD=core2_nfaExecGough8_testEOD
  138. -DnfaExecLbrDot_Q=core2_nfaExecLbrDot_Q
  139. -DnfaExecLbrDot_Q2=core2_nfaExecLbrDot_Q2
  140. -DnfaExecLbrDot_QR=core2_nfaExecLbrDot_QR
  141. -DnfaExecLbrDot_expandState=core2_nfaExecLbrDot_expandState
  142. -DnfaExecLbrDot_inAccept=core2_nfaExecLbrDot_inAccept
  143. -DnfaExecLbrDot_inAnyAccept=core2_nfaExecLbrDot_inAnyAccept
  144. -DnfaExecLbrDot_initCompressedState=core2_nfaExecLbrDot_initCompressedState
  145. -DnfaExecLbrDot_queueCompressState=core2_nfaExecLbrDot_queueCompressState
  146. -DnfaExecLbrDot_queueInitState=core2_nfaExecLbrDot_queueInitState
  147. -DnfaExecLbrDot_reportCurrent=core2_nfaExecLbrDot_reportCurrent
  148. -DnfaExecLbrNVerm_Q=core2_nfaExecLbrNVerm_Q
  149. -DnfaExecLbrNVerm_Q2=core2_nfaExecLbrNVerm_Q2
  150. -DnfaExecLbrNVerm_QR=core2_nfaExecLbrNVerm_QR
  151. -DnfaExecLbrNVerm_expandState=core2_nfaExecLbrNVerm_expandState
  152. -DnfaExecLbrNVerm_inAccept=core2_nfaExecLbrNVerm_inAccept
  153. -DnfaExecLbrNVerm_inAnyAccept=core2_nfaExecLbrNVerm_inAnyAccept
  154. -DnfaExecLbrNVerm_initCompressedState=core2_nfaExecLbrNVerm_initCompressedState
  155. -DnfaExecLbrNVerm_queueCompressState=core2_nfaExecLbrNVerm_queueCompressState
  156. -DnfaExecLbrNVerm_queueInitState=core2_nfaExecLbrNVerm_queueInitState
  157. -DnfaExecLbrNVerm_reportCurrent=core2_nfaExecLbrNVerm_reportCurrent
  158. -DnfaExecLbrShuf_Q=core2_nfaExecLbrShuf_Q
  159. -DnfaExecLbrShuf_Q2=core2_nfaExecLbrShuf_Q2
  160. -DnfaExecLbrShuf_QR=core2_nfaExecLbrShuf_QR
  161. -DnfaExecLbrShuf_expandState=core2_nfaExecLbrShuf_expandState
  162. -DnfaExecLbrShuf_inAccept=core2_nfaExecLbrShuf_inAccept
  163. -DnfaExecLbrShuf_inAnyAccept=core2_nfaExecLbrShuf_inAnyAccept
  164. -DnfaExecLbrShuf_initCompressedState=core2_nfaExecLbrShuf_initCompressedState
  165. -DnfaExecLbrShuf_queueCompressState=core2_nfaExecLbrShuf_queueCompressState
  166. -DnfaExecLbrShuf_queueInitState=core2_nfaExecLbrShuf_queueInitState
  167. -DnfaExecLbrShuf_reportCurrent=core2_nfaExecLbrShuf_reportCurrent
  168. -DnfaExecLbrTruf_Q=core2_nfaExecLbrTruf_Q
  169. -DnfaExecLbrTruf_Q2=core2_nfaExecLbrTruf_Q2
  170. -DnfaExecLbrTruf_QR=core2_nfaExecLbrTruf_QR
  171. -DnfaExecLbrTruf_expandState=core2_nfaExecLbrTruf_expandState
  172. -DnfaExecLbrTruf_inAccept=core2_nfaExecLbrTruf_inAccept
  173. -DnfaExecLbrTruf_inAnyAccept=core2_nfaExecLbrTruf_inAnyAccept
  174. -DnfaExecLbrTruf_initCompressedState=core2_nfaExecLbrTruf_initCompressedState
  175. -DnfaExecLbrTruf_queueCompressState=core2_nfaExecLbrTruf_queueCompressState
  176. -DnfaExecLbrTruf_queueInitState=core2_nfaExecLbrTruf_queueInitState
  177. -DnfaExecLbrTruf_reportCurrent=core2_nfaExecLbrTruf_reportCurrent
  178. -DnfaExecLbrVerm_Q=core2_nfaExecLbrVerm_Q
  179. -DnfaExecLbrVerm_Q2=core2_nfaExecLbrVerm_Q2
  180. -DnfaExecLbrVerm_QR=core2_nfaExecLbrVerm_QR
  181. -DnfaExecLbrVerm_expandState=core2_nfaExecLbrVerm_expandState
  182. -DnfaExecLbrVerm_inAccept=core2_nfaExecLbrVerm_inAccept
  183. -DnfaExecLbrVerm_inAnyAccept=core2_nfaExecLbrVerm_inAnyAccept
  184. -DnfaExecLbrVerm_initCompressedState=core2_nfaExecLbrVerm_initCompressedState
  185. -DnfaExecLbrVerm_queueCompressState=core2_nfaExecLbrVerm_queueCompressState
  186. -DnfaExecLbrVerm_queueInitState=core2_nfaExecLbrVerm_queueInitState
  187. -DnfaExecLbrVerm_reportCurrent=core2_nfaExecLbrVerm_reportCurrent
  188. -DnfaExecLimEx128_B_Reverse=core2_nfaExecLimEx128_B_Reverse
  189. -DnfaExecLimEx128_Q=core2_nfaExecLimEx128_Q
  190. -DnfaExecLimEx128_Q2=core2_nfaExecLimEx128_Q2
  191. -DnfaExecLimEx128_QR=core2_nfaExecLimEx128_QR
  192. -DnfaExecLimEx128_expandState=core2_nfaExecLimEx128_expandState
  193. -DnfaExecLimEx128_inAccept=core2_nfaExecLimEx128_inAccept
  194. -DnfaExecLimEx128_inAnyAccept=core2_nfaExecLimEx128_inAnyAccept
  195. -DnfaExecLimEx128_initCompressedState=core2_nfaExecLimEx128_initCompressedState
  196. -DnfaExecLimEx128_queueCompressState=core2_nfaExecLimEx128_queueCompressState
  197. -DnfaExecLimEx128_queueInitState=core2_nfaExecLimEx128_queueInitState
  198. -DnfaExecLimEx128_reportCurrent=core2_nfaExecLimEx128_reportCurrent
  199. -DnfaExecLimEx128_testEOD=core2_nfaExecLimEx128_testEOD
  200. -DnfaExecLimEx128_zombie_status=core2_nfaExecLimEx128_zombie_status
  201. -DnfaExecLimEx256_B_Reverse=core2_nfaExecLimEx256_B_Reverse
  202. -DnfaExecLimEx256_Q=core2_nfaExecLimEx256_Q
  203. -DnfaExecLimEx256_Q2=core2_nfaExecLimEx256_Q2
  204. -DnfaExecLimEx256_QR=core2_nfaExecLimEx256_QR
  205. -DnfaExecLimEx256_expandState=core2_nfaExecLimEx256_expandState
  206. -DnfaExecLimEx256_inAccept=core2_nfaExecLimEx256_inAccept
  207. -DnfaExecLimEx256_inAnyAccept=core2_nfaExecLimEx256_inAnyAccept
  208. -DnfaExecLimEx256_initCompressedState=core2_nfaExecLimEx256_initCompressedState
  209. -DnfaExecLimEx256_queueCompressState=core2_nfaExecLimEx256_queueCompressState
  210. -DnfaExecLimEx256_queueInitState=core2_nfaExecLimEx256_queueInitState
  211. -DnfaExecLimEx256_reportCurrent=core2_nfaExecLimEx256_reportCurrent
  212. -DnfaExecLimEx256_testEOD=core2_nfaExecLimEx256_testEOD
  213. -DnfaExecLimEx256_zombie_status=core2_nfaExecLimEx256_zombie_status
  214. -DnfaExecLimEx32_B_Reverse=core2_nfaExecLimEx32_B_Reverse
  215. -DnfaExecLimEx32_Q=core2_nfaExecLimEx32_Q
  216. -DnfaExecLimEx32_Q2=core2_nfaExecLimEx32_Q2
  217. -DnfaExecLimEx32_QR=core2_nfaExecLimEx32_QR
  218. -DnfaExecLimEx32_expandState=core2_nfaExecLimEx32_expandState
  219. -DnfaExecLimEx32_inAccept=core2_nfaExecLimEx32_inAccept
  220. -DnfaExecLimEx32_inAnyAccept=core2_nfaExecLimEx32_inAnyAccept
  221. -DnfaExecLimEx32_initCompressedState=core2_nfaExecLimEx32_initCompressedState
  222. -DnfaExecLimEx32_queueCompressState=core2_nfaExecLimEx32_queueCompressState
  223. -DnfaExecLimEx32_queueInitState=core2_nfaExecLimEx32_queueInitState
  224. -DnfaExecLimEx32_reportCurrent=core2_nfaExecLimEx32_reportCurrent
  225. -DnfaExecLimEx32_testEOD=core2_nfaExecLimEx32_testEOD
  226. -DnfaExecLimEx32_zombie_status=core2_nfaExecLimEx32_zombie_status
  227. -DnfaExecLimEx384_B_Reverse=core2_nfaExecLimEx384_B_Reverse
  228. -DnfaExecLimEx384_Q=core2_nfaExecLimEx384_Q
  229. -DnfaExecLimEx384_Q2=core2_nfaExecLimEx384_Q2
  230. -DnfaExecLimEx384_QR=core2_nfaExecLimEx384_QR
  231. -DnfaExecLimEx384_expandState=core2_nfaExecLimEx384_expandState
  232. -DnfaExecLimEx384_inAccept=core2_nfaExecLimEx384_inAccept
  233. -DnfaExecLimEx384_inAnyAccept=core2_nfaExecLimEx384_inAnyAccept
  234. -DnfaExecLimEx384_initCompressedState=core2_nfaExecLimEx384_initCompressedState
  235. -DnfaExecLimEx384_queueCompressState=core2_nfaExecLimEx384_queueCompressState
  236. -DnfaExecLimEx384_queueInitState=core2_nfaExecLimEx384_queueInitState
  237. -DnfaExecLimEx384_reportCurrent=core2_nfaExecLimEx384_reportCurrent
  238. -DnfaExecLimEx384_testEOD=core2_nfaExecLimEx384_testEOD
  239. -DnfaExecLimEx384_zombie_status=core2_nfaExecLimEx384_zombie_status
  240. -DnfaExecLimEx512_B_Reverse=core2_nfaExecLimEx512_B_Reverse
  241. -DnfaExecLimEx512_Q=core2_nfaExecLimEx512_Q
  242. -DnfaExecLimEx512_Q2=core2_nfaExecLimEx512_Q2
  243. -DnfaExecLimEx512_QR=core2_nfaExecLimEx512_QR
  244. -DnfaExecLimEx512_expandState=core2_nfaExecLimEx512_expandState
  245. -DnfaExecLimEx512_inAccept=core2_nfaExecLimEx512_inAccept
  246. -DnfaExecLimEx512_inAnyAccept=core2_nfaExecLimEx512_inAnyAccept
  247. -DnfaExecLimEx512_initCompressedState=core2_nfaExecLimEx512_initCompressedState
  248. -DnfaExecLimEx512_queueCompressState=core2_nfaExecLimEx512_queueCompressState
  249. -DnfaExecLimEx512_queueInitState=core2_nfaExecLimEx512_queueInitState
  250. -DnfaExecLimEx512_reportCurrent=core2_nfaExecLimEx512_reportCurrent
  251. -DnfaExecLimEx512_testEOD=core2_nfaExecLimEx512_testEOD
  252. -DnfaExecLimEx512_zombie_status=core2_nfaExecLimEx512_zombie_status
  253. -DnfaExecLimEx64_B_Reverse=core2_nfaExecLimEx64_B_Reverse
  254. -DnfaExecLimEx64_Q=core2_nfaExecLimEx64_Q
  255. -DnfaExecLimEx64_Q2=core2_nfaExecLimEx64_Q2
  256. -DnfaExecLimEx64_QR=core2_nfaExecLimEx64_QR
  257. -DnfaExecLimEx64_expandState=core2_nfaExecLimEx64_expandState
  258. -DnfaExecLimEx64_inAccept=core2_nfaExecLimEx64_inAccept
  259. -DnfaExecLimEx64_inAnyAccept=core2_nfaExecLimEx64_inAnyAccept
  260. -DnfaExecLimEx64_initCompressedState=core2_nfaExecLimEx64_initCompressedState
  261. -DnfaExecLimEx64_queueCompressState=core2_nfaExecLimEx64_queueCompressState
  262. -DnfaExecLimEx64_queueInitState=core2_nfaExecLimEx64_queueInitState
  263. -DnfaExecLimEx64_reportCurrent=core2_nfaExecLimEx64_reportCurrent
  264. -DnfaExecLimEx64_testEOD=core2_nfaExecLimEx64_testEOD
  265. -DnfaExecLimEx64_zombie_status=core2_nfaExecLimEx64_zombie_status
  266. -DnfaExecMcClellan16_B=core2_nfaExecMcClellan16_B
  267. -DnfaExecMcClellan16_Q=core2_nfaExecMcClellan16_Q
  268. -DnfaExecMcClellan16_Q2=core2_nfaExecMcClellan16_Q2
  269. -DnfaExecMcClellan16_QR=core2_nfaExecMcClellan16_QR
  270. -DnfaExecMcClellan16_SimpStream=core2_nfaExecMcClellan16_SimpStream
  271. -DnfaExecMcClellan16_expandState=core2_nfaExecMcClellan16_expandState
  272. -DnfaExecMcClellan16_inAccept=core2_nfaExecMcClellan16_inAccept
  273. -DnfaExecMcClellan16_inAnyAccept=core2_nfaExecMcClellan16_inAnyAccept
  274. -DnfaExecMcClellan16_initCompressedState=core2_nfaExecMcClellan16_initCompressedState
  275. -DnfaExecMcClellan16_queueCompressState=core2_nfaExecMcClellan16_queueCompressState
  276. -DnfaExecMcClellan16_queueInitState=core2_nfaExecMcClellan16_queueInitState
  277. -DnfaExecMcClellan16_reportCurrent=core2_nfaExecMcClellan16_reportCurrent
  278. -DnfaExecMcClellan16_testEOD=core2_nfaExecMcClellan16_testEOD
  279. -DnfaExecMcClellan8_B=core2_nfaExecMcClellan8_B
  280. -DnfaExecMcClellan8_Q=core2_nfaExecMcClellan8_Q
  281. -DnfaExecMcClellan8_Q2=core2_nfaExecMcClellan8_Q2
  282. -DnfaExecMcClellan8_QR=core2_nfaExecMcClellan8_QR
  283. -DnfaExecMcClellan8_SimpStream=core2_nfaExecMcClellan8_SimpStream
  284. -DnfaExecMcClellan8_expandState=core2_nfaExecMcClellan8_expandState
  285. -DnfaExecMcClellan8_inAccept=core2_nfaExecMcClellan8_inAccept
  286. -DnfaExecMcClellan8_inAnyAccept=core2_nfaExecMcClellan8_inAnyAccept
  287. -DnfaExecMcClellan8_initCompressedState=core2_nfaExecMcClellan8_initCompressedState
  288. -DnfaExecMcClellan8_queueCompressState=core2_nfaExecMcClellan8_queueCompressState
  289. -DnfaExecMcClellan8_queueInitState=core2_nfaExecMcClellan8_queueInitState
  290. -DnfaExecMcClellan8_reportCurrent=core2_nfaExecMcClellan8_reportCurrent
  291. -DnfaExecMcClellan8_testEOD=core2_nfaExecMcClellan8_testEOD
  292. -DnfaExecMcSheng16_Q=core2_nfaExecMcSheng16_Q
  293. -DnfaExecMcSheng16_Q2=core2_nfaExecMcSheng16_Q2
  294. -DnfaExecMcSheng16_QR=core2_nfaExecMcSheng16_QR
  295. -DnfaExecMcSheng16_expandState=core2_nfaExecMcSheng16_expandState
  296. -DnfaExecMcSheng16_inAccept=core2_nfaExecMcSheng16_inAccept
  297. -DnfaExecMcSheng16_inAnyAccept=core2_nfaExecMcSheng16_inAnyAccept
  298. -DnfaExecMcSheng16_initCompressedState=core2_nfaExecMcSheng16_initCompressedState
  299. -DnfaExecMcSheng16_queueCompressState=core2_nfaExecMcSheng16_queueCompressState
  300. -DnfaExecMcSheng16_queueInitState=core2_nfaExecMcSheng16_queueInitState
  301. -DnfaExecMcSheng16_reportCurrent=core2_nfaExecMcSheng16_reportCurrent
  302. -DnfaExecMcSheng16_testEOD=core2_nfaExecMcSheng16_testEOD
  303. -DnfaExecMcSheng8_Q=core2_nfaExecMcSheng8_Q
  304. -DnfaExecMcSheng8_Q2=core2_nfaExecMcSheng8_Q2
  305. -DnfaExecMcSheng8_QR=core2_nfaExecMcSheng8_QR
  306. -DnfaExecMcSheng8_expandState=core2_nfaExecMcSheng8_expandState
  307. -DnfaExecMcSheng8_inAccept=core2_nfaExecMcSheng8_inAccept
  308. -DnfaExecMcSheng8_inAnyAccept=core2_nfaExecMcSheng8_inAnyAccept
  309. -DnfaExecMcSheng8_initCompressedState=core2_nfaExecMcSheng8_initCompressedState
  310. -DnfaExecMcSheng8_queueCompressState=core2_nfaExecMcSheng8_queueCompressState
  311. -DnfaExecMcSheng8_queueInitState=core2_nfaExecMcSheng8_queueInitState
  312. -DnfaExecMcSheng8_reportCurrent=core2_nfaExecMcSheng8_reportCurrent
  313. -DnfaExecMcSheng8_testEOD=core2_nfaExecMcSheng8_testEOD
  314. -DnfaExecMpv_Q=core2_nfaExecMpv_Q
  315. -DnfaExecMpv_QueueExecRaw=core2_nfaExecMpv_QueueExecRaw
  316. -DnfaExecMpv_expandState=core2_nfaExecMpv_expandState
  317. -DnfaExecMpv_initCompressedState=core2_nfaExecMpv_initCompressedState
  318. -DnfaExecMpv_queueCompressState=core2_nfaExecMpv_queueCompressState
  319. -DnfaExecMpv_queueInitState=core2_nfaExecMpv_queueInitState
  320. -DnfaExecMpv_reportCurrent=core2_nfaExecMpv_reportCurrent
  321. -DnfaExecSheng_B=core2_nfaExecSheng_B
  322. -DnfaExecSheng_Q=core2_nfaExecSheng_Q
  323. -DnfaExecSheng_Q2=core2_nfaExecSheng_Q2
  324. -DnfaExecSheng_QR=core2_nfaExecSheng_QR
  325. -DnfaExecSheng_expandState=core2_nfaExecSheng_expandState
  326. -DnfaExecSheng_inAccept=core2_nfaExecSheng_inAccept
  327. -DnfaExecSheng_inAnyAccept=core2_nfaExecSheng_inAnyAccept
  328. -DnfaExecSheng_initCompressedState=core2_nfaExecSheng_initCompressedState
  329. -DnfaExecSheng_queueCompressState=core2_nfaExecSheng_queueCompressState
  330. -DnfaExecSheng_queueInitState=core2_nfaExecSheng_queueInitState
  331. -DnfaExecSheng_reportCurrent=core2_nfaExecSheng_reportCurrent
  332. -DnfaExecSheng_testEOD=core2_nfaExecSheng_testEOD
  333. -DnfaExecTamarama_Q=core2_nfaExecTamarama_Q
  334. -DnfaExecTamarama_Q2=core2_nfaExecTamarama_Q2
  335. -DnfaExecTamarama_QR=core2_nfaExecTamarama_QR
  336. -DnfaExecTamarama_expandState=core2_nfaExecTamarama_expandState
  337. -DnfaExecTamarama_inAccept=core2_nfaExecTamarama_inAccept
  338. -DnfaExecTamarama_inAnyAccept=core2_nfaExecTamarama_inAnyAccept
  339. -DnfaExecTamarama_queueCompressState=core2_nfaExecTamarama_queueCompressState
  340. -DnfaExecTamarama_queueInitState=core2_nfaExecTamarama_queueInitState
  341. -DnfaExecTamarama_reportCurrent=core2_nfaExecTamarama_reportCurrent
  342. -DnfaExecTamarama_testEOD=core2_nfaExecTamarama_testEOD
  343. -DnfaExecTamarama_zombie_status=core2_nfaExecTamarama_zombie_status
  344. -DnfaExpandState=core2_nfaExpandState
  345. -DnfaGetZombieStatus=core2_nfaGetZombieStatus
  346. -DnfaInAcceptState=core2_nfaInAcceptState
  347. -DnfaInAnyAcceptState=core2_nfaInAnyAcceptState
  348. -DnfaInitCompressedState=core2_nfaInitCompressedState
  349. -DnfaQueueCompressState=core2_nfaQueueCompressState
  350. -DnfaQueueExec=core2_nfaQueueExec
  351. -DnfaQueueExec2_raw=core2_nfaQueueExec2_raw
  352. -DnfaQueueExecRose=core2_nfaQueueExecRose
  353. -DnfaQueueExecToMatch=core2_nfaQueueExecToMatch
  354. -DnfaQueueExec_raw=core2_nfaQueueExec_raw
  355. -DnfaQueueInitState=core2_nfaQueueInitState
  356. -DnfaReportCurrentMatches=core2_nfaReportCurrentMatches
  357. -DnoodExec=core2_noodExec
  358. -DnoodExecStreaming=core2_noodExecStreaming
  359. -Dp_mask_arr=core2_p_mask_arr
  360. -Dp_mask_arr256=core2_p_mask_arr256
  361. -DrepeatHasMatchBitmap=core2_repeatHasMatchBitmap
  362. -DrepeatHasMatchRange=core2_repeatHasMatchRange
  363. -DrepeatHasMatchRing=core2_repeatHasMatchRing
  364. -DrepeatHasMatchSparseOptimalP=core2_repeatHasMatchSparseOptimalP
  365. -DrepeatHasMatchTrailer=core2_repeatHasMatchTrailer
  366. -DrepeatLastTopBitmap=core2_repeatLastTopBitmap
  367. -DrepeatLastTopRange=core2_repeatLastTopRange
  368. -DrepeatLastTopRing=core2_repeatLastTopRing
  369. -DrepeatLastTopSparseOptimalP=core2_repeatLastTopSparseOptimalP
  370. -DrepeatLastTopTrailer=core2_repeatLastTopTrailer
  371. -DrepeatNextMatchBitmap=core2_repeatNextMatchBitmap
  372. -DrepeatNextMatchRange=core2_repeatNextMatchRange
  373. -DrepeatNextMatchRing=core2_repeatNextMatchRing
  374. -DrepeatNextMatchSparseOptimalP=core2_repeatNextMatchSparseOptimalP
  375. -DrepeatNextMatchTrailer=core2_repeatNextMatchTrailer
  376. -DrepeatPack=core2_repeatPack
  377. -DrepeatStoreBitmap=core2_repeatStoreBitmap
  378. -DrepeatStoreRange=core2_repeatStoreRange
  379. -DrepeatStoreRing=core2_repeatStoreRing
  380. -DrepeatStoreSparseOptimalP=core2_repeatStoreSparseOptimalP
  381. -DrepeatStoreTrailer=core2_repeatStoreTrailer
  382. -DrepeatUnpack=core2_repeatUnpack
  383. -DroseAnchoredCallback=core2_roseAnchoredCallback
  384. -DroseBlockExec=core2_roseBlockExec
  385. -DroseCallback=core2_roseCallback
  386. -DroseCatchUpAll=core2_roseCatchUpAll
  387. -DroseCatchUpMPV_i=core2_roseCatchUpMPV_i
  388. -DroseCatchUpSuf=core2_roseCatchUpSuf
  389. -DroseDelayRebuildCallback=core2_roseDelayRebuildCallback
  390. -DroseFloatingCallback=core2_roseFloatingCallback
  391. -DroseHandleChainMatch=core2_roseHandleChainMatch
  392. -DroseInitState=core2_roseInitState
  393. -DroseNfaAdaptor=core2_roseNfaAdaptor
  394. -DroseNfaEarliestSom=core2_roseNfaEarliestSom
  395. -DroseReportAdaptor=core2_roseReportAdaptor
  396. -DroseRunBoundaryProgram=core2_roseRunBoundaryProgram
  397. -DroseRunFlushCombProgram=core2_roseRunFlushCombProgram
  398. -DroseRunLastFlushCombProgram=core2_roseRunLastFlushCombProgram
  399. -DroseRunProgram=core2_roseRunProgram
  400. -DroseRunProgram_l=core2_roseRunProgram_l
  401. -DroseStreamEodExec=core2_roseStreamEodExec
  402. -DroseStreamExec=core2_roseStreamExec
  403. -DrshuftiExec=core2_rshuftiExec
  404. -DrtruffleExec=core2_rtruffleExec
  405. -Drun_accel=core2_run_accel
  406. -DsetSomFromSomAware=core2_setSomFromSomAware
  407. -DshuftiDoubleExec=core2_shuftiDoubleExec
  408. -DshuftiExec=core2_shuftiExec
  409. -Dsimd_onebit_masks=core2_simd_onebit_masks
  410. -Dsize_compress_stream=core2_size_compress_stream
  411. -DstoreSomToStream=core2_storeSomToStream
  412. -Dstorecompressed128=core2_storecompressed128
  413. -Dstorecompressed256=core2_storecompressed256
  414. -Dstorecompressed32=core2_storecompressed32
  415. -Dstorecompressed384=core2_storecompressed384
  416. -Dstorecompressed512=core2_storecompressed512
  417. -Dstorecompressed64=core2_storecompressed64
  418. -DstreamInitSufPQ=core2_streamInitSufPQ
  419. -DtruffleExec=core2_truffleExec
  420. -Dvbs_mask_data=core2_vbs_mask_data
  421. )
  422. SRCDIR(contrib/libs/hyperscan)
  423. SRCS(
  424. src/alloc.c
  425. src/crc32.c
  426. src/database.c
  427. src/fdr/fdr.c
  428. src/fdr/teddy.c
  429. src/fdr/teddy_avx2.c
  430. src/hs_valid_platform.c
  431. src/hs_version.c
  432. src/hwlm/hwlm.c
  433. src/hwlm/noodle_engine.c
  434. src/nfa/accel.c
  435. src/nfa/castle.c
  436. src/nfa/gough.c
  437. src/nfa/lbr.c
  438. src/nfa/limex_64.c
  439. src/nfa/limex_accel.c
  440. src/nfa/limex_native.c
  441. src/nfa/limex_simd128.c
  442. src/nfa/limex_simd256.c
  443. src/nfa/limex_simd384.c
  444. src/nfa/limex_simd512.c
  445. src/nfa/mcclellan.c
  446. src/nfa/mcsheng.c
  447. src/nfa/mcsheng_data.c
  448. src/nfa/mpv.c
  449. src/nfa/nfa_api_dispatch.c
  450. src/nfa/repeat.c
  451. src/nfa/sheng.c
  452. src/nfa/shufti.c
  453. src/nfa/tamarama.c
  454. src/nfa/truffle.c
  455. src/rose/block.c
  456. src/rose/catchup.c
  457. src/rose/init.c
  458. src/rose/match.c
  459. src/rose/program_runtime.c
  460. src/rose/stream.c
  461. src/runtime.c
  462. src/scratch.c
  463. src/som/som_runtime.c
  464. src/som/som_stream.c
  465. src/stream_compress.c
  466. src/util/cpuid_flags.c
  467. src/util/masked_move.c
  468. src/util/multibit.c
  469. src/util/simd_utils.c
  470. src/util/state_compress.c
  471. )
  472. END()