diff options
Diffstat (limited to 'C/Util/Lzma/makefile.gcc')
-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 | ||