-
Notifications
You must be signed in to change notification settings - Fork 5
/
GNUmakefile
38 lines (28 loc) · 22.2 KB
/
GNUmakefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
include $(GNUSTEP_MAKEFILES)/common.make
PACKAGE_NAME = CoreBreach
APP_NAME = CoreBreach
CoreBreach_APPLICATION_ICON = corebreach.tiff
CoreBreach_PRINCIPAL_CLASS = ApplicationSubclass
CoreBreach_LANGUAGES = English
OPTFLAG = -O3
CFLAGS = -include ../Core3D/Utilities/Core3D_Prefix.pch
CCFLAGS = -include ../Core3D/Utilities/Core3D_Prefix.pch
OBJCFLAGS = -include ../Core3D/Utilities/Core3D_Prefix.pch -fobjc-nonfragile-abi -fblocks
ADDITIONAL_INCLUDE_DIRS = -I../Core3D/_DEPENDENCIES/headers/ -I../Core3D/_DEPENDENCIES/headers/SDL -I../Core3D/_DEPENDENCIES/headers/SDL_mixer -I../Core3D/_DEPENDENCIES/headers/freetype/include -I../Core3D/_DEPENDENCIES/sources/ -I../Core3D/_DEPENDENCIES/sources/bullet/src/ -I../Core3D/_DEPENDENCIES/sources/bullet/src/LinearMath/ -I../Core3D/_DEPENDENCIES/sources/bullet/src/BulletCollision/BroadphaseCollision/ -I../Core3D/_DEPENDENCIES/sources/bullet/src/BulletCollision/CollisionDispatch/ -I../Core3D/_DEPENDENCIES/sources/bullet/src/BulletCollision/CollisionShapes/ -I../Core3D/_DEPENDENCIES/sources/bullet/src/BulletCollision/NarrowPhaseCollision/ -I../Core3D/_DEPENDENCIES/sources/bullet/src/BulletCollision/Gimpact/ -I../Core3D/_DEPENDENCIES/sources/sha1-c/ -I../Core3D/_DEPENDENCIES/sources/dds -I../Core3D/_DEPENDENCIES/sources/freetype-gl/ -I../Core3D/_DEPENDENCIES/sources/snappy -IClasses -IOtherSources -IForeignSources -I../Core3D/CoreEngine/ -I../Core3D/PlatformSupport/ -I../Core3D/Utilities/ -I../Core3D/SpecialNodes/ -I../Core3D/SpecialNodes/Particlesystems/ -I../Core3D/Editor/ -I../Core3D/Audio/ -I_DEPENDENCIES/headers/ffplaylib
ADDITIONAL_LIB_DIRS = -L../Core3D/_DEPENDENCIES/libs-linux64/ -L../Core3D/_DEPENDENCIES/libs-linux32/ -L_DEPENDENCIES/libs-linux64/ -L_DEPENDENCIES/libs-linux32/
ADDITIONAL_OBJC_LIBS = -lGL -lSDL -lSDL_mixer -lopenal -lalut -lfreetype -lavcodec -lavformat -lswscale -lavutil -lBulletCollision -lLinearMath -lffplaylib
#ADDITIONAL_LDFLAGS = -Wl,--rpath='$$ORIGIN/'
ADDITIONAL_CPPFLAGS = -DNDEBUG=1 -DRELEASEBUILD=1 -Qunused-arguments
ADDITIONAL_OBJCFLAGS = -DNDEBUG=1 -DRELEASEBUILD=1 -Qunused-arguments
#CoreBreach_LOCALIZED_RESOURCE_FILES = \
CoreBreach_HEADERS = ../Core3D/CoreEngine/Camera.h ../Core3D/CoreEngine/FBO.h ../Core3D/CoreEngine/Light.h ../Core3D/CoreEngine/Mesh.h ../Core3D/CoreEngine/RenderPass.h ../Core3D/CoreEngine/RenderTarget.h ../Core3D/CoreEngine/Scene.h ../Core3D/CoreEngine/SceneNode.h ../Core3D/CoreEngine/Shader.h ../Core3D/CoreEngine/Simulation.h ../Core3D/CoreEngine/Texture.h ../Core3D/PlatformSupport/SDLRenderViewController.h ../Core3D/Utilities/../Core3D.h ../Core3D/Utilities/opengl_linux.h ../Core3D/Utilities/StateUtilities.h ../Core3D/Utilities/Utilities.h Classes/AnimatedTextureShader.h Classes/BonusBox.h Classes/CoreBreach.h Classes/Enemyship.h Classes/Game.h Classes/GameShader.h Classes/GameSheetController.h Classes/Ghostship.h Classes/Highscores.h Classes/HUD.h Classes/Launcher.h Classes/PlasmaShader.h Classes/Playership.h Classes/PostprocessingShader.h Classes/Powerup.h Classes/Track.h Classes/UpgradeHandler.h
CoreBreach_OBJC_FILES = Classes/UpgradeHandler.m Classes/ApplicationSubclass.m Classes/ApplicationDelegate.m OtherSources/NSTextField+AutoFontsize.m OtherSources/NSView+Snapshot.m OtherSources/NSView+GridCalculation.m OtherSources/ClickableImageView.m OtherSources/HIDSupport_SDL.m OtherSources/HostInformation.m
CoreBreach_OBJCC_FILES = OtherSources/main.mm ../Core3D/Audio/MusicManager.mm ../Core3D/Audio/Scene+Sound.mm ../Core3D/Audio/SceneNode+Sound.mm ../Core3D/Audio/SoundBuffer.mm ../Core3D/CoreEngine/Camera.mm ../Core3D/CoreEngine/VBO.mm ../Core3D/CoreEngine/FBO.mm ../Core3D/CoreEngine/Light.mm ../Core3D/CoreEngine/Mesh.mm ../Core3D/CoreEngine/RenderPass.mm ../Core3D/CoreEngine/RenderTarget.mm ../Core3D/CoreEngine/ShaderNode.mm ../Core3D/CoreEngine/Scene.mm ../Core3D/CoreEngine/SceneNode.mm ../Core3D/CoreEngine/Shader.mm ../Core3D/CoreEngine/Simulation.mm ../Core3D/CoreEngine/Texture.mm ../Core3D/Editor/Editor.mm ../Core3D/Editor/Editorsimulation.mm OtherSources/SDLRenderViewController.mm ../Core3D/SpecialNodes/BatchingTextureNode.mm ../Core3D/SpecialNodes/ShadowShader.mm ../Core3D/SpecialNodes/FocusingCamera.mm ../Core3D/SpecialNodes/DynamicNode.mm ../Core3D/SpecialNodes/CollideableMeshBullet.mm ../Core3D/SpecialNodes/CollideableSceneNode.mm ../Core3D/SpecialNodes/OutlineShader.mm ../Core3D/SpecialNodes/Skybox.mm ../Core3D/SpecialNodes/SpriteNode.mm ../Core3D/SpecialNodes/Particlesystems/Particlesystem.mm ../Core3D/SpecialNodes/Particlesystems/FireParticlesystem.mm ../Core3D/SpecialNodes/Particlesystems/SphereParticlesystem.mm ../Core3D/Utilities/StateUtilities.mm ../Core3D/Utilities/Utilities.mm Classes/AnimatedTextureShader.mm Classes/BonusBox.mm Classes/CoreBreach.mm Classes/Enemyship.mm Classes/Game.mm Classes/GameShader.mm Classes/GameSheetController.mm Classes/Ghostship.mm Classes/Highscores.mm Classes/HUD.mm Classes/Launcher.mm Classes/PlasmaShader.mm Classes/Playership.mm Classes/PostprocessingShader.mm Classes/Powerup.mm Classes/Track.mm
CoreBreach_CC_FILES = ../Core3D/Utilities/opengl_linux.cpp ../Core3D/_DEPENDENCIES/sources/dds/MyDDS.cpp ../Core3D/_DEPENDENCIES/sources/snappy/snappy-c.cc ../Core3D/_DEPENDENCIES/sources/snappy/snappy-sinksource.cc ../Core3D/_DEPENDENCIES/sources/snappy/snappy-stubs-internal.cc ../Core3D/_DEPENDENCIES/sources/snappy/snappy.cc
CoreBreach_C_FILES = ../Core3D/_DEPENDENCIES/sources/sha1-c/sha1.c ../Core3D/_DEPENDENCIES/sources/freetype-gl/font-manager.c ../Core3D/_DEPENDENCIES/sources/freetype-gl/markup.c ../Core3D/_DEPENDENCIES/sources/freetype-gl/texture-atlas.c ../Core3D/_DEPENDENCIES/sources/freetype-gl/texture-font.c ../Core3D/_DEPENDENCIES/sources/freetype-gl/vector.c ../Core3D/_DEPENDENCIES/sources/freetype-gl/vertex-buffer.c
CoreBreach_RESOURCE_FILES = Resources/English.lproj/
CoreBreach_RESOURCE_FILES += Resources/copyright/ Resources/launcher/buttonFacebook.png Resources/launcher/buttonTwitter.png Resources/launcher/buttonBlogger.png Resources/launcher/buttonStumbleupon.png Resources/launcher/buttonReddit.png Resources/launcher/corebreach.tiff Resources/launcher/upgrade3_0.png Resources/launcher/upgrade3_1.png Resources/launcher/upgrade3_2.png Resources/launcher/upgrade3_3.png Resources/launcher/upgrade5_00000.png Resources/launcher/upgrade5_00001.png Resources/launcher/upgrade5_00010.png Resources/launcher/upgrade5_00011.png Resources/launcher/upgrade5_00100.png Resources/launcher/upgrade5_00101.png Resources/launcher/upgrade5_00110.png Resources/launcher/upgrade5_00111.png Resources/launcher/upgrade5_01000.png Resources/launcher/upgrade5_01001.png Resources/launcher/upgrade5_01010.png Resources/launcher/upgrade5_01011.png Resources/launcher/upgrade5_01100.png Resources/launcher/upgrade5_01101.png Resources/launcher/upgrade5_01110.png Resources/launcher/upgrade5_01111.png Resources/launcher/upgrade5_10000.png Resources/launcher/upgrade5_10001.png Resources/launcher/upgrade5_10010.png Resources/launcher/upgrade5_10011.png Resources/launcher/upgrade5_10100.png Resources/launcher/upgrade5_10101.png Resources/launcher/upgrade5_10110.png Resources/launcher/upgrade5_10111.png Resources/launcher/upgrade5_11000.png Resources/launcher/upgrade5_11001.png Resources/launcher/upgrade5_11010.png Resources/launcher/upgrade5_11011.png Resources/launcher/upgrade5_11100.png Resources/launcher/upgrade5_11101.png Resources/launcher/upgrade5_11110.png Resources/launcher/upgrade5_11111.png Resources/models/item_sphere_damage.octree.snz Resources/models/item_sphere_shield.octree.snz Resources/textures/item_sphere_shield.dds Resources/textures/item_sphere_damage.dds Resources/models/item_missile.octree.snz Resources/models/item_countdown_1.octree.snz Resources/models/item_countdown_2.octree.snz Resources/models/item_countdown_3.octree.snz Resources/models/item_countdown_GO.octree.snz Resources/shaders/phong_animated.frag Resources/shaders/phong_animated.vert Resources/shaders/phong_shadow.frag Resources/shaders/phong_shadow.vert Resources/shaders/plasma.frag Resources/shaders/plasma.vert Resources/shaders/postprocessing.frag Resources/shaders/postprocessing.vert Resources/shaders/texture_wave.frag Resources/shaders/texture_wave.vert ../Core3D/Shaders/color.frag ../Core3D/Shaders/color.vert ../Core3D/Shaders/depthonly.frag ../Core3D/Shaders/depthonly.vert ../Core3D/Shaders/phong.frag ../Core3D/Shaders/phong.vert ../Core3D/Shaders/pointsprite.frag ../Core3D/Shaders/pointsprite.vert ../Core3D/Shaders/texture.frag ../Core3D/Shaders/texture.vert Resources/fonts/FreeSans.ttf Resources/fonts/N-Gage.ttf Resources/textures/effect_bomb.dds Resources/textures/effect_damage.dds Resources/textures/effect_speedup.dds Resources/overlays/overlay_notification_award.png Resources/overlays/overlay_notification_music.png Resources/textures/item_bomb.png Resources/models/item_bomb.octree.snz Resources/textures/item_bonusbox.png Resources/models/item_bonusbox.octree.snz Resources/textures/item_cambot.png Resources/models/item_cambot.octree.snz Resources/textures/item_mine.png Resources/models/item_mine.octree.snz Resources/textures/item_speedbox.png Resources/models/item_speedbox.octree.snz Resources/models/ship0_NovaRay_lod1.octree.snz Resources/textures/ship0_NovaRay.png Resources/models/ship0_NovaRay.octree.snz Resources/models/ship1_Flare_lod1.octree.snz Resources/textures/ship1_Flare.png Resources/models/ship1_Flare.octree.snz Resources/models/ship2_Venom_lod1.octree.snz Resources/textures/ship2_Venom.png Resources/models/ship2_Venom.octree.snz Resources/models/ship3_Enigma_lod1.octree.snz Resources/textures/ship3_Enigma.png Resources/models/ship3_Enigma.octree.snz Resources/models/ship4_Carnage_lod1.octree.snz Resources/textures/ship4_Carnage.png Resources/models/ship4_Carnage.octree.snz Resources/models/ship5_Flavor_lod1.octree.snz Resources/textures/ship5_Flavor.png Resources/models/ship5_Flavor.octree.snz Resources/models/ship6_Reeper_lod1.octree.snz Resources/textures/ship6_Reeper.png Resources/models/ship6_Reeper.octree.snz Resources/textures/track3.png Resources/ghosts/track3.ghost1 Resources/ghosts/track3.ghost2 Resources/ghosts/track3.ghost3 Resources/models/track3.octree.snz Resources/paths/track3.path Resources/paths/track3.path0 Resources/paths/track3.path1 Resources/paths/track3.path2 Resources/paths/track3.path3 Resources/paths/track3.path4 Resources/paths/track3.path5 Resources/paths/track3.path6 Resources/paths/track3.path7 Resources/paths/track3.path8 Resources/paths/track3.path9 Resources/paths/track3.path10 Resources/paths/track3.path11 Resources/trackinfo/track3.xml Resources/models/track3qd.octree.snz Resources/models/track3base_collision.octree.snz Resources/models/track3border_collision.octree.snz Resources/launcher/new_spaceship.png Resources/launcher/new_racetrack.png Resources/launcher/Carpet_Wave.png Resources/launcher/corebreach_poster.png Resources/launcher/Credits.rtfd Resources/launcher/custom_track.png Resources/launcher/finish_lost.png Resources/launcher/finish_multi.png Resources/launcher/finish_time.png Resources/launcher/finish_won.png Resources/launcher/Fusion_Missile.png Resources/launcher/History.rtf Resources/launcher/icon_flag.png Resources/launcher/icon_stopwatch.png Resources/launcher/logos.png Resources/launcher/looser.png Resources/launcher/Photon_Torpedos.png Resources/launcher/Proximity_Mines.png Resources/launcher/reward_cash.png Resources/launcher/reward_reeper.png Resources/launcher/reward_ship.png Resources/launcher/reward_track.png Resources/launcher/ship0.png Resources/launcher/ship1.png Resources/launcher/ship2.png Resources/launcher/ship3.png Resources/launcher/ship4.png Resources/launcher/ship5.png Resources/launcher/ship6.png Resources/launcher/Space_Nitro.png Resources/launcher/Tachion_Bomb.png Resources/launcher/track0.png Resources/launcher/track1.png Resources/launcher/track2.png Resources/launcher/track3.png Resources/launcher/track4.png Resources/launcher/track5.png Resources/launcher/track6.png Resources/launcher/track7.png Resources/launcher/track8.png Resources/launcher/track9.png Resources/launcher/track10.png Resources/launcher/track11.png Resources/launcher/winner.png Resources/launcher/Zeus_Plasma_Cannon.png Resources/music-ogg/Abstract_Audio_-_L.T.H.__AA_s_Refix_.ogg Resources/music-ogg/Alex_Beroza_-_Straight_To_The_Light.ogg Resources/music-ogg/Benjamin_Orth_-_Bustin_Out.ogg Resources/music-ogg/djguido_-_The_Pharmacy_in_my_head.ogg Resources/music-ogg/dr_gore2000_-_The_Right_Time.ogg Resources/music-ogg/IceSun_-_Cool_Boy_[IceSun_Rmx].ogg Resources/music-ogg/Klez_-_I_Need_you_to_Escape.ogg Resources/music-ogg/Klez_-_Imperfect_World.ogg Resources/music-ogg/snowflake_-_the_New_Music_Mantra.ogg Resources/music-ogg/vantage600_-_F_KING_BOUNCE.ogg Resources/textures/skybox_down_3.dds Resources/textures/skybox_north_east_south_west_3.dds Resources/textures/skybox_up_3.dds Resources/sounds/antique_cash_register_punching_single_key.wav Resources/sounds/collision_bonus.wav Resources/sounds/collision_enemy1.wav Resources/sounds/collision_enemy2.wav Resources/sounds/collision_enemy3.wav Resources/sounds/collision_speed.wav Resources/sounds/collision_wall.wav Resources/sounds/hit.wav Resources/sounds/speech_checkpoint_female.wav Resources/sounds/speech_checkpoint_male.wav Resources/sounds/speech_coremode_female.wav Resources/sounds/speech_coremode_male.wav Resources/sounds/speech_countdown-go_female.wav Resources/sounds/speech_countdown-go_male.wav Resources/sounds/speech_countdown-one_female.wav Resources/sounds/speech_countdown-one_male.wav Resources/sounds/speech_countdown-three_female.wav Resources/sounds/speech_countdown-three_male.wav Resources/sounds/speech_countdown-two_female.wav Resources/sounds/speech_countdown-two_male.wav Resources/sounds/speech_elimination1_female.wav Resources/sounds/speech_elimination1_male.wav Resources/sounds/speech_elimination2_female.wav Resources/sounds/speech_elimination2_male.wav Resources/sounds/speech_newship_female.wav Resources/sounds/speech_newship_male.wav Resources/sounds/speech_place-bad-result_female.wav Resources/sounds/speech_place-bad-result_male.wav Resources/sounds/speech_place-first_female.wav Resources/sounds/speech_place-first_male.wav Resources/sounds/speech_place-second_female.wav Resources/sounds/speech_place-second_male.wav Resources/sounds/speech_place-third_female.wav Resources/sounds/speech_place-third_male.wav Resources/sounds/incoming.wav Resources/sounds/failure.wav Resources/sounds/track3.wav Resources/sounds/turbine1-mono.wav Resources/sounds/turbine1.wav Resources/sounds/turbine2-mono.wav Resources/sounds/turbine2.wav Resources/sounds/turbine3-mono.wav Resources/sounds/turbine3.wav Resources/sounds/turbine4-mono.wav Resources/sounds/turbine4.wav Resources/sounds/turbine5-mono.wav Resources/sounds/turbine5.wav Resources/sounds/turbine6-mono.wav Resources/sounds/turbine6.wav Resources/sounds/turbine7-mono.wav Resources/sounds/turbine7.wav Resources/sounds/weapon_eject.wav Resources/sounds/weapon_missiles.wav Resources/sounds/weapon_photoncannon.wav Resources/sounds/weapon_plasma.wav Resources/sounds/weapon_quake.wav Resources/sounds/weapon_speed.wav Resources/sounds/weapon_thunder.wav Resources/overlays/overlay_loading.png Resources/textures/effect_shadow.dds Resources/textures/sprite_missile.dds Resources/overlays/overlay_optionsmenu_timeattack.png Resources/overlays/overlay_optionsmenu.png Resources/textures/sprite_particle.dds Resources/textures/sprite_rocket.dds Resources/textures/sprite_smoke.dds Resources/textures/sprite_spark.dds Resources/textures/effect_wave.dds
CoreBreach_RESOURCE_FILES += Resources/sounds/track1.wav Resources/sounds/track2.wav Resources/sounds/track4.wav Resources/sounds/track5.wav Resources/sounds/track6.wav Resources/textures/skybox_down_1.dds Resources/textures/skybox_down_2.dds Resources/textures/skybox_down_4.dds Resources/textures/skybox_down_5.dds Resources/textures/skybox_down_6.dds Resources/textures/skybox_north_east_south_west_1.dds Resources/textures/skybox_north_east_south_west_2.dds Resources/textures/skybox_north_east_south_west_4.dds Resources/textures/skybox_north_east_south_west_5.dds Resources/textures/skybox_north_east_south_west_6.dds Resources/textures/skybox_up_1.dds Resources/textures/skybox_up_2.dds Resources/textures/skybox_up_4.dds Resources/textures/skybox_up_5.dds Resources/textures/skybox_up_6.dds Resources/textures/track1.png Resources/ghosts/track1.ghost1 Resources/ghosts/track1.ghost2 Resources/ghosts/track1.ghost3 Resources/models/track1.octree.snz Resources/paths/track1.path Resources/paths/track1.path0 Resources/paths/track1.path1 Resources/paths/track1.path2 Resources/paths/track1.path3 Resources/paths/track1.path4 Resources/paths/track1.path5 Resources/paths/track1.path6 Resources/paths/track1.path7 Resources/paths/track1.path8 Resources/paths/track1.path9 Resources/paths/track1.path10 Resources/paths/track1.path11 Resources/trackinfo/track1.xml Resources/models/track1base_collision.octree.snz Resources/models/track1border_collision.octree.snz Resources/models/track1qd.octree.snz Resources/textures/track2.png Resources/ghosts/track2.ghost1 Resources/ghosts/track2.ghost2 Resources/ghosts/track2.ghost3 Resources/models/track2.octree.snz Resources/paths/track2.path Resources/paths/track2.path0 Resources/paths/track2.path1 Resources/paths/track2.path2 Resources/paths/track2.path3 Resources/paths/track2.path4 Resources/paths/track2.path5 Resources/paths/track2.path6 Resources/paths/track2.path7 Resources/paths/track2.path8 Resources/paths/track2.path9 Resources/paths/track2.path10 Resources/paths/track2.path11 Resources/trackinfo/track2.xml Resources/models/track2base_collision.octree.snz Resources/models/track2border_collision.octree.snz Resources/models/track2qd.octree.snz Resources/textures/track4.png Resources/ghosts/track4.ghost1 Resources/ghosts/track4.ghost2 Resources/ghosts/track4.ghost3 Resources/models/track4.octree.snz Resources/paths/track4.path Resources/paths/track4.path0 Resources/paths/track4.path1 Resources/paths/track4.path2 Resources/paths/track4.path3 Resources/paths/track4.path4 Resources/paths/track4.path5 Resources/paths/track4.path6 Resources/paths/track4.path7 Resources/paths/track4.path8 Resources/paths/track4.path9 Resources/paths/track4.path10 Resources/paths/track4.path11 Resources/trackinfo/track4.xml Resources/models/track4base_collision.octree.snz Resources/models/track4border_collision.octree.snz Resources/models/track4qd.octree.snz Resources/textures/track5.png Resources/ghosts/track5.ghost1 Resources/ghosts/track5.ghost2 Resources/ghosts/track5.ghost3 Resources/models/track5.octree.snz Resources/paths/track5.path Resources/paths/track5.path0 Resources/paths/track5.path1 Resources/paths/track5.path2 Resources/paths/track5.path3 Resources/paths/track5.path4 Resources/paths/track5.path5 Resources/paths/track5.path6 Resources/paths/track5.path7 Resources/paths/track5.path8 Resources/paths/track5.path9 Resources/paths/track5.path10 Resources/paths/track5.path11 Resources/trackinfo/track5.xml Resources/models/track5base_collision.octree.snz Resources/models/track5border_collision.octree.snz Resources/models/track5qd.octree.snz Resources/textures/track6.png Resources/ghosts/track6.ghost1 Resources/ghosts/track6.ghost2 Resources/ghosts/track6.ghost3 Resources/models/track6.octree.snz Resources/paths/track6.path Resources/paths/track6.path0 Resources/paths/track6.path1 Resources/paths/track6.path2 Resources/paths/track6.path3 Resources/paths/track6.path4 Resources/paths/track6.path5 Resources/paths/track6.path6 Resources/paths/track6.path7 Resources/paths/track6.path8 Resources/paths/track6.path9 Resources/paths/track6.path10 Resources/paths/track6.path11 Resources/trackinfo/track6.xml Resources/models/track6base_collision.octree.snz Resources/models/track6border_collision.octree.snz Resources/models/track6qd.octree.snz Resources/textures/track7.png Resources/models/track7.octree.snz Resources/paths/track7.path Resources/paths/track7.path0 Resources/paths/track7.path1 Resources/paths/track7.path2 Resources/paths/track7.path3 Resources/paths/track7.path4 Resources/paths/track7.path5 Resources/paths/track7.path6 Resources/paths/track7.path7 Resources/paths/track7.path8 Resources/paths/track7.path9 Resources/paths/track7.path10 Resources/paths/track7.path11 Resources/models/track7base_collision.octree.snz Resources/models/track7border_collision.octree.snz Resources/models/track7qd.octree.snz Resources/paths/track8.path Resources/paths/track8.path0 Resources/paths/track8.path1 Resources/paths/track8.path2 Resources/paths/track8.path3 Resources/paths/track8.path4 Resources/paths/track8.path5 Resources/paths/track8.path6 Resources/paths/track8.path7 Resources/paths/track8.path8 Resources/paths/track8.path9 Resources/paths/track8.path10 Resources/paths/track8.path11 Resources/paths/track9.path Resources/paths/track9.path0 Resources/paths/track9.path1 Resources/paths/track9.path2 Resources/paths/track9.path3 Resources/paths/track9.path4 Resources/paths/track9.path5 Resources/paths/track9.path6 Resources/paths/track9.path7 Resources/paths/track9.path8 Resources/paths/track9.path9 Resources/paths/track9.path10 Resources/paths/track9.path11 Resources/paths/track10.path Resources/paths/track10.path0 Resources/paths/track10.path1 Resources/paths/track10.path2 Resources/paths/track10.path3 Resources/paths/track10.path4 Resources/paths/track10.path5 Resources/paths/track10.path6 Resources/paths/track10.path7 Resources/paths/track10.path8 Resources/paths/track10.path9 Resources/paths/track10.path10 Resources/paths/track10.path11 Resources/paths/track11.path Resources/paths/track11.path0 Resources/paths/track11.path1 Resources/paths/track11.path2 Resources/paths/track11.path3 Resources/paths/track11.path4 Resources/paths/track11.path5 Resources/paths/track11.path6 Resources/paths/track11.path7 Resources/paths/track11.path8 Resources/paths/track11.path9 Resources/paths/track11.path10 Resources/paths/track11.path11 Resources/paths/track12.path Resources/paths/track12.path0 Resources/paths/track12.path1 Resources/paths/track12.path2 Resources/paths/track12.path3 Resources/paths/track12.path4 Resources/paths/track12.path5 Resources/paths/track12.path6 Resources/paths/track12.path7 Resources/paths/track12.path8 Resources/paths/track12.path9 Resources/paths/track12.path10 Resources/paths/track12.path11 Resources/story/story_1.png Resources/story/story_1.webm Resources/story/story_3.png Resources/story/story_12.png Resources/story/story_12.webm
CoreBreach_MAIN_MODEL_FILE = MainMenu-gnustep.xib
#CoreBreach_OBJCC_PRECOMPILED_HEADERS = ../Core3D/Utilities/../Core3D_Prefix.pch
include $(GNUSTEP_MAKEFILES)/application.make