Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/Makefile.am @ 3460

Last change on this file since 3460 was 3460, checked in by bensch, 19 years ago

orxonox/trunk: should compile again:
reverted the state of orxonox:
svn merge trunk trunk -r 3458:3456

File size: 2.2 KB
RevLine 
[3180]1#AM_CXXFLAGS=""
2AM_LDFLAGS= $(MWINDOWS)
[1955]3
[1953]4#"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include"
5
[1955]6
[1953]7bin_PROGRAMS=orxonox
8
[3182]9orxonox_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                 base_entity.cc \
21                 game_loader.cc \
22                 campaign.cc \
23                 story_entity.cc \
[3198]24                 environment.cc \
[3365]25                 importer/model.cc \
[3396]26                 importer/objModel.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 \
[3419]38                 glmenu_imagescreen.cc \
[3436]39                 skysphere.cc \
[3455]40                 light.cc \
[3460]41                 sfont/fontset.cc
[2589]42
[3182]43noinst_HEADERS = ability.h \
44                 data_tank.h \
[3236]45                 collision.h \
[3182]46                 npc.h \
47                 stdincl.h \
[3433]48                 glincl.h \
[3182]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 \
[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 \
[3419]82                 debug.h \
[3436]83                 skysphere.h \
[3456]84                 light.h \
[3460]85                 sfont/fontset.h
[2589]86
[3198]87## orxonox.conf will be used from home-dir instead.
88EXTRA_DIST = orxonox.conf
[2816]89
[3198]90### GTK_RELATED
[3191]91if HAVE_GTK2
92  GTK_PROGS =console
93else
94  GTK_PROGS =
95endif
[3377]96if SUB_PROJECTS
97  SUB_PROGS = importer \
98              gui \
99              $(GTK_PROGS)
100else
101  SUB_PROGS =
102endif
[3182]103
[3197]104SUBDIRS = . \
[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.