ya.make 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  1. # Generated by devtools/yamaker.
  2. LIBRARY()
  3. OWNER(
  4. galtsev
  5. g:antiinfra
  6. g:cpp-contrib
  7. g:yql
  8. )
  9. LICENSE(BSD-3-Clause)
  10. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  11. ADDINCL(
  12. contrib/libs/hyperscan
  13. contrib/libs/hyperscan/src
  14. )
  15. NO_COMPILER_WARNINGS()
  16. NO_RUNTIME()
  17. CFLAGS(
  18. ${SSE41_CFLAGS}
  19. -DHAVE_SSE41
  20. ${SSE42_CFLAGS}
  21. -DHAVE_SSE42
  22. ${POPCNT_CFLAGS}
  23. -DHAVE_POPCOUNT_INSTR
  24. -DCrc32c_ComputeBuf=corei7_Crc32c_ComputeBuf
  25. -DblockInitSufPQ=corei7_blockInitSufPQ
  26. -Dcompress_stream=corei7_compress_stream
  27. -Dcpuid_flags=corei7_cpuid_flags
  28. -Dcpuid_tune=corei7_cpuid_tune
  29. -DdbIsValid=corei7_dbIsValid
  30. -DdoAccel128=corei7_doAccel128
  31. -DdoAccel256=corei7_doAccel256
  32. -DdoAccel32=corei7_doAccel32
  33. -DdoAccel384=corei7_doAccel384
  34. -DdoAccel512=corei7_doAccel512
  35. -DdoAccel64=corei7_doAccel64
  36. -Dexpand_stream=corei7_expand_stream
  37. -DfdrExec=corei7_fdrExec
  38. -DfdrExecStreaming=corei7_fdrExecStreaming
  39. -Dfdr_exec_fat_teddy_msks1=corei7_fdr_exec_fat_teddy_msks1
  40. -Dfdr_exec_fat_teddy_msks1_pck=corei7_fdr_exec_fat_teddy_msks1_pck
  41. -Dfdr_exec_fat_teddy_msks2=corei7_fdr_exec_fat_teddy_msks2
  42. -Dfdr_exec_fat_teddy_msks2_pck=corei7_fdr_exec_fat_teddy_msks2_pck
  43. -Dfdr_exec_fat_teddy_msks3=corei7_fdr_exec_fat_teddy_msks3
  44. -Dfdr_exec_fat_teddy_msks3_pck=corei7_fdr_exec_fat_teddy_msks3_pck
  45. -Dfdr_exec_fat_teddy_msks4=corei7_fdr_exec_fat_teddy_msks4
  46. -Dfdr_exec_fat_teddy_msks4_pck=corei7_fdr_exec_fat_teddy_msks4_pck
  47. -Dfdr_exec_teddy_msks1=corei7_fdr_exec_teddy_msks1
  48. -Dfdr_exec_teddy_msks1_pck=corei7_fdr_exec_teddy_msks1_pck
  49. -Dfdr_exec_teddy_msks2=corei7_fdr_exec_teddy_msks2
  50. -Dfdr_exec_teddy_msks2_pck=corei7_fdr_exec_teddy_msks2_pck
  51. -Dfdr_exec_teddy_msks3=corei7_fdr_exec_teddy_msks3
  52. -Dfdr_exec_teddy_msks3_pck=corei7_fdr_exec_teddy_msks3_pck
  53. -Dfdr_exec_teddy_msks4=corei7_fdr_exec_teddy_msks4
  54. -Dfdr_exec_teddy_msks4_pck=corei7_fdr_exec_teddy_msks4_pck
  55. -DflushQueuedLiterals_i=corei7_flushQueuedLiterals_i
  56. -DflushStoredSomMatches_i=corei7_flushStoredSomMatches_i
  57. -DhandleSomExternal=corei7_handleSomExternal
  58. -DhandleSomInternal=corei7_handleSomInternal
  59. -Dhs_alloc_scratch=corei7_hs_alloc_scratch
  60. -Dhs_clone_scratch=corei7_hs_clone_scratch
  61. -Dhs_close_stream=corei7_hs_close_stream
  62. -Dhs_compress_stream=corei7_hs_compress_stream
  63. -Dhs_copy_stream=corei7_hs_copy_stream
  64. -Dhs_database_alloc=corei7_hs_database_alloc
  65. -Dhs_database_free=corei7_hs_database_free
  66. -Dhs_database_info=corei7_hs_database_info
  67. -Dhs_database_size=corei7_hs_database_size
  68. -Dhs_deserialize_database=corei7_hs_deserialize_database
  69. -Dhs_deserialize_database_at=corei7_hs_deserialize_database_at
  70. -Dhs_expand_stream=corei7_hs_expand_stream
  71. -Dhs_free_database=corei7_hs_free_database
  72. -Dhs_free_scratch=corei7_hs_free_scratch
  73. -Dhs_misc_alloc=corei7_hs_misc_alloc
  74. -Dhs_misc_free=corei7_hs_misc_free
  75. -Dhs_open_stream=corei7_hs_open_stream
  76. -Dhs_reset_and_copy_stream=corei7_hs_reset_and_copy_stream
  77. -Dhs_reset_and_expand_stream=corei7_hs_reset_and_expand_stream
  78. -Dhs_reset_stream=corei7_hs_reset_stream
  79. -Dhs_scan=corei7_hs_scan
  80. -Dhs_scan_stream=corei7_hs_scan_stream
  81. -Dhs_scan_vector=corei7_hs_scan_vector
  82. -Dhs_scratch_alloc=corei7_hs_scratch_alloc
  83. -Dhs_scratch_free=corei7_hs_scratch_free
  84. -Dhs_scratch_size=corei7_hs_scratch_size
  85. -Dhs_serialize_database=corei7_hs_serialize_database
  86. -Dhs_serialized_database_info=corei7_hs_serialized_database_info
  87. -Dhs_serialized_database_size=corei7_hs_serialized_database_size
  88. -Dhs_set_allocator=corei7_hs_set_allocator
  89. -Dhs_set_database_allocator=corei7_hs_set_database_allocator
  90. -Dhs_set_misc_allocator=corei7_hs_set_misc_allocator
  91. -Dhs_set_scratch_allocator=corei7_hs_set_scratch_allocator
  92. -Dhs_set_stream_allocator=corei7_hs_set_stream_allocator
  93. -Dhs_stream_alloc=corei7_hs_stream_alloc
  94. -Dhs_stream_free=corei7_hs_stream_free
  95. -Dhs_stream_size=corei7_hs_stream_size
  96. -Dhs_valid_platform=corei7_hs_valid_platform
  97. -Dhs_version=corei7_hs_version
  98. -DhwlmExec=corei7_hwlmExec
  99. -DhwlmExecStreaming=corei7_hwlmExecStreaming
  100. -DloadSomFromStream=corei7_loadSomFromStream
  101. -Dloadcompressed128=corei7_loadcompressed128
  102. -Dloadcompressed256=corei7_loadcompressed256
  103. -Dloadcompressed32=corei7_loadcompressed32
  104. -Dloadcompressed384=corei7_loadcompressed384
  105. -Dloadcompressed512=corei7_loadcompressed512
  106. -Dloadcompressed64=corei7_loadcompressed64
  107. -Dmcsheng_pext_mask=corei7_mcsheng_pext_mask
  108. -Dmm_mask_mask=corei7_mm_mask_mask
  109. -Dmm_shuffle_end=corei7_mm_shuffle_end
  110. -Dmmbit_keyshift_lut=corei7_mmbit_keyshift_lut
  111. -Dmmbit_maxlevel_direct_lut=corei7_mmbit_maxlevel_direct_lut
  112. -Dmmbit_maxlevel_from_keyshift_lut=corei7_mmbit_maxlevel_from_keyshift_lut
  113. -Dmmbit_root_offset_from_level=corei7_mmbit_root_offset_from_level
  114. -Dmmbit_zero_to_lut=corei7_mmbit_zero_to_lut
  115. -DnfaBlockExecReverse=corei7_nfaBlockExecReverse
  116. -DnfaCheckFinalState=corei7_nfaCheckFinalState
  117. -DnfaExecCastle_Q=corei7_nfaExecCastle_Q
  118. -DnfaExecCastle_Q2=corei7_nfaExecCastle_Q2
  119. -DnfaExecCastle_QR=corei7_nfaExecCastle_QR
  120. -DnfaExecCastle_expandState=corei7_nfaExecCastle_expandState
  121. -DnfaExecCastle_inAccept=corei7_nfaExecCastle_inAccept
  122. -DnfaExecCastle_inAnyAccept=corei7_nfaExecCastle_inAnyAccept
  123. -DnfaExecCastle_initCompressedState=corei7_nfaExecCastle_initCompressedState
  124. -DnfaExecCastle_queueCompressState=corei7_nfaExecCastle_queueCompressState
  125. -DnfaExecCastle_queueInitState=corei7_nfaExecCastle_queueInitState
  126. -DnfaExecCastle_reportCurrent=corei7_nfaExecCastle_reportCurrent
  127. -DnfaExecGough16_Q=corei7_nfaExecGough16_Q
  128. -DnfaExecGough16_Q2=corei7_nfaExecGough16_Q2
  129. -DnfaExecGough16_QR=corei7_nfaExecGough16_QR
  130. -DnfaExecGough16_expandState=corei7_nfaExecGough16_expandState
  131. -DnfaExecGough16_inAccept=corei7_nfaExecGough16_inAccept
  132. -DnfaExecGough16_inAnyAccept=corei7_nfaExecGough16_inAnyAccept
  133. -DnfaExecGough16_initCompressedState=corei7_nfaExecGough16_initCompressedState
  134. -DnfaExecGough16_queueCompressState=corei7_nfaExecGough16_queueCompressState
  135. -DnfaExecGough16_queueInitState=corei7_nfaExecGough16_queueInitState
  136. -DnfaExecGough16_reportCurrent=corei7_nfaExecGough16_reportCurrent
  137. -DnfaExecGough16_testEOD=corei7_nfaExecGough16_testEOD
  138. -DnfaExecGough8_Q=corei7_nfaExecGough8_Q
  139. -DnfaExecGough8_Q2=corei7_nfaExecGough8_Q2
  140. -DnfaExecGough8_QR=corei7_nfaExecGough8_QR
  141. -DnfaExecGough8_expandState=corei7_nfaExecGough8_expandState
  142. -DnfaExecGough8_inAccept=corei7_nfaExecGough8_inAccept
  143. -DnfaExecGough8_inAnyAccept=corei7_nfaExecGough8_inAnyAccept
  144. -DnfaExecGough8_initCompressedState=corei7_nfaExecGough8_initCompressedState
  145. -DnfaExecGough8_queueCompressState=corei7_nfaExecGough8_queueCompressState
  146. -DnfaExecGough8_queueInitState=corei7_nfaExecGough8_queueInitState
  147. -DnfaExecGough8_reportCurrent=corei7_nfaExecGough8_reportCurrent
  148. -DnfaExecGough8_testEOD=corei7_nfaExecGough8_testEOD
  149. -DnfaExecLbrDot_Q=corei7_nfaExecLbrDot_Q
  150. -DnfaExecLbrDot_Q2=corei7_nfaExecLbrDot_Q2
  151. -DnfaExecLbrDot_QR=corei7_nfaExecLbrDot_QR
  152. -DnfaExecLbrDot_expandState=corei7_nfaExecLbrDot_expandState
  153. -DnfaExecLbrDot_inAccept=corei7_nfaExecLbrDot_inAccept
  154. -DnfaExecLbrDot_inAnyAccept=corei7_nfaExecLbrDot_inAnyAccept
  155. -DnfaExecLbrDot_initCompressedState=corei7_nfaExecLbrDot_initCompressedState
  156. -DnfaExecLbrDot_queueCompressState=corei7_nfaExecLbrDot_queueCompressState
  157. -DnfaExecLbrDot_queueInitState=corei7_nfaExecLbrDot_queueInitState
  158. -DnfaExecLbrDot_reportCurrent=corei7_nfaExecLbrDot_reportCurrent
  159. -DnfaExecLbrNVerm_Q=corei7_nfaExecLbrNVerm_Q
  160. -DnfaExecLbrNVerm_Q2=corei7_nfaExecLbrNVerm_Q2
  161. -DnfaExecLbrNVerm_QR=corei7_nfaExecLbrNVerm_QR
  162. -DnfaExecLbrNVerm_expandState=corei7_nfaExecLbrNVerm_expandState
  163. -DnfaExecLbrNVerm_inAccept=corei7_nfaExecLbrNVerm_inAccept
  164. -DnfaExecLbrNVerm_inAnyAccept=corei7_nfaExecLbrNVerm_inAnyAccept
  165. -DnfaExecLbrNVerm_initCompressedState=corei7_nfaExecLbrNVerm_initCompressedState
  166. -DnfaExecLbrNVerm_queueCompressState=corei7_nfaExecLbrNVerm_queueCompressState
  167. -DnfaExecLbrNVerm_queueInitState=corei7_nfaExecLbrNVerm_queueInitState
  168. -DnfaExecLbrNVerm_reportCurrent=corei7_nfaExecLbrNVerm_reportCurrent
  169. -DnfaExecLbrShuf_Q=corei7_nfaExecLbrShuf_Q
  170. -DnfaExecLbrShuf_Q2=corei7_nfaExecLbrShuf_Q2
  171. -DnfaExecLbrShuf_QR=corei7_nfaExecLbrShuf_QR
  172. -DnfaExecLbrShuf_expandState=corei7_nfaExecLbrShuf_expandState
  173. -DnfaExecLbrShuf_inAccept=corei7_nfaExecLbrShuf_inAccept
  174. -DnfaExecLbrShuf_inAnyAccept=corei7_nfaExecLbrShuf_inAnyAccept
  175. -DnfaExecLbrShuf_initCompressedState=corei7_nfaExecLbrShuf_initCompressedState
  176. -DnfaExecLbrShuf_queueCompressState=corei7_nfaExecLbrShuf_queueCompressState
  177. -DnfaExecLbrShuf_queueInitState=corei7_nfaExecLbrShuf_queueInitState
  178. -DnfaExecLbrShuf_reportCurrent=corei7_nfaExecLbrShuf_reportCurrent
  179. -DnfaExecLbrTruf_Q=corei7_nfaExecLbrTruf_Q
  180. -DnfaExecLbrTruf_Q2=corei7_nfaExecLbrTruf_Q2
  181. -DnfaExecLbrTruf_QR=corei7_nfaExecLbrTruf_QR
  182. -DnfaExecLbrTruf_expandState=corei7_nfaExecLbrTruf_expandState
  183. -DnfaExecLbrTruf_inAccept=corei7_nfaExecLbrTruf_inAccept
  184. -DnfaExecLbrTruf_inAnyAccept=corei7_nfaExecLbrTruf_inAnyAccept
  185. -DnfaExecLbrTruf_initCompressedState=corei7_nfaExecLbrTruf_initCompressedState
  186. -DnfaExecLbrTruf_queueCompressState=corei7_nfaExecLbrTruf_queueCompressState
  187. -DnfaExecLbrTruf_queueInitState=corei7_nfaExecLbrTruf_queueInitState
  188. -DnfaExecLbrTruf_reportCurrent=corei7_nfaExecLbrTruf_reportCurrent
  189. -DnfaExecLbrVerm_Q=corei7_nfaExecLbrVerm_Q
  190. -DnfaExecLbrVerm_Q2=corei7_nfaExecLbrVerm_Q2
  191. -DnfaExecLbrVerm_QR=corei7_nfaExecLbrVerm_QR
  192. -DnfaExecLbrVerm_expandState=corei7_nfaExecLbrVerm_expandState
  193. -DnfaExecLbrVerm_inAccept=corei7_nfaExecLbrVerm_inAccept
  194. -DnfaExecLbrVerm_inAnyAccept=corei7_nfaExecLbrVerm_inAnyAccept
  195. -DnfaExecLbrVerm_initCompressedState=corei7_nfaExecLbrVerm_initCompressedState
  196. -DnfaExecLbrVerm_queueCompressState=corei7_nfaExecLbrVerm_queueCompressState
  197. -DnfaExecLbrVerm_queueInitState=corei7_nfaExecLbrVerm_queueInitState
  198. -DnfaExecLbrVerm_reportCurrent=corei7_nfaExecLbrVerm_reportCurrent
  199. -DnfaExecLimEx128_B_Reverse=corei7_nfaExecLimEx128_B_Reverse
  200. -DnfaExecLimEx128_Q=corei7_nfaExecLimEx128_Q
  201. -DnfaExecLimEx128_Q2=corei7_nfaExecLimEx128_Q2
  202. -DnfaExecLimEx128_QR=corei7_nfaExecLimEx128_QR
  203. -DnfaExecLimEx128_expandState=corei7_nfaExecLimEx128_expandState
  204. -DnfaExecLimEx128_inAccept=corei7_nfaExecLimEx128_inAccept
  205. -DnfaExecLimEx128_inAnyAccept=corei7_nfaExecLimEx128_inAnyAccept
  206. -DnfaExecLimEx128_initCompressedState=corei7_nfaExecLimEx128_initCompressedState
  207. -DnfaExecLimEx128_queueCompressState=corei7_nfaExecLimEx128_queueCompressState
  208. -DnfaExecLimEx128_queueInitState=corei7_nfaExecLimEx128_queueInitState
  209. -DnfaExecLimEx128_reportCurrent=corei7_nfaExecLimEx128_reportCurrent
  210. -DnfaExecLimEx128_testEOD=corei7_nfaExecLimEx128_testEOD
  211. -DnfaExecLimEx128_zombie_status=corei7_nfaExecLimEx128_zombie_status
  212. -DnfaExecLimEx256_B_Reverse=corei7_nfaExecLimEx256_B_Reverse
  213. -DnfaExecLimEx256_Q=corei7_nfaExecLimEx256_Q
  214. -DnfaExecLimEx256_Q2=corei7_nfaExecLimEx256_Q2
  215. -DnfaExecLimEx256_QR=corei7_nfaExecLimEx256_QR
  216. -DnfaExecLimEx256_expandState=corei7_nfaExecLimEx256_expandState
  217. -DnfaExecLimEx256_inAccept=corei7_nfaExecLimEx256_inAccept
  218. -DnfaExecLimEx256_inAnyAccept=corei7_nfaExecLimEx256_inAnyAccept
  219. -DnfaExecLimEx256_initCompressedState=corei7_nfaExecLimEx256_initCompressedState
  220. -DnfaExecLimEx256_queueCompressState=corei7_nfaExecLimEx256_queueCompressState
  221. -DnfaExecLimEx256_queueInitState=corei7_nfaExecLimEx256_queueInitState
  222. -DnfaExecLimEx256_reportCurrent=corei7_nfaExecLimEx256_reportCurrent
  223. -DnfaExecLimEx256_testEOD=corei7_nfaExecLimEx256_testEOD
  224. -DnfaExecLimEx256_zombie_status=corei7_nfaExecLimEx256_zombie_status
  225. -DnfaExecLimEx32_B_Reverse=corei7_nfaExecLimEx32_B_Reverse
  226. -DnfaExecLimEx32_Q=corei7_nfaExecLimEx32_Q
  227. -DnfaExecLimEx32_Q2=corei7_nfaExecLimEx32_Q2
  228. -DnfaExecLimEx32_QR=corei7_nfaExecLimEx32_QR
  229. -DnfaExecLimEx32_expandState=corei7_nfaExecLimEx32_expandState
  230. -DnfaExecLimEx32_inAccept=corei7_nfaExecLimEx32_inAccept
  231. -DnfaExecLimEx32_inAnyAccept=corei7_nfaExecLimEx32_inAnyAccept
  232. -DnfaExecLimEx32_initCompressedState=corei7_nfaExecLimEx32_initCompressedState
  233. -DnfaExecLimEx32_queueCompressState=corei7_nfaExecLimEx32_queueCompressState
  234. -DnfaExecLimEx32_queueInitState=corei7_nfaExecLimEx32_queueInitState
  235. -DnfaExecLimEx32_reportCurrent=corei7_nfaExecLimEx32_reportCurrent
  236. -DnfaExecLimEx32_testEOD=corei7_nfaExecLimEx32_testEOD
  237. -DnfaExecLimEx32_zombie_status=corei7_nfaExecLimEx32_zombie_status
  238. -DnfaExecLimEx384_B_Reverse=corei7_nfaExecLimEx384_B_Reverse
  239. -DnfaExecLimEx384_Q=corei7_nfaExecLimEx384_Q
  240. -DnfaExecLimEx384_Q2=corei7_nfaExecLimEx384_Q2
  241. -DnfaExecLimEx384_QR=corei7_nfaExecLimEx384_QR
  242. -DnfaExecLimEx384_expandState=corei7_nfaExecLimEx384_expandState
  243. -DnfaExecLimEx384_inAccept=corei7_nfaExecLimEx384_inAccept
  244. -DnfaExecLimEx384_inAnyAccept=corei7_nfaExecLimEx384_inAnyAccept
  245. -DnfaExecLimEx384_initCompressedState=corei7_nfaExecLimEx384_initCompressedState
  246. -DnfaExecLimEx384_queueCompressState=corei7_nfaExecLimEx384_queueCompressState
  247. -DnfaExecLimEx384_queueInitState=corei7_nfaExecLimEx384_queueInitState
  248. -DnfaExecLimEx384_reportCurrent=corei7_nfaExecLimEx384_reportCurrent
  249. -DnfaExecLimEx384_testEOD=corei7_nfaExecLimEx384_testEOD
  250. -DnfaExecLimEx384_zombie_status=corei7_nfaExecLimEx384_zombie_status
  251. -DnfaExecLimEx512_B_Reverse=corei7_nfaExecLimEx512_B_Reverse
  252. -DnfaExecLimEx512_Q=corei7_nfaExecLimEx512_Q
  253. -DnfaExecLimEx512_Q2=corei7_nfaExecLimEx512_Q2
  254. -DnfaExecLimEx512_QR=corei7_nfaExecLimEx512_QR
  255. -DnfaExecLimEx512_expandState=corei7_nfaExecLimEx512_expandState
  256. -DnfaExecLimEx512_inAccept=corei7_nfaExecLimEx512_inAccept
  257. -DnfaExecLimEx512_inAnyAccept=corei7_nfaExecLimEx512_inAnyAccept
  258. -DnfaExecLimEx512_initCompressedState=corei7_nfaExecLimEx512_initCompressedState
  259. -DnfaExecLimEx512_queueCompressState=corei7_nfaExecLimEx512_queueCompressState
  260. -DnfaExecLimEx512_queueInitState=corei7_nfaExecLimEx512_queueInitState
  261. -DnfaExecLimEx512_reportCurrent=corei7_nfaExecLimEx512_reportCurrent
  262. -DnfaExecLimEx512_testEOD=corei7_nfaExecLimEx512_testEOD
  263. -DnfaExecLimEx512_zombie_status=corei7_nfaExecLimEx512_zombie_status
  264. -DnfaExecLimEx64_B_Reverse=corei7_nfaExecLimEx64_B_Reverse
  265. -DnfaExecLimEx64_Q=corei7_nfaExecLimEx64_Q
  266. -DnfaExecLimEx64_Q2=corei7_nfaExecLimEx64_Q2
  267. -DnfaExecLimEx64_QR=corei7_nfaExecLimEx64_QR
  268. -DnfaExecLimEx64_expandState=corei7_nfaExecLimEx64_expandState
  269. -DnfaExecLimEx64_inAccept=corei7_nfaExecLimEx64_inAccept
  270. -DnfaExecLimEx64_inAnyAccept=corei7_nfaExecLimEx64_inAnyAccept
  271. -DnfaExecLimEx64_initCompressedState=corei7_nfaExecLimEx64_initCompressedState
  272. -DnfaExecLimEx64_queueCompressState=corei7_nfaExecLimEx64_queueCompressState
  273. -DnfaExecLimEx64_queueInitState=corei7_nfaExecLimEx64_queueInitState
  274. -DnfaExecLimEx64_reportCurrent=corei7_nfaExecLimEx64_reportCurrent
  275. -DnfaExecLimEx64_testEOD=corei7_nfaExecLimEx64_testEOD
  276. -DnfaExecLimEx64_zombie_status=corei7_nfaExecLimEx64_zombie_status
  277. -DnfaExecMcClellan16_B=corei7_nfaExecMcClellan16_B
  278. -DnfaExecMcClellan16_Q=corei7_nfaExecMcClellan16_Q
  279. -DnfaExecMcClellan16_Q2=corei7_nfaExecMcClellan16_Q2
  280. -DnfaExecMcClellan16_QR=corei7_nfaExecMcClellan16_QR
  281. -DnfaExecMcClellan16_SimpStream=corei7_nfaExecMcClellan16_SimpStream
  282. -DnfaExecMcClellan16_expandState=corei7_nfaExecMcClellan16_expandState
  283. -DnfaExecMcClellan16_inAccept=corei7_nfaExecMcClellan16_inAccept
  284. -DnfaExecMcClellan16_inAnyAccept=corei7_nfaExecMcClellan16_inAnyAccept
  285. -DnfaExecMcClellan16_initCompressedState=corei7_nfaExecMcClellan16_initCompressedState
  286. -DnfaExecMcClellan16_queueCompressState=corei7_nfaExecMcClellan16_queueCompressState
  287. -DnfaExecMcClellan16_queueInitState=corei7_nfaExecMcClellan16_queueInitState
  288. -DnfaExecMcClellan16_reportCurrent=corei7_nfaExecMcClellan16_reportCurrent
  289. -DnfaExecMcClellan16_testEOD=corei7_nfaExecMcClellan16_testEOD
  290. -DnfaExecMcClellan8_B=corei7_nfaExecMcClellan8_B
  291. -DnfaExecMcClellan8_Q=corei7_nfaExecMcClellan8_Q
  292. -DnfaExecMcClellan8_Q2=corei7_nfaExecMcClellan8_Q2
  293. -DnfaExecMcClellan8_QR=corei7_nfaExecMcClellan8_QR
  294. -DnfaExecMcClellan8_SimpStream=corei7_nfaExecMcClellan8_SimpStream
  295. -DnfaExecMcClellan8_expandState=corei7_nfaExecMcClellan8_expandState
  296. -DnfaExecMcClellan8_inAccept=corei7_nfaExecMcClellan8_inAccept
  297. -DnfaExecMcClellan8_inAnyAccept=corei7_nfaExecMcClellan8_inAnyAccept
  298. -DnfaExecMcClellan8_initCompressedState=corei7_nfaExecMcClellan8_initCompressedState
  299. -DnfaExecMcClellan8_queueCompressState=corei7_nfaExecMcClellan8_queueCompressState
  300. -DnfaExecMcClellan8_queueInitState=corei7_nfaExecMcClellan8_queueInitState
  301. -DnfaExecMcClellan8_reportCurrent=corei7_nfaExecMcClellan8_reportCurrent
  302. -DnfaExecMcClellan8_testEOD=corei7_nfaExecMcClellan8_testEOD
  303. -DnfaExecMcSheng16_Q=corei7_nfaExecMcSheng16_Q
  304. -DnfaExecMcSheng16_Q2=corei7_nfaExecMcSheng16_Q2
  305. -DnfaExecMcSheng16_QR=corei7_nfaExecMcSheng16_QR
  306. -DnfaExecMcSheng16_expandState=corei7_nfaExecMcSheng16_expandState
  307. -DnfaExecMcSheng16_inAccept=corei7_nfaExecMcSheng16_inAccept
  308. -DnfaExecMcSheng16_inAnyAccept=corei7_nfaExecMcSheng16_inAnyAccept
  309. -DnfaExecMcSheng16_initCompressedState=corei7_nfaExecMcSheng16_initCompressedState
  310. -DnfaExecMcSheng16_queueCompressState=corei7_nfaExecMcSheng16_queueCompressState
  311. -DnfaExecMcSheng16_queueInitState=corei7_nfaExecMcSheng16_queueInitState
  312. -DnfaExecMcSheng16_reportCurrent=corei7_nfaExecMcSheng16_reportCurrent
  313. -DnfaExecMcSheng16_testEOD=corei7_nfaExecMcSheng16_testEOD
  314. -DnfaExecMcSheng8_Q=corei7_nfaExecMcSheng8_Q
  315. -DnfaExecMcSheng8_Q2=corei7_nfaExecMcSheng8_Q2
  316. -DnfaExecMcSheng8_QR=corei7_nfaExecMcSheng8_QR
  317. -DnfaExecMcSheng8_expandState=corei7_nfaExecMcSheng8_expandState
  318. -DnfaExecMcSheng8_inAccept=corei7_nfaExecMcSheng8_inAccept
  319. -DnfaExecMcSheng8_inAnyAccept=corei7_nfaExecMcSheng8_inAnyAccept
  320. -DnfaExecMcSheng8_initCompressedState=corei7_nfaExecMcSheng8_initCompressedState
  321. -DnfaExecMcSheng8_queueCompressState=corei7_nfaExecMcSheng8_queueCompressState
  322. -DnfaExecMcSheng8_queueInitState=corei7_nfaExecMcSheng8_queueInitState
  323. -DnfaExecMcSheng8_reportCurrent=corei7_nfaExecMcSheng8_reportCurrent
  324. -DnfaExecMcSheng8_testEOD=corei7_nfaExecMcSheng8_testEOD
  325. -DnfaExecMpv_Q=corei7_nfaExecMpv_Q
  326. -DnfaExecMpv_QueueExecRaw=corei7_nfaExecMpv_QueueExecRaw
  327. -DnfaExecMpv_expandState=corei7_nfaExecMpv_expandState
  328. -DnfaExecMpv_initCompressedState=corei7_nfaExecMpv_initCompressedState
  329. -DnfaExecMpv_queueCompressState=corei7_nfaExecMpv_queueCompressState
  330. -DnfaExecMpv_queueInitState=corei7_nfaExecMpv_queueInitState
  331. -DnfaExecMpv_reportCurrent=corei7_nfaExecMpv_reportCurrent
  332. -DnfaExecSheng_B=corei7_nfaExecSheng_B
  333. -DnfaExecSheng_Q=corei7_nfaExecSheng_Q
  334. -DnfaExecSheng_Q2=corei7_nfaExecSheng_Q2
  335. -DnfaExecSheng_QR=corei7_nfaExecSheng_QR
  336. -DnfaExecSheng_expandState=corei7_nfaExecSheng_expandState
  337. -DnfaExecSheng_inAccept=corei7_nfaExecSheng_inAccept
  338. -DnfaExecSheng_inAnyAccept=corei7_nfaExecSheng_inAnyAccept
  339. -DnfaExecSheng_initCompressedState=corei7_nfaExecSheng_initCompressedState
  340. -DnfaExecSheng_queueCompressState=corei7_nfaExecSheng_queueCompressState
  341. -DnfaExecSheng_queueInitState=corei7_nfaExecSheng_queueInitState
  342. -DnfaExecSheng_reportCurrent=corei7_nfaExecSheng_reportCurrent
  343. -DnfaExecSheng_testEOD=corei7_nfaExecSheng_testEOD
  344. -DnfaExecTamarama_Q=corei7_nfaExecTamarama_Q
  345. -DnfaExecTamarama_Q2=corei7_nfaExecTamarama_Q2
  346. -DnfaExecTamarama_QR=corei7_nfaExecTamarama_QR
  347. -DnfaExecTamarama_expandState=corei7_nfaExecTamarama_expandState
  348. -DnfaExecTamarama_inAccept=corei7_nfaExecTamarama_inAccept
  349. -DnfaExecTamarama_inAnyAccept=corei7_nfaExecTamarama_inAnyAccept
  350. -DnfaExecTamarama_queueCompressState=corei7_nfaExecTamarama_queueCompressState
  351. -DnfaExecTamarama_queueInitState=corei7_nfaExecTamarama_queueInitState
  352. -DnfaExecTamarama_reportCurrent=corei7_nfaExecTamarama_reportCurrent
  353. -DnfaExecTamarama_testEOD=corei7_nfaExecTamarama_testEOD
  354. -DnfaExecTamarama_zombie_status=corei7_nfaExecTamarama_zombie_status
  355. -DnfaExpandState=corei7_nfaExpandState
  356. -DnfaGetZombieStatus=corei7_nfaGetZombieStatus
  357. -DnfaInAcceptState=corei7_nfaInAcceptState
  358. -DnfaInAnyAcceptState=corei7_nfaInAnyAcceptState
  359. -DnfaInitCompressedState=corei7_nfaInitCompressedState
  360. -DnfaQueueCompressState=corei7_nfaQueueCompressState
  361. -DnfaQueueExec=corei7_nfaQueueExec
  362. -DnfaQueueExec2_raw=corei7_nfaQueueExec2_raw
  363. -DnfaQueueExecRose=corei7_nfaQueueExecRose
  364. -DnfaQueueExecToMatch=corei7_nfaQueueExecToMatch
  365. -DnfaQueueExec_raw=corei7_nfaQueueExec_raw
  366. -DnfaQueueInitState=corei7_nfaQueueInitState
  367. -DnfaReportCurrentMatches=corei7_nfaReportCurrentMatches
  368. -DnoodExec=corei7_noodExec
  369. -DnoodExecStreaming=corei7_noodExecStreaming
  370. -Dp_mask_arr=corei7_p_mask_arr
  371. -Dp_mask_arr256=corei7_p_mask_arr256
  372. -DrepeatHasMatchBitmap=corei7_repeatHasMatchBitmap
  373. -DrepeatHasMatchRange=corei7_repeatHasMatchRange
  374. -DrepeatHasMatchRing=corei7_repeatHasMatchRing
  375. -DrepeatHasMatchSparseOptimalP=corei7_repeatHasMatchSparseOptimalP
  376. -DrepeatHasMatchTrailer=corei7_repeatHasMatchTrailer
  377. -DrepeatLastTopBitmap=corei7_repeatLastTopBitmap
  378. -DrepeatLastTopRange=corei7_repeatLastTopRange
  379. -DrepeatLastTopRing=corei7_repeatLastTopRing
  380. -DrepeatLastTopSparseOptimalP=corei7_repeatLastTopSparseOptimalP
  381. -DrepeatLastTopTrailer=corei7_repeatLastTopTrailer
  382. -DrepeatNextMatchBitmap=corei7_repeatNextMatchBitmap
  383. -DrepeatNextMatchRange=corei7_repeatNextMatchRange
  384. -DrepeatNextMatchRing=corei7_repeatNextMatchRing
  385. -DrepeatNextMatchSparseOptimalP=corei7_repeatNextMatchSparseOptimalP
  386. -DrepeatNextMatchTrailer=corei7_repeatNextMatchTrailer
  387. -DrepeatPack=corei7_repeatPack
  388. -DrepeatStoreBitmap=corei7_repeatStoreBitmap
  389. -DrepeatStoreRange=corei7_repeatStoreRange
  390. -DrepeatStoreRing=corei7_repeatStoreRing
  391. -DrepeatStoreSparseOptimalP=corei7_repeatStoreSparseOptimalP
  392. -DrepeatStoreTrailer=corei7_repeatStoreTrailer
  393. -DrepeatUnpack=corei7_repeatUnpack
  394. -DroseAnchoredCallback=corei7_roseAnchoredCallback
  395. -DroseBlockExec=corei7_roseBlockExec
  396. -DroseCallback=corei7_roseCallback
  397. -DroseCatchUpAll=corei7_roseCatchUpAll
  398. -DroseCatchUpMPV_i=corei7_roseCatchUpMPV_i
  399. -DroseCatchUpSuf=corei7_roseCatchUpSuf
  400. -DroseDelayRebuildCallback=corei7_roseDelayRebuildCallback
  401. -DroseFloatingCallback=corei7_roseFloatingCallback
  402. -DroseHandleChainMatch=corei7_roseHandleChainMatch
  403. -DroseInitState=corei7_roseInitState
  404. -DroseNfaAdaptor=corei7_roseNfaAdaptor
  405. -DroseNfaEarliestSom=corei7_roseNfaEarliestSom
  406. -DroseReportAdaptor=corei7_roseReportAdaptor
  407. -DroseRunBoundaryProgram=corei7_roseRunBoundaryProgram
  408. -DroseRunFlushCombProgram=corei7_roseRunFlushCombProgram
  409. -DroseRunLastFlushCombProgram=corei7_roseRunLastFlushCombProgram
  410. -DroseRunProgram=corei7_roseRunProgram
  411. -DroseRunProgram_l=corei7_roseRunProgram_l
  412. -DroseStreamEodExec=corei7_roseStreamEodExec
  413. -DroseStreamExec=corei7_roseStreamExec
  414. -DrshuftiExec=corei7_rshuftiExec
  415. -DrtruffleExec=corei7_rtruffleExec
  416. -Drun_accel=corei7_run_accel
  417. -DsetSomFromSomAware=corei7_setSomFromSomAware
  418. -DshuftiDoubleExec=corei7_shuftiDoubleExec
  419. -DshuftiExec=corei7_shuftiExec
  420. -Dsimd_onebit_masks=corei7_simd_onebit_masks
  421. -Dsize_compress_stream=corei7_size_compress_stream
  422. -DstoreSomToStream=corei7_storeSomToStream
  423. -Dstorecompressed128=corei7_storecompressed128
  424. -Dstorecompressed256=corei7_storecompressed256
  425. -Dstorecompressed32=corei7_storecompressed32
  426. -Dstorecompressed384=corei7_storecompressed384
  427. -Dstorecompressed512=corei7_storecompressed512
  428. -Dstorecompressed64=corei7_storecompressed64
  429. -DstreamInitSufPQ=corei7_streamInitSufPQ
  430. -DtruffleExec=corei7_truffleExec
  431. -Dvbs_mask_data=corei7_vbs_mask_data
  432. )
  433. SRCDIR(contrib/libs/hyperscan)
  434. SRCS(
  435. src/alloc.c
  436. src/crc32.c
  437. src/database.c
  438. src/fdr/fdr.c
  439. src/fdr/teddy.c
  440. src/fdr/teddy_avx2.c
  441. src/hs_valid_platform.c
  442. src/hs_version.c
  443. src/hwlm/hwlm.c
  444. src/hwlm/noodle_engine.c
  445. src/nfa/accel.c
  446. src/nfa/castle.c
  447. src/nfa/gough.c
  448. src/nfa/lbr.c
  449. src/nfa/limex_64.c
  450. src/nfa/limex_accel.c
  451. src/nfa/limex_native.c
  452. src/nfa/limex_simd128.c
  453. src/nfa/limex_simd256.c
  454. src/nfa/limex_simd384.c
  455. src/nfa/limex_simd512.c
  456. src/nfa/mcclellan.c
  457. src/nfa/mcsheng.c
  458. src/nfa/mcsheng_data.c
  459. src/nfa/mpv.c
  460. src/nfa/nfa_api_dispatch.c
  461. src/nfa/repeat.c
  462. src/nfa/sheng.c
  463. src/nfa/shufti.c
  464. src/nfa/tamarama.c
  465. src/nfa/truffle.c
  466. src/rose/block.c
  467. src/rose/catchup.c
  468. src/rose/init.c
  469. src/rose/match.c
  470. src/rose/program_runtime.c
  471. src/rose/stream.c
  472. src/runtime.c
  473. src/scratch.c
  474. src/som/som_runtime.c
  475. src/som/som_stream.c
  476. src/stream_compress.c
  477. src/util/cpuid_flags.c
  478. src/util/masked_move.c
  479. src/util/multibit.c
  480. src/util/simd_utils.c
  481. src/util/state_compress.c
  482. )
  483. END()