Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 3243 was 3236, checked in by patrick, 20 years ago

/orxonox/trunk: unstable - problems getting collision to compile

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