2005-04-19 19:53:18 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
2005-04-19 20:53:42 +00:00
|
|
|
CP = cp
|
2005-04-19 19:53:18 +00:00
|
|
|
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_USER_ROOT)
|
2005-04-23 17:24:24 +00:00
|
|
|
ADDITIONAL_GUI_LIBS = -lGLU -lGL -lasound
|
2005-04-19 20:53:42 +00:00
|
|
|
ADDITIONAL_CFLAGS = -DLINUX
|
2005-04-23 17:24:24 +00:00
|
|
|
ADDITIONAL_OBJCFLAGS = -DLINUX -DHAVE_SOUND -Wno-import
|
2005-04-19 19:53:18 +00:00
|
|
|
APP_NAME = oolite
|
2005-04-19 20:53:42 +00:00
|
|
|
oolite_LIB_DIRS += -L/usr/X11R6/lib/
|
|
|
|
|
2005-04-19 19:53:18 +00:00
|
|
|
oolite_C_FILES = vector.c legacy_random.c
|
2005-04-23 17:24:24 +00:00
|
|
|
oolite_OBJC_FILES = Comparison.m AI.m DustEntity.m Entity.m GameController.m GuiDisplayGen.m HeadUpDisplay.m main.m MyOpenGLView.m OpenGLSprite.m ParticleEntity.m PlanetEntity.m PlayerEntity_Additions.m PlayerEntity_contracts.m PlayerEntity.m ResourceManager.m RingEntity.m ShipEntity_AI.m ShipEntity.m SkyEntity.m StationEntity.m TextureStore.m Universe.m OOSound.m
|
2005-04-19 19:53:18 +00:00
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/application.make
|
2005-04-19 20:53:42 +00:00
|
|
|
include GNUmakefile.postamble
|
2005-04-19 19:53:18 +00:00
|
|
|
|