Last change
on this file since 4007 was
3698,
checked in by dave, 20 years ago
|
branches/shadows: so jetzt ist die Ausgangslage geschaffen
|
File size:
2.1 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/model.cc \ |
---|
27 | importer/objModel.cc \ |
---|
28 | importer/array.cc \ |
---|
29 | importer/material.cc \ |
---|
30 | importer/texture.cc \ |
---|
31 | list.cc \ |
---|
32 | p_node.cc \ |
---|
33 | null_parent.cc \ |
---|
34 | base_object.cc \ |
---|
35 | helper_parent.cc \ |
---|
36 | track_manager.cc \ |
---|
37 | matrix.cc \ |
---|
38 | curve.cc \ |
---|
39 | glmenu_imagescreen.cc\ |
---|
40 | shadow.cc \ |
---|
41 | skysphere.cc |
---|
42 | |
---|
43 | |
---|
44 | noinst_HEADERS = ability.h \ |
---|
45 | data_tank.h \ |
---|
46 | collision.h \ |
---|
47 | npc.h \ |
---|
48 | stdincl.h \ |
---|
49 | ai.h \ |
---|
50 | environment.h \ |
---|
51 | orxonox.h \ |
---|
52 | synchronisable.h \ |
---|
53 | base_entity.h \ |
---|
54 | error.h \ |
---|
55 | player.h \ |
---|
56 | track.h \ |
---|
57 | camera.h \ |
---|
58 | ini_parser.h \ |
---|
59 | power_up.h \ |
---|
60 | vector.h \ |
---|
61 | keynames.h \ |
---|
62 | proto_class.h \ |
---|
63 | world.h \ |
---|
64 | command_node.h \ |
---|
65 | list.h \ |
---|
66 | shoot_laser.h \ |
---|
67 | world_entity.h \ |
---|
68 | message_structures.h \ |
---|
69 | shoot_rocket.h \ |
---|
70 | list_template.h \ |
---|
71 | story_entity.h \ |
---|
72 | story_def.h \ |
---|
73 | game_loader.h \ |
---|
74 | campaign.h \ |
---|
75 | p_node.h \ |
---|
76 | null_parent.h \ |
---|
77 | base_object.h \ |
---|
78 | helper_parent.h \ |
---|
79 | track_manager.h \ |
---|
80 | matrix.h \ |
---|
81 | curve.h \ |
---|
82 | glmenu_imagescreen.h \ |
---|
83 | debug.h \ |
---|
84 | debug.h \ |
---|
85 | shadow.h \ |
---|
86 | skysphere.h |
---|
87 | |
---|
88 | |
---|
89 | ## orxonox.conf will be used from home-dir instead. |
---|
90 | EXTRA_DIST = orxonox.conf |
---|
91 | |
---|
92 | ### GTK_RELATED |
---|
93 | if HAVE_GTK2 |
---|
94 | GTK_PROGS =console |
---|
95 | else |
---|
96 | GTK_PROGS = |
---|
97 | endif |
---|
98 | if SUB_PROJECTS |
---|
99 | SUB_PROGS = importer \ |
---|
100 | gui \ |
---|
101 | $(GTK_PROGS) |
---|
102 | else |
---|
103 | SUB_PROGS = |
---|
104 | endif |
---|
105 | |
---|
106 | SUBDIRS = . \ |
---|
107 | $(SUB_PROGS) |
---|
108 | |
---|
109 | # uncomment the following if orxonox requires the math library |
---|
110 | #orxonox_LDADD=-lm |
---|
111 | |
---|
112 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
113 | |
---|
114 | # if you write a self-test script named `chk', uncomment the |
---|
115 | # following and add `chk' to the EXTRA_DIST list |
---|
116 | #TESTS=chk |
---|
117 | |
---|
118 | # build and install the .info pages |
---|
119 | #info_TEXINFOS = orxonox.texinfo |
---|
120 | #orxonox_TEXINFOS = gpl.texinfo |
---|
121 | |
---|
122 | # install the man pages |
---|
123 | #man_MANS=orxonox.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.