AM_CXXFLAGS="-I./world_entities" AM_CXXFLAGS+="-I./story_entities" AM_CXXFLAGS+="-I./mathlib" AM_CXXFLAGS+="-I./lib" AM_CXXFLAGS+="-I./defs" AM_CXXFLAGS+="-I./font" AM_CXXFLAGS+="-I./network" AM_CXXFLAGS+="-I./glmenu" AM_LDFLAGS= $(MWINDOWS) #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" bin_PROGRAMS=orxonox orxonox_SOURCES= orxonox.cc \ game_loader.cc \ data_tank.cc \ command_node.cc \ keynames.cc \ camera.cc \ base_entity.cc \ base_object.cc \ p_node.cc \ null_parent.cc \ helper_parent.cc \ track_manager.cc \ light.cc \ \ story_entities/story_entity.cc \ story_entities/campaign.cc \ story_entities/world.cc \ \ world_entities/world_entity.cc \ world_entities/player.cc \ world_entities/environment.cc \ world_entities/skysphere.cc \ \ importer/array.cc \ importer/objModel.cc \ importer/model.cc \ importer/material.cc \ importer/texture.cc \ \ mathlib/vector.cc \ mathlib/matrix.cc \ mathlib/curve.cc \ \ lib/ini_parser.cc \ lib/list.cc \ \ glmenu/glmenu_imagescreen.cc \ \ font/fontset.cc noinst_HEADERS = ability.h \ data_tank.h \ world_entities/npc.h \ defs/stdincl.h \ glincl.h \ ai.h \ world_entities/environment.h \ orxonox.h \ network/synchronisable.h \ base_entity.h \ defs/error.h \ world_entities/player.h \ camera.h \ lib/ini_parser.h \ power_up.h \ mathlib/vector.h \ keynames.h \ proto_class.h \ story_entities/world.h \ command_node.h \ lib/list.h \ world_entities/shoot_laser.h \ world_entities/world_entity.h \ message_structures.h \ world_entities/shoot_rocket.h \ lib/list_template.h \ story_entities/story_entity.h \ story_entities/story_def.h \ game_loader.h \ story_entities/campaign.h \ p_node.h \ null_parent.h \ base_object.h \ helper_parent.h \ track_manager.h \ mathlib/matrix.h \ mathlib/curve.h \ glmenu/glmenu_imagescreen.h \ defs/debug.h \ world_entities/skysphere.h \ light.h \ font/fontset.h ## orxonox.conf will be used from home-dir instead. EXTRA_DIST = orxonox.conf ### GTK_RELATED if HAVE_GTK2 GTK_PROGS =console else GTK_PROGS = endif if SUB_PROJECTS SUB_PROGS = importer \ gui \ $(GTK_PROGS) else SUB_PROGS = endif SUBDIRS = . \ $(SUB_PROGS) # uncomment the following if orxonox requires the math library #orxonox_LDADD=-lm #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo # if you write a self-test script named `chk', uncomment the # following and add `chk' to the EXTRA_DIST list #TESTS=chk # build and install the .info pages #info_TEXINFOS = orxonox.texinfo #orxonox_TEXINFOS = gpl.texinfo # install the man pages #man_MANS=orxonox.1