MAINSRCDIR=. include $(MAINSRCDIR)/defs/include_paths.am include world_entities/Makefile.am include story_entities/Makefile.am include lib/BuildLibs.am #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" bin_PROGRAMS = orxonox orxonox_CPPFLAGS = -DIS_ORXONOX orxonox_LDFLAGS = -u global_ModelParticles_Factory orxonox_DEPENDENCIES = \ util/libORXutils.a \ $(libORXlibs_a_LIBRARIES_) orxonox_LDADD = util/libORXutils.a \ $(libORXlibs_a_LIBRARIES_) \ $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) orxonox_SOURCES = \ $(WorldEntities_SOURCES_) \ $(StoryEntities_SOURCES_) \ 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/lense_flare.cc \ \ util/multiplayer_team_deathmatch.cc \ \ subprojects/benchmark.cc noinst_HEADERS = \ $(WorldEntities_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 \ world_entities/Makefile.am \ story_entities/Makefile.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