Subversion Repositories spk

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
97 cycrow 1
# Compiler flags...
2
CPP_COMPILER = g++
3
C_COMPILER = gcc
4
 
5
# Include paths...
6
Debug_Include_Path=-I"../../../unrar" -I"../src" 
7
Release_Include_Path=-I"../../../unrar" -I"../src" 
8
 
9
# Library paths...
10
Debug_Library_Path=-L"../../../gccunrar" 
11
Release_Library_Path=-L"../../../gccunrar" 
12
 
13
# Additional libraries...
14
Debug_Libraries=-Wl,--start-group -lunrar  -Wl,--end-group
15
Release_Libraries=-Wl,--start-group -lunrar  -Wl,--end-group
16
 
17
# Preprocessor definitions...
18
Debug_Preprocessor_Definitions=-D GCC_BUILD -D _DEBUG -D _WINDOWS -D _USRDLL -D SPK_EXPORTS -D _CRT_SECURE_NO_WARNINGS -D _SPKDLL -D _USEWIDECHAR -D _RAR 
19
Release_Preprocessor_Definitions=-D GCC_BUILD -D NDEBUG -D _WINDOWS -D _USRDLL -D SPK_EXPORTS -D _CRT_SECURE_NO_WARNINGS -D _SPKDLL -D _USEWIDECHAR -D _RAR 
20
 
21
# Implictly linked object files...
22
Debug_Implicitly_Linked_Objects=
23
Release_Implicitly_Linked_Objects=
24
 
25
# Compiler flags...
26
Debug_Compiler_Flags=-fPIC -O0 -g 
27
Release_Compiler_Flags=-fPIC 
28
 
29
# Builds all configurations for this project...
30
.PHONY: build_all_configurations
31
build_all_configurations: Debug Release 
32
 
33
# Builds the Debug configuration...
34
.PHONY: Debug
35
Debug: create_folders ../../Windows/Debug/gcclibspk/../src/BaseFile.o ../../Windows/Debug/gcclibspk/../src/CatFile.o ../../Windows/Debug/gcclibspk/../src/DirIO.o ../../Windows/Debug/gcclibspk/../src/File.o ../../Windows/Debug/gcclibspk/../src/File_IO.o ../../Windows/Debug/gcclibspk/../src/GameDirectories.o ../../Windows/Debug/gcclibspk/../src/GameExe.o ../../Windows/Debug/gcclibspk/../src/logging/Log.o ../../Windows/Debug/gcclibspk/../src/ModDiff.o ../../Windows/Debug/gcclibspk/../src/MultiSpkFile.o ../../Windows/Debug/gcclibspk/../src/OriginalFiles.o ../../Windows/Debug/gcclibspk/../src/Packages.o ../../Windows/Debug/gcclibspk/../src/ShipData.o ../../Windows/Debug/gcclibspk/../src/spk.o ../../Windows/Debug/gcclibspk/../src/SpkFile.o ../../Windows/Debug/gcclibspk/../src/TextDB.o ../../Windows/Debug/gcclibspk/../src/archive/unzip.o ../../Windows/Debug/gcclibspk/../src/VirtualFileSystem.o ../../Windows/Debug/gcclibspk/../src/XBod.o ../../Windows/Debug/gcclibspk/../src/XspFile.o ../../Windows/Debug/gcclibspk/../src/archive/zip.o ../../Windows/Debug/gcclibspk/../src/lzma/7zBuf.o ../../Windows/Debug/gcclibspk/../src/lzma/7zBuf2.o ../../Windows/Debug/gcclibspk/../src/lzma/7zCrc.o ../../Windows/Debug/gcclibspk/../src/lzma/7zFile.o ../../Windows/Debug/gcclibspk/../src/lzma/7zStream.o ../../Windows/Debug/gcclibspk/../src/lzma/Alloc.o ../../Windows/Debug/gcclibspk/../src/lzma/Bcj2.o ../../Windows/Debug/gcclibspk/../src/lzma/Bra.o ../../Windows/Debug/gcclibspk/../src/lzma/Bra86.o ../../Windows/Debug/gcclibspk/../src/lzma/BraIA64.o ../../Windows/Debug/gcclibspk/../src/lzma/LzFind.o ../../Windows/Debug/gcclibspk/../src/lzma/LzFindMt.o ../../Windows/Debug/gcclibspk/../src/lzma/Lzma86Dec.o ../../Windows/Debug/gcclibspk/../src/lzma/Lzma86Enc.o ../../Windows/Debug/gcclibspk/../src/lzma/LzmaDec.o ../../Windows/Debug/gcclibspk/../src/lzma/LzmaEnc.o ../../Windows/Debug/gcclibspk/../src/lzma/LzmaLib.o ../../Windows/Debug/gcclibspk/../src/lzma/Threads.o ../../Windows/Debug/gcclibspk/../src/ansi7zip/7Decoder.o ../../Windows/Debug/gcclibspk/../src/ansi7zip/LzmaDecode.o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom.o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom_bob.o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom_cut.o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom_frame.o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_bob_parser.o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_cut_parser.o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_parser.o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_parser_base.o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_text_parser.o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/settings.o ../../Windows/Debug/gcclibspk/../src/x2bc/common/indian.o ../../Windows/Debug/gcclibspk/../src/x2bc/common/strutils.o ../../Windows/Debug/gcclibspk/../src/zlib/adler32.o ../../Windows/Debug/gcclibspk/../src/zlib/compress.o ../../Windows/Debug/gcclibspk/../src/zlib/crc32.o ../../Windows/Debug/gcclibspk/../src/zlib/deflate.o ../../Windows/Debug/gcclibspk/../src/zlib/gzclose.o ../../Windows/Debug/gcclibspk/../src/zlib/gzlib.o ../../Windows/Debug/gcclibspk/../src/zlib/gzread.o ../../Windows/Debug/gcclibspk/../src/zlib/gzwrite.o ../../Windows/Debug/gcclibspk/../src/zlib/infback.o ../../Windows/Debug/gcclibspk/../src/zlib/inffast.o ../../Windows/Debug/gcclibspk/../src/zlib/inflate.o ../../Windows/Debug/gcclibspk/../src/zlib/inftrees.o ../../Windows/Debug/gcclibspk/../src/zlib/trees.o ../../Windows/Debug/gcclibspk/../src/zlib/uncompr.o ../../Windows/Debug/gcclibspk/../src/zlib/zutil.o ../../Windows/Debug/gcclibspk/../../HiP/ByteReader.o ../../Windows/Debug/gcclibspk/../../HiP/clsFile.o ../../Windows/Debug/gcclibspk/../../HiP/COM_CRC32.o ../../Windows/Debug/gcclibspk/../../HiP/HiP.o ../../Windows/Debug/gcclibspk/../../HiP/HipPack.o ../../Windows/Debug/gcclibspk/../../HiP/LiteralHuffTree.o ../../Windows/Debug/gcclibspk/../src/Utils/String.o ../../Windows/Debug/gcclibspk/../src/Utils/StringList.o ../../Windows/Debug/gcclibspk/../src/Package/CorePackage.o ../../Windows/Debug/gcclibspk/../src/Package/InstallText.o 
36
	g++ -fPIC -shared -Wl,-soname,libspk.so -o ../../Windows/gccDebug/libspk.so ../../Windows/Debug/gcclibspk/../src/BaseFile.o ../../Windows/Debug/gcclibspk/../src/CatFile.o ../../Windows/Debug/gcclibspk/../src/DirIO.o ../../Windows/Debug/gcclibspk/../src/File.o ../../Windows/Debug/gcclibspk/../src/File_IO.o ../../Windows/Debug/gcclibspk/../src/GameDirectories.o ../../Windows/Debug/gcclibspk/../src/GameExe.o ../../Windows/Debug/gcclibspk/../src/logging/Log.o ../../Windows/Debug/gcclibspk/../src/ModDiff.o ../../Windows/Debug/gcclibspk/../src/MultiSpkFile.o ../../Windows/Debug/gcclibspk/../src/OriginalFiles.o ../../Windows/Debug/gcclibspk/../src/Packages.o ../../Windows/Debug/gcclibspk/../src/ShipData.o ../../Windows/Debug/gcclibspk/../src/spk.o ../../Windows/Debug/gcclibspk/../src/SpkFile.o ../../Windows/Debug/gcclibspk/../src/TextDB.o ../../Windows/Debug/gcclibspk/../src/archive/unzip.o ../../Windows/Debug/gcclibspk/../src/VirtualFileSystem.o ../../Windows/Debug/gcclibspk/../src/XBod.o ../../Windows/Debug/gcclibspk/../src/XspFile.o ../../Windows/Debug/gcclibspk/../src/archive/zip.o ../../Windows/Debug/gcclibspk/../src/lzma/7zBuf.o ../../Windows/Debug/gcclibspk/../src/lzma/7zBuf2.o ../../Windows/Debug/gcclibspk/../src/lzma/7zCrc.o ../../Windows/Debug/gcclibspk/../src/lzma/7zFile.o ../../Windows/Debug/gcclibspk/../src/lzma/7zStream.o ../../Windows/Debug/gcclibspk/../src/lzma/Alloc.o ../../Windows/Debug/gcclibspk/../src/lzma/Bcj2.o ../../Windows/Debug/gcclibspk/../src/lzma/Bra.o ../../Windows/Debug/gcclibspk/../src/lzma/Bra86.o ../../Windows/Debug/gcclibspk/../src/lzma/BraIA64.o ../../Windows/Debug/gcclibspk/../src/lzma/LzFind.o ../../Windows/Debug/gcclibspk/../src/lzma/LzFindMt.o ../../Windows/Debug/gcclibspk/../src/lzma/Lzma86Dec.o ../../Windows/Debug/gcclibspk/../src/lzma/Lzma86Enc.o ../../Windows/Debug/gcclibspk/../src/lzma/LzmaDec.o ../../Windows/Debug/gcclibspk/../src/lzma/LzmaEnc.o ../../Windows/Debug/gcclibspk/../src/lzma/LzmaLib.o ../../Windows/Debug/gcclibspk/../src/lzma/Threads.o ../../Windows/Debug/gcclibspk/../src/ansi7zip/7Decoder.o ../../Windows/Debug/gcclibspk/../src/ansi7zip/LzmaDecode.o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom.o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom_bob.o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom_cut.o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom_frame.o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_bob_parser.o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_cut_parser.o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_parser.o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_parser_base.o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_text_parser.o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/settings.o ../../Windows/Debug/gcclibspk/../src/x2bc/common/indian.o ../../Windows/Debug/gcclibspk/../src/x2bc/common/strutils.o ../../Windows/Debug/gcclibspk/../src/zlib/adler32.o ../../Windows/Debug/gcclibspk/../src/zlib/compress.o ../../Windows/Debug/gcclibspk/../src/zlib/crc32.o ../../Windows/Debug/gcclibspk/../src/zlib/deflate.o ../../Windows/Debug/gcclibspk/../src/zlib/gzclose.o ../../Windows/Debug/gcclibspk/../src/zlib/gzlib.o ../../Windows/Debug/gcclibspk/../src/zlib/gzread.o ../../Windows/Debug/gcclibspk/../src/zlib/gzwrite.o ../../Windows/Debug/gcclibspk/../src/zlib/infback.o ../../Windows/Debug/gcclibspk/../src/zlib/inffast.o ../../Windows/Debug/gcclibspk/../src/zlib/inflate.o ../../Windows/Debug/gcclibspk/../src/zlib/inftrees.o ../../Windows/Debug/gcclibspk/../src/zlib/trees.o ../../Windows/Debug/gcclibspk/../src/zlib/uncompr.o ../../Windows/Debug/gcclibspk/../src/zlib/zutil.o ../../Windows/Debug/gcclibspk/../../HiP/ByteReader.o ../../Windows/Debug/gcclibspk/../../HiP/clsFile.o ../../Windows/Debug/gcclibspk/../../HiP/COM_CRC32.o ../../Windows/Debug/gcclibspk/../../HiP/HiP.o ../../Windows/Debug/gcclibspk/../../HiP/HipPack.o ../../Windows/Debug/gcclibspk/../../HiP/LiteralHuffTree.o ../../Windows/Debug/gcclibspk/../src/Utils/String.o ../../Windows/Debug/gcclibspk/../src/Utils/StringList.o ../../Windows/Debug/gcclibspk/../src/Package/CorePackage.o ../../Windows/Debug/gcclibspk/../src/Package/InstallText.o  $(Debug_Implicitly_Linked_Objects)
