# Builds all the projects in the solution... .PHONY: all_projects all_projects: ModDiff spkconvert spkinstall spktool XModPatch catpck spk Direct3D-Hook PluginManager GameLauncher ModMerge XspConvert AutoUpdater Creator SpkExplorer # Builds project 'ModDiff'... .PHONY: ModDiff ModDiff: spk make --directory="../Tools/Windows/" --file=ModDiff.makefile # Builds project 'spkconvert'... .PHONY: spkconvert spkconvert: spk make --directory="../Tools/Windows/" --file=spkconvert.makefile # Builds project 'spkinstall'... .PHONY: spkinstall spkinstall: spk make --directory="../Tools/Windows/" --file=spkinstall.makefile # Builds project 'spktool'... .PHONY: spktool spktool: spk make --directory="../Tools/Windows/" --file=spktool.makefile # Builds project 'XModPatch'... .PHONY: XModPatch XModPatch: spk make --directory="../Tools/Windows/" --file=XModPatch.makefile # Builds project 'catpck'... .PHONY: catpck catpck: spk make --directory="../Tools/Windows/" --file=catpck.makefile # Builds project 'spk'... .PHONY: spk spk: make --directory="../libspk/Windows/" --file=spk.makefile # Builds project 'Direct3D-Hook'... .PHONY: Direct3D-Hook Direct3D-Hook: spk make --directory="../Direct3D-Hook/Windows/" --file=Direct3D-Hook.makefile # Builds project 'PluginManager'... .PHONY: PluginManager PluginManager: spk make --directory="../PluginManager/" --file=PluginManager.makefile # Builds project 'GameLauncher'... .PHONY: GameLauncher GameLauncher: Direct3D-Hook spk make --directory="../GameLauncher/" --file=GameLauncher.makefile # Builds project 'ModMerge'... .PHONY: ModMerge ModMerge: spk make --directory="../ModMerge/" --file=ModMerge.makefile # Builds project 'XspConvert'... .PHONY: XspConvert XspConvert: spk make --directory="../XspConvert/" --file=XspConvert.makefile # Builds project 'AutoUpdater'... .PHONY: AutoUpdater AutoUpdater: make --directory="../AutoUpdater/" --file=AutoUpdater.makefile # Builds project 'Creator'... .PHONY: Creator Creator: spk make --directory="../Creator/" --file=Creator.makefile # Builds project 'SpkExplorer'... .PHONY: SpkExplorer SpkExplorer: spk make --directory="../SpkExplorer/" --file=SpkExplorer.makefile # Cleans all projects... .PHONY: clean clean: make --directory="../Tools/Windows/" --file=ModDiff.makefile clean make --directory="../Tools/Windows/" --file=spkconvert.makefile clean make --directory="../Tools/Windows/" --file=spkinstall.makefile clean make --directory="../Tools/Windows/" --file=spktool.makefile clean make --directory="../Tools/Windows/" --file=XModPatch.makefile clean make --directory="../Tools/Windows/" --file=catpck.makefile clean make --directory="../libspk/Windows/" --file=spk.makefile clean make --directory="../Direct3D-Hook/Windows/" --file=Direct3D-Hook.makefile clean make --directory="../PluginManager/" --file=PluginManager.makefile clean make --directory="../GameLauncher/" --file=GameLauncher.makefile clean make --directory="../ModMerge/" --file=ModMerge.makefile clean make --directory="../XspConvert/" --file=XspConvert.makefile clean make --directory="../AutoUpdater/" --file=AutoUpdater.makefile clean make --directory="../Creator/" --file=Creator.makefile clean make --directory="../SpkExplorer/" --file=SpkExplorer.makefile clean