Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/trackManager/src/Makefile.am @ 3414

Last change on this file since 3414 was 3374, checked in by bensch, 20 years ago

orxonox/branches/trackManager: deleted old track-system

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