diff options
Diffstat (limited to 'C/Util/7z/makefile.gcc')
-rw-r--r-- | C/Util/7z/makefile.gcc | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/C/Util/7z/makefile.gcc b/C/Util/7z/makefile.gcc new file mode 100644 index 0000000..4263d67 --- /dev/null +++ b/C/Util/7z/makefile.gcc | |||
@@ -0,0 +1,34 @@ | |||
1 | PROG = 7zdec | ||
2 | |||
3 | LOCAL_FLAGS = -D_7ZIP_PPMD_SUPPPORT | ||
4 | |||
5 | include ../../../CPP/7zip/LzmaDec_gcc.mak | ||
6 | |||
7 | |||
8 | OBJS = \ | ||
9 | $(LZMA_DEC_OPT_OBJS) \ | ||
10 | $O/Bcj2.o \ | ||
11 | $O/Bra.o \ | ||
12 | $O/Bra86.o \ | ||
13 | $O/BraIA64.o \ | ||
14 | $O/CpuArch.o \ | ||
15 | $O/Delta.o \ | ||
16 | $O/Lzma2Dec.o \ | ||
17 | $O/LzmaDec.o \ | ||
18 | $O/Ppmd7.o \ | ||
19 | $O/Ppmd7Dec.o \ | ||
20 | $O/7zCrc.o \ | ||
21 | $O/7zCrcOpt.o \ | ||
22 | $O/Sha256.o \ | ||
23 | $O/Sha256Opt.o \ | ||
24 | $O/7zAlloc.o \ | ||
25 | $O/7zArcIn.o \ | ||
26 | $O/7zBuf.o \ | ||
27 | $O/7zBuf2.o \ | ||
28 | $O/7zDec.o \ | ||
29 | $O/7zMain.o \ | ||
30 | $O/7zFile.o \ | ||
31 | $O/7zStream.o \ | ||
32 | |||
33 | |||
34 | include ../../7zip_gcc_c.mak | ||