Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/network/src/Makefile.am @ 5517

Last change on this file since 5517 was 5517, checked in by patrick, 19 years ago

branches/lib/network: added the network folder to the automake project

File size: 5.8 KB
RevLine 
[3486]1MAINSRCDIR=.
[4428]2include $(MAINSRCDIR)/defs/include_paths.am
[3472]3
[3484]4
[1953]5#"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include"
6
[1955]7
[4556]8bin_PROGRAMS = orxonox
[1953]9
[4725]10orxonox_CPPFLAGS = -DIS_ORXONOX
11
[5463]12orxonox_DEPENDENCIES = lib/libORXlibs.a \
13                       util/libORXutils.a \
14                       lib/gui/gtk_gui/libORXgui.a \
15                       lib/graphics/importer/libORXimporter.a \
16                       lib/graphics/libORXgraphics.a \
17                       lib/sound/libORXsound.a \
18                       lib/event/libORXevent.a \
19                       lib/physics/libORXphysics.a \
20                       lib/particles/libORXparticles.a \
21                       lib/collision_detection/libORXcd.a \
[5517]22                       lib/network/libORXnet.a \
[5463]23                       lib/graphics/spatial_separation/libORXquadtree.a \
24                       lib/tinyxml/libtinyxml.a \
25                       lib/gui/gl_gui/libORXglgui.a \
26                       lib/shell/libORXshell.a
[4338]27
[5463]28orxonox_LDADD = util/libORXutils.a \
29                lib/libORXlibs.a \
30                lib/gui/gtk_gui/libORXgui.a \
31                lib/graphics/importer/libORXimporter.a \
32                lib/graphics/libORXgraphics.a \
33                lib/sound/libORXsound.a \
34                lib/event/libORXevent.a \
35                lib/physics/libORXphysics.a \
36                lib/particles/libORXparticles.a \
37                lib/collision_detection/libORXcd.a \
[5517]38                lib/network/libORXnet.a \
[5463]39                lib/graphics/spatial_separation/libORXquadtree.a \
40                lib/tinyxml/libtinyxml.a \
41                lib/gui/gl_gui/libORXglgui.a \
42                lib/shell/libORXshell.a \
[5265]43                $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS)
[4261]44
[4556]45orxonox_SOURCES = orxonox.cc \
[5010]46                  story_entities/story_entity.cc \
[4556]47                  story_entities/campaign.cc \
48                  story_entities/world.cc \
[5463]49                  world_entities/world_entity.cc \
50                  world_entities/camera.cc \
51                  world_entities/player.cc \
52                  world_entities/npc.cc \
53                  world_entities/npc2.cc \
54                  world_entities/environment.cc \
55                  world_entities/skysphere.cc \
56                  world_entities/skybox.cc \
57                  world_entities/terrain.cc \
58                  world_entities/satellite.cc \
59                  world_entities/character_attributes.cc \
60                  world_entities/test_entity.cc \
61                  world_entities/weapons/weapon_manager.cc \
62                  world_entities/weapons/weapon.cc \
63                  world_entities/weapons/projectile.cc \
64                  world_entities/weapons/test_gun.cc \
65                  world_entities/weapons/turret.cc \
66                  world_entities/weapons/test_bullet.cc \
67                  world_entities/weapons/rocket.cc \
68                  world_entities/weapons/laser.cc \
69                  world_entities/weapons/crosshair.cc \
70                  world_entities/power_ups/power_up.cc \
71                  world_entities/power_ups/turret_power_up.cc \
72                  world_entities/power_ups/laser_power_up.cc \
[4556]73                  subprojects/benchmark.cc
[4039]74
[3481]75noinst_HEADERS = orxonox.h \
76                 ability.h \
[4556]77                 defs/message_structures.h \
78                 story_entities/story_entity.h \
79                 story_entities/story_def.h \
80                 story_entities/campaign.h \
[5463]81                 story_entities/world.h \
82                 world_entities/world_entity.h \
83                 world_entities/camera.h \
84                 world_entities/player.h \
85                 world_entities/npc.h \
86                 world_entities/npc2.h \
87                 world_entities/environment.h \
88                 world_entities/skysphere.h \
89                 world_entities/skybox.h \
90                 world_entities/terrain.h \
91                 world_entities/satellite.h \
92                 world_entities/character_attributes.h \
93                 world_entities/test_entity.h \
94                 world_entities/weapons/weapon_manager.h \
95                 world_entities/weapons/weapon.h \
96                 world_entities/weapons/projectile.h \
97                 world_entities/weapons/test_gun.h \
98                 world_entities/weapons/turret.h \
99                 world_entities/weapons/test_bullet.h \
100                 world_entities/weapons/rocket.h \
101                 world_entities/weapons/laser.h \
102                 world_entities/weapons/crosshair.h \
103                 world_entities/power_ups/power_up.h \
104                 world_entities/power_ups/turret_power_up.h \
105                 world_entities/power_ups/laser_power_up.h \
[4556]106                 defs/stdincl.h \
107                 defs/stdlibincl.h \
108                 defs/sdlincl.h \
109                 defs/glincl.h \
110                 defs/alincl.h \
111                 defs/comincl.h \
112                 defs/confincl.h \
113                 defs/error.h \
114                 defs/debug.h \
115                 defs/globals.h \
116                 defs/compiler.h \
[4745]117                 defs/class_id.h \
[5133]118                 defs/functor_list.h \
[4556]119                 subprojects/benchmark.h
[2589]120
[4028]121
[3198]122## orxonox.conf will be used from home-dir instead.
[4261]123EXTRA_DIST = proto/proto_class.h \
[4556]124             proto/proto_class.cc \
125             proto/proto_singleton.h \
126             proto/proto_singleton.cc \
127             proto/proto_world_entity.h \
128             proto/proto_world_entity.cc \
129             defs/include_paths.am
130
[3377]131if SUB_PROJECTS
[4264]132  SUB_PROGS = subprojects
[3377]133else
[4556]134  SUB_PROGS =
[3377]135endif
[3182]136
[5349]137SUBDIRS = lib \
[5350]138          util \
[5349]139          $(SUB_PROGS) \
140          .
[3191]141
[1953]142
143#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
144
145#  if you write a self-test script named `chk', uncomment the
146#  following and add `chk' to the EXTRA_DIST list
147#TESTS=chk
148
149#  build and install the .info pages
150#info_TEXINFOS = orxonox.texinfo
151#orxonox_TEXINFOS = gpl.texinfo
152
153#  install the man pages
154#man_MANS=orxonox.1
Note: See TracBrowser for help on using the repository browser.