Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3681 in orxonox.OLD for orxonox/branches/textEngine/src/Makefile.am


Ignore:
Timestamp:
Mar 30, 2005, 9:02:23 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/textEngine: merged trunk here.
merged with command:
svn merge ../trunk textEngine -r 3467:HEAD
no conflicts

File:
1 edited

Legend:

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

    r3460 r3681  
    1 #AM_CXXFLAGS=""
     1MAINSRCDIR=.
     2AM_CXXFLAGS=-I$(MAINSRCDIR)
     3AM_CXXFLAGS+=-I$(MAINSRCDIR)/world_entities
     4AM_CXXFLAGS+=-I$(MAINSRCDIR)/story_entities
     5AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib
     6AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/coord
     7AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/data
     8AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics
     9AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics/font
     10AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics/importer
     11AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/gui
     12AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/lang
     13AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/util
     14AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/math
     15AM_CXXFLAGS+=-I$(MAINSRCDIR)/defs
     16AM_CXXFLAGS+=-I$(MAINSRCDIR)/font
     17AM_CXXFLAGS+=-I$(MAINSRCDIR)/network
     18AM_CXXFLAGS+=-I$(MAINSRCDIR)/glmenu
     19AM_CXXFLAGS+=-I$(MAINSRCDIR)/ai
     20
     21
    222AM_LDFLAGS= $(MWINDOWS)
    323
     
    828
    929orxonox_SOURCES= orxonox.cc \
    10                  world.cc \
    11                  player.cc \
    12                  collision.cc \
    13                  data_tank.cc \
    14                  world_entity.cc \
    15                  vector.cc \
     30                 game_loader.cc \
     31                 command_node.cc \
     32                 keynames.cc \
    1633                 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 \
    24                  environment.cc \
    25                  importer/model.cc \
    26                  importer/objModel.cc \
    27                  importer/array.cc \
    28                  importer/material.cc \
    29                  importer/texture.cc \
    30                  list.cc \
    31                  p_node.cc \
    32                  null_parent.cc \
    33                  base_object.cc \
    34                  helper_parent.cc \
    3534                 track_manager.cc \
    36                  matrix.cc \
    37                  curve.cc \
    38                  glmenu_imagescreen.cc \
    39                  skysphere.cc \
    40                  light.cc \
    41                  sfont/fontset.cc
     35                 track_node.cc \
     36                 simple_animation.cc \
     37                 garbage_collector.cc \
     38                 story_entities/story_entity.cc \
     39                 story_entities/campaign.cc \
     40                 story_entities/world.cc \
     41                 world_entities/world_entity.cc \
     42                 world_entities/player.cc \
     43                 world_entities/environment.cc \
     44                 world_entities/skysphere.cc \
     45                 world_entities/terrain.cc \
     46                 world_entities/weapon.cc \
     47                 world_entities/projectile.cc \
     48                 world_entities/character_attributes.cc \
     49                 world_entities/test_gun.cc \
     50                 ai/ai.cc \
     51                 lib/coord/p_node.cc \
     52                 lib/coord/null_parent.cc \
     53                 lib/coord/helper_parent.cc \
     54                 lib/data/data_tank.cc \
     55                 lib/graphics/graphics_engine.cc \
     56                 lib/graphics/light.cc \
     57                 lib/graphics/font/fontset.cc \
     58                 lib/graphics/importer/array.cc \
     59                 lib/graphics/importer/objModel.cc \
     60                 lib/graphics/importer/primitive_model.cc \
     61                 lib/graphics/importer/model.cc \
     62                 lib/graphics/importer/material.cc \
     63                 lib/graphics/importer/texture.cc \
     64                 lib/lang/base_entity.cc \
     65                 lib/lang/base_object.cc \
     66                 lib/util/ini_parser.cc \
     67                 lib/util/list.cc \
     68                 lib/util/resource_manager.cc \
     69                 lib/math/vector.cc \
     70                 lib/math/curve.cc \
     71                 glmenu/glmenu_imagescreen.cc
    4272
    43 noinst_HEADERS = ability.h \
    44                  data_tank.h \
    45                  collision.h \
    46                  npc.h \
    47                  stdincl.h \
    48                  glincl.h \
    49                  ai.h \
    50                  environment.h \
    51                  orxonox.h \
    52                  synchronisable.h \
    53                  base_entity.h \
    54                  error.h \
    55                  player.h \
     73noinst_HEADERS = orxonox.h \
     74                 game_loader.h \
     75                 track_manager.h \
     76                 ability.h \
    5677                 camera.h \
    57                  ini_parser.h \
    58                  power_up.h \
    59                  vector.h \
    6078                 keynames.h \
    61                  proto_class.h \
    62                  world.h \
    6379                 command_node.h \
    64                  list.h \
    65                  shoot_laser.h \
    66                  world_entity.h \
    6780                 message_structures.h \
    68                  shoot_rocket.h \
    69                  list_template.h \
    70                  story_entity.h \
    71                  story_def.h \
    72                  game_loader.h \
    73                  campaign.h \
    74                  p_node.h \
    75                  null_parent.h \
    76                  base_object.h \
    77                  helper_parent.h \
    7881                 track_manager.h \
    79                  matrix.h \
    80                  curve.h \
    81                  glmenu_imagescreen.h \
    82                  debug.h \
    83                  skysphere.h \
    84                  light.h \
    85                  sfont/fontset.h
     82                 track_node.h \
     83                 simple_animation.h \
     84                 garbage_collector.h \
     85                 story_entities/story_entity.h \
     86                 story_entities/story_def.h \
     87                 story_entities/campaign.h \
     88                 story_entities/world.h \
     89                 world_entities/world_entity.h \
     90                 world_entities/player.h \
     91                 world_entities/npc.h \
     92                 world_entities/environment.h \
     93                 world_entities/skysphere.h \
     94                 world_entities/power_up.h \
     95                 world_entities/terrain.h \
     96                 world_entities/weapon.h \
     97                 world_entities/projectile.h \
     98                 world_entities/character_attributes.h \
     99                 world_entities/test_gun.h \
     100                 ai/ai.h \
     101                 network/synchronisable.h \
     102                 defs/stdincl.h \
     103                 defs/glincl.h \
     104                 defs/comincl.h \
     105                 defs/error.h \
     106                 defs/debug.h \
     107                 lib/coord/p_node.h \
     108                 lib/coord/null_parent.h \
     109                 lib/coord/helper_parent.h \
     110                 lib/graphics/graphics_engine.h \
     111                 lib/graphics/light.h \
     112                 lib/graphics/font/fontset.h \
     113                 lib/data/data_tank.h \
     114                 lib/lang/base_entity.h \
     115                 lib/lang/base_object.h \
     116                 lib/util/list.h \
     117                 lib/util/list_template.h \
     118                 lib/util/resource_manager.h \
     119                 lib/util/ini_parser.h \
     120                 lib/math/vector.h \
     121                 lib/math/curve.h \
     122                 glmenu/glmenu_imagescreen.h
     123
    86124
    87125## orxonox.conf will be used from home-dir instead.
    88 EXTRA_DIST = orxonox.conf
     126EXTRA_DIST = orxonox.conf \
     127             proto/proto_class.h \
     128             proto/proto_class.cc \
     129             proto/proto_singleton.h \
     130             proto/proto_singleton.cc
    89131
    90 ### GTK_RELATED
    91 if HAVE_GTK2
    92   GTK_PROGS =console
    93 else
    94   GTK_PROGS =
    95 endif
    96132if SUB_PROJECTS
    97   SUB_PROGS = importer \
    98               gui \
    99               $(GTK_PROGS)
     133  SUB_PROGS = lib subprojects
    100134else
    101135  SUB_PROGS =
Note: See TracChangeset for help on using the changeset viewer.