Last change
on this file since 3334 was
3326,
checked in by bensch, 20 years ago
|
orxonox/branches/parenting: added class Matrix
|
File size:
1.9 KB
|
Line | |
---|
1 | #AM_CXXFLAGS="" |
---|
2 | AM_LDFLAGS= $(MWINDOWS) |
---|
3 | |
---|
4 | #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" |
---|
5 | |
---|
6 | |
---|
7 | bin_PROGRAMS=orxonox |
---|
8 | |
---|
9 | orxonox_SOURCES= orxonox.cc \ |
---|
10 | world.cc \ |
---|
11 | player.cc \ |
---|
12 | collision.cc \ |
---|
13 | data_tank.cc \ |
---|
14 | world_entity.cc \ |
---|
15 | vector.cc \ |
---|
16 | camera.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 | environment.cc \ |
---|
26 | importer/object.cc \ |
---|
27 | importer/array.cc \ |
---|
28 | importer/material.cc \ |
---|
29 | list.cc \ |
---|
30 | p_node.cc \ |
---|
31 | null_parent.cc \ |
---|
32 | base_object.cc \ |
---|
33 | helper_parent.cc \ |
---|
34 | track_manager.cc \ |
---|
35 | matrix.cc \ |
---|
36 | curve.cc |
---|
37 | |
---|
38 | |
---|
39 | noinst_HEADERS = ability.h \ |
---|
40 | data_tank.h \ |
---|
41 | collision.h \ |
---|
42 | npc.h \ |
---|
43 | stdincl.h \ |
---|
44 | ai.h \ |
---|
45 | environment.h \ |
---|
46 | orxonox.h \ |
---|
47 | synchronisable.h \ |
---|
48 | base_entity.h \ |
---|
49 | error.h \ |
---|
50 | player.h \ |
---|
51 | track.h \ |
---|
52 | camera.h \ |
---|
53 | ini_parser.h \ |
---|
54 | power_up.h \ |
---|
55 | vector.h \ |
---|
56 | keynames.h \ |
---|
57 | proto_class.h \ |
---|
58 | world.h \ |
---|
59 | command_node.h \ |
---|
60 | list.h \ |
---|
61 | shoot_laser.h \ |
---|
62 | world_entity.h \ |
---|
63 | coordinates.h \ |
---|
64 | message_structures.h \ |
---|
65 | shoot_rocket.h \ |
---|
66 | list_template.h \ |
---|
67 | story_entity.h \ |
---|
68 | story_def.h \ |
---|
69 | game_loader.h \ |
---|
70 | campaign.h \ |
---|
71 | p_node.h \ |
---|
72 | null_parent.h \ |
---|
73 | base_object.h \ |
---|
74 | helper_parent.h \ |
---|
75 | track_manager.h \ |
---|
76 | matrix.h \ |
---|
77 | curve.h |
---|
78 | |
---|
79 | |
---|
80 | ## orxonox.conf will be used from home-dir instead. |
---|
81 | EXTRA_DIST = orxonox.conf |
---|
82 | |
---|
83 | ### GTK_RELATED |
---|
84 | if HAVE_GTK2 |
---|
85 | GTK_PROGS =console |
---|
86 | else |
---|
87 | GTK_PROGS = |
---|
88 | endif |
---|
89 | |
---|
90 | SUBDIRS = . \ |
---|
91 | importer \ |
---|
92 | gui \ |
---|
93 | $(GTK_PROGS) |
---|
94 | |
---|
95 | # uncomment the following if orxonox requires the math library |
---|
96 | #orxonox_LDADD=-lm |
---|
97 | |
---|
98 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
99 | |
---|
100 | # if you write a self-test script named `chk', uncomment the |
---|
101 | # following and add `chk' to the EXTRA_DIST list |
---|
102 | #TESTS=chk |
---|
103 | |
---|
104 | # build and install the .info pages |
---|
105 | #info_TEXINFOS = orxonox.texinfo |
---|
106 | #orxonox_TEXINFOS = gpl.texinfo |
---|
107 | |
---|
108 | # install the man pages |
---|
109 | #man_MANS=orxonox.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.