Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/shadows/src/Makefile.am @ 3839

Last change on this file since 3839 was 3698, checked in by dave, 19 years ago

branches/shadows: so jetzt ist die Ausgangslage geschaffen

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