diff options
author | vitalyisaev <vitalyisaev@ydb.tech> | 2023-11-30 13:26:22 +0300 |
---|---|---|
committer | vitalyisaev <vitalyisaev@ydb.tech> | 2023-11-30 15:44:45 +0300 |
commit | 0a98fece5a9b54f16afeb3a94b3eb3105e9c3962 (patch) | |
tree | 291d72dbd7e9865399f668c84d11ed86fb190bbf /contrib/libs/libmagic/magic/ya.make | |
parent | cb2c8d75065e5b3c47094067cb4aa407d4813298 (diff) | |
download | ydb-0a98fece5a9b54f16afeb3a94b3eb3105e9c3962.tar.gz |
YQ Connector:Use docker-compose in integrational tests
Diffstat (limited to 'contrib/libs/libmagic/magic/ya.make')
-rw-r--r-- | contrib/libs/libmagic/magic/ya.make | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/contrib/libs/libmagic/magic/ya.make b/contrib/libs/libmagic/magic/ya.make new file mode 100644 index 0000000000..c8fe646fd4 --- /dev/null +++ b/contrib/libs/libmagic/magic/ya.make @@ -0,0 +1,44 @@ +# Generated by devtools/yamaker. + +LIBRARY() + +LICENSE(BSD-2-Clause) + +LICENSE_TEXTS(.yandex_meta/licenses.list.txt) + +SRCDIR(contrib/libs/libmagic/magic/Magdir) + +RESOURCE( + Magdir.mgc /magic/magic.mgc +) + +RUN_PROGRAM( + contrib/libs/libmagic/file/0 -C -m $CURDIR/Magdir + CWD $BINDIR + OUT Magdir.mgc + IN acorn adi adventure aes algol68 allegro alliant amanda amigaos android animation aout apache apl apple + application applix apt archive aria arm asf assembler asterix att3b audio avm basis beetle ber bflt + bhl bioinformatics biosig blackberry blcr blender blit bm bout bsdi bsi btsnoop burp bytecode c-lang + c64 cad cafebabe cbor ccf cddb chord cisco citrus clarion claris clipper clojure coff commands + communications compress console convex coverage cracklib crypto ctags ctf cubemap cups dact database + dataone dbpf der diamond dif diff digital dolby dump dwarfs dyadic ebml edid editors efi elf encore + epoc erlang espressif esri etf fcs filesystems finger firmware flash flif fonts forth fortran frame + freebsd fsav fusecompress games gcc gconv gentoo geo geos gimp git glibc gnome gnu gnumeric gpt gpu + grace graphviz gringotts hardware hitachi-sh hp human68k ibm370 ibm6000 icc iff images inform intel + interleaf island ispell isz java javascript jpeg karma kde keepass kerberos kicad kml lammps lecter + lex lif linux lisp llvm locoscript lua luks m4 mach macintosh macos magic mail.news make map maple + marc21 mathcad mathematica matroska mcrypt measure mercurial metastore meteorological microfocus mime + mips mirage misctools mkid mlssa mmdf modem modulefile motorola mozilla msdos msooxml msvc msx mup + music nasa natinst ncr netbsd netscape netware news nifty nim-lang nitpicker numpy oasis ocaml octave + ole2compounddocs olf openfst opentimestamps oric os2 os400 os9 osf1 palm parix parrot pascal pbf pbm + pc88 pc98 pci_ids pcjr pdf pdp perl pgf pgp pgp-binary-keys pkgadd plan9 playdate plus5 pmem polyml + printer project psdbms psl pulsar puzzle pwsafe pyramid python qt revision riff ringdove rpi rpm rpmsg + rst rtf ruby rust sc sccs scientific securitycerts selinux sendmail sequent sereal sgi sgml sharc + sinclair sisu sketch smalltalk smile sniffer softquad sosi spec spectrum sql ssh ssl statistics + subtitle sun svf sylk symbos sysex tcl teapot terminfo tex tgif ti-8x timezone tplink troff tuxedo + typeset uf2 unicode unisig unknown usd uterus uuencode vacuum-cleaner varied.out varied.script vax + vicar virtual virtutech visx vms vmware vorbis vxl warc weak web webassembly windows wireless + wordprocessors wsdl x68000 xdelta xenix xilinx xo65 xwindows yara zfs zilog zip zyxel +) + +END() |