Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/bezierTrack/src/Makefile.am @ 3039

Last change on this file since 3039 was 3028, checked in by bensch, 20 years ago

orxonox/branches/bezierTrack: now Camera follows Path. heavy cleanUp of not used stuff like elyptical Camera and so on…

File size: 1.5 KB
Line 
1AM_CXXFLAGS="-I/usr/X11R6/include"
2AM_LDFLAGS="-L/usr/Mesa-6.0.1/lib  -L/usr/X11R6/lib -lXt -lX11" $(MWINDOWS)
3
4#"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include"
5
6
7bin_PROGRAMS=orxonox
8
9orxonox_SOURCES=orxonox.cc \
10                world.cc \
11                player.cc \
12                data_tank.cc \
13                world_entity.cc \
14                vector.cc \
15                camera.cc \
16                collision.cc \
17                command_node.cc \
18                ini_parser.cc \
19                keynames.cc \
20                track.cc \
21                base_entity.cc \
22                game_loader.cc \
23                campaign.cc \
24                story_entity.cc \
25                object.cc \
26                environment.cc \
27                array.cc \
28                material.cc \
29                list.cc \
30                curve.cc \
31                coordinates.cc
32
33noinst_HEADERS= ability.h \
34                data_tank.h \
35                npc.h \
36                stdincl.h \
37                ai.h \
38                environment.h \
39                orxonox.h \
40                synchronisable.h \
41                base_entity.h \
42                error.h \
43                player.h \
44                track.h \
45                camera.h \
46                ini_parser.h \
47                power_up.h \
48                vector.h \
49                collision.h \
50                keynames.h \
51                proto_class.h \
52                world.h \
53                command_node.h \
54                list.h \
55                shoot_laser.h \
56                world_entity.h \
57                coordinates.h \
58                message_structures.h \
59                shoot_rocket.h \
60                object.h \
61                array.h \
62                material.h \
63                list_template.h \
64                story_entity.h \
65                story_def.h \
66                game_loader.h \
67                campaign.h \
68                curve.h
69
70
71
72#  uncomment the following if bencoder requires the math library
73#orxonox_LDADD=-lm
74
75#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
76
77#  if you write a self-test script named `chk', uncomment the
78#  following and add `chk' to the EXTRA_DIST list
79#TESTS=chk
80
81#  build and install the .info pages
82#info_TEXINFOS = orxonox.texinfo
83#orxonox_TEXINFOS = gpl.texinfo
84
85#  install the man pages
86#man_MANS=orxonox.1
Note: See TracBrowser for help on using the repository browser.