37
 
38
# Compiles file ../src/BaseFile.cpp for the Debug configuration...
39
-include ../../Windows/Debug/gcclibspk/../src/BaseFile.d
40
../../Windows/Debug/gcclibspk/../src/BaseFile.o: ../src/BaseFile.cpp
41
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/BaseFile.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/BaseFile.o
42
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/BaseFile.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/BaseFile.d
43
 
44
# Compiles file ../src/CatFile.cpp for the Debug configuration...
45
-include ../../Windows/Debug/gcclibspk/../src/CatFile.d
46
../../Windows/Debug/gcclibspk/../src/CatFile.o: ../src/CatFile.cpp
47
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/CatFile.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/CatFile.o
48
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/CatFile.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/CatFile.d
49
 
50
# Compiles file ../src/DirIO.cpp for the Debug configuration...
51
-include ../../Windows/Debug/gcclibspk/../src/DirIO.d
52
../../Windows/Debug/gcclibspk/../src/DirIO.o: ../src/DirIO.cpp
53
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/DirIO.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/DirIO.o
54
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/DirIO.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/DirIO.d
55
 
56
# Compiles file ../src/File.cpp for the Debug configuration...
57
-include ../../Windows/Debug/gcclibspk/../src/File.d
58
../../Windows/Debug/gcclibspk/../src/File.o: ../src/File.cpp
59
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/File.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/File.o
60
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/File.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/File.d
61
 
62
# Compiles file ../src/File_IO.cpp for the Debug configuration...
63
-include ../../Windows/Debug/gcclibspk/../src/File_IO.d
64
../../Windows/Debug/gcclibspk/../src/File_IO.o: ../src/File_IO.cpp
65
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/File_IO.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/File_IO.o
66
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/File_IO.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/File_IO.d
67
 
68
# Compiles file ../src/GameDirectories.cpp for the Debug configuration...
69
-include ../../Windows/Debug/gcclibspk/../src/GameDirectories.d
70
../../Windows/Debug/gcclibspk/../src/GameDirectories.o: ../src/GameDirectories.cpp
71
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/GameDirectories.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/GameDirectories.o
72
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/GameDirectories.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/GameDirectories.d
73
 
74
# Compiles file ../src/GameExe.cpp for the Debug configuration...
75
-include ../../Windows/Debug/gcclibspk/../src/GameExe.d
76
../../Windows/Debug/gcclibspk/../src/GameExe.o: ../src/GameExe.cpp
77
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/GameExe.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/GameExe.o
78
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/GameExe.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/GameExe.d
79
 
80
# Compiles file ../src/logging/Log.cpp for the Debug configuration...
81
-include ../../Windows/Debug/gcclibspk/../src/logging/Log.d
82
../../Windows/Debug/gcclibspk/../src/logging/Log.o: ../src/logging/Log.cpp
83
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/logging/Log.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/logging/Log.o
84
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/logging/Log.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/logging/Log.d
85
 
86
# Compiles file ../src/ModDiff.cpp for the Debug configuration...
87
-include ../../Windows/Debug/gcclibspk/../src/ModDiff.d
88
../../Windows/Debug/gcclibspk/../src/ModDiff.o: ../src/ModDiff.cpp
89
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/ModDiff.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/ModDiff.o
90
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/ModDiff.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/ModDiff.d
91
 
92
# Compiles file ../src/MultiSpkFile.cpp for the Debug configuration...
93
-include ../../Windows/Debug/gcclibspk/../src/MultiSpkFile.d
94
../../Windows/Debug/gcclibspk/../src/MultiSpkFile.o: ../src/MultiSpkFile.cpp
95
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/MultiSpkFile.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/MultiSpkFile.o
96
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/MultiSpkFile.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/MultiSpkFile.d
97
 
98
# Compiles file ../src/OriginalFiles.cpp for the Debug configuration...
99
-include ../../Windows/Debug/gcclibspk/../src/OriginalFiles.d
100
../../Windows/Debug/gcclibspk/../src/OriginalFiles.o: ../src/OriginalFiles.cpp
101
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/OriginalFiles.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/OriginalFiles.o
102
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/OriginalFiles.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/OriginalFiles.d
103
 
104
# Compiles file ../src/Packages.cpp for the Debug configuration...
105
-include ../../Windows/Debug/gcclibspk/../src/Packages.d
106
../../Windows/Debug/gcclibspk/../src/Packages.o: ../src/Packages.cpp
107
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/Packages.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/Packages.o
108
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/Packages.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/Packages.d
109
 
110
# Compiles file ../src/ShipData.cpp for the Debug configuration...
111
-include ../../Windows/Debug/gcclibspk/../src/ShipData.d
112
../../Windows/Debug/gcclibspk/../src/ShipData.o: ../src/ShipData.cpp
113
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/ShipData.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/ShipData.o
114
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/ShipData.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/ShipData.d
115
 
116
# Compiles file ../src/spk.cpp for the Debug configuration...
117
-include ../../Windows/Debug/gcclibspk/../src/spk.d
118
../../Windows/Debug/gcclibspk/../src/spk.o: ../src/spk.cpp
119
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/spk.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/spk.o
120
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/spk.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/spk.d
121
 
122
# Compiles file ../src/SpkFile.cpp for the Debug configuration...
123
-include ../../Windows/Debug/gcclibspk/../src/SpkFile.d
124
../../Windows/Debug/gcclibspk/../src/SpkFile.o: ../src/SpkFile.cpp
125
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/SpkFile.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/SpkFile.o
126
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/SpkFile.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/SpkFile.d
127
 
128
# Compiles file ../src/TextDB.cpp for the Debug configuration...
129
-include ../../Windows/Debug/gcclibspk/../src/TextDB.d
130
../../Windows/Debug/gcclibspk/../src/TextDB.o: ../src/TextDB.cpp
131
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/TextDB.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/TextDB.o
132
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/TextDB.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/TextDB.d
133
 
134
# Compiles file ../src/archive/unzip.cpp for the Debug configuration...
135
-include ../../Windows/Debug/gcclibspk/../src/archive/unzip.d
136
../../Windows/Debug/gcclibspk/../src/archive/unzip.o: ../src/archive/unzip.cpp
137
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/archive/unzip.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/archive/unzip.o
138
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/archive/unzip.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/archive/unzip.d
139
 
140
# Compiles file ../src/VirtualFileSystem.cpp for the Debug configuration...
141
-include ../../Windows/Debug/gcclibspk/../src/VirtualFileSystem.d
142
../../Windows/Debug/gcclibspk/../src/VirtualFileSystem.o: ../src/VirtualFileSystem.cpp
143
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/VirtualFileSystem.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/VirtualFileSystem.o
144
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/VirtualFileSystem.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/VirtualFileSystem.d
145
 
146
# Compiles file ../src/XBod.cpp for the Debug configuration...
147
-include ../../Windows/Debug/gcclibspk/../src/XBod.d
148
../../Windows/Debug/gcclibspk/../src/XBod.o: ../src/XBod.cpp
149
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/XBod.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/XBod.o
150
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/XBod.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/XBod.d
151
 
152
# Compiles file ../src/XspFile.cpp for the Debug configuration...
153
-include ../../Windows/Debug/gcclibspk/../src/XspFile.d
154
../../Windows/Debug/gcclibspk/../src/XspFile.o: ../src/XspFile.cpp
155
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/XspFile.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/XspFile.o
156
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/XspFile.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/XspFile.d
157
 
158
# Compiles file ../src/archive/zip.cpp for the Debug configuration...
159
-include ../../Windows/Debug/gcclibspk/../src/archive/zip.d
160
../../Windows/Debug/gcclibspk/../src/archive/zip.o: ../src/archive/zip.cpp
161
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/archive/zip.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/archive/zip.o
162
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/archive/zip.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/archive/zip.d
163
 
164
# Compiles file ../src/lzma/7zBuf.c for the Debug configuration...
165
-include ../../Windows/Debug/gcclibspk/../src/lzma/7zBuf.d
166
../../Windows/Debug/gcclibspk/../src/lzma/7zBuf.o: ../src/lzma/7zBuf.c
167
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/lzma/7zBuf.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/lzma/7zBuf.o
168
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/lzma/7zBuf.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/lzma/7zBuf.d
169
 
170
# Compiles file ../src/lzma/7zBuf2.c for the Debug configuration...
171
-include ../../Windows/Debug/gcclibspk/../src/lzma/7zBuf2.d
172
../../Windows/Debug/gcclibspk/../src/lzma/7zBuf2.o: ../src/lzma/7zBuf2.c
173
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/lzma/7zBuf2.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/lzma/7zBuf2.o
174
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/lzma/7zBuf2.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/lzma/7zBuf2.d
175
 
176
# Compiles file ../src/lzma/7zCrc.c for the Debug configuration...
177
-include ../../Windows/Debug/gcclibspk/../src/lzma/7zCrc.d
178
../../Windows/Debug/gcclibspk/../src/lzma/7zCrc.o: ../src/lzma/7zCrc.c
179
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/lzma/7zCrc.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/lzma/7zCrc.o
180
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/lzma/7zCrc.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/lzma/7zCrc.d
181
 
182
# Compiles file ../src/lzma/7zFile.c for the Debug configuration...
183
-include ../../Windows/Debug/gcclibspk/../src/lzma/7zFile.d
184
../../Windows/Debug/gcclibspk/../src/lzma/7zFile.o: ../src/lzma/7zFile.c
185
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/lzma/7zFile.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/lzma/7zFile.o
186
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/lzma/7zFile.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/lzma/7zFile.d
187
 
