1370b324cSopenharmony_ciPROG = 7zS2con.sfx
2370b324cSopenharmony_ciMY_FIXED = 1
3370b324cSopenharmony_ci
4370b324cSopenharmony_ciCFLAGS = $(CFLAGS) -D_CONSOLE \
5370b324cSopenharmony_ci  -DZ7_EXTRACT_ONLY \
6370b324cSopenharmony_ci
7370b324cSopenharmony_ciC_OBJS = \
8370b324cSopenharmony_ci  $O\7zAlloc.obj \
9370b324cSopenharmony_ci  $O\7zArcIn.obj \
10370b324cSopenharmony_ci  $O\7zBuf.obj \
11370b324cSopenharmony_ci  $O\7zBuf2.obj \
12370b324cSopenharmony_ci  $O\7zCrc.obj \
13370b324cSopenharmony_ci  $O\7zCrcOpt.obj \
14370b324cSopenharmony_ci  $O\7zFile.obj \
15370b324cSopenharmony_ci  $O\7zDec.obj \
16370b324cSopenharmony_ci  $O\7zStream.obj \
17370b324cSopenharmony_ci  $O\Bcj2.obj \
18370b324cSopenharmony_ci  $O\Bra.obj \
19370b324cSopenharmony_ci  $O\Bra86.obj \
20370b324cSopenharmony_ci  $O\BraIA64.obj \
21370b324cSopenharmony_ci  $O\CpuArch.obj \
22370b324cSopenharmony_ci  $O\Delta.obj \
23370b324cSopenharmony_ci  $O\DllSecur.obj \
24370b324cSopenharmony_ci  $O\Lzma2Dec.obj \
25370b324cSopenharmony_ci  $O\LzmaDec.obj \
26370b324cSopenharmony_ci
27370b324cSopenharmony_ci7Z_OBJS = \
28370b324cSopenharmony_ci  $O\SfxSetup.obj \
29370b324cSopenharmony_ci
30370b324cSopenharmony_ciOBJS = \
31370b324cSopenharmony_ci  $(7Z_OBJS) \
32370b324cSopenharmony_ci  $(C_OBJS) \
33370b324cSopenharmony_ci  $O\resource.res
34370b324cSopenharmony_ci
35370b324cSopenharmony_ci!include "../../../CPP/Build.mak"
36370b324cSopenharmony_ci
37370b324cSopenharmony_ci$(7Z_OBJS): $(*B).c
38370b324cSopenharmony_ci	$(COMPL_O1)
39370b324cSopenharmony_ci$(C_OBJS): ../../$(*B).c
40370b324cSopenharmony_ci	$(COMPL_O1)
41