wine/libs/zydis/Makefile.in
Alexandre Julliard 7bc94bc8f0 libs: Import the Zydis library version 4.0.0.
Also some needed header files from Zycore version 1.4.1.
2023-02-27 16:36:22 +01:00

19 lines
356 B
Makefile

EXTLIB = libzydis.a
EXTRAINCL = $(ZYDIS_PE_CFLAGS) -I$(srcdir)/src
SOURCES = \
src/Decoder.c \
src/DecoderData.c \
src/Disassembler.c \
src/Formatter.c \
src/FormatterATT.c \
src/FormatterBase.c \
src/FormatterBuffer.c \
src/FormatterIntel.c \
src/Mnemonic.c \
src/Register.c \
src/SharedData.c \
src/String.c \
src/Utils.c \
src/Zydis.c