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"../libspk/src" 
7
Release_Include_Path=-I"../libspk/src" 
8
 
9
# Library paths...
10
Debug_Library_Path=
11
Release_Library_Path=
12
 
13
# Additional libraries...
14
Debug_Libraries=-Wl,--start-group -lspk -lshell32 -l$(NOINHERIT)  -Wl,--end-group
15
Release_Libraries=-Wl,--start-group -lshell32 -l$(NOINHERIT)  -Wl,--end-group
16
 
17
# Preprocessor definitions...
18
Debug_Preprocessor_Definitions=-D GCC_BUILD -D _DEBUG -D _CRT_SECURE_NO_WARNINGS -D _SPKDLL -D _STRINGCLR 
19
Release_Preprocessor_Definitions=-D GCC_BUILD -D NDEBUG -D _CRT_SECURE_NO_WARNINGS -D _SPKDLL -D _STRINGCLR 
20
 
21
# Implictly linked object files...
22
Debug_Implicitly_Linked_Objects=
23
Release_Implicitly_Linked_Objects=
24
 
25
# Compiler flags...
26
Debug_Compiler_Flags=-O0 -g 
27
Release_Compiler_Flags=
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/gccPluginManager/src/AssemblyInfo.o ../Windows/Debug/gccPluginManager/src/PluginManagerLite.o ../Windows/Debug/gccPluginManager/src/stdafx.o ../Windows/Debug/gccPluginManager/src/Forms/CommandSlots.o ../Windows/Debug/gccPluginManager/src/Forms/DownloadPackageList.o ../Windows/Debug/gccPluginManager/src/Forms/EditPrice.o ../Windows/Debug/gccPluginManager/src/Forms/EditWares.o ../Windows/Debug/gccPluginManager/src/Forms/FakePatchAssign.o ../Windows/Debug/gccPluginManager/src/Forms/FakePatchControl.o ../Windows/Debug/gccPluginManager/src/Forms/InstallPackageDialog.o ../Windows/Debug/gccPluginManager/src/Forms/MainGui.o ../Windows/Debug/gccPluginManager/src/Forms/MenuBar.o ../Windows/Debug/gccPluginManager/src/Forms/MessageBoxDetails.o ../Windows/Debug/gccPluginManager/src/Forms/ModSelector.o ../Windows/Debug/gccPluginManager/src/Forms/PackageBrowser.o ../Windows/Debug/gccPluginManager/src/Forms/PackageInstalled.o ../Windows/Debug/gccPluginManager/src/Forms/StartUp.o 
36
	g++ ../Windows/Debug/gccPluginManager/src/AssemblyInfo.o ../Windows/Debug/gccPluginManager/src/PluginManagerLite.o ../Windows/Debug/gccPluginManager/src/stdafx.o ../Windows/Debug/gccPluginManager/src/Forms/CommandSlots.o ../Windows/Debug/gccPluginManager/src/Forms/DownloadPackageList.o ../Windows/Debug/gccPluginManager/src/Forms/EditPrice.o ../Windows/Debug/gccPluginManager/src/Forms/EditWares.o ../Windows/Debug/gccPluginManager/src/Forms/FakePatchAssign.o ../Windows/Debug/gccPluginManager/src/Forms/FakePatchControl.o ../Windows/Debug/gccPluginManager/src/Forms/InstallPackageDialog.o ../Windows/Debug/gccPluginManager/src/Forms/MainGui.o ../Windows/Debug/gccPluginManager/src/Forms/MenuBar.o ../Windows/Debug/gccPluginManager/src/Forms/MessageBoxDetails.o ../Windows/Debug/gccPluginManager/src/Forms/ModSelector.o ../Windows/Debug/gccPluginManager/src/Forms/PackageBrowser.o ../Windows/Debug/gccPluginManager/src/Forms/PackageInstalled.o ../Windows/Debug/gccPluginManager/src/Forms/StartUp.o  $(Debug_Library_Path) $(Debug_Libraries) -Wl,-rpath,./ -o ../Windows/gccDebug/PluginManager.exe
37
 
38
# Compiles file src/AssemblyInfo.cpp for the Debug configuration...
39
-include ../Windows/Debug/gccPluginManager/src/AssemblyInfo.d
40
../Windows/Debug/gccPluginManager/src/AssemblyInfo.o: src/AssemblyInfo.cpp
41
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/AssemblyInfo.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/AssemblyInfo.o
42
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/AssemblyInfo.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/AssemblyInfo.d
43
 