188
# Compiles file ../src/lzma/7zStream.c for the Debug configuration...
189
-include ../../Windows/Debug/gcclibspk/../src/lzma/7zStream.d
190
../../Windows/Debug/gcclibspk/../src/lzma/7zStream.o: ../src/lzma/7zStream.c
191
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/lzma/7zStream.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/lzma/7zStream.o
192
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/lzma/7zStream.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/lzma/7zStream.d
193
 
194
# Compiles file ../src/lzma/Alloc.c for the Debug configuration...
195
-include ../../Windows/Debug/gcclibspk/../src/lzma/Alloc.d
196
../../Windows/Debug/gcclibspk/../src/lzma/Alloc.o: ../src/lzma/Alloc.c
197
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/lzma/Alloc.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/lzma/Alloc.o
198
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/lzma/Alloc.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/lzma/Alloc.d
199
 
200
# Compiles file ../src/lzma/Bcj2.c for the Debug configuration...
201
-include ../../Windows/Debug/gcclibspk/../src/lzma/Bcj2.d
202
../../Windows/Debug/gcclibspk/../src/lzma/Bcj2.o: ../src/lzma/Bcj2.c
203
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/lzma/Bcj2.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/lzma/Bcj2.o
204
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/lzma/Bcj2.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/lzma/Bcj2.d
205
 
206
# Compiles file ../src/lzma/Bra.c for the Debug configuration...
207
-include ../../Windows/Debug/gcclibspk/../src/lzma/Bra.d
208
../../Windows/Debug/gcclibspk/../src/lzma/Bra.o: ../src/lzma/Bra.c
209
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/lzma/Bra.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/lzma/Bra.o
210
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/lzma/Bra.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/lzma/Bra.d
211
 
212
# Compiles file ../src/lzma/Bra86.c for the Debug configuration...
213
-include ../../Windows/Debug/gcclibspk/../src/lzma/Bra86.d
214
../../Windows/Debug/gcclibspk/../src/lzma/Bra86.o: ../src/lzma/Bra86.c
215
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/lzma/Bra86.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/lzma/Bra86.o
216
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/lzma/Bra86.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/lzma/Bra86.d
217
 
218
# Compiles file ../src/lzma/BraIA64.c for the Debug configuration...
219
-include ../../Windows/Debug/gcclibspk/../src/lzma/BraIA64.d
220
../../Windows/Debug/gcclibspk/../src/lzma/BraIA64.o: ../src/lzma/BraIA64.c
221
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/lzma/BraIA64.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/lzma/BraIA64.o
222
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/lzma/BraIA64.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/lzma/BraIA64.d
223
 
224
# Compiles file ../src/lzma/LzFind.c for the Debug configuration...
225
-include ../../Windows/Debug/gcclibspk/../src/lzma/LzFind.d
226
../../Windows/Debug/gcclibspk/../src/lzma/LzFind.o: ../src/lzma/LzFind.c
227
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/lzma/LzFind.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/lzma/LzFind.o
228
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/lzma/LzFind.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/lzma/LzFind.d
229
 
230
# Compiles file ../src/lzma/LzFindMt.c for the Debug configuration...
231
-include ../../Windows/Debug/gcclibspk/../src/lzma/LzFindMt.d
232
../../Windows/Debug/gcclibspk/../src/lzma/LzFindMt.o: ../src/lzma/LzFindMt.c
233
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/lzma/LzFindMt.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/lzma/LzFindMt.o
234
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/lzma/LzFindMt.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/lzma/LzFindMt.d
235
 
236
# Compiles file ../src/lzma/Lzma86Dec.c for the Debug configuration...
237
-include ../../Windows/Debug/gcclibspk/../src/lzma/Lzma86Dec.d
238
../../Windows/Debug/gcclibspk/../src/lzma/Lzma86Dec.o: ../src/lzma/Lzma86Dec.c
239
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/lzma/Lzma86Dec.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/lzma/Lzma86Dec.o
240
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/lzma/Lzma86Dec.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/lzma/Lzma86Dec.d
241
 
242
# Compiles file ../src/lzma/Lzma86Enc.c for the Debug configuration...
243
-include ../../Windows/Debug/gcclibspk/../src/lzma/Lzma86Enc.d
244
../../Windows/Debug/gcclibspk/../src/lzma/Lzma86Enc.o: ../src/lzma/Lzma86Enc.c
245
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/lzma/Lzma86Enc.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/lzma/Lzma86Enc.o
246
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/lzma/Lzma86Enc.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/lzma/Lzma86Enc.d
247
 
248
# Compiles file ../src/lzma/LzmaDec.c for the Debug configuration...
249
-include ../../Windows/Debug/gcclibspk/../src/lzma/LzmaDec.d
250
../../Windows/Debug/gcclibspk/../src/lzma/LzmaDec.o: ../src/lzma/LzmaDec.c
251
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/lzma/LzmaDec.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/lzma/LzmaDec.o
252
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/lzma/LzmaDec.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/lzma/LzmaDec.d
253
 
254
# Compiles file ../src/lzma/LzmaEnc.c for the Debug configuration...
255
-include ../../Windows/Debug/gcclibspk/../src/lzma/LzmaEnc.d
256
../../Windows/Debug/gcclibspk/../src/lzma/LzmaEnc.o: ../src/lzma/LzmaEnc.c
257
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/lzma/LzmaEnc.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/lzma/LzmaEnc.o
258
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/lzma/LzmaEnc.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/lzma/LzmaEnc.d
259
 
260
# Compiles file ../src/lzma/LzmaLib.c for the Debug configuration...
261
-include ../../Windows/Debug/gcclibspk/../src/lzma/LzmaLib.d
262
../../Windows/Debug/gcclibspk/../src/lzma/LzmaLib.o: ../src/lzma/LzmaLib.c
263
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/lzma/LzmaLib.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/lzma/LzmaLib.o
264
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/lzma/LzmaLib.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/lzma/LzmaLib.d
265
 
266
# Compiles file ../src/lzma/Threads.c for the Debug configuration...
267
-include ../../Windows/Debug/gcclibspk/../src/lzma/Threads.d
268
../../Windows/Debug/gcclibspk/../src/lzma/Threads.o: ../src/lzma/Threads.c
269
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/lzma/Threads.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/lzma/Threads.o
270
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/lzma/Threads.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/lzma/Threads.d
271
 
272
# Compiles file ../src/ansi7zip/7Decoder.cpp for the Debug configuration...
273
-include ../../Windows/Debug/gcclibspk/../src/ansi7zip/7Decoder.d
274
../../Windows/Debug/gcclibspk/../src/ansi7zip/7Decoder.o: ../src/ansi7zip/7Decoder.cpp
275
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/ansi7zip/7Decoder.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/ansi7zip/7Decoder.o
276
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/ansi7zip/7Decoder.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/ansi7zip/7Decoder.d
277
 
278
# Compiles file ../src/ansi7zip/LzmaDecode.cpp for the Debug configuration...
279
-include ../../Windows/Debug/gcclibspk/../src/ansi7zip/LzmaDecode.d
280
../../Windows/Debug/gcclibspk/../src/ansi7zip/LzmaDecode.o: ../src/ansi7zip/LzmaDecode.cpp
281
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/ansi7zip/LzmaDecode.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/ansi7zip/LzmaDecode.o
282
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/ansi7zip/LzmaDecode.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/ansi7zip/LzmaDecode.d
283
 
284
# Compiles file ../src/x2bc/x2bc_common/bob_dom.cpp for the Debug configuration...
285
-include ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom.d
286
../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom.o: ../src/x2bc/x2bc_common/bob_dom.cpp
287
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/x2bc/x2bc_common/bob_dom.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom.o
288
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/x2bc/x2bc_common/bob_dom.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom.d
289
 
290
# Compiles file ../src/x2bc/x2bc_common/bob_dom_bob.cpp for the Debug configuration...
291
-include ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom_bob.d
292
../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom_bob.o: ../src/x2bc/x2bc_common/bob_dom_bob.cpp
293
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/x2bc/x2bc_common/bob_dom_bob.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom_bob.o
294
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/x2bc/x2bc_common/bob_dom_bob.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom_bob.d
295
 
296
# Compiles file ../src/x2bc/x2bc_common/bob_dom_cut.cpp for the Debug configuration...
297
-include ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom_cut.d
298
../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom_cut.o: ../src/x2bc/x2bc_common/bob_dom_cut.cpp
299
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/x2bc/x2bc_common/bob_dom_cut.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom_cut.o
300
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/x2bc/x2bc_common/bob_dom_cut.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom_cut.d
301
 
302
# Compiles file ../src/x2bc/x2bc_common/bob_dom_frame.cpp for the Debug configuration...
303
-include ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom_frame.d
304
../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom_frame.o: ../src/x2bc/x2bc_common/bob_dom_frame.cpp
305
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/x2bc/x2bc_common/bob_dom_frame.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom_frame.o
306
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/x2bc/x2bc_common/bob_dom_frame.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bob_dom_frame.d
307
 
308
# Compiles file ../src/x2bc/x2bc_common/bod_bob_parser.cpp for the Debug configuration...
309
-include ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_bob_parser.d
310
../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_bob_parser.o: ../src/x2bc/x2bc_common/bod_bob_parser.cpp
311
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/x2bc/x2bc_common/bod_bob_parser.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_bob_parser.o
312
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/x2bc/x2bc_common/bod_bob_parser.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_bob_parser.d
313
 
314
# Compiles file ../src/x2bc/x2bc_common/bod_cut_parser.cpp for the Debug configuration...
315
-include ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_cut_parser.d
316
../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_cut_parser.o: ../src/x2bc/x2bc_common/bod_cut_parser.cpp
317
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/x2bc/x2bc_common/bod_cut_parser.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_cut_parser.o
318
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/x2bc/x2bc_common/bod_cut_parser.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_cut_parser.d
319
 
320
# Compiles file ../src/x2bc/x2bc_common/bod_parser.cpp for the Debug configuration...
321
-include ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_parser.d
322
../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_parser.o: ../src/x2bc/x2bc_common/bod_parser.cpp
323
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/x2bc/x2bc_common/bod_parser.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_parser.o
324
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/x2bc/x2bc_common/bod_parser.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_parser.d
325
 
326
# Compiles file ../src/x2bc/x2bc_common/bod_parser_base.cpp for the Debug configuration...
327
-include ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_parser_base.d
328
../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_parser_base.o: ../src/x2bc/x2bc_common/bod_parser_base.cpp
329
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/x2bc/x2bc_common/bod_parser_base.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_parser_base.o
330
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/x2bc/x2bc_common/bod_parser_base.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_parser_base.d
331
 
