1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-29 11:28:15 +00:00
hashcat/deps/LZMA-SDK/C/Util/Lzma/makefile.gcc

22 lines
332 B
Plaintext
Raw Normal View History

PROG = 7lzma
include ../../../CPP/7zip/LzmaDec_gcc.mak
OBJS = \
$(LZMA_DEC_OPT_OBJS) \
$O/7zFile.o \
$O/7zStream.o \
$O/Alloc.o \
$O/CpuArch.o \
$O/LzFind.o \
$O/LzFindMt.o \
$O/LzFindOpt.o \
$O/LzmaDec.o \
$O/LzmaEnc.o \
$O/LzmaUtil.o \
$O/Threads.o \
include ../../7zip_gcc_c.mak