Changeset 2189 in orxonox.OLD for orxonox/branches/chris/src/Makefile.in
- Timestamp:
- Jul 17, 2004, 10:57:20 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/chris/src/Makefile.in
r2188 r2189 118 118 bin_PROGRAMS = orxonox 119 119 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 120 121 # uncomment the following if bencoder requires the math library122 orxonox_LDADD = -lm123 120 subdir = src 124 121 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 134 131 ini_parser.$(OBJEXT) keynames.$(OBJEXT) track.$(OBJEXT) 135 132 orxonox_OBJECTS = $(am_orxonox_OBJECTS) 133 orxonox_LDADD = $(LDADD) 136 134 orxonox_DEPENDENCIES = 137 135 orxonox_LDFLAGS = … … 409 407 410 408 409 # uncomment the following if bencoder requires the math library 410 #orxonox_LDADD=-lm 411 411 412 #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo 412 413
Note: See TracChangeset
for help on using the changeset viewer.