MAINSRCDIR=. include $(MAINSRCDIR)/defs/include_paths.am #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" bin_PROGRAMS = orxonox orxonox_CPPFLAGS = -DIS_ORXONOX orxonox_DEPENDENCIES = lib/libORXlibs.la \ util/libORXutils.la orxonox_LDADD = util/libORXutils.la \ lib/libORXlibs.la \ $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) orxonox_SOURCES = orxonox.cc \ story_entities/story_entity.cc \ story_entities/campaign.cc \ story_entities/world.cc \ world_entities/world_entity.cc \ world_entities/camera.cc \ world_entities/player.cc \ world_entities/npc.cc \ world_entities/npc2.cc \ world_entities/environment.cc \ world_entities/skysphere.cc \ world_entities/skybox.cc \ world_entities/terrain.cc \ world_entities/satellite.cc \ world_entities/character_attributes.cc \ world_entities/test_entity.cc \ world_entities/weapons/weapon_manager.cc \ world_entities/weapons/weapon.cc \ world_entities/weapons/projectile.cc \ world_entities/weapons/test_gun.cc \ world_entities/weapons/turret.cc \ world_entities/weapons/test_bullet.cc \ world_entities/weapons/crosshair.cc \ subprojects/benchmark.cc noinst_HEADERS = orxonox.h \ ability.h \ defs/message_structures.h \ story_entities/story_entity.h \ story_entities/story_def.h \ story_entities/campaign.h \ story_entities/world.h \ world_entities/world_entity.h \ world_entities/camera.h \ world_entities/player.h \ world_entities/npc.h \ world_entities/npc2.h \ world_entities/environment.h \ world_entities/skysphere.h \ world_entities/skybox.h \ world_entities/power_up.h \ world_entities/terrain.h \ world_entities/satellite.h \ world_entities/character_attributes.h \ world_entities/test_entity.h \ world_entities/weapons/weapon_manager.h \ world_entities/weapons/weapon.h \ world_entities/weapons/projectile.h \ world_entities/weapons/test_gun.h \ world_entities/weapons/turret.h \ world_entities/weapons/test_bullet.h \ world_entities/weapons/crosshair.h \ defs/stdincl.h \ defs/stdlibincl.h \ defs/sdlincl.h \ defs/glincl.h \ defs/alincl.h \ defs/comincl.h \ defs/confincl.h \ defs/error.h \ defs/debug.h \ defs/globals.h \ defs/compiler.h \ defs/class_id.h \ defs/functor_list.h \ subprojects/benchmark.h ## orxonox.conf will be used from home-dir instead. EXTRA_DIST = proto/proto_class.h \ proto/proto_class.cc \ proto/proto_singleton.h \ proto/proto_singleton.cc \ proto/proto_world_entity.h \ proto/proto_world_entity.cc \ defs/include_paths.am if SUB_PROJECTS SUB_PROGS = subprojects else SUB_PROGS = endif SUBDIRS = lib \ util \ $(SUB_PROGS) \ . #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