Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3238 in orxonox.OLD for orxonox/branches/nico/src/Makefile.am


Ignore:
Timestamp:
Dec 20, 2004, 2:42:54 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches: updated branches: buerli, nico, sound. And moved bezierTrack to old.bezierTrack. Conflicts resolved in a usefull order.
Conflics mostly resolved in favor of trunk
merge.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/nico/src/Makefile.am

    r2990 r3238  
    1 AM_CXXFLAGS="-I/usr/X11R6/include"
    2 AM_LDFLAGS="-L/usr/Mesa-6.0.1/lib  -L/usr/X11R6/lib -lXt -lX11" $(MWINDOWS)
     1#AM_CXXFLAGS=""
     2AM_LDFLAGS= $(MWINDOWS)
    33
    44#"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include"
     
    77bin_PROGRAMS=orxonox
    88
    9 orxonox_SOURCES=orxonox.cc world.cc player.cc data_tank.cc world_entity.cc vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc track.cc base_entity.cc game_loader.cc campaign.cc story_entity.cc object.cc environment.cc array.cc material.cc list.cc
    10 noinst_HEADERS=ability.h data_tank.h npc.h stdincl.h ai.h environment.h orxonox.h synchronisable.h base_entity.h error.h player.h track.h camera.h ini_parser.h power_up.h vector.h collision.h keynames.h proto_class.h world.h command_node.h list.h shoot_laser.h world_entity.h coordinates.h message_structures.h shoot_rocket.h object.h array.h material.h list_template.h story_entity.h story_def.h game_loader.h campaign.h
     9orxonox_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                 track.cc \
     21                 base_entity.cc \
     22                 game_loader.cc \
     23                 campaign.cc \
     24                 story_entity.cc \
     25                 environment.cc \
     26                 importer/object.cc \
     27                 importer/array.cc \
     28                 importer/material.cc \
     29                 list.cc
    1130
     31noinst_HEADERS = ability.h \
     32                 data_tank.h \
     33                 collision.h \
     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
    1263
     64## orxonox.conf will be used from home-dir instead.
     65EXTRA_DIST = orxonox.conf
    1366
    14 #  uncomment the following if bencoder requires the math library
     67### GTK_RELATED
     68if HAVE_GTK2
     69  GTK_PROGS =console
     70else
     71  GTK_PROGS =
     72endif
     73
     74SUBDIRS = . \
     75          importer \
     76          gui \
     77          $(GTK_PROGS)
     78
     79#  uncomment the following if orxonox requires the math library
    1580#orxonox_LDADD=-lm
    1681
Note: See TracChangeset for help on using the changeset viewer.