[3486] | 1 | MAINSRCDIR=. |
---|
[4428] | 2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
[3472] | 3 | |
---|
[6432] | 4 | include world_entities/Makefile.am |
---|
| 5 | include story_entities/Makefile.am |
---|
[3484] | 6 | |
---|
[1953] | 7 | #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" |
---|
| 8 | |
---|
[4556] | 9 | bin_PROGRAMS = orxonox |
---|
[1953] | 10 | |
---|
[4725] | 11 | orxonox_CPPFLAGS = -DIS_ORXONOX |
---|
[6630] | 12 | orxonox_LDFLAGS = -u global_ModelParticles_Factory |
---|
[4725] | 13 | |
---|
[6432] | 14 | orxonox_DEPENDENCIES = \ |
---|
| 15 | lib/libORXlibs.a \ |
---|
| 16 | util/libORXutils.a \ |
---|
| 17 | lib/gui/gtk_gui/libORXgui.a \ |
---|
| 18 | lib/graphics/importer/libORXimporter.a \ |
---|
[6455] | 19 | lib/graphics/importer/libtc.a \ |
---|
[6432] | 20 | lib/graphics/libORXgraphics.a \ |
---|
| 21 | lib/sound/libORXsound.a \ |
---|
| 22 | lib/event/libORXevent.a \ |
---|
| 23 | lib/physics/libORXphysics.a \ |
---|
| 24 | lib/particles/libORXparticles.a \ |
---|
| 25 | lib/collision_detection/libORXcd.a \ |
---|
| 26 | lib/graphics/spatial_separation/libORXquadtree.a \ |
---|
| 27 | lib/parser/tinyxml/libtinyxml.a \ |
---|
| 28 | lib/parser/ini_parser/libIniParser.a \ |
---|
| 29 | lib/gui/gl_gui/libORXglgui.a \ |
---|
| 30 | lib/shell/libORXshell.a \ |
---|
| 31 | lib/network/libORXnet.a |
---|
[4338] | 32 | |
---|
[5463] | 33 | orxonox_LDADD = util/libORXutils.a \ |
---|
[6432] | 34 | \ |
---|
| 35 | lib/collision_detection/libORXcd.a \ |
---|
| 36 | \ |
---|
| 37 | lib/libORXlibs.a \ |
---|
| 38 | lib/gui/gtk_gui/libORXgui.a \ |
---|
| 39 | lib/graphics/importer/libORXimporter.a \ |
---|
[6455] | 40 | lib/graphics/importer/libtc.a \ |
---|
[6432] | 41 | lib/graphics/libORXgraphics.a \ |
---|
| 42 | lib/sound/libORXsound.a \ |
---|
| 43 | lib/event/libORXevent.a \ |
---|
| 44 | lib/physics/libORXphysics.a \ |
---|
| 45 | lib/particles/libORXparticles.a \ |
---|
| 46 | lib/graphics/spatial_separation/libORXquadtree.a \ |
---|
| 47 | lib/parser/tinyxml/libtinyxml.a \ |
---|
| 48 | lib/parser/ini_parser/libIniParser.a \ |
---|
| 49 | lib/gui/gl_gui/libORXglgui.a \ |
---|
| 50 | lib/shell/libORXshell.a \ |
---|
| 51 | lib/network/libORXnet.a \ |
---|
| 52 | $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) |
---|
[4261] | 53 | |
---|
[6432] | 54 | orxonox_SOURCES = \ |
---|
| 55 | $(WorldEntities_SOURCES_) \ |
---|
| 56 | $(StoryEntities_SOURCES_) \ |
---|
| 57 | orxonox.cc \ |
---|
[6630] | 58 | \ |
---|
| 59 | lib/particles/model_particles.cc \ |
---|
| 60 | lib/particles/spark_particles.cc \ |
---|
| 61 | lib/particles/sprite_particles.cc \ |
---|
| 62 | \ |
---|
[6432] | 63 | subprojects/benchmark.cc |
---|
[4039] | 64 | |
---|
[6432] | 65 | noinst_HEADERS = \ |
---|
| 66 | $(WorldEntities_HEADERS_) \ |
---|
| 67 | $(StoryEntities_HEADERS_) \ |
---|
| 68 | orxonox.h \ |
---|
| 69 | ability.h \ |
---|
| 70 | defs/message_structures.h \ |
---|
| 71 | defs/stdincl.h \ |
---|
| 72 | defs/stdlibincl.h \ |
---|
| 73 | defs/sdlincl.h \ |
---|
| 74 | defs/glincl.h \ |
---|
| 75 | defs/alincl.h \ |
---|
| 76 | defs/comincl.h \ |
---|
| 77 | defs/confincl.h \ |
---|
| 78 | defs/error.h \ |
---|
| 79 | defs/debug.h \ |
---|
| 80 | defs/globals.h \ |
---|
| 81 | defs/compiler.h \ |
---|
| 82 | defs/class_id.h \ |
---|
| 83 | subprojects/benchmark.h |
---|
[2589] | 84 | |
---|
[4028] | 85 | |
---|
[3198] | 86 | ## orxonox.conf will be used from home-dir instead. |
---|
[4261] | 87 | EXTRA_DIST = proto/proto_class.h \ |
---|
[4556] | 88 | proto/proto_class.cc \ |
---|
| 89 | proto/proto_singleton.h \ |
---|
| 90 | proto/proto_singleton.cc \ |
---|
| 91 | proto/proto_world_entity.h \ |
---|
| 92 | proto/proto_world_entity.cc \ |
---|
[6432] | 93 | defs/include_paths.am \ |
---|
| 94 | world_entities/Makefile.am \ |
---|
| 95 | story_entities/Makefile.am |
---|
[4556] | 96 | |
---|
[3377] | 97 | if SUB_PROJECTS |
---|
[4264] | 98 | SUB_PROGS = subprojects |
---|
[3377] | 99 | else |
---|
[4556] | 100 | SUB_PROGS = |
---|
[3377] | 101 | endif |
---|
[3182] | 102 | |
---|
[5349] | 103 | SUBDIRS = lib \ |
---|
[5350] | 104 | util \ |
---|
[5549] | 105 | . \ |
---|
| 106 | $(SUB_PROGS) |
---|
[3191] | 107 | |
---|
[1953] | 108 | |
---|
| 109 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
| 110 | |
---|
| 111 | # if you write a self-test script named `chk', uncomment the |
---|
| 112 | # following and add `chk' to the EXTRA_DIST list |
---|
| 113 | #TESTS=chk |
---|
| 114 | |
---|
| 115 | # build and install the .info pages |
---|
| 116 | #info_TEXINFOS = orxonox.texinfo |
---|
| 117 | #orxonox_TEXINFOS = gpl.texinfo |
---|
| 118 | |
---|
| 119 | # install the man pages |
---|
| 120 | #man_MANS=orxonox.1 |
---|