1370b324cSopenharmony_ciPROG = 7zS.sfx
2370b324cSopenharmony_ciMY_FIXED = 1
3370b324cSopenharmony_ci
4370b324cSopenharmony_ciCFLAGS = $(CFLAGS) \
5370b324cSopenharmony_ci  -DZ7_NO_REGISTRY \
6370b324cSopenharmony_ci  -DZ7_EXTRACT_ONLY \
7370b324cSopenharmony_ci  -DZ7_NO_READ_FROM_CODER \
8370b324cSopenharmony_ci  -DZ7_SFX \
9370b324cSopenharmony_ci  -DZ7_NO_CRYPTO \
10370b324cSopenharmony_ci
11370b324cSopenharmony_ciCURRENT_OBJS = \
12370b324cSopenharmony_ci  $O\SfxSetup.obj \
13370b324cSopenharmony_ci  $O\ExtractCallbackSfx.obj \
14370b324cSopenharmony_ci  $O\ExtractEngine.obj \
15370b324cSopenharmony_ci
16370b324cSopenharmony_ciCOMMON_OBJS = \
17370b324cSopenharmony_ci  $O\CommandLineParser.obj \
18370b324cSopenharmony_ci  $O\CRC.obj \
19370b324cSopenharmony_ci  $O\IntToString.obj \
20370b324cSopenharmony_ci  $O\NewHandler.obj \
21370b324cSopenharmony_ci  $O\MyString.obj \
22370b324cSopenharmony_ci  $O\StringConvert.obj \
23370b324cSopenharmony_ci  $O\TextConfig.obj \
24370b324cSopenharmony_ci  $O\UTFConvert.obj \
25370b324cSopenharmony_ci  $O\MyVector.obj \
26370b324cSopenharmony_ci  $O\Wildcard.obj \
27370b324cSopenharmony_ci
28370b324cSopenharmony_ciWIN_OBJS = \
29370b324cSopenharmony_ci  $O\DLL.obj \
30370b324cSopenharmony_ci  $O\ErrorMsg.obj \
31370b324cSopenharmony_ci  $O\FileDir.obj \
32370b324cSopenharmony_ci  $O\FileFind.obj \
33370b324cSopenharmony_ci  $O\FileIO.obj \
34370b324cSopenharmony_ci  $O\FileName.obj \
35370b324cSopenharmony_ci  $O\PropVariant.obj \
36370b324cSopenharmony_ci  $O\ResourceString.obj \
37370b324cSopenharmony_ci  $O\Synchronization.obj \
38370b324cSopenharmony_ci  $O\System.obj \
39370b324cSopenharmony_ci  $O\Window.obj \
40370b324cSopenharmony_ci
41370b324cSopenharmony_ciWIN_CTRL_OBJS = \
42370b324cSopenharmony_ci  $O\Dialog.obj \
43370b324cSopenharmony_ci
44370b324cSopenharmony_ci7ZIP_COMMON_OBJS = \
45370b324cSopenharmony_ci  $O\CreateCoder.obj \
46370b324cSopenharmony_ci  $O\CWrappers.obj \
47370b324cSopenharmony_ci  $O\FileStreams.obj \
48370b324cSopenharmony_ci  $O\InBuffer.obj \
49370b324cSopenharmony_ci  $O\FilterCoder.obj \
50370b324cSopenharmony_ci  $O\LimitedStreams.obj \
51370b324cSopenharmony_ci  $O\OutBuffer.obj \
52370b324cSopenharmony_ci  $O\ProgressUtils.obj \
53370b324cSopenharmony_ci  $O\PropId.obj \
54370b324cSopenharmony_ci  $O\StreamBinder.obj \
55370b324cSopenharmony_ci  $O\StreamObjects.obj \
56370b324cSopenharmony_ci  $O\StreamUtils.obj \
57370b324cSopenharmony_ci  $O\VirtThread.obj \
58370b324cSopenharmony_ci
59370b324cSopenharmony_ciUI_COMMON_OBJS = \
60370b324cSopenharmony_ci  $O\ArchiveOpenCallback.obj \
61370b324cSopenharmony_ci  $O\DefaultName.obj \
62370b324cSopenharmony_ci  $O\LoadCodecs.obj \
63370b324cSopenharmony_ci  $O\OpenArchive.obj \
64370b324cSopenharmony_ci
65370b324cSopenharmony_ciEXPLORER_OBJS = \
66370b324cSopenharmony_ci  $O\MyMessages.obj \
67370b324cSopenharmony_ci
68370b324cSopenharmony_ciFM_OBJS = \
69370b324cSopenharmony_ci  $O\FormatUtils.obj \
70370b324cSopenharmony_ci  $O\ProgressDialog.obj \
71370b324cSopenharmony_ci
72370b324cSopenharmony_ciAR_COMMON_OBJS = \
73370b324cSopenharmony_ci  $O\CoderMixer2.obj \
74370b324cSopenharmony_ci  $O\ItemNameUtils.obj \
75370b324cSopenharmony_ci  $O\OutStreamWithCRC.obj \
76370b324cSopenharmony_ci
77370b324cSopenharmony_ci7Z_OBJS = \
78370b324cSopenharmony_ci  $O\7zDecode.obj \
79370b324cSopenharmony_ci  $O\7zExtract.obj \
80370b324cSopenharmony_ci  $O\7zHandler.obj \
81370b324cSopenharmony_ci  $O\7zIn.obj \
82370b324cSopenharmony_ci  $O\7zRegister.obj \
83370b324cSopenharmony_ci
84370b324cSopenharmony_ciCOMPRESS_OBJS = \
85370b324cSopenharmony_ci  $O\Bcj2Coder.obj \
86370b324cSopenharmony_ci  $O\Bcj2Register.obj \
87370b324cSopenharmony_ci  $O\BcjCoder.obj \
88370b324cSopenharmony_ci  $O\BcjRegister.obj \
89370b324cSopenharmony_ci  $O\BranchMisc.obj \
90370b324cSopenharmony_ci  $O\BranchRegister.obj \
91370b324cSopenharmony_ci  $O\CopyCoder.obj \
92370b324cSopenharmony_ci  $O\CopyRegister.obj \
93370b324cSopenharmony_ci  $O\DeltaFilter.obj \
94370b324cSopenharmony_ci  $O\Lzma2Decoder.obj \
95370b324cSopenharmony_ci  $O\Lzma2Register.obj \
96370b324cSopenharmony_ci  $O\LzmaDecoder.obj \
97370b324cSopenharmony_ci  $O\LzmaRegister.obj \
98370b324cSopenharmony_ci
99370b324cSopenharmony_ciC_OBJS = \
100370b324cSopenharmony_ci  $O\7zStream.obj \
101370b324cSopenharmony_ci  $O\Alloc.obj \
102370b324cSopenharmony_ci  $O\Bcj2.obj \
103370b324cSopenharmony_ci  $O\Bra.obj \
104370b324cSopenharmony_ci  $O\Bra86.obj \
105370b324cSopenharmony_ci  $O\BraIA64.obj \
106370b324cSopenharmony_ci  $O\CpuArch.obj \
107370b324cSopenharmony_ci  $O\Delta.obj \
108370b324cSopenharmony_ci  $O\DllSecur.obj \
109370b324cSopenharmony_ci  $O\Lzma2Dec.obj \
110370b324cSopenharmony_ci  $O\Lzma2DecMt.obj \
111370b324cSopenharmony_ci  $O\LzmaDec.obj \
112370b324cSopenharmony_ci  $O\MtDec.obj \
113370b324cSopenharmony_ci  $O\Threads.obj \
114370b324cSopenharmony_ci
115370b324cSopenharmony_ci!include "../../Crc.mak"
116370b324cSopenharmony_ci!include "../../LzmaDec.mak"
117370b324cSopenharmony_ci
118370b324cSopenharmony_ci!include "../../7zip.mak"
119