44
# Compiles file src/PluginManagerLite.cpp for the Debug configuration...
45
-include ../Windows/Debug/gccPluginManager/src/PluginManagerLite.d
46
../Windows/Debug/gccPluginManager/src/PluginManagerLite.o: src/PluginManagerLite.cpp
47
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/PluginManagerLite.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/PluginManagerLite.o
48
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/PluginManagerLite.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/PluginManagerLite.d
49
 
50
# Compiles file src/stdafx.cpp for the Debug configuration...
51
-include ../Windows/Debug/gccPluginManager/src/stdafx.d
52
../Windows/Debug/gccPluginManager/src/stdafx.o: src/stdafx.cpp
53
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/stdafx.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/stdafx.o
54
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/stdafx.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/stdafx.d
55
 
56
# Compiles file src/Forms/CommandSlots.cpp for the Debug configuration...
57
-include ../Windows/Debug/gccPluginManager/src/Forms/CommandSlots.d
58
../Windows/Debug/gccPluginManager/src/Forms/CommandSlots.o: src/Forms/CommandSlots.cpp
59
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/CommandSlots.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/CommandSlots.o
60
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/CommandSlots.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/CommandSlots.d
61
 
62
# Compiles file src/Forms/DownloadPackageList.cpp for the Debug configuration...
63
-include ../Windows/Debug/gccPluginManager/src/Forms/DownloadPackageList.d
64
../Windows/Debug/gccPluginManager/src/Forms/DownloadPackageList.o: src/Forms/DownloadPackageList.cpp
65
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/DownloadPackageList.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/DownloadPackageList.o
66
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/DownloadPackageList.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/DownloadPackageList.d
67
 
68
# Compiles file src/Forms/EditPrice.cpp for the Debug configuration...
69
-include ../Windows/Debug/gccPluginManager/src/Forms/EditPrice.d
70
../Windows/Debug/gccPluginManager/src/Forms/EditPrice.o: src/Forms/EditPrice.cpp
71
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/EditPrice.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/EditPrice.o
72
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/EditPrice.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/EditPrice.d
73
 
74
# Compiles file src/Forms/EditWares.cpp for the Debug configuration...
75
-include ../Windows/Debug/gccPluginManager/src/Forms/EditWares.d
76
../Windows/Debug/gccPluginManager/src/Forms/EditWares.o: src/Forms/EditWares.cpp
77
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/EditWares.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/EditWares.o
78
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/EditWares.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/EditWares.d
79
 
80
# Compiles file src/Forms/FakePatchAssign.cpp for the Debug configuration...
81
-include ../Windows/Debug/gccPluginManager/src/Forms/FakePatchAssign.d
82
../Windows/Debug/gccPluginManager/src/Forms/FakePatchAssign.o: src/Forms/FakePatchAssign.cpp
83
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/FakePatchAssign.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/FakePatchAssign.o
84
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/FakePatchAssign.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/FakePatchAssign.d
85
 
86
# Compiles file src/Forms/FakePatchControl.cpp for the Debug configuration...
87
-include ../Windows/Debug/gccPluginManager/src/Forms/FakePatchControl.d
88
../Windows/Debug/gccPluginManager/src/Forms/FakePatchControl.o: src/Forms/FakePatchControl.cpp
89
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/FakePatchControl.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/FakePatchControl.o
90
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/FakePatchControl.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/FakePatchControl.d
91
 
92
# Compiles file src/Forms/InstallPackageDialog.cpp for the Debug configuration...
93
-include ../Windows/Debug/gccPluginManager/src/Forms/InstallPackageDialog.d
94
../Windows/Debug/gccPluginManager/src/Forms/InstallPackageDialog.o: src/Forms/InstallPackageDialog.cpp
95
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/InstallPackageDialog.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/InstallPackageDialog.o
96
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/InstallPackageDialog.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/InstallPackageDialog.d
97
 
98
# Compiles file src/Forms/MainGui.cpp for the Debug configuration...
99
-include ../Windows/Debug/gccPluginManager/src/Forms/MainGui.d
100
../Windows/Debug/gccPluginManager/src/Forms/MainGui.o: src/Forms/MainGui.cpp
101
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/MainGui.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/MainGui.o
102
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/MainGui.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/MainGui.d
103
 
104
# Compiles file src/Forms/MenuBar.cpp for the Debug configuration...
105
-include ../Windows/Debug/gccPluginManager/src/Forms/MenuBar.d
106
../Windows/Debug/gccPluginManager/src/Forms/MenuBar.o: src/Forms/MenuBar.cpp
107
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/MenuBar.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/MenuBar.o
108
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/MenuBar.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/MenuBar.d
109
 
