# Compiler flags... CPP_COMPILER = g++ C_COMPILER = gcc # Include paths... Debug_Include_Path=-I"../libspk/src" Release_Include_Path=-I"../libspk/src" # Library paths... Debug_Library_Path= Release_Library_Path= # Additional libraries... Debug_Libraries=-Wl,--start-group -lspk -lshell32 -l$(NOINHERIT) -Wl,--end-group Release_Libraries=-Wl,--start-group -lshell32 -l$(NOINHERIT) -Wl,--end-group # Preprocessor definitions... Debug_Preprocessor_Definitions=-D GCC_BUILD -D _DEBUG -D _CRT_SECURE_NO_WARNINGS -D _SPKDLL -D _STRINGCLR Release_Preprocessor_Definitions=-D GCC_BUILD -D NDEBUG -D _CRT_SECURE_NO_WARNINGS -D _SPKDLL -D _STRINGCLR # Implictly linked object files... Debug_Implicitly_Linked_Objects= Release_Implicitly_Linked_Objects= # Compiler flags... Debug_Compiler_Flags=-O0 -g Release_Compiler_Flags= # Builds all configurations for this project... .PHONY: build_all_configurations build_all_configurations: Debug Release # Builds the Debug configuration... .PHONY: Debug 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 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 # Compiles file src/AssemblyInfo.cpp for the Debug configuration... -include ../Windows/Debug/gccPluginManager/src/AssemblyInfo.d ../Windows/Debug/gccPluginManager/src/AssemblyInfo.o: src/AssemblyInfo.cpp $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/AssemblyInfo.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/AssemblyInfo.o $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/AssemblyInfo.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/AssemblyInfo.d # Compiles file src/PluginManagerLite.cpp for the Debug configuration... -include ../Windows/Debug/gccPluginManager/src/PluginManagerLite.d ../Windows/Debug/gccPluginManager/src/PluginManagerLite.o: src/PluginManagerLite.cpp $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/PluginManagerLite.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/PluginManagerLite.o $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/PluginManagerLite.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/PluginManagerLite.d # Compiles file src/stdafx.cpp for the Debug configuration... -include ../Windows/Debug/gccPluginManager/src/stdafx.d ../Windows/Debug/gccPluginManager/src/stdafx.o: src/stdafx.cpp $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/stdafx.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/stdafx.o $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/stdafx.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/stdafx.d # Compiles file src/Forms/CommandSlots.cpp for the Debug configuration... -include ../Windows/Debug/gccPluginManager/src/Forms/CommandSlots.d ../Windows/Debug/gccPluginManager/src/Forms/CommandSlots.o: src/Forms/CommandSlots.cpp $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/CommandSlots.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/CommandSlots.o $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/CommandSlots.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/CommandSlots.d # Compiles file src/Forms/DownloadPackageList.cpp for the Debug configuration... -include ../Windows/Debug/gccPluginManager/src/Forms/DownloadPackageList.d ../Windows/Debug/gccPluginManager/src/Forms/DownloadPackageList.o: src/Forms/DownloadPackageList.cpp $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/DownloadPackageList.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/DownloadPackageList.o $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/DownloadPackageList.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/DownloadPackageList.d # Compiles file src/Forms/EditPrice.cpp for the Debug configuration... -include ../Windows/Debug/gccPluginManager/src/Forms/EditPrice.d ../Windows/Debug/gccPluginManager/src/Forms/EditPrice.o: src/Forms/EditPrice.cpp $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/EditPrice.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/EditPrice.o $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/EditPrice.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/EditPrice.d # Compiles file src/Forms/EditWares.cpp for the Debug configuration... -include ../Windows/Debug/gccPluginManager/src/Forms/EditWares.d ../Windows/Debug/gccPluginManager/src/Forms/EditWares.o: src/Forms/EditWares.cpp $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/EditWares.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/EditWares.o $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/EditWares.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/EditWares.d # Compiles file src/Forms/FakePatchAssign.cpp for the Debug configuration... -include ../Windows/Debug/gccPluginManager/src/Forms/FakePatchAssign.d ../Windows/Debug/gccPluginManager/src/Forms/FakePatchAssign.o: src/Forms/FakePatchAssign.cpp $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/FakePatchAssign.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/FakePatchAssign.o $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/FakePatchAssign.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/FakePatchAssign.d # Compiles file src/Forms/FakePatchControl.cpp for the Debug configuration... -include ../Windows/Debug/gccPluginManager/src/Forms/FakePatchControl.d ../Windows/Debug/gccPluginManager/src/Forms/FakePatchControl.o: src/Forms/FakePatchControl.cpp $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/FakePatchControl.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/FakePatchControl.o $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/FakePatchControl.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/FakePatchControl.d # Compiles file src/Forms/InstallPackageDialog.cpp for the Debug configuration... -include ../Windows/Debug/gccPluginManager/src/Forms/InstallPackageDialog.d ../Windows/Debug/gccPluginManager/src/Forms/InstallPackageDialog.o: src/Forms/InstallPackageDialog.cpp $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/InstallPackageDialog.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/InstallPackageDialog.o $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/InstallPackageDialog.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/InstallPackageDialog.d # Compiles file src/Forms/MainGui.cpp for the Debug configuration... -include ../Windows/Debug/gccPluginManager/src/Forms/MainGui.d ../Windows/Debug/gccPluginManager/src/Forms/MainGui.o: src/Forms/MainGui.cpp $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/MainGui.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/MainGui.o $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/MainGui.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/MainGui.d # Compiles file src/Forms/MenuBar.cpp for the Debug configuration... -include ../Windows/Debug/gccPluginManager/src/Forms/MenuBar.d ../Windows/Debug/gccPluginManager/src/Forms/MenuBar.o: src/Forms/MenuBar.cpp $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/MenuBar.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/MenuBar.o $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/MenuBar.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/MenuBar.d # Compiles file src/Forms/MessageBoxDetails.cpp for the Debug configuration... -include ../Windows/Debug/gccPluginManager/src/Forms/MessageBoxDetails.d ../Windows/Debug/gccPluginManager/src/Forms/MessageBoxDetails.o: src/Forms/MessageBoxDetails.cpp $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/MessageBoxDetails.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/MessageBoxDetails.o $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/MessageBoxDetails.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/MessageBoxDetails.d # Compiles file src/Forms/ModSelector.cpp for the Debug configuration... -include ../Windows/Debug/gccPluginManager/src/Forms/ModSelector.d ../Windows/Debug/gccPluginManager/src/Forms/ModSelector.o: src/Forms/ModSelector.cpp $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/ModSelector.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/ModSelector.o $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/ModSelector.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/ModSelector.d # Compiles file src/Forms/PackageBrowser.cpp for the Debug configuration... -include ../Windows/Debug/gccPluginManager/src/Forms/PackageBrowser.d ../Windows/Debug/gccPluginManager/src/Forms/PackageBrowser.o: src/Forms/PackageBrowser.cpp $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/PackageBrowser.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/PackageBrowser.o $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/PackageBrowser.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/PackageBrowser.d # Compiles file src/Forms/PackageInstalled.cpp for the Debug configuration... -include ../Windows/Debug/gccPluginManager/src/Forms/PackageInstalled.d ../Windows/Debug/gccPluginManager/src/Forms/PackageInstalled.o: src/Forms/PackageInstalled.cpp $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/PackageInstalled.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/PackageInstalled.o $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/PackageInstalled.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/PackageInstalled.d # Compiles file src/Forms/StartUp.cpp for the Debug configuration... -include ../Windows/Debug/gccPluginManager/src/Forms/StartUp.d ../Windows/Debug/gccPluginManager/src/Forms/StartUp.o: src/Forms/StartUp.cpp $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -c src/Forms/StartUp.cpp $(Debug_Include_Path) -o ../Windows/Debug/gccPluginManager/src/Forms/StartUp.o $(CPP_COMPILER) $(Debug_Preprocessor_Definitions) $(Debug_Compiler_Flags) -MM src/Forms/StartUp.cpp $(Debug_Include_Path) > ../Windows/Debug/gccPluginManager/src/Forms/StartUp.d # Builds the Release configuration... .PHONY: Release 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 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 # Compiles file src/AssemblyInfo.cpp for the Release configuration... -include ../Windows/Release/gccPluginManager/src/AssemblyInfo.d ../Windows/Release/gccPluginManager/src/AssemblyInfo.o: src/AssemblyInfo.cpp $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/AssemblyInfo.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/AssemblyInfo.o $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/AssemblyInfo.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/AssemblyInfo.d # Compiles file src/PluginManagerLite.cpp for the Release configuration... -include ../Windows/Release/gccPluginManager/src/PluginManagerLite.d ../Windows/Release/gccPluginManager/src/PluginManagerLite.o: src/PluginManagerLite.cpp $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/PluginManagerLite.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/PluginManagerLite.o $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/PluginManagerLite.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/PluginManagerLite.d # Compiles file src/stdafx.cpp for the Release configuration... -include ../Windows/Release/gccPluginManager/src/stdafx.d ../Windows/Release/gccPluginManager/src/stdafx.o: src/stdafx.cpp $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/stdafx.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/stdafx.o $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/stdafx.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/stdafx.d # Compiles file src/Forms/CommandSlots.cpp for the Release configuration... -include ../Windows/Release/gccPluginManager/src/Forms/CommandSlots.d ../Windows/Release/gccPluginManager/src/Forms/CommandSlots.o: src/Forms/CommandSlots.cpp $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/CommandSlots.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/CommandSlots.o $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/CommandSlots.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/CommandSlots.d # Compiles file src/Forms/DownloadPackageList.cpp for the Release configuration... -include ../Windows/Release/gccPluginManager/src/Forms/DownloadPackageList.d ../Windows/Release/gccPluginManager/src/Forms/DownloadPackageList.o: src/Forms/DownloadPackageList.cpp $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/DownloadPackageList.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/DownloadPackageList.o $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/DownloadPackageList.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/DownloadPackageList.d # Compiles file src/Forms/EditPrice.cpp for the Release configuration... -include ../Windows/Release/gccPluginManager/src/Forms/EditPrice.d ../Windows/Release/gccPluginManager/src/Forms/EditPrice.o: src/Forms/EditPrice.cpp $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/EditPrice.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/EditPrice.o $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/EditPrice.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/EditPrice.d # Compiles file src/Forms/EditWares.cpp for the Release configuration... -include ../Windows/Release/gccPluginManager/src/Forms/EditWares.d ../Windows/Release/gccPluginManager/src/Forms/EditWares.o: src/Forms/EditWares.cpp $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/EditWares.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/EditWares.o $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/EditWares.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/EditWares.d # Compiles file src/Forms/FakePatchAssign.cpp for the Release configuration... -include ../Windows/Release/gccPluginManager/src/Forms/FakePatchAssign.d ../Windows/Release/gccPluginManager/src/Forms/FakePatchAssign.o: src/Forms/FakePatchAssign.cpp $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/FakePatchAssign.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/FakePatchAssign.o $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/FakePatchAssign.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/FakePatchAssign.d # Compiles file src/Forms/FakePatchControl.cpp for the Release configuration... -include ../Windows/Release/gccPluginManager/src/Forms/FakePatchControl.d ../Windows/Release/gccPluginManager/src/Forms/FakePatchControl.o: src/Forms/FakePatchControl.cpp $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/FakePatchControl.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/FakePatchControl.o $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/FakePatchControl.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/FakePatchControl.d # Compiles file src/Forms/InstallPackageDialog.cpp for the Release configuration... -include ../Windows/Release/gccPluginManager/src/Forms/InstallPackageDialog.d ../Windows/Release/gccPluginManager/src/Forms/InstallPackageDialog.o: src/Forms/InstallPackageDialog.cpp $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/InstallPackageDialog.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/InstallPackageDialog.o $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/InstallPackageDialog.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/InstallPackageDialog.d # Compiles file src/Forms/MainGui.cpp for the Release configuration... -include ../Windows/Release/gccPluginManager/src/Forms/MainGui.d ../Windows/Release/gccPluginManager/src/Forms/MainGui.o: src/Forms/MainGui.cpp $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/MainGui.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/MainGui.o $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/MainGui.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/MainGui.d # Compiles file src/Forms/MenuBar.cpp for the Release configuration... -include ../Windows/Release/gccPluginManager/src/Forms/MenuBar.d ../Windows/Release/gccPluginManager/src/Forms/MenuBar.o: src/Forms/MenuBar.cpp $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/MenuBar.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/MenuBar.o $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/MenuBar.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/MenuBar.d # Compiles file src/Forms/MessageBoxDetails.cpp for the Release configuration... -include ../Windows/Release/gccPluginManager/src/Forms/MessageBoxDetails.d ../Windows/Release/gccPluginManager/src/Forms/MessageBoxDetails.o: src/Forms/MessageBoxDetails.cpp $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/MessageBoxDetails.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/MessageBoxDetails.o $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/MessageBoxDetails.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/MessageBoxDetails.d # Compiles file src/Forms/ModSelector.cpp for the Release configuration... -include ../Windows/Release/gccPluginManager/src/Forms/ModSelector.d ../Windows/Release/gccPluginManager/src/Forms/ModSelector.o: src/Forms/ModSelector.cpp $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/ModSelector.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/ModSelector.o $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/ModSelector.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/ModSelector.d # Compiles file src/Forms/PackageBrowser.cpp for the Release configuration... -include ../Windows/Release/gccPluginManager/src/Forms/PackageBrowser.d ../Windows/Release/gccPluginManager/src/Forms/PackageBrowser.o: src/Forms/PackageBrowser.cpp $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/PackageBrowser.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/PackageBrowser.o $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/PackageBrowser.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/PackageBrowser.d # Compiles file src/Forms/PackageInstalled.cpp for the Release configuration... -include ../Windows/Release/gccPluginManager/src/Forms/PackageInstalled.d ../Windows/Release/gccPluginManager/src/Forms/PackageInstalled.o: src/Forms/PackageInstalled.cpp $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/PackageInstalled.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/PackageInstalled.o $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/PackageInstalled.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/PackageInstalled.d # Compiles file src/Forms/StartUp.cpp for the Release configuration... -include ../Windows/Release/gccPluginManager/src/Forms/StartUp.d ../Windows/Release/gccPluginManager/src/Forms/StartUp.o: src/Forms/StartUp.cpp $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -c src/Forms/StartUp.cpp $(Release_Include_Path) -o ../Windows/Release/gccPluginManager/src/Forms/StartUp.o $(CPP_COMPILER) $(Release_Preprocessor_Definitions) $(Release_Compiler_Flags) -MM src/Forms/StartUp.cpp $(Release_Include_Path) > ../Windows/Release/gccPluginManager/src/Forms/StartUp.d # Creates the intermediate and output folders for each configuration... .PHONY: create_folders create_folders: mkdir -p ../Windows/Debug/gccPluginManager/source mkdir -p ../Windows/gccDebug mkdir -p ../Windows/Release/gccPluginManager/source mkdir -p ../Windows/gccRelease # Cleans intermediate and output files (objects, libraries, executables)... .PHONY: clean clean: rm -f ../Windows/Debug/gccPluginManager/*.o rm -f ../Windows/Debug/gccPluginManager/*.d rm -f ../Windows/gccDebug/*.a rm -f ../Windows/gccDebug/*.so rm -f ../Windows/gccDebug/*.dll rm -f ../Windows/gccDebug/*.exe rm -f ../Windows/Release/gccPluginManager/*.o rm -f ../Windows/Release/gccPluginManager/*.d rm -f ../Windows/gccRelease/*.a rm -f ../Windows/gccRelease/*.so rm -f ../Windows/gccRelease/*.dll rm -f ../Windows/gccRelease/*.exe