|
Last change
on this file since 3669 was
3460,
checked in by bensch, 21 years ago
|
|
orxonox/trunk: should compile again:
reverted the state of orxonox:
svn merge trunk trunk -r 3458:3456
|
|
File size:
2.2 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 | base_entity.cc \ |
|---|
| 21 | game_loader.cc \ |
|---|
| 22 | campaign.cc \ |
|---|
| 23 | story_entity.cc \ |
|---|
| 24 | environment.cc \ |
|---|
| 25 | importer/model.cc \ |
|---|
| 26 | importer/objModel.cc \ |
|---|
| 27 | importer/array.cc \ |
|---|
| 28 | importer/material.cc \ |
|---|
| 29 | importer/texture.cc \ |
|---|
| 30 | list.cc \ |
|---|
| 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 \ |
|---|
| 39 | skysphere.cc \ |
|---|
| 40 | light.cc \ |
|---|
| 41 | sfont/fontset.cc |
|---|
| 42 | |
|---|
| 43 | noinst_HEADERS = ability.h \ |
|---|
| 44 | data_tank.h \ |
|---|
| 45 | collision.h \ |
|---|
| 46 | npc.h \ |
|---|
| 47 | stdincl.h \ |
|---|
| 48 | glincl.h \ |
|---|
| 49 | ai.h \ |
|---|
| 50 | environment.h \ |
|---|
| 51 | orxonox.h \ |
|---|
| 52 | synchronisable.h \ |
|---|
| 53 | base_entity.h \ |
|---|
| 54 | error.h \ |
|---|
| 55 | player.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 \ |
|---|
| 73 | campaign.h \ |
|---|
| 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 \ |
|---|
| 81 | glmenu_imagescreen.h \ |
|---|
| 82 | debug.h \ |
|---|
| 83 | skysphere.h \ |
|---|
| 84 | light.h \ |
|---|
| 85 | sfont/fontset.h |
|---|
| 86 | |
|---|
| 87 | ## orxonox.conf will be used from home-dir instead. |
|---|
| 88 | EXTRA_DIST = orxonox.conf |
|---|
| 89 | |
|---|
| 90 | ### GTK_RELATED |
|---|
| 91 | if HAVE_GTK2 |
|---|
| 92 | GTK_PROGS =console |
|---|
| 93 | else |
|---|
| 94 | GTK_PROGS = |
|---|
| 95 | endif |
|---|
| 96 | if SUB_PROJECTS |
|---|
| 97 | SUB_PROGS = importer \ |
|---|
| 98 | gui \ |
|---|
| 99 | $(GTK_PROGS) |
|---|
| 100 | else |
|---|
| 101 | SUB_PROGS = |
|---|
| 102 | endif |
|---|
| 103 | |
|---|
| 104 | SUBDIRS = . \ |
|---|
| 105 | $(SUB_PROGS) |
|---|
| 106 | |
|---|
| 107 | # uncomment the following if orxonox requires the math library |
|---|
| 108 | #orxonox_LDADD=-lm |
|---|
| 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.