MAINSRCDIR=. include $(MAINSRCDIR)/defs/include_paths.am include world_entities/WorldEntities.am include story_entities/Makefile.am LIB_PREFIX=lib include lib/BuildLibs.am #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" bin_PROGRAMS = orxonox orxonox_CPPFLAGS = \ -DIS_ORXONOX \ @QT_CXXFLAGS@ orxonox_LDFLAGS = @QT_LDFLAGS@ orxonox_DEPENDENCIES = \ world_entities/libORXwe.a \ util/libORXutils.a \ $(libORXlibs_a_LIBRARIES_) orxonox_LDADD = \ world_entities/libORXwe.a \ util/libORXutils.a \ $(libORXlibs_a_LIBRARIES_) \ $(CURL_LIBS) \ @QT_LIBS@ \ -L../extern_libs @LUA_LIBS@ orxonox_SOURCES = \ $(WorldEntities_SOURCES_) \ $(StoryEntities_SOURCES_) \ lib/shell/some_shell_commands.cc \ orxonox.cc \ \ lib/particles/model_particles.cc \ lib/particles/spark_particles.cc \ lib/particles/sprite_particles.cc \ lib/particles/plane_emitter.cc \ lib/graphics/effects/fog_effect.cc \ lib/graphics/effects/volfog_effect.cc \ lib/graphics/effects/rain_effect.cc \ lib/graphics/effects/snow_effect.cc \ lib/graphics/effects/cloud_effect.cc \ lib/graphics/effects/lightning_effect.cc \ lib/graphics/effects/lense_flare.cc \ \ util/multiplayer_team_deathmatch.cc \ util/singleplayer_shootemup.cc \ \ util/kill_target.cc \ \ subprojects/benchmark.cc noinst_HEADERS = \ $(StoryEntities_HEADERS_) \ orxonox.h \ ability.h \ defs/message_structures.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 \ 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 \ story_entities/Makefile.am if SUB_PROJECTS SUB_PROGS = subprojects else SUB_PROGS = endif SUBDIRS = \ lib \ util \ world_entities \ . \ $(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