diff options
author | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2021-12-27 00:00:00 +0000 |
---|---|---|
committer | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2022-03-18 15:35:13 +0500 |
commit | f19f813537c7aea1c20749c914e756b54a9c3cf5 (patch) | |
tree | 816ba62ca7c0fa19f2eb46d9e9d6f7dd7c3a744d /C/Util/Lzma/makefile.gcc | |
parent | 98e06a519b63b81986abe76d28887f6984a7732b (diff) | |
download | 7zip-21.07.tar.gz 7zip-21.07.tar.bz2 7zip-21.07.zip |
'21.07'21.07
Diffstat (limited to '')
-rw-r--r-- | C/Util/Lzma/makefile.gcc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/C/Util/Lzma/makefile.gcc b/C/Util/Lzma/makefile.gcc new file mode 100644 index 0000000..2acb0b8 --- /dev/null +++ b/C/Util/Lzma/makefile.gcc | |||
@@ -0,0 +1,21 @@ | |||
1 | PROG = 7lzma | ||
2 | |||
3 | include ../../../CPP/7zip/LzmaDec_gcc.mak | ||
4 | |||
5 | |||
6 | OBJS = \ | ||
7 | $(LZMA_DEC_OPT_OBJS) \ | ||
8 | $O/7zFile.o \ | ||
9 | $O/7zStream.o \ | ||
10 | $O/Alloc.o \ | ||
11 | $O/CpuArch.o \ | ||
12 | $O/LzFind.o \ | ||
13 | $O/LzFindMt.o \ | ||
14 | $O/LzFindOpt.o \ | ||
15 | $O/LzmaDec.o \ | ||
16 | $O/LzmaEnc.o \ | ||
17 | $O/LzmaUtil.o \ | ||
18 | $O/Threads.o \ | ||
19 | |||
20 | |||
21 | include ../../7zip_gcc_c.mak | ||