Last change
on this file since 3374 was
3365,
checked in by bensch, 20 years ago
|
orxonox/trunk: merged branches/parenting back to the.
merged with command:
svn merge branches/parenting trunk -r 3247:HEAD
resolved all conflicts in favor of parenting.
|
File size:
2.0 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 \ |
---|
| 38 | glmenu_imagescreen.cc |
---|
[2589] | 39 | |
---|
[3365] | 40 | |
---|
[3182] | 41 | noinst_HEADERS = ability.h \ |
---|
| 42 | data_tank.h \ |
---|
[3236] | 43 | collision.h \ |
---|
[3182] | 44 | npc.h \ |
---|
| 45 | stdincl.h \ |
---|
| 46 | ai.h \ |
---|
| 47 | environment.h \ |
---|
| 48 | orxonox.h \ |
---|
| 49 | synchronisable.h \ |
---|
| 50 | base_entity.h \ |
---|
| 51 | error.h \ |
---|
| 52 | player.h \ |
---|
| 53 | track.h \ |
---|
| 54 | camera.h \ |
---|
| 55 | ini_parser.h \ |
---|
| 56 | power_up.h \ |
---|
| 57 | vector.h \ |
---|
| 58 | keynames.h \ |
---|
| 59 | proto_class.h \ |
---|
| 60 | world.h \ |
---|
| 61 | command_node.h \ |
---|
| 62 | list.h \ |
---|
| 63 | shoot_laser.h \ |
---|
| 64 | world_entity.h \ |
---|
| 65 | message_structures.h \ |
---|
| 66 | shoot_rocket.h \ |
---|
| 67 | list_template.h \ |
---|
| 68 | story_entity.h \ |
---|
| 69 | story_def.h \ |
---|
| 70 | game_loader.h \ |
---|
[3246] | 71 | campaign.h \ |
---|
[3365] | 72 | p_node.h \ |
---|
| 73 | null_parent.h \ |
---|
| 74 | base_object.h \ |
---|
| 75 | helper_parent.h \ |
---|
| 76 | track_manager.h \ |
---|
| 77 | matrix.h \ |
---|
| 78 | curve.h \ |
---|
| 79 | glmenu_imagescreen.h |
---|
[2589] | 80 | |
---|
[3365] | 81 | |
---|
[3198] | 82 | ## orxonox.conf will be used from home-dir instead. |
---|
| 83 | EXTRA_DIST = orxonox.conf |
---|
[2816] | 84 | |
---|
[3198] | 85 | ### GTK_RELATED |
---|
[3191] | 86 | if HAVE_GTK2 |
---|
| 87 | GTK_PROGS =console |
---|
| 88 | else |
---|
| 89 | GTK_PROGS = |
---|
| 90 | endif |
---|
[3182] | 91 | |
---|
[3197] | 92 | SUBDIRS = . \ |
---|
| 93 | importer \ |
---|
[3196] | 94 | gui \ |
---|
[3191] | 95 | $(GTK_PROGS) |
---|
| 96 | |
---|
[3027] | 97 | # uncomment the following if orxonox requires the math library |
---|
[2190] | 98 | #orxonox_LDADD=-lm |
---|
[1953] | 99 | |
---|
| 100 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
| 101 | |
---|
| 102 | # if you write a self-test script named `chk', uncomment the |
---|
| 103 | # following and add `chk' to the EXTRA_DIST list |
---|
| 104 | #TESTS=chk |
---|
| 105 | |
---|
| 106 | # build and install the .info pages |
---|
| 107 | #info_TEXINFOS = orxonox.texinfo |
---|
| 108 | #orxonox_TEXINFOS = gpl.texinfo |
---|
| 109 | |
---|
| 110 | # install the man pages |
---|
| 111 | #man_MANS=orxonox.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.