110
# Compiles file src/Forms/MessageBoxDetails.cpp for the Debug configuration...
111
-include ../Windows/Debug/gccPluginManager/src/Forms/MessageBoxDetails.d
112
../Windows/Debug/gccPluginManager/src/Forms/MessageBoxDetails.o: src/Forms/MessageBoxDetails.cpp
113
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/MessageBoxDetails.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/MessageBoxDetails.o
114
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/MessageBoxDetails.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/MessageBoxDetails.d
115
 
116
# Compiles file src/Forms/ModSelector.cpp for the Debug configuration...
117
-include ../Windows/Debug/gccPluginManager/src/Forms/ModSelector.d
118
../Windows/Debug/gccPluginManager/src/Forms/ModSelector.o: src/Forms/ModSelector.cpp
119
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/ModSelector.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/ModSelector.o
120
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/ModSelector.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/ModSelector.d
121
 
122
# Compiles file src/Forms/PackageBrowser.cpp for the Debug configuration...
123
-include ../Windows/Debug/gccPluginManager/src/Forms/PackageBrowser.d
124
../Windows/Debug/gccPluginManager/src/Forms/PackageBrowser.o: src/Forms/PackageBrowser.cpp
125
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/PackageBrowser.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/PackageBrowser.o
126
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/PackageBrowser.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/PackageBrowser.d
127
 
128
# Compiles file src/Forms/PackageInstalled.cpp for the Debug configuration...
129
-include ../Windows/Debug/gccPluginManager/src/Forms/PackageInstalled.d
130
../Windows/Debug/gccPluginManager/src/Forms/PackageInstalled.o: src/Forms/PackageInstalled.cpp
131
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/PackageInstalled.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/PackageInstalled.o
132
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/PackageInstalled.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/PackageInstalled.d
133
 