332
# Compiles file ../src/x2bc/x2bc_common/bod_text_parser.cpp for the Debug configuration...
333
-include ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_text_parser.d
334
../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_text_parser.o: ../src/x2bc/x2bc_common/bod_text_parser.cpp
335
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/x2bc/x2bc_common/bod_text_parser.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_text_parser.o
336
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/x2bc/x2bc_common/bod_text_parser.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/bod_text_parser.d
337
 
338
# Compiles file ../src/x2bc/x2bc_common/settings.cpp for the Debug configuration...
339
-include ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/settings.d
340
../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/settings.o: ../src/x2bc/x2bc_common/settings.cpp
341
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/x2bc/x2bc_common/settings.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/settings.o
342
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/x2bc/x2bc_common/settings.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/x2bc/x2bc_common/settings.d
343
 
344
# Compiles file ../src/x2bc/common/indian.cpp for the Debug configuration...
345
-include ../../Windows/Debug/gcclibspk/../src/x2bc/common/indian.d
346
../../Windows/Debug/gcclibspk/../src/x2bc/common/indian.o: ../src/x2bc/common/indian.cpp
347
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/x2bc/common/indian.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/x2bc/common/indian.o
348
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/x2bc/common/indian.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/x2bc/common/indian.d
349
 
350
# Compiles file ../src/x2bc/common/strutils.cpp for the Debug configuration...
351
-include ../../Windows/Debug/gcclibspk/../src/x2bc/common/strutils.d
352
../../Windows/Debug/gcclibspk/../src/x2bc/common/strutils.o: ../src/x2bc/common/strutils.cpp
353
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/x2bc/common/strutils.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/x2bc/common/strutils.o
354
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/x2bc/common/strutils.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/x2bc/common/strutils.d
355
 
356
# Compiles file ../src/zlib/adler32.c for the Debug configuration...
357
-include ../../Windows/Debug/gcclibspk/../src/zlib/adler32.d
358
../../Windows/Debug/gcclibspk/../src/zlib/adler32.o: ../src/zlib/adler32.c
359
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/zlib/adler32.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/zlib/adler32.o
360
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/zlib/adler32.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/zlib/adler32.d
361
 
362
# Compiles file ../src/zlib/compress.c for the Debug configuration...
363
-include ../../Windows/Debug/gcclibspk/../src/zlib/compress.d
364
../../Windows/Debug/gcclibspk/../src/zlib/compress.o: ../src/zlib/compress.c
365
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/zlib/compress.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/zlib/compress.o
366
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/zlib/compress.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/zlib/compress.d
367
 
368
# Compiles file ../src/zlib/crc32.c for the Debug configuration...
369
-include ../../Windows/Debug/gcclibspk/../src/zlib/crc32.d
370
../../Windows/Debug/gcclibspk/../src/zlib/crc32.o: ../src/zlib/crc32.c
371
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/zlib/crc32.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/zlib/crc32.o
372
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/zlib/crc32.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/zlib/crc32.d
373
 
374
# Compiles file ../src/zlib/deflate.c for the Debug configuration...
375
-include ../../Windows/Debug/gcclibspk/../src/zlib/deflate.d
376
../../Windows/Debug/gcclibspk/../src/zlib/deflate.o: ../src/zlib/deflate.c
377
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/zlib/deflate.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/zlib/deflate.o
378
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/zlib/deflate.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/zlib/deflate.d
379
 
380
# Compiles file ../src/zlib/gzclose.c for the Debug configuration...
381
-include ../../Windows/Debug/gcclibspk/../src/zlib/gzclose.d
382
../../Windows/Debug/gcclibspk/../src/zlib/gzclose.o: ../src/zlib/gzclose.c
383
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/zlib/gzclose.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/zlib/gzclose.o
384
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/zlib/gzclose.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/zlib/gzclose.d
385
 
386
# Compiles file ../src/zlib/gzlib.c for the Debug configuration...
387
-include ../../Windows/Debug/gcclibspk/../src/zlib/gzlib.d
388
../../Windows/Debug/gcclibspk/../src/zlib/gzlib.o: ../src/zlib/gzlib.c
389
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/zlib/gzlib.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/zlib/gzlib.o
390
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/zlib/gzlib.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/zlib/gzlib.d
391
 
392
# Compiles file ../src/zlib/gzread.c for the Debug configuration...
393
-include ../../Windows/Debug/gcclibspk/../src/zlib/gzread.d
394
../../Windows/Debug/gcclibspk/../src/zlib/gzread.o: ../src/zlib/gzread.c
395
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/zlib/gzread.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/zlib/gzread.o
396
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/zlib/gzread.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/zlib/gzread.d
397
 
398
# Compiles file ../src/zlib/gzwrite.c for the Debug configuration...
399
-include ../../Windows/Debug/gcclibspk/../src/zlib/gzwrite.d
400
../../Windows/Debug/gcclibspk/../src/zlib/gzwrite.o: ../src/zlib/gzwrite.c
401
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/zlib/gzwrite.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/zlib/gzwrite.o
402
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/zlib/gzwrite.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/zlib/gzwrite.d
403
 
404
# Compiles file ../src/zlib/infback.c for the Debug configuration...
405
-include ../../Windows/Debug/gcclibspk/../src/zlib/infback.d
406
../../Windows/Debug/gcclibspk/../src/zlib/infback.o: ../src/zlib/infback.c
407
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/zlib/infback.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/zlib/infback.o
408
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/zlib/infback.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/zlib/infback.d
409
 
410
# Compiles file ../src/zlib/inffast.c for the Debug configuration...
411
-include ../../Windows/Debug/gcclibspk/../src/zlib/inffast.d
412
../../Windows/Debug/gcclibspk/../src/zlib/inffast.o: ../src/zlib/inffast.c
413
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/zlib/inffast.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/zlib/inffast.o
414
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/zlib/inffast.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/zlib/inffast.d
415
 
416
# Compiles file ../src/zlib/inflate.c for the Debug configuration...
417
-include ../../Windows/Debug/gcclibspk/../src/zlib/inflate.d
418
../../Windows/Debug/gcclibspk/../src/zlib/inflate.o: ../src/zlib/inflate.c
419
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/zlib/inflate.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/zlib/inflate.o
420
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/zlib/inflate.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/zlib/inflate.d
421
 
422
# Compiles file ../src/zlib/inftrees.c for the Debug configuration...
423
-include ../../Windows/Debug/gcclibspk/../src/zlib/inftrees.d
424
../../Windows/Debug/gcclibspk/../src/zlib/inftrees.o: ../src/zlib/inftrees.c
425
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/zlib/inftrees.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/zlib/inftrees.o
426
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/zlib/inftrees.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/zlib/inftrees.d
427
 
428
# Compiles file ../src/zlib/trees.c for the Debug configuration...
429
-include ../../Windows/Debug/gcclibspk/../src/zlib/trees.d
430
../../Windows/Debug/gcclibspk/../src/zlib/trees.o: ../src/zlib/trees.c
431
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/zlib/trees.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/zlib/trees.o
432
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/zlib/trees.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/zlib/trees.d
433
 
434
# Compiles file ../src/zlib/uncompr.c for the Debug configuration...
435
-include ../../Windows/Debug/gcclibspk/../src/zlib/uncompr.d
436
../../Windows/Debug/gcclibspk/../src/zlib/uncompr.o: ../src/zlib/uncompr.c
437
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/zlib/uncompr.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/zlib/uncompr.o
438
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/zlib/uncompr.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/zlib/uncompr.d
439
 
