1baa3858d3f5d128a5c8466b700098109edcad5f2repo syncMY_STATIC_LINK=1
2baa3858d3f5d128a5c8466b700098109edcad5f2repo syncCFLAGS = $(CFLAGS) -D_7ZIP_PPMD_SUPPPORT
3baa3858d3f5d128a5c8466b700098109edcad5f2repo sync
4baa3858d3f5d128a5c8466b700098109edcad5f2repo syncPROG = 7zDec.exe
5baa3858d3f5d128a5c8466b700098109edcad5f2repo sync
6baa3858d3f5d128a5c8466b700098109edcad5f2repo syncC_OBJS = \
7baa3858d3f5d128a5c8466b700098109edcad5f2repo sync  $O\7zAlloc.obj \
8baa3858d3f5d128a5c8466b700098109edcad5f2repo sync  $O\7zBuf.obj \
9baa3858d3f5d128a5c8466b700098109edcad5f2repo sync  $O\7zBuf2.obj \
10baa3858d3f5d128a5c8466b700098109edcad5f2repo sync  $O\7zCrc.obj \
11baa3858d3f5d128a5c8466b700098109edcad5f2repo sync  $O\7zCrcOpt.obj \
12baa3858d3f5d128a5c8466b700098109edcad5f2repo sync  $O\7zFile.obj \
13baa3858d3f5d128a5c8466b700098109edcad5f2repo sync  $O\7zDec.obj \
14baa3858d3f5d128a5c8466b700098109edcad5f2repo sync  $O\7zIn.obj \
15baa3858d3f5d128a5c8466b700098109edcad5f2repo sync  $O\7zStream.obj \
16baa3858d3f5d128a5c8466b700098109edcad5f2repo sync  $O\Bcj2.obj \
17baa3858d3f5d128a5c8466b700098109edcad5f2repo sync  $O\Bra.obj \
18baa3858d3f5d128a5c8466b700098109edcad5f2repo sync  $O\Bra86.obj \
19baa3858d3f5d128a5c8466b700098109edcad5f2repo sync  $O\CpuArch.obj \
20baa3858d3f5d128a5c8466b700098109edcad5f2repo sync  $O\Lzma2Dec.obj \
21baa3858d3f5d128a5c8466b700098109edcad5f2repo sync  $O\LzmaDec.obj \
22baa3858d3f5d128a5c8466b700098109edcad5f2repo sync  $O\Ppmd7.obj \
23baa3858d3f5d128a5c8466b700098109edcad5f2repo sync  $O\Ppmd7Dec.obj \
24baa3858d3f5d128a5c8466b700098109edcad5f2repo sync
25baa3858d3f5d128a5c8466b700098109edcad5f2repo sync7Z_OBJS = \
26baa3858d3f5d128a5c8466b700098109edcad5f2repo sync  $O\7zMain.obj \
27baa3858d3f5d128a5c8466b700098109edcad5f2repo sync
28baa3858d3f5d128a5c8466b700098109edcad5f2repo syncOBJS = \
29baa3858d3f5d128a5c8466b700098109edcad5f2repo sync  $(7Z_OBJS) \
30baa3858d3f5d128a5c8466b700098109edcad5f2repo sync  $(C_OBJS) \
31baa3858d3f5d128a5c8466b700098109edcad5f2repo sync
32baa3858d3f5d128a5c8466b700098109edcad5f2repo sync!include "../../../CPP/Build.mak"
33baa3858d3f5d128a5c8466b700098109edcad5f2repo sync
34baa3858d3f5d128a5c8466b700098109edcad5f2repo sync$(7Z_OBJS): $(*B).c
35baa3858d3f5d128a5c8466b700098109edcad5f2repo sync	$(COMPL_O1)
36baa3858d3f5d128a5c8466b700098109edcad5f2repo sync$(C_OBJS): ../../$(*B).c
37baa3858d3f5d128a5c8466b700098109edcad5f2repo sync	$(COMPL_O2)
38