Changeset 2188 in orxonox.OLD for orxonox/branches/chris/src
- Timestamp:
- Jul 17, 2004, 10:22:35 AM (20 years ago)
- Location:
- orxonox/branches/chris/src
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/chris/src/Makefile.am
r2103 r2188 1 1 AM_CXXFLAGS="-I/usr/X11R6/include" 2 AM_LDFLAGS="-L/usr/Mesa-6.0.1/lib -L/usr/X11R6/lib -lXt -lX11" 2 AM_LDFLAGS="-L/usr/Mesa-6.0.1/lib -L/usr/X11R6/lib -lXt -lX11" $(MWINDOWS) 3 3 4 4 #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" … … 9 9 10 10 # uncomment the following if bencoder requires the math library 11 #gui_LDADD=-lm11 orxonox_LDADD=-lm 12 12 13 13 #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo -
orxonox/branches/chris/src/Makefile.in
r2103 r2188 112 112 target_alias = @target_alias@ 113 113 AM_CXXFLAGS = "-I/usr/X11R6/include" 114 AM_LDFLAGS = "-L/usr/Mesa-6.0.1/lib -L/usr/X11R6/lib -lXt -lX11" 114 AM_LDFLAGS = "-L/usr/Mesa-6.0.1/lib -L/usr/X11R6/lib -lXt -lX11" $(MWINDOWS) 115 115 116 116 … … 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 library 122 orxonox_LDADD = -lm 120 123 subdir = src 121 124 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 131 134 ini_parser.$(OBJEXT) keynames.$(OBJEXT) track.$(OBJEXT) 132 135 orxonox_OBJECTS = $(am_orxonox_OBJECTS) 133 orxonox_LDADD = $(LDADD)134 136 orxonox_DEPENDENCIES = 135 137 orxonox_LDFLAGS = … … 407 409 408 410 409 # uncomment the following if bencoder requires the math library410 #gui_LDADD=-lm411 412 411 #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo 413 412
Note: See TracChangeset
for help on using the changeset viewer.