440
# Compiles file ../src/zlib/zutil.c for the Debug configuration...
441
-include ../../Windows/Debug/gcclibspk/../src/zlib/zutil.d
442
../../Windows/Debug/gcclibspk/../src/zlib/zutil.o: ../src/zlib/zutil.c
443
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/zlib/zutil.c $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/zlib/zutil.o
444
	$(C_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/zlib/zutil.c $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/zlib/zutil.d
445
 
446
# Compiles file ../../HiP/ByteReader.cpp for the Debug configuration...
447
-include ../../Windows/Debug/gcclibspk/../../HiP/ByteReader.d
448
../../Windows/Debug/gcclibspk/../../HiP/ByteReader.o: ../../HiP/ByteReader.cpp
449
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../../HiP/ByteReader.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../../HiP/ByteReader.o
450
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../../HiP/ByteReader.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../../HiP/ByteReader.d
451
 
452
# Compiles file ../../HiP/clsFile.cpp for the Debug configuration...
453
-include ../../Windows/Debug/gcclibspk/../../HiP/clsFile.d
454
../../Windows/Debug/gcclibspk/../../HiP/clsFile.o: ../../HiP/clsFile.cpp
455
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../../HiP/clsFile.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../../HiP/clsFile.o
456
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../../HiP/clsFile.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../../HiP/clsFile.d
457
 
458
# Compiles file ../../HiP/COM_CRC32.cpp for the Debug configuration...
459
-include ../../Windows/Debug/gcclibspk/../../HiP/COM_CRC32.d
460
../../Windows/Debug/gcclibspk/../../HiP/COM_CRC32.o: ../../HiP/COM_CRC32.cpp
461
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../../HiP/COM_CRC32.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../../HiP/COM_CRC32.o
462
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../../HiP/COM_CRC32.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../../HiP/COM_CRC32.d
463
 
464
# Compiles file ../../HiP/HiP.cpp for the Debug configuration...
465
-include ../../Windows/Debug/gcclibspk/../../HiP/HiP.d
466
../../Windows/Debug/gcclibspk/../../HiP/HiP.o: ../../HiP/HiP.cpp
467
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../../HiP/HiP.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../../HiP/HiP.o
468
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../../HiP/HiP.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../../HiP/HiP.d
469
 
470
# Compiles file ../../HiP/HipPack.cpp for the Debug configuration...
471
-include ../../Windows/Debug/gcclibspk/../../HiP/HipPack.d
472
../../Windows/Debug/gcclibspk/../../HiP/HipPack.o: ../../HiP/HipPack.cpp
473
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../../HiP/HipPack.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../../HiP/HipPack.o
474
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../../HiP/HipPack.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../../HiP/HipPack.d
475
 
476
# Compiles file ../../HiP/LiteralHuffTree.cpp for the Debug configuration...
477
-include ../../Windows/Debug/gcclibspk/../../HiP/LiteralHuffTree.d
478
../../Windows/Debug/gcclibspk/../../HiP/LiteralHuffTree.o: ../../HiP/LiteralHuffTree.cpp
479
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../../HiP/LiteralHuffTree.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../../HiP/LiteralHuffTree.o
480
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../../HiP/LiteralHuffTree.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../../HiP/LiteralHuffTree.d
481
 
482
# Compiles file ../src/Utils/String.cpp for the Debug configuration...
483
-include ../../Windows/Debug/gcclibspk/../src/Utils/String.d
484
../../Windows/Debug/gcclibspk/../src/Utils/String.o: ../src/Utils/String.cpp
485
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/Utils/String.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/Utils/String.o
486
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/Utils/String.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/Utils/String.d
487
 
488
# Compiles file ../src/Utils/StringList.cpp for the Debug configuration...
489
-include ../../Windows/Debug/gcclibspk/../src/Utils/StringList.d
490
../../Windows/Debug/gcclibspk/../src/Utils/StringList.o: ../src/Utils/StringList.cpp
491
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/Utils/StringList.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/Utils/StringList.o
492
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/Utils/StringList.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/Utils/StringList.d
493
 
494
# Compiles file ../src/Package/CorePackage.cpp for the Debug configuration...
495
-include ../../Windows/Debug/gcclibspk/../src/Package/CorePackage.d
496
../../Windows/Debug/gcclibspk/../src/Package/CorePackage.o: ../src/Package/CorePackage.cpp
497
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/Package/CorePackage.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/Package/CorePackage.o
498
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/Package/CorePackage.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/Package/CorePackage.d
499
 
500
# Compiles file ../src/Package/InstallText.cpp for the Debug configuration...
501
-include ../../Windows/Debug/gcclibspk/../src/Package/InstallText.d
502
../../Windows/Debug/gcclibspk/../src/Package/InstallText.o: ../src/Package/InstallText.cpp
503
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c ../src/Package/InstallText.cpp $(Debug_Include_Path) -o ../../Windows/Debug/gcclibspk/../src/Package/InstallText.o
504
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM ../src/Package/InstallText.cpp $(Debug_Include_Path) > ../../Windows/Debug/gcclibspk/../src/Package/InstallText.d
505
 
506
# Builds the Release configuration...
507
.PHONY: Release
508
Release: create_folders ../../Windows/Release/gccspk/../src/BaseFile.o ../../Windows/Release/gccspk/../src/CatFile.o ../../Windows/Release/gccspk/../src/DirIO.o ../../Windows/Release/gccspk/../src/File.o ../../Windows/Release/gccspk/../src/File_IO.o ../../Windows/Release/gccspk/../src/GameDirectories.o ../../Windows/Release/gccspk/../src/GameExe.o ../../Windows/Release/gccspk/../src/logging/Log.o ../../Windows/Release/gccspk/../src/ModDiff.o ../../Windows/Release/gccspk/../src/MultiSpkFile.o ../../Windows/Release/gccspk/../src/OriginalFiles.o ../../Windows/Release/gccspk/../src/Packages.o ../../Windows/Release/gccspk/../src/ShipData.o ../../Windows/Release/gccspk/../src/spk.o ../../Windows/Release/gccspk/../src/SpkFile.o ../../Windows/Release/gccspk/../src/TextDB.o ../../Windows/Release/gccspk/../src/archive/unzip.o ../../Windows/Release/gccspk/../src/VirtualFileSystem.o ../../Windows/Release/gccspk/../src/XBod.o ../../Windows/Release/gccspk/../src/XspFile.o ../../Windows/Release/gccspk/../src/archive/zip.o ../../Windows/Release/gccspk/../src/lzma/7zBuf.o ../../Windows/Release/gccspk/../src/lzma/7zBuf2.o ../../Windows/Release/gccspk/../src/lzma/7zCrc.o ../../Windows/Release/gccspk/../src/lzma/7zFile.o ../../Windows/Release/gccspk/../src/lzma/7zStream.o ../../Windows/Release/gccspk/../src/lzma/Alloc.o ../../Windows/Release/gccspk/../src/lzma/Bcj2.o ../../Windows/Release/gccspk/../src/lzma/Bra.o ../../Windows/Release/gccspk/../src/lzma/Bra86.o ../../Windows/Release/gccspk/../src/lzma/BraIA64.o ../../Windows/Release/gccspk/../src/lzma/LzFind.o ../../Windows/Release/gccspk/../src/lzma/LzFindMt.o ../../Windows/Release/gccspk/../src/lzma/Lzma86Dec.o ../../Windows/Release/gccspk/../src/lzma/Lzma86Enc.o ../../Windows/Release/gccspk/../src/lzma/LzmaDec.o ../../Windows/Release/gccspk/../src/lzma/LzmaEnc.o ../../Windows/Release/gccspk/../src/lzma/LzmaLib.o ../../Windows/Release/gccspk/../src/lzma/Threads.o ../../Windows/Release/gccspk/../src/ansi7zip/7Decoder.o ../../Windows/Release/gccspk/../src/ansi7zip/LzmaDecode.o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom.o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom_bob.o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom_cut.o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom_frame.o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_bob_parser.o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_cut_parser.o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_parser.o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_parser_base.o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_text_parser.o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/settings.o ../../Windows/Release/gccspk/../src/x2bc/common/indian.o ../../Windows/Release/gccspk/../src/x2bc/common/strutils.o ../../Windows/Release/gccspk/../src/zlib/adler32.o ../../Windows/Release/gccspk/../src/zlib/compress.o ../../Windows/Release/gccspk/../src/zlib/crc32.o ../../Windows/Release/gccspk/../src/zlib/deflate.o ../../Windows/Release/gccspk/../src/zlib/gzclose.o ../../Windows/Release/gccspk/../src/zlib/gzlib.o ../../Windows/Release/gccspk/../src/zlib/gzread.o ../../Windows/Release/gccspk/../src/zlib/gzwrite.o ../../Windows/Release/gccspk/../src/zlib/infback.o ../../Windows/Release/gccspk/../src/zlib/inffast.o ../../Windows/Release/gccspk/../src/zlib/inflate.o ../../Windows/Release/gccspk/../src/zlib/inftrees.o ../../Windows/Release/gccspk/../src/zlib/trees.o ../../Windows/Release/gccspk/../src/zlib/uncompr.o ../../Windows/Release/gccspk/../src/zlib/zutil.o ../../Windows/Release/gccspk/../../HiP/ByteReader.o ../../Windows/Release/gccspk/../../HiP/clsFile.o ../../Windows/Release/gccspk/../../HiP/COM_CRC32.o ../../Windows/Release/gccspk/../../HiP/HiP.o ../../Windows/Release/gccspk/../../HiP/HipPack.o ../../Windows/Release/gccspk/../../HiP/LiteralHuffTree.o ../../Windows/Release/gccspk/../src/Utils/String.o ../../Windows/Release/gccspk/../src/Utils/StringList.o ../../Windows/Release/gccspk/../src/Package/CorePackage.o ../../Windows/Release/gccspk/../src/Package/InstallText.o 
509
	g++ -fPIC -shared -Wl,-soname,libspk.so -o ../../Windows/gccRelease/libspk.so ../../Windows/Release/gccspk/../src/BaseFile.o ../../Windows/Release/gccspk/../src/CatFile.o ../../Windows/Release/gccspk/../src/DirIO.o ../../Windows/Release/gccspk/../src/File.o ../../Windows/Release/gccspk/../src/File_IO.o ../../Windows/Release/gccspk/../src/GameDirectories.o ../../Windows/Release/gccspk/../src/GameExe.o ../../Windows/Release/gccspk/../src/logging/Log.o ../../Windows/Release/gccspk/../src/ModDiff.o ../../Windows/Release/gccspk/../src/MultiSpkFile.o ../../Windows/Release/gccspk/../src/OriginalFiles.o ../../Windows/Release/gccspk/../src/Packages.o ../../Windows/Release/gccspk/../src/ShipData.o ../../Windows/Release/gccspk/../src/spk.o ../../Windows/Release/gccspk/../src/SpkFile.o ../../Windows/Release/gccspk/../src/TextDB.o ../../Windows/Release/gccspk/../src/archive/unzip.o ../../Windows/Release/gccspk/../src/VirtualFileSystem.o ../../Windows/Release/gccspk/../src/XBod.o ../../Windows/Release/gccspk/../src/XspFile.o ../../Windows/Release/gccspk/../src/archive/zip.o ../../Windows/Release/gccspk/../src/lzma/7zBuf.o ../../Windows/Release/gccspk/../src/lzma/7zBuf2.o ../../Windows/Release/gccspk/../src/lzma/7zCrc.o ../../Windows/Release/gccspk/../src/lzma/7zFile.o ../../Windows/Release/gccspk/../src/lzma/7zStream.o ../../Windows/Release/gccspk/../src/lzma/Alloc.o ../../Windows/Release/gccspk/../src/lzma/Bcj2.o ../../Windows/Release/gccspk/../src/lzma/Bra.o ../../Windows/Release/gccspk/../src/lzma/Bra86.o ../../Windows/Release/gccspk/../src/lzma/BraIA64.o ../../Windows/Release/gccspk/../src/lzma/LzFind.o ../../Windows/Release/gccspk/../src/lzma/LzFindMt.o ../../Windows/Release/gccspk/../src/lzma/Lzma86Dec.o ../../Windows/Release/gccspk/../src/lzma/Lzma86Enc.o ../../Windows/Release/gccspk/../src/lzma/LzmaDec.o ../../Windows/Release/gccspk/../src/lzma/LzmaEnc.o ../../Windows/Release/gccspk/../src/lzma/LzmaLib.o ../../Windows/Release/gccspk/../src/lzma/Threads.o ../../Windows/Release/gccspk/../src/ansi7zip/7Decoder.o ../../Windows/Release/gccspk/../src/ansi7zip/LzmaDecode.o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom.o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom_bob.o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom_cut.o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom_frame.o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_bob_parser.o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_cut_parser.o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_parser.o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_parser_base.o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_text_parser.o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/settings.o ../../Windows/Release/gccspk/../src/x2bc/common/indian.o ../../Windows/Release/gccspk/../src/x2bc/common/strutils.o ../../Windows/Release/gccspk/../src/zlib/adler32.o ../../Windows/Release/gccspk/../src/zlib/compress.o ../../Windows/Release/gccspk/../src/zlib/crc32.o ../../Windows/Release/gccspk/../src/zlib/deflate.o ../../Windows/Release/gccspk/../src/zlib/gzclose.o ../../Windows/Release/gccspk/../src/zlib/gzlib.o ../../Windows/Release/gccspk/../src/zlib/gzread.o ../../Windows/Release/gccspk/../src/zlib/gzwrite.o ../../Windows/Release/gccspk/../src/zlib/infback.o ../../Windows/Release/gccspk/../src/zlib/inffast.o ../../Windows/Release/gccspk/../src/zlib/inflate.o ../../Windows/Release/gccspk/../src/zlib/inftrees.o ../../Windows/Release/gccspk/../src/zlib/trees.o ../../Windows/Release/gccspk/../src/zlib/uncompr.o ../../Windows/Release/gccspk/../src/zlib/zutil.o ../../Windows/Release/gccspk/../../HiP/ByteReader.o ../../Windows/Release/gccspk/../../HiP/clsFile.o ../../Windows/Release/gccspk/../../HiP/COM_CRC32.o ../../Windows/Release/gccspk/../../HiP/HiP.o ../../Windows/Release/gccspk/../../HiP/HipPack.o ../../Windows/Release/gccspk/../../HiP/LiteralHuffTree.o ../../Windows/Release/gccspk/../src/Utils/String.o ../../Windows/Release/gccspk/../src/Utils/StringList.o ../../Windows/Release/gccspk/../src/Package/CorePackage.o ../../Windows/Release/gccspk/../src/Package/InstallText.o  $(Release_Implicitly_Linked_Objects)
510
 
511
# Compiles file ../src/BaseFile.cpp for the Release configuration...
512
-include ../../Windows/Release/gccspk/../src/BaseFile.d
513
../../Windows/Release/gccspk/../src/BaseFile.o: ../src/BaseFile.cpp
514
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/BaseFile.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/BaseFile.o
515
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/BaseFile.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/BaseFile.d
516
 
517
# Compiles file ../src/CatFile.cpp for the Release configuration...
518
-include ../../Windows/Release/gccspk/../src/CatFile.d
519
../../Windows/Release/gccspk/../src/CatFile.o: ../src/CatFile.cpp
520
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/CatFile.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/CatFile.o
521
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/CatFile.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/CatFile.d
522
 
523
# Compiles file ../src/DirIO.cpp for the Release configuration...
524
-include ../../Windows/Release/gccspk/../src/DirIO.d
525
../../Windows/Release/gccspk/../src/DirIO.o: ../src/DirIO.cpp
526
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/DirIO.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/DirIO.o
527
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/DirIO.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/DirIO.d
528
 
529
# Compiles file ../src/File.cpp for the Release configuration...
530
-include ../../Windows/Release/gccspk/../src/File.d
531
../../Windows/Release/gccspk/../src/File.o: ../src/File.cpp
532
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/File.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/File.o
533
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/File.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/File.d
534
 
535
# Compiles file ../src/File_IO.cpp for the Release configuration...
536
-include ../../Windows/Release/gccspk/../src/File_IO.d
537
../../Windows/Release/gccspk/../src/File_IO.o: ../src/File_IO.cpp
538
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/File_IO.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/File_IO.o
539
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/File_IO.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/File_IO.d
540
 
541
# Compiles file ../src/GameDirectories.cpp for the Release configuration...
542
-include ../../Windows/Release/gccspk/../src/GameDirectories.d
543
../../Windows/Release/gccspk/../src/GameDirectories.o: ../src/GameDirectories.cpp
544
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/GameDirectories.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/GameDirectories.o
545
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/GameDirectories.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/GameDirectories.d
546
 
547
# Compiles file ../src/GameExe.cpp for the Release configuration...
548
-include ../../Windows/Release/gccspk/../src/GameExe.d
549
../../Windows/Release/gccspk/../src/GameExe.o: ../src/GameExe.cpp
550
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/GameExe.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/GameExe.o
551
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/GameExe.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/GameExe.d
552
 
553
# Compiles file ../src/logging/Log.cpp for the Release configuration...
554
-include ../../Windows/Release/gccspk/../src/logging/Log.d
555
../../Windows/Release/gccspk/../src/logging/Log.o: ../src/logging/Log.cpp
556
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/logging/Log.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/logging/Log.o
557
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/logging/Log.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/logging/Log.d
558
 
559
# Compiles file ../src/ModDiff.cpp for the Release configuration...
560
-include ../../Windows/Release/gccspk/../src/ModDiff.d
561
../../Windows/Release/gccspk/../src/ModDiff.o: ../src/ModDiff.cpp
562
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/ModDiff.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/ModDiff.o
563
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/ModDiff.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/ModDiff.d
564
 
565
# Compiles file ../src/MultiSpkFile.cpp for the Release configuration...
566
-include ../../Windows/Release/gccspk/../src/MultiSpkFile.d
567
../../Windows/Release/gccspk/../src/MultiSpkFile.o: ../src/MultiSpkFile.cpp
568
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/MultiSpkFile.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/MultiSpkFile.o
569
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/MultiSpkFile.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/MultiSpkFile.d
570
 
571
# Compiles file ../src/OriginalFiles.cpp for the Release configuration...
572
-include ../../Windows/Release/gccspk/../src/OriginalFiles.d
573
../../Windows/Release/gccspk/../src/OriginalFiles.o: ../src/OriginalFiles.cpp
574
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/OriginalFiles.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/OriginalFiles.o
575
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/OriginalFiles.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/OriginalFiles.d
576
 
577
# Compiles file ../src/Packages.cpp for the Release configuration...
578
-include ../../Windows/Release/gccspk/../src/Packages.d
579
../../Windows/Release/gccspk/../src/Packages.o: ../src/Packages.cpp
580
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/Packages.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/Packages.o
581
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/Packages.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/Packages.d
582
 
583
# Compiles file ../src/ShipData.cpp for the Release configuration...
584
-include ../../Windows/Release/gccspk/../src/ShipData.d
585
../../Windows/Release/gccspk/../src/ShipData.o: ../src/ShipData.cpp
586
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/ShipData.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/ShipData.o
587
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/ShipData.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/ShipData.d
588
 
589
# Compiles file ../src/spk.cpp for the Release configuration...
590
-include ../../Windows/Release/gccspk/../src/spk.d
591
../../Windows/Release/gccspk/../src/spk.o: ../src/spk.cpp
592
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/spk.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/spk.o
593
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/spk.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/spk.d
594
 
595
# Compiles file ../src/SpkFile.cpp for the Release configuration...
596
-include ../../Windows/Release/gccspk/../src/SpkFile.d
597
../../Windows/Release/gccspk/../src/SpkFile.o: ../src/SpkFile.cpp
598
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/SpkFile.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/SpkFile.o
599
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/SpkFile.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/SpkFile.d
600
 
601
# Compiles file ../src/TextDB.cpp for the Release configuration...
602
-include ../../Windows/Release/gccspk/../src/TextDB.d
603
../../Windows/Release/gccspk/../src/TextDB.o: ../src/TextDB.cpp
604
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/TextDB.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/TextDB.o
605
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/TextDB.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/TextDB.d
606
 
607
# Compiles file ../src/archive/unzip.cpp for the Release configuration...
608
-include ../../Windows/Release/gccspk/../src/archive/unzip.d
609
../../Windows/Release/gccspk/../src/archive/unzip.o: ../src/archive/unzip.cpp
610
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/archive/unzip.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/archive/unzip.o
611
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/archive/unzip.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/archive/unzip.d
612
 
613
# Compiles file ../src/VirtualFileSystem.cpp for the Release configuration...
614
-include ../../Windows/Release/gccspk/../src/VirtualFileSystem.d
615
../../Windows/Release/gccspk/../src/VirtualFileSystem.o: ../src/VirtualFileSystem.cpp
616
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/VirtualFileSystem.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/VirtualFileSystem.o
617
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/VirtualFileSystem.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/VirtualFileSystem.d
618
 
619
# Compiles file ../src/XBod.cpp for the Release configuration...
620
-include ../../Windows/Release/gccspk/../src/XBod.d
621
../../Windows/Release/gccspk/../src/XBod.o: ../src/XBod.cpp
622
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/XBod.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/XBod.o
623
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/XBod.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/XBod.d
624
 
625
# Compiles file ../src/XspFile.cpp for the Release configuration...
626
-include ../../Windows/Release/gccspk/../src/XspFile.d
627
../../Windows/Release/gccspk/../src/XspFile.o: ../src/XspFile.cpp
628
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/XspFile.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/XspFile.o
629
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/XspFile.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/XspFile.d
630
 
631
# Compiles file ../src/archive/zip.cpp for the Release configuration...
632
-include ../../Windows/Release/gccspk/../src/archive/zip.d
633
../../Windows/Release/gccspk/../src/archive/zip.o: ../src/archive/zip.cpp
634
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/archive/zip.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/archive/zip.o
635
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/archive/zip.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/archive/zip.d
636
 
637
# Compiles file ../src/lzma/7zBuf.c for the Release configuration...
638
-include ../../Windows/Release/gccspk/../src/lzma/7zBuf.d
639
../../Windows/Release/gccspk/../src/lzma/7zBuf.o: ../src/lzma/7zBuf.c
640
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/lzma/7zBuf.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/lzma/7zBuf.o
641
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/lzma/7zBuf.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/lzma/7zBuf.d
642
 
643
# Compiles file ../src/lzma/7zBuf2.c for the Release configuration...
644
-include ../../Windows/Release/gccspk/../src/lzma/7zBuf2.d
645
../../Windows/Release/gccspk/../src/lzma/7zBuf2.o: ../src/lzma/7zBuf2.c
646
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/lzma/7zBuf2.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/lzma/7zBuf2.o
647
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/lzma/7zBuf2.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/lzma/7zBuf2.d
648
 
649
# Compiles file ../src/lzma/7zCrc.c for the Release configuration...
650
-include ../../Windows/Release/gccspk/../src/lzma/7zCrc.d
651
../../Windows/Release/gccspk/../src/lzma/7zCrc.o: ../src/lzma/7zCrc.c
652
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/lzma/7zCrc.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/lzma/7zCrc.o
653
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/lzma/7zCrc.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/lzma/7zCrc.d
654
 
655
# Compiles file ../src/lzma/7zFile.c for the Release configuration...
656
-include ../../Windows/Release/gccspk/../src/lzma/7zFile.d
657
../../Windows/Release/gccspk/../src/lzma/7zFile.o: ../src/lzma/7zFile.c
658
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/lzma/7zFile.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/lzma/7zFile.o
659
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/lzma/7zFile.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/lzma/7zFile.d
660
 
661
# Compiles file ../src/lzma/7zStream.c for the Release configuration...
662
-include ../../Windows/Release/gccspk/../src/lzma/7zStream.d
663
../../Windows/Release/gccspk/../src/lzma/7zStream.o: ../src/lzma/7zStream.c
664
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/lzma/7zStream.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/lzma/7zStream.o
665
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/lzma/7zStream.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/lzma/7zStream.d
666
 
667
# Compiles file ../src/lzma/Alloc.c for the Release configuration...
668
-include ../../Windows/Release/gccspk/../src/lzma/Alloc.d
669
../../Windows/Release/gccspk/../src/lzma/Alloc.o: ../src/lzma/Alloc.c
670
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/lzma/Alloc.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/lzma/Alloc.o
671
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/lzma/Alloc.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/lzma/Alloc.d
672
 
673
# Compiles file ../src/lzma/Bcj2.c for the Release configuration...
674
-include ../../Windows/Release/gccspk/../src/lzma/Bcj2.d
675
../../Windows/Release/gccspk/../src/lzma/Bcj2.o: ../src/lzma/Bcj2.c
676
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/lzma/Bcj2.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/lzma/Bcj2.o
677
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/lzma/Bcj2.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/lzma/Bcj2.d
678
 
679
# Compiles file ../src/lzma/Bra.c for the Release configuration...
680
-include ../../Windows/Release/gccspk/../src/lzma/Bra.d
681
../../Windows/Release/gccspk/../src/lzma/Bra.o: ../src/lzma/Bra.c
682
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/lzma/Bra.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/lzma/Bra.o
683
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/lzma/Bra.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/lzma/Bra.d
684
 
685
# Compiles file ../src/lzma/Bra86.c for the Release configuration...
686
-include ../../Windows/Release/gccspk/../src/lzma/Bra86.d
687
../../Windows/Release/gccspk/../src/lzma/Bra86.o: ../src/lzma/Bra86.c
688
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/lzma/Bra86.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/lzma/Bra86.o
689
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/lzma/Bra86.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/lzma/Bra86.d
690
 
691
# Compiles file ../src/lzma/BraIA64.c for the Release configuration...
692
-include ../../Windows/Release/gccspk/../src/lzma/BraIA64.d
693
../../Windows/Release/gccspk/../src/lzma/BraIA64.o: ../src/lzma/BraIA64.c
694
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/lzma/BraIA64.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/lzma/BraIA64.o
695
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/lzma/BraIA64.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/lzma/BraIA64.d
696
 
697
# Compiles file ../src/lzma/LzFind.c for the Release configuration...
698
-include ../../Windows/Release/gccspk/../src/lzma/LzFind.d
699
../../Windows/Release/gccspk/../src/lzma/LzFind.o: ../src/lzma/LzFind.c
700
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/lzma/LzFind.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/lzma/LzFind.o
701
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/lzma/LzFind.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/lzma/LzFind.d
702
 
703
# Compiles file ../src/lzma/LzFindMt.c for the Release configuration...
704
-include ../../Windows/Release/gccspk/../src/lzma/LzFindMt.d
705
../../Windows/Release/gccspk/../src/lzma/LzFindMt.o: ../src/lzma/LzFindMt.c
706
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/lzma/LzFindMt.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/lzma/LzFindMt.o
707
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/lzma/LzFindMt.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/lzma/LzFindMt.d
708
 
709
# Compiles file ../src/lzma/Lzma86Dec.c for the Release configuration...
710
-include ../../Windows/Release/gccspk/../src/lzma/Lzma86Dec.d
711
../../Windows/Release/gccspk/../src/lzma/Lzma86Dec.o: ../src/lzma/Lzma86Dec.c
712
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/lzma/Lzma86Dec.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/lzma/Lzma86Dec.o
713
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/lzma/Lzma86Dec.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/lzma/Lzma86Dec.d
714
 
715
# Compiles file ../src/lzma/Lzma86Enc.c for the Release configuration...
716
-include ../../Windows/Release/gccspk/../src/lzma/Lzma86Enc.d
717
../../Windows/Release/gccspk/../src/lzma/Lzma86Enc.o: ../src/lzma/Lzma86Enc.c
718
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/lzma/Lzma86Enc.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/lzma/Lzma86Enc.o
719
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/lzma/Lzma86Enc.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/lzma/Lzma86Enc.d
720
 
721
# Compiles file ../src/lzma/LzmaDec.c for the Release configuration...
722
-include ../../Windows/Release/gccspk/../src/lzma/LzmaDec.d
723
../../Windows/Release/gccspk/../src/lzma/LzmaDec.o: ../src/lzma/LzmaDec.c
724
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/lzma/LzmaDec.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/lzma/LzmaDec.o
725
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/lzma/LzmaDec.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/lzma/LzmaDec.d
726
 
727
# Compiles file ../src/lzma/LzmaEnc.c for the Release configuration...
728
-include ../../Windows/Release/gccspk/../src/lzma/LzmaEnc.d
729
../../Windows/Release/gccspk/../src/lzma/LzmaEnc.o: ../src/lzma/LzmaEnc.c
730
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/lzma/LzmaEnc.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/lzma/LzmaEnc.o
731
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/lzma/LzmaEnc.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/lzma/LzmaEnc.d
732
 
733
# Compiles file ../src/lzma/LzmaLib.c for the Release configuration...
734
-include ../../Windows/Release/gccspk/../src/lzma/LzmaLib.d
735
../../Windows/Release/gccspk/../src/lzma/LzmaLib.o: ../src/lzma/LzmaLib.c
736
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/lzma/LzmaLib.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/lzma/LzmaLib.o
737
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/lzma/LzmaLib.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/lzma/LzmaLib.d
738
 
739
# Compiles file ../src/lzma/Threads.c for the Release configuration...
740
-include ../../Windows/Release/gccspk/../src/lzma/Threads.d
741
../../Windows/Release/gccspk/../src/lzma/Threads.o: ../src/lzma/Threads.c
742
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/lzma/Threads.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/lzma/Threads.o
743
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/lzma/Threads.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/lzma/Threads.d
744
 
745
# Compiles file ../src/ansi7zip/7Decoder.cpp for the Release configuration...
746
-include ../../Windows/Release/gccspk/../src/ansi7zip/7Decoder.d
747
../../Windows/Release/gccspk/../src/ansi7zip/7Decoder.o: ../src/ansi7zip/7Decoder.cpp
748
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/ansi7zip/7Decoder.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/ansi7zip/7Decoder.o
749
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/ansi7zip/7Decoder.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/ansi7zip/7Decoder.d
750
 
751
# Compiles file ../src/ansi7zip/LzmaDecode.cpp for the Release configuration...
752
-include ../../Windows/Release/gccspk/../src/ansi7zip/LzmaDecode.d
753
../../Windows/Release/gccspk/../src/ansi7zip/LzmaDecode.o: ../src/ansi7zip/LzmaDecode.cpp
754
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/ansi7zip/LzmaDecode.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/ansi7zip/LzmaDecode.o
755
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/ansi7zip/LzmaDecode.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/ansi7zip/LzmaDecode.d
756
 
757
# Compiles file ../src/x2bc/x2bc_common/bob_dom.cpp for the Release configuration...
758
-include ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom.d
759
../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom.o: ../src/x2bc/x2bc_common/bob_dom.cpp
760
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/x2bc/x2bc_common/bob_dom.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom.o
761
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/x2bc/x2bc_common/bob_dom.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom.d
762
 
763
# Compiles file ../src/x2bc/x2bc_common/bob_dom_bob.cpp for the Release configuration...
764
-include ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom_bob.d
765
../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom_bob.o: ../src/x2bc/x2bc_common/bob_dom_bob.cpp
766
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/x2bc/x2bc_common/bob_dom_bob.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom_bob.o
767
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/x2bc/x2bc_common/bob_dom_bob.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom_bob.d
768
 
769
# Compiles file ../src/x2bc/x2bc_common/bob_dom_cut.cpp for the Release configuration...
770
-include ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom_cut.d
771
../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom_cut.o: ../src/x2bc/x2bc_common/bob_dom_cut.cpp
772
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/x2bc/x2bc_common/bob_dom_cut.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom_cut.o
773
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/x2bc/x2bc_common/bob_dom_cut.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom_cut.d
774
 
775
# Compiles file ../src/x2bc/x2bc_common/bob_dom_frame.cpp for the Release configuration...
776
-include ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom_frame.d
777
../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom_frame.o: ../src/x2bc/x2bc_common/bob_dom_frame.cpp
778
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/x2bc/x2bc_common/bob_dom_frame.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom_frame.o
779
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/x2bc/x2bc_common/bob_dom_frame.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bob_dom_frame.d
780
 
781
# Compiles file ../src/x2bc/x2bc_common/bod_bob_parser.cpp for the Release configuration...
782
-include ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_bob_parser.d
783
../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_bob_parser.o: ../src/x2bc/x2bc_common/bod_bob_parser.cpp
784
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/x2bc/x2bc_common/bod_bob_parser.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_bob_parser.o
785
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/x2bc/x2bc_common/bod_bob_parser.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_bob_parser.d
786
 
787
# Compiles file ../src/x2bc/x2bc_common/bod_cut_parser.cpp for the Release configuration...
788
-include ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_cut_parser.d
789
../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_cut_parser.o: ../src/x2bc/x2bc_common/bod_cut_parser.cpp
790
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/x2bc/x2bc_common/bod_cut_parser.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_cut_parser.o
791
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/x2bc/x2bc_common/bod_cut_parser.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_cut_parser.d
792
 
793
# Compiles file ../src/x2bc/x2bc_common/bod_parser.cpp for the Release configuration...
794
-include ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_parser.d
795
../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_parser.o: ../src/x2bc/x2bc_common/bod_parser.cpp
796
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/x2bc/x2bc_common/bod_parser.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_parser.o
797
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/x2bc/x2bc_common/bod_parser.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_parser.d
798
 
799
# Compiles file ../src/x2bc/x2bc_common/bod_parser_base.cpp for the Release configuration...
800
-include ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_parser_base.d
801
../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_parser_base.o: ../src/x2bc/x2bc_common/bod_parser_base.cpp
802
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/x2bc/x2bc_common/bod_parser_base.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_parser_base.o
803
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/x2bc/x2bc_common/bod_parser_base.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_parser_base.d
804
 
805
# Compiles file ../src/x2bc/x2bc_common/bod_text_parser.cpp for the Release configuration...
806
-include ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_text_parser.d
807
../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_text_parser.o: ../src/x2bc/x2bc_common/bod_text_parser.cpp
808
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/x2bc/x2bc_common/bod_text_parser.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_text_parser.o
809
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/x2bc/x2bc_common/bod_text_parser.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/bod_text_parser.d
810
 
811
# Compiles file ../src/x2bc/x2bc_common/settings.cpp for the Release configuration...
812
-include ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/settings.d
813
../../Windows/Release/gccspk/../src/x2bc/x2bc_common/settings.o: ../src/x2bc/x2bc_common/settings.cpp
814
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/x2bc/x2bc_common/settings.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/settings.o
815
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/x2bc/x2bc_common/settings.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/x2bc/x2bc_common/settings.d
816
 
817
# Compiles file ../src/x2bc/common/indian.cpp for the Release configuration...
818
-include ../../Windows/Release/gccspk/../src/x2bc/common/indian.d
819
../../Windows/Release/gccspk/../src/x2bc/common/indian.o: ../src/x2bc/common/indian.cpp
820
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/x2bc/common/indian.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/x2bc/common/indian.o
821
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/x2bc/common/indian.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/x2bc/common/indian.d
822
 
823
# Compiles file ../src/x2bc/common/strutils.cpp for the Release configuration...
824
-include ../../Windows/Release/gccspk/../src/x2bc/common/strutils.d
825
../../Windows/Release/gccspk/../src/x2bc/common/strutils.o: ../src/x2bc/common/strutils.cpp
826
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/x2bc/common/strutils.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/x2bc/common/strutils.o
827
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/x2bc/common/strutils.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/x2bc/common/strutils.d
828
 
829
# Compiles file ../src/zlib/adler32.c for the Release configuration...
830
-include ../../Windows/Release/gccspk/../src/zlib/adler32.d
831
../../Windows/Release/gccspk/../src/zlib/adler32.o: ../src/zlib/adler32.c
832
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/zlib/adler32.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/zlib/adler32.o
833
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/zlib/adler32.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/zlib/adler32.d
834
 
835
# Compiles file ../src/zlib/compress.c for the Release configuration...
836
-include ../../Windows/Release/gccspk/../src/zlib/compress.d
837
../../Windows/Release/gccspk/../src/zlib/compress.o: ../src/zlib/compress.c
838
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/zlib/compress.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/zlib/compress.o
839
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/zlib/compress.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/zlib/compress.d
840
 
841
# Compiles file ../src/zlib/crc32.c for the Release configuration...
842
-include ../../Windows/Release/gccspk/../src/zlib/crc32.d
843
../../Windows/Release/gccspk/../src/zlib/crc32.o: ../src/zlib/crc32.c
844
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/zlib/crc32.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/zlib/crc32.o
845
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/zlib/crc32.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/zlib/crc32.d
846
 
847
# Compiles file ../src/zlib/deflate.c for the Release configuration...
848
-include ../../Windows/Release/gccspk/../src/zlib/deflate.d
849
../../Windows/Release/gccspk/../src/zlib/deflate.o: ../src/zlib/deflate.c
850
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/zlib/deflate.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/zlib/deflate.o
851
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/zlib/deflate.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/zlib/deflate.d
852
 
853
# Compiles file ../src/zlib/gzclose.c for the Release configuration...
854
-include ../../Windows/Release/gccspk/../src/zlib/gzclose.d
855
../../Windows/Release/gccspk/../src/zlib/gzclose.o: ../src/zlib/gzclose.c
856
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/zlib/gzclose.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/zlib/gzclose.o
857
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/zlib/gzclose.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/zlib/gzclose.d
858
 
859
# Compiles file ../src/zlib/gzlib.c for the Release configuration...
860
-include ../../Windows/Release/gccspk/../src/zlib/gzlib.d
861
../../Windows/Release/gccspk/../src/zlib/gzlib.o: ../src/zlib/gzlib.c
862
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/zlib/gzlib.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/zlib/gzlib.o
863
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/zlib/gzlib.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/zlib/gzlib.d
864
 
865
# Compiles file ../src/zlib/gzread.c for the Release configuration...
866
-include ../../Windows/Release/gccspk/../src/zlib/gzread.d
867
../../Windows/Release/gccspk/../src/zlib/gzread.o: ../src/zlib/gzread.c
868
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/zlib/gzread.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/zlib/gzread.o
869
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/zlib/gzread.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/zlib/gzread.d
870
 
871
# Compiles file ../src/zlib/gzwrite.c for the Release configuration...
872
-include ../../Windows/Release/gccspk/../src/zlib/gzwrite.d
873
../../Windows/Release/gccspk/../src/zlib/gzwrite.o: ../src/zlib/gzwrite.c
874
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/zlib/gzwrite.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/zlib/gzwrite.o
875
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/zlib/gzwrite.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/zlib/gzwrite.d
876
 
877
# Compiles file ../src/zlib/infback.c for the Release configuration...
878
-include ../../Windows/Release/gccspk/../src/zlib/infback.d
879
../../Windows/Release/gccspk/../src/zlib/infback.o: ../src/zlib/infback.c
880
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/zlib/infback.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/zlib/infback.o
881
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/zlib/infback.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/zlib/infback.d
882
 
883
# Compiles file ../src/zlib/inffast.c for the Release configuration...
884
-include ../../Windows/Release/gccspk/../src/zlib/inffast.d
885
../../Windows/Release/gccspk/../src/zlib/inffast.o: ../src/zlib/inffast.c
886
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/zlib/inffast.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/zlib/inffast.o
887
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/zlib/inffast.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/zlib/inffast.d
888
 
889
# Compiles file ../src/zlib/inflate.c for the Release configuration...
890
-include ../../Windows/Release/gccspk/../src/zlib/inflate.d
891
../../Windows/Release/gccspk/../src/zlib/inflate.o: ../src/zlib/inflate.c
892
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/zlib/inflate.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/zlib/inflate.o
893
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/zlib/inflate.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/zlib/inflate.d
894
 
895
# Compiles file ../src/zlib/inftrees.c for the Release configuration...
896
-include ../../Windows/Release/gccspk/../src/zlib/inftrees.d
897
../../Windows/Release/gccspk/../src/zlib/inftrees.o: ../src/zlib/inftrees.c
898
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/zlib/inftrees.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/zlib/inftrees.o
899
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/zlib/inftrees.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/zlib/inftrees.d
900
 
901
# Compiles file ../src/zlib/trees.c for the Release configuration...
902
-include ../../Windows/Release/gccspk/../src/zlib/trees.d
903
../../Windows/Release/gccspk/../src/zlib/trees.o: ../src/zlib/trees.c
904
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/zlib/trees.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/zlib/trees.o
905
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/zlib/trees.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/zlib/trees.d
906
 
907
# Compiles file ../src/zlib/uncompr.c for the Release configuration...
908
-include ../../Windows/Release/gccspk/../src/zlib/uncompr.d
909
../../Windows/Release/gccspk/../src/zlib/uncompr.o: ../src/zlib/uncompr.c
910
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/zlib/uncompr.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/zlib/uncompr.o
911
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/zlib/uncompr.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/zlib/uncompr.d
912
 
913
# Compiles file ../src/zlib/zutil.c for the Release configuration...
914
-include ../../Windows/Release/gccspk/../src/zlib/zutil.d
915
../../Windows/Release/gccspk/../src/zlib/zutil.o: ../src/zlib/zutil.c
916
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/zlib/zutil.c $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/zlib/zutil.o
917
	$(C_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/zlib/zutil.c $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/zlib/zutil.d
918
 
919
# Compiles file ../../HiP/ByteReader.cpp for the Release configuration...
920
-include ../../Windows/Release/gccspk/../../HiP/ByteReader.d
921
../../Windows/Release/gccspk/../../HiP/ByteReader.o: ../../HiP/ByteReader.cpp
922
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../../HiP/ByteReader.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../../HiP/ByteReader.o
923
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../../HiP/ByteReader.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../../HiP/ByteReader.d
924
 
925
# Compiles file ../../HiP/clsFile.cpp for the Release configuration...
926
-include ../../Windows/Release/gccspk/../../HiP/clsFile.d
927
../../Windows/Release/gccspk/../../HiP/clsFile.o: ../../HiP/clsFile.cpp
928
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../../HiP/clsFile.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../../HiP/clsFile.o
929
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../../HiP/clsFile.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../../HiP/clsFile.d
930
 
931
# Compiles file ../../HiP/COM_CRC32.cpp for the Release configuration...
932
-include ../../Windows/Release/gccspk/../../HiP/COM_CRC32.d
933
../../Windows/Release/gccspk/../../HiP/COM_CRC32.o: ../../HiP/COM_CRC32.cpp
934
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../../HiP/COM_CRC32.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../../HiP/COM_CRC32.o
935
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../../HiP/COM_CRC32.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../../HiP/COM_CRC32.d
936
 
937
# Compiles file ../../HiP/HiP.cpp for the Release configuration...
938
-include ../../Windows/Release/gccspk/../../HiP/HiP.d
939
../../Windows/Release/gccspk/../../HiP/HiP.o: ../../HiP/HiP.cpp
940
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../../HiP/HiP.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../../HiP/HiP.o
941
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../../HiP/HiP.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../../HiP/HiP.d
942
 
943
# Compiles file ../../HiP/HipPack.cpp for the Release configuration...
944
-include ../../Windows/Release/gccspk/../../HiP/HipPack.d
945
../../Windows/Release/gccspk/../../HiP/HipPack.o: ../../HiP/HipPack.cpp
946
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../../HiP/HipPack.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../../HiP/HipPack.o
947
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../../HiP/HipPack.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../../HiP/HipPack.d
948
 
949
# Compiles file ../../HiP/LiteralHuffTree.cpp for the Release configuration...
950
-include ../../Windows/Release/gccspk/../../HiP/LiteralHuffTree.d
951
../../Windows/Release/gccspk/../../HiP/LiteralHuffTree.o: ../../HiP/LiteralHuffTree.cpp
952
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../../HiP/LiteralHuffTree.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../../HiP/LiteralHuffTree.o
953
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../../HiP/LiteralHuffTree.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../../HiP/LiteralHuffTree.d
954
 
955
# Compiles file ../src/Utils/String.cpp for the Release configuration...
956
-include ../../Windows/Release/gccspk/../src/Utils/String.d
957
../../Windows/Release/gccspk/../src/Utils/String.o: ../src/Utils/String.cpp
958
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/Utils/String.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/Utils/String.o
959
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/Utils/String.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/Utils/String.d
960
 
961
# Compiles file ../src/Utils/StringList.cpp for the Release configuration...
962
-include ../../Windows/Release/gccspk/../src/Utils/StringList.d
963
../../Windows/Release/gccspk/../src/Utils/StringList.o: ../src/Utils/StringList.cpp
964
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/Utils/StringList.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/Utils/StringList.o
965
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/Utils/StringList.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/Utils/StringList.d
966
 
967
# Compiles file ../src/Package/CorePackage.cpp for the Release configuration...
968
-include ../../Windows/Release/gccspk/../src/Package/CorePackage.d
969
../../Windows/Release/gccspk/../src/Package/CorePackage.o: ../src/Package/CorePackage.cpp
970
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/Package/CorePackage.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/Package/CorePackage.o
971
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/Package/CorePackage.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/Package/CorePackage.d
972
 
973
# Compiles file ../src/Package/InstallText.cpp for the Release configuration...
974
-include ../../Windows/Release/gccspk/../src/Package/InstallText.d
975
../../Windows/Release/gccspk/../src/Package/InstallText.o: ../src/Package/InstallText.cpp
976
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c ../src/Package/InstallText.cpp $(Release_Include_Path) -o ../../Windows/Release/gccspk/../src/Package/InstallText.o
977
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM ../src/Package/InstallText.cpp $(Release_Include_Path) > ../../Windows/Release/gccspk/../src/Package/InstallText.d
978
 
979
# Creates the intermediate and output folders for each configuration...
980
.PHONY: create_folders
981
create_folders:
982
	mkdir -p ../../Windows/Debug/gcclibspk/source
983
	mkdir -p ../../Windows/gccDebug
984
	mkdir -p ../../Windows/Release/gccspk/source
985
	mkdir -p ../../Windows/gccRelease
986
 
987
# Cleans intermediate and output files (objects, libraries, executables)...
988
.PHONY: clean
989
clean:
990
	rm -f ../../Windows/Debug/gcclibspk/*.o
991
	rm -f ../../Windows/Debug/gcclibspk/*.d
992
	rm -f ../../Windows/gccDebug/*.a
993
	rm -f ../../Windows/gccDebug/*.so
994
	rm -f ../../Windows/gccDebug/*.dll
995
	rm -f ../../Windows/gccDebug/*.exe
996
	rm -f ../../Windows/Release/gccspk/*.o
997
	rm -f ../../Windows/Release/gccspk/*.d
998
	rm -f ../../Windows/gccRelease/*.a
999
	rm -f ../../Windows/gccRelease/*.so
1000
	rm -f ../../Windows/gccRelease/*.dll
1001
	rm -f ../../Windows/gccRelease/*.exe
1002