Bug 627938: Fix nsGlobalChromeWindow cleanup. (r=smaug, a=jst)
[mozilla-central.git] / modules / lib7z / 7zobjs.mk
bloba2fcce04992af969447a724be6243b87117d897c
1 # This makefile contains a list of 7-zip files required for extraction only
3 7ZIPCPPSRCS = \
4 7zDecode.cpp \
5 7zExtract.cpp \
6 7zFolderOutStream.cpp \
7 7zHandler.cpp \
8 7zHeader.cpp \
9 7zIn.cpp \
10 ArchiveExports.cpp \
11 CoderMixer2.cpp \
12 CoderMixer2MT.cpp \
13 CrossThreadProgress.cpp \
14 ItemNameUtils.cpp \
15 OutStreamWithCRC.cpp \
16 CreateCoder.cpp \
17 FilePathAutoRename.cpp \
18 FileStreams.cpp \
19 FilterCoder.cpp \
20 InBuffer.cpp \
21 LimitedStreams.cpp \
22 LockedStream.cpp \
23 OutBuffer.cpp \
24 ProgressUtils.cpp \
25 StreamBinder.cpp \
26 StreamObjects.cpp \
27 StreamUtils.cpp \
28 VirtThread.cpp \
29 Bcj2Coder.cpp \
30 BcjCoder.cpp \
31 BranchCoder.cpp \
32 CopyCoder.cpp \
33 Lzma2Decoder.cpp \
34 LzmaDecoder.cpp \
35 DefaultName.cpp \
36 ExtractingFilePath.cpp \
37 IntToString.cpp \
38 MyString.cpp \
39 MyVector.cpp \
40 NewHandler.cpp \
41 StringConvert.cpp \
42 Wildcard.cpp \
43 DLL.cpp \
44 Error.cpp \
45 FileDir.cpp \
46 FileFind.cpp \
47 FileIO.cpp \
48 FileName.cpp \
49 PropVariant.cpp \
50 PropVariantConversions.cpp \
51 Synchronization.cpp \
52 $(NULL)
54 7ZIPCSRCS = \
55 7zCrc.c \
56 Alloc.c \
57 Bra86.c \
58 Lzma2Dec.c \
59 LzmaDec.c \
60 Sha256.c \
61 Threads.c \
62 $(NULL)
64 vpath %.cpp $(7ZIPSRCDIR)/CPP/7zip/Archive
65 vpath %.cpp $(7ZIPSRCDIR)/CPP/7zip/Archive/7z
66 vpath %.cpp $(7ZIPSRCDIR)/CPP/7zip/Archive/Common
67 vpath %.cpp $(7ZIPSRCDIR)/CPP/7zip/Common
68 vpath %.cpp $(7ZIPSRCDIR)/CPP/7zip/Compress
69 vpath %.cpp $(7ZIPSRCDIR)/CPP/7zip/UI/Common
70 vpath %.cpp $(7ZIPSRCDIR)/CPP/Common
71 vpath %.cpp $(7ZIPSRCDIR)/CPP/Windows
72 vpath %.c $(7ZIPSRCDIR)/C