134
# Compiles file src/Forms/StartUp.cpp for the Debug configuration...
135
-include ../Windows/Debug/gccPluginManager/src/Forms/StartUp.d
136
../Windows/Debug/gccPluginManager/src/Forms/StartUp.o: src/Forms/StartUp.cpp
137
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/StartUp.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/StartUp.o
138
	$(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/StartUp.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/StartUp.d
139
 
140
# Builds the Release configuration...
141
.PHONY: Release
142
Release: create_folders ../Windows/Release/gccPluginManager/src/AssemblyInfo.o ../Windows/Release/gccPluginManager/src/PluginManagerLite.o ../Windows/Release/gccPluginManager/src/stdafx.o ../Windows/Release/gccPluginManager/src/Forms/CommandSlots.o ../Windows/Release/gccPluginManager/src/Forms/DownloadPackageList.o ../Windows/Release/gccPluginManager/src/Forms/EditPrice.o ../Windows/Release/gccPluginManager/src/Forms/EditWares.o ../Windows/Release/gccPluginManager/src/Forms/FakePatchAssign.o ../Windows/Release/gccPluginManager/src/Forms/FakePatchControl.o ../Windows/Release/gccPluginManager/src/Forms/InstallPackageDialog.o ../Windows/Release/gccPluginManager/src/Forms/MainGui.o ../Windows/Release/gccPluginManager/src/Forms/MenuBar.o ../Windows/Release/gccPluginManager/src/Forms/MessageBoxDetails.o ../Windows/Release/gccPluginManager/src/Forms/ModSelector.o ../Windows/Release/gccPluginManager/src/Forms/PackageBrowser.o ../Windows/Release/gccPluginManager/src/Forms/PackageInstalled.o ../Windows/Release/gccPluginManager/src/Forms/StartUp.o 
143
	g++ ../Windows/Release/gccPluginManager/src/AssemblyInfo.o ../Windows/Release/gccPluginManager/src/PluginManagerLite.o ../Windows/Release/gccPluginManager/src/stdafx.o ../Windows/Release/gccPluginManager/src/Forms/CommandSlots.o ../Windows/Release/gccPluginManager/src/Forms/DownloadPackageList.o ../Windows/Release/gccPluginManager/src/Forms/EditPrice.o ../Windows/Release/gccPluginManager/src/Forms/EditWares.o ../Windows/Release/gccPluginManager/src/Forms/FakePatchAssign.o ../Windows/Release/gccPluginManager/src/Forms/FakePatchControl.o ../Windows/Release/gccPluginManager/src/Forms/InstallPackageDialog.o ../Windows/Release/gccPluginManager/src/Forms/MainGui.o ../Windows/Release/gccPluginManager/src/Forms/MenuBar.o ../Windows/Release/gccPluginManager/src/Forms/MessageBoxDetails.o ../Windows/Release/gccPluginManager/src/Forms/ModSelector.o ../Windows/Release/gccPluginManager/src/Forms/PackageBrowser.o ../Windows/Release/gccPluginManager/src/Forms/PackageInstalled.o ../Windows/Release/gccPluginManager/src/Forms/StartUp.o  $(Release_Library_Path) $(Release_Libraries) -Wl,-rpath,./ -o ../Windows/gccRelease/PluginManager.exe
144
 
145
# Compiles file src/AssemblyInfo.cpp for the Release configuration...
146
-include ../Windows/Release/gccPluginManager/src/AssemblyInfo.d
147
../Windows/Release/gccPluginManager/src/AssemblyInfo.o: src/AssemblyInfo.cpp
148
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/AssemblyInfo.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/AssemblyInfo.o
149
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/AssemblyInfo.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/AssemblyInfo.d
150
 
151
# Compiles file src/PluginManagerLite.cpp for the Release configuration...
152
-include ../Windows/Release/gccPluginManager/src/PluginManagerLite.d
153
../Windows/Release/gccPluginManager/src/PluginManagerLite.o: src/PluginManagerLite.cpp
154
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/PluginManagerLite.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/PluginManagerLite.o
155
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/PluginManagerLite.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/PluginManagerLite.d
156
 
157
# Compiles file src/stdafx.cpp for the Release configuration...
158
-include ../Windows/Release/gccPluginManager/src/stdafx.d
159
../Windows/Release/gccPluginManager/src/stdafx.o: src/stdafx.cpp
160
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/stdafx.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/stdafx.o
161
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/stdafx.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/stdafx.d
162
 
163
# Compiles file src/Forms/CommandSlots.cpp for the Release configuration...
164
-include ../Windows/Release/gccPluginManager/src/Forms/CommandSlots.d
165
../Windows/Release/gccPluginManager/src/Forms/CommandSlots.o: src/Forms/CommandSlots.cpp
166
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/CommandSlots.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/CommandSlots.o
167
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/CommandSlots.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/CommandSlots.d
168
 
169
# Compiles file src/Forms/DownloadPackageList.cpp for the Release configuration...
170
-include ../Windows/Release/gccPluginManager/src/Forms/DownloadPackageList.d
171
../Windows/Release/gccPluginManager/src/Forms/DownloadPackageList.o: src/Forms/DownloadPackageList.cpp
172
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/DownloadPackageList.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/DownloadPackageList.o
173
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/DownloadPackageList.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/DownloadPackageList.d
174
 
175
# Compiles file src/Forms/EditPrice.cpp for the Release configuration...
176
-include ../Windows/Release/gccPluginManager/src/Forms/EditPrice.d
177
../Windows/Release/gccPluginManager/src/Forms/EditPrice.o: src/Forms/EditPrice.cpp
178
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/EditPrice.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/EditPrice.o
179
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/EditPrice.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/EditPrice.d
180
 
181
# Compiles file src/Forms/EditWares.cpp for the Release configuration...
182
-include ../Windows/Release/gccPluginManager/src/Forms/EditWares.d
183
../Windows/Release/gccPluginManager/src/Forms/EditWares.o: src/Forms/EditWares.cpp
184
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/EditWares.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/EditWares.o
185
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/EditWares.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/EditWares.d
186
 
187
# Compiles file src/Forms/FakePatchAssign.cpp for the Release configuration...
188
-include ../Windows/Release/gccPluginManager/src/Forms/FakePatchAssign.d
189
../Windows/Release/gccPluginManager/src/Forms/FakePatchAssign.o: src/Forms/FakePatchAssign.cpp
190
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/FakePatchAssign.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/FakePatchAssign.o
191
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/FakePatchAssign.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/FakePatchAssign.d
192
 
193
# Compiles file src/Forms/FakePatchControl.cpp for the Release configuration...
194
-include ../Windows/Release/gccPluginManager/src/Forms/FakePatchControl.d
195
../Windows/Release/gccPluginManager/src/Forms/FakePatchControl.o: src/Forms/FakePatchControl.cpp
196
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/FakePatchControl.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/FakePatchControl.o
197
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/FakePatchControl.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/FakePatchControl.d
198
 
199
# Compiles file src/Forms/InstallPackageDialog.cpp for the Release configuration...
200
-include ../Windows/Release/gccPluginManager/src/Forms/InstallPackageDialog.d
201
../Windows/Release/gccPluginManager/src/Forms/InstallPackageDialog.o: src/Forms/InstallPackageDialog.cpp
202
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/InstallPackageDialog.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/InstallPackageDialog.o
203
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/InstallPackageDialog.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/InstallPackageDialog.d
204
 
205
# Compiles file src/Forms/MainGui.cpp for the Release configuration...
206
-include ../Windows/Release/gccPluginManager/src/Forms/MainGui.d
207
../Windows/Release/gccPluginManager/src/Forms/MainGui.o: src/Forms/MainGui.cpp
208
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/MainGui.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/MainGui.o
209
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/MainGui.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/MainGui.d
210
 
211
# Compiles file src/Forms/MenuBar.cpp for the Release configuration...
212
-include ../Windows/Release/gccPluginManager/src/Forms/MenuBar.d
213
../Windows/Release/gccPluginManager/src/Forms/MenuBar.o: src/Forms/MenuBar.cpp
214
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/MenuBar.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/MenuBar.o
215
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/MenuBar.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/MenuBar.d
216
 
217
# Compiles file src/Forms/MessageBoxDetails.cpp for the Release configuration...
218
-include ../Windows/Release/gccPluginManager/src/Forms/MessageBoxDetails.d
219
../Windows/Release/gccPluginManager/src/Forms/MessageBoxDetails.o: src/Forms/MessageBoxDetails.cpp
220
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/MessageBoxDetails.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/MessageBoxDetails.o
221
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/MessageBoxDetails.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/MessageBoxDetails.d
222
 
223
# Compiles file src/Forms/ModSelector.cpp for the Release configuration...
224
-include ../Windows/Release/gccPluginManager/src/Forms/ModSelector.d
225
../Windows/Release/gccPluginManager/src/Forms/ModSelector.o: src/Forms/ModSelector.cpp
226
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/ModSelector.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/ModSelector.o
227
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/ModSelector.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/ModSelector.d
228
 
229
# Compiles file src/Forms/PackageBrowser.cpp for the Release configuration...
230
-include ../Windows/Release/gccPluginManager/src/Forms/PackageBrowser.d
231
../Windows/Release/gccPluginManager/src/Forms/PackageBrowser.o: src/Forms/PackageBrowser.cpp
232
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/PackageBrowser.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/PackageBrowser.o
233
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/PackageBrowser.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/PackageBrowser.d
234
 
235
# Compiles file src/Forms/PackageInstalled.cpp for the Release configuration...
236
-include ../Windows/Release/gccPluginManager/src/Forms/PackageInstalled.d
237
../Windows/Release/gccPluginManager/src/Forms/PackageInstalled.o: src/Forms/PackageInstalled.cpp
238
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/PackageInstalled.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/PackageInstalled.o
239
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/PackageInstalled.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/PackageInstalled.d
240
 
241
# Compiles file src/Forms/StartUp.cpp for the Release configuration...
242
-include ../Windows/Release/gccPluginManager/src/Forms/StartUp.d
243
../Windows/Release/gccPluginManager/src/Forms/StartUp.o: src/Forms/StartUp.cpp
244
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/StartUp.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/StartUp.o
245
	$(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/StartUp.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/StartUp.d
246
 
247
# Creates the intermediate and output folders for each configuration...
248
.PHONY: create_folders
249
create_folders:
250
	mkdir -p ../Windows/Debug/gccPluginManager/source
251
	mkdir -p ../Windows/gccDebug
252
	mkdir -p ../Windows/Release/gccPluginManager/source
253
	mkdir -p ../Windows/gccRelease
254
 
255
# Cleans intermediate and output files (objects, libraries, executables)...
256
.PHONY: clean
257
clean:
258
	rm -f ../Windows/Debug/gccPluginManager/*.o
259
	rm -f ../Windows/Debug/gccPluginManager/*.d
260
	rm -f ../Windows/gccDebug/*.a
261
	rm -f ../Windows/gccDebug/*.so
262
	rm -f ../Windows/gccDebug/*.dll
263
	rm -f ../Windows/gccDebug/*.exe
264
	rm -f ../Windows/Release/gccPluginManager/*.o
265
	rm -f ../Windows/Release/gccPluginManager/*.d
266
	rm -f ../Windows/gccRelease/*.a
267
	rm -f ../Windows/gccRelease/*.so
268
	rm -f ../Windows/gccRelease/*.dll
269
	rm -f ../Windows/gccRelease/*.exe
270