Merge pull request #511 from negativeExponent/updates
[pcsx_rearmed.git] / deps / lzma-16.04 / C / Util / Lzma / makefile
CommitLineData
ce188d4d 1# MY_STATIC_LINK=1\r
2PROG = LZMAc.exe\r
3\r
4CFLAGS = $(CFLAGS) \\r
5\r
6LIB_OBJS = \\r
7 $O\LzmaUtil.obj \\r
8\r
9C_OBJS = \\r
10 $O\Alloc.obj \\r
11 $O\LzFind.obj \\r
12 $O\LzFindMt.obj \\r
13 $O\LzmaDec.obj \\r
14 $O\LzmaEnc.obj \\r
15 $O\7zFile.obj \\r
16 $O\7zStream.obj \\r
17 $O\Threads.obj \\r
18\r
19OBJS = \\r
20 $(LIB_OBJS) \\r
21 $(C_OBJS) \\r
22\r
23!include "../../../CPP/Build.mak"\r
24\r
25$(LIB_OBJS): $(*B).c\r
26 $(COMPL_O2)\r
27$(C_OBJS): ../../$(*B).c\r
28 $(COMPL_O2)\r