source:
orxonox.OLD/orxonox/branches/dave/src/Makefile.am
@
3770
Last change on this file since 3770 was 3673, checked in by dave, 20 years ago | |
---|---|
File size: 2.1 KB |
Rev | Line | |
---|---|---|
[3180] | 1 | #AM_CXXFLAGS="" |
2 | AM_LDFLAGS= $(MWINDOWS) | |
[1955] | 3 | |
[1953] | 4 | #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" |
5 | ||
[1955] | 6 | |
[1953] | 7 | bin_PROGRAMS=orxonox |
8 | ||
[3182] | 9 | orxonox_SOURCES= orxonox.cc \ |
10 | world.cc \ | |
11 | player.cc \ | |
[3236] | 12 | collision.cc \ |
[3182] | 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 \ | |
[3198] | 25 | environment.cc \ |
[3365] | 26 | importer/model.cc \ |
[3203] | 27 | importer/array.cc \ |
28 | importer/material.cc \ | |
[3365] | 29 | importer/texture.cc \ |
[3246] | 30 | list.cc \ |
[3365] | 31 | p_node.cc \ |
32 | null_parent.cc \ | |
33 | base_object.cc \ | |
34 | helper_parent.cc \ | |
35 | track_manager.cc \ | |
36 | matrix.cc \ | |
37 | curve.cc \ | |
[3407] | 38 | glmenu_imagescreen.cc\ |
[3673] | 39 | skysphere.cc\ |
40 | shadow.cc | |
[2589] | 41 | |
[3365] | 42 | |
[3182] | 43 | noinst_HEADERS = ability.h \ |
44 | data_tank.h \ | |
[3236] | 45 | collision.h \ |
[3182] | 46 | npc.h \ |
47 | stdincl.h \ | |
48 | ai.h \ | |
49 | environment.h \ | |
50 | orxonox.h \ | |
51 | synchronisable.h \ | |
52 | base_entity.h \ | |
53 | error.h \ | |
54 | player.h \ | |
55 | track.h \ | |
56 | camera.h \ | |
57 | ini_parser.h \ | |
58 | power_up.h \ | |
59 | vector.h \ | |
60 | keynames.h \ | |
61 | proto_class.h \ | |
62 | world.h \ | |
63 | command_node.h \ | |
64 | list.h \ | |
65 | shoot_laser.h \ | |
66 | world_entity.h \ | |
67 | message_structures.h \ | |
68 | shoot_rocket.h \ | |
69 | list_template.h \ | |
70 | story_entity.h \ | |
71 | story_def.h \ | |
72 | game_loader.h \ | |
[3246] | 73 | campaign.h \ |
[3365] | 74 | p_node.h \ |
75 | null_parent.h \ | |
76 | base_object.h \ | |
77 | helper_parent.h \ | |
78 | track_manager.h \ | |
79 | matrix.h \ | |
80 | curve.h \ | |
[3377] | 81 | glmenu_imagescreen.h \ |
[3416] | 82 | debug.h \ |
[3673] | 83 | skysphere.h \ |
84 | shadow.h | |
[2589] | 85 | |
[3365] | 86 | |
[3198] | 87 | ## orxonox.conf will be used from home-dir instead. |
88 | EXTRA_DIST = orxonox.conf | |
[2816] | 89 | |
[3198] | 90 | ### GTK_RELATED |
[3191] | 91 | if HAVE_GTK2 |
92 | GTK_PROGS =console | |
93 | else | |
94 | GTK_PROGS = | |
95 | endif | |
[3377] | 96 | if SUB_PROJECTS |
97 | SUB_PROGS = importer \ | |
98 | gui \ | |
99 | $(GTK_PROGS) | |
100 | else | |
101 | SUB_PROGS = | |
102 | endif | |
[3182] | 103 | |
[3197] | 104 | SUBDIRS = . \ |
[3377] | 105 | $(SUB_PROGS) |
[3191] | 106 | |
[3027] | 107 | # uncomment the following if orxonox requires the math library |
[2190] | 108 | #orxonox_LDADD=-lm |
[1953] | 109 | |
110 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo | |
111 | ||
112 | # if you write a self-test script named `chk', uncomment the | |
113 | # following and add `chk' to the EXTRA_DIST list | |
114 | #TESTS=chk | |
115 | ||
116 | # build and install the .info pages | |
117 | #info_TEXINFOS = orxonox.texinfo | |
118 | #orxonox_TEXINFOS = gpl.texinfo | |
119 | ||
120 | # install the man pages | |
121 | #man_MANS=orxonox.1 |
Note: See TracBrowser
for help on using the repository browser.