Welcome to mirror list, hosted at ThFree Co, Russian Federation.

makefile.gcc « Lzma « Util « C - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f9d59e3eb38ad6406cc71c6f7481f1fa6f599eb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PROG = 7lzma

include ../../../CPP/7zip/LzmaDec_gcc.mak


OBJS = \
  $(LZMA_DEC_OPT_OBJS) \
  $O/7zFile.o \
  $O/7zStream.o \
  $O/Alloc.o \
  $O/LzFind.o \
  $O/LzFindMt.o \
  $O/LzmaDec.o \
  $O/LzmaEnc.o \
  $O/LzmaUtil.o \
  $O/Threads.o \


include ../../7zip_gcc_c.mak