Bug 1933630 - Enable the partial history state update collection on GeckoView session...
[gecko.git] / other-licenses / 7zstub / src / C / Util / Lzma / makefile
blob3b825f21ac1e622b38ed1fcc6256455ea8eb6252
1 # MY_STATIC_LINK=1
2 PROG = LZMAc.exe
4 CFLAGS = $(CFLAGS) \
6 LIB_OBJS = \
7 $O\LzmaUtil.obj \
9 C_OBJS = \
10 $O\Alloc.obj \
11 $O\LzFind.obj \
12 $O\LzFindMt.obj \
13 $O\LzmaDec.obj \
14 $O\LzmaEnc.obj \
15 $O\7zFile.obj \
16 $O\7zStream.obj \
17 $O\Threads.obj \
19 OBJS = \
20 $(LIB_OBJS) \
21 $(C_OBJS) \
23 !include "../../../CPP/Build.mak"
25 $(LIB_OBJS): $(*B).c
26 $(COMPL_O2)
27 $(C_OBJS): ../../$(*B).c
28 $(COMPL_O2)