226 lines · plain
1add_entrypoint_object(2 cproj3 SRCS4 cproj.cpp5 HDRS6 ../cproj.h7 DEPENDS8 libc.src.__support.complex_basic_ops9)10 11add_entrypoint_object(12 cprojf13 SRCS14 cprojf.cpp15 HDRS16 ../cprojf.h17 DEPENDS18 libc.src.__support.complex_basic_ops19)20 21add_entrypoint_object(22 cprojl23 SRCS24 cprojl.cpp25 HDRS26 ../cprojl.h27 DEPENDS28 libc.src.__support.complex_basic_ops29)30 31add_entrypoint_object(32 cprojf1633 SRCS34 cprojf16.cpp35 HDRS36 ../cprojf16.h37 DEPENDS38 libc.src.__support.complex_basic_ops39 libc.src.__support.macros.properties.types40 libc.src.__support.macros.properties.complex_types41)42 43add_entrypoint_object(44 cprojf12845 SRCS46 cprojf128.cpp47 HDRS48 ../cprojf128.h49 DEPENDS50 libc.src.__support.complex_basic_ops51 libc.src.__support.macros.properties.types52 libc.src.__support.macros.properties.complex_types53)54 55add_entrypoint_object(56 conj57 SRCS58 conj.cpp59 HDRS60 ../conj.h61 DEPENDS62 libc.src.__support.complex_basic_ops63)64 65add_entrypoint_object(66 conjf67 SRCS68 conjf.cpp69 HDRS70 ../conjf.h71 DEPENDS72 libc.src.__support.complex_basic_ops73)74 75add_entrypoint_object(76 conjl77 SRCS78 conjl.cpp79 HDRS80 ../conjl.h81 DEPENDS82 libc.src.__support.complex_basic_ops83)84 85add_entrypoint_object(86 conjf1687 SRCS88 conjf16.cpp89 HDRS90 ../conjf16.h91 DEPENDS92 libc.src.__support.complex_basic_ops93 libc.src.__support.macros.properties.types94 libc.src.__support.macros.properties.complex_types95)96 97add_entrypoint_object(98 conjf12899 SRCS100 conjf128.cpp101 HDRS102 ../conjf128.h103 DEPENDS104 libc.src.__support.complex_basic_ops105 libc.src.__support.macros.properties.types106 libc.src.__support.macros.properties.complex_types107)108 109add_entrypoint_object(110 creal111 SRCS112 creal.cpp113 HDRS114 ../creal.h115 DEPENDS116 libc.src.__support.CPP.bit117 libc.src.__support.complex_type118)119 120add_entrypoint_object(121 crealf122 SRCS123 crealf.cpp124 HDRS125 ../crealf.h126 DEPENDS127 libc.src.__support.CPP.bit128 libc.src.__support.complex_type129)130 131add_entrypoint_object(132 creall133 SRCS134 creall.cpp135 HDRS136 ../creall.h137 DEPENDS138 libc.src.__support.CPP.bit139 libc.src.__support.complex_type140)141 142add_entrypoint_object(143 crealf16144 SRCS145 crealf16.cpp146 HDRS147 ../crealf16.h148 DEPENDS149 libc.src.__support.CPP.bit150 libc.src.__support.complex_type151 libc.src.__support.macros.properties.types152 libc.src.__support.macros.properties.complex_types153)154 155add_entrypoint_object(156 crealf128157 SRCS158 crealf128.cpp159 HDRS160 ../crealf128.h161 DEPENDS162 libc.src.__support.CPP.bit163 libc.src.__support.complex_type164 libc.src.__support.macros.properties.types165 libc.src.__support.macros.properties.complex_types166)167 168add_entrypoint_object(169 cimag170 SRCS171 cimag.cpp172 HDRS173 ../cimag.h174 DEPENDS175 libc.src.__support.CPP.bit176 libc.src.__support.complex_type177)178 179add_entrypoint_object(180 cimagf181 SRCS182 cimagf.cpp183 HDRS184 ../cimagf.h185 DEPENDS186 libc.src.__support.CPP.bit187 libc.src.__support.complex_type188)189 190add_entrypoint_object(191 cimagl192 SRCS193 cimagl.cpp194 HDRS195 ../cimagl.h196 DEPENDS197 libc.src.__support.CPP.bit198 libc.src.__support.complex_type199)200 201add_entrypoint_object(202 cimagf16203 SRCS204 cimagf16.cpp205 HDRS206 ../cimagf16.h207 DEPENDS208 libc.src.__support.CPP.bit209 libc.src.__support.complex_type210 libc.src.__support.macros.properties.types211 libc.src.__support.macros.properties.complex_types212)213 214add_entrypoint_object(215 cimagf128216 SRCS217 cimagf128.cpp218 HDRS219 ../cimagf128.h220 DEPENDS221 libc.src.__support.CPP.bit222 libc.src.__support.complex_type223 libc.src.__support.macros.properties.types224 libc.src.__support.macros.properties.complex_types225)226