Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2983 in orxonox.OLD for orxonox/branches/osX/src/Makefile.in


Ignore:
Timestamp:
Nov 25, 2004, 1:39:02 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/osX: merged back from trunk. command svn merge trunk/ branches/osX/ -r 2977:HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/osX/src/Makefile.in

    r2816 r2983  
    3838PRE_UNINSTALL = :
    3939POST_UNINSTALL = :
     40host_triplet = @host@
    4041bin_PROGRAMS = orxonox$(EXEEXT)
    4142subdir = src
     
    113114EGREP = @EGREP@
    114115EXEEXT = @EXEEXT@
     116GTK2_CFLAGS = @GTK2_CFLAGS@
     117GTK2_LIBS = @GTK2_LIBS@
     118HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@
     119HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@
    115120INSTALL_DATA = @INSTALL_DATA@
    116121INSTALL_PROGRAM = @INSTALL_PROGRAM@
     
    131136PACKAGE_VERSION = @PACKAGE_VERSION@
    132137PATH_SEPARATOR = @PATH_SEPARATOR@
     138PKG_CONFIG = @PKG_CONFIG@
     139SDL_CFLAGS = @SDL_CFLAGS@
     140SDL_CONFIG = @SDL_CONFIG@
     141SDL_LIBS = @SDL_LIBS@
    133142SET_MAKE = @SET_MAKE@
    134143SHELL = @SHELL@
     
    146155am__quote = @am__quote@
    147156bindir = @bindir@
     157build = @build@
    148158build_alias = @build_alias@
     159build_cpu = @build_cpu@
     160build_os = @build_os@
     161build_vendor = @build_vendor@
    149162datadir = @datadir@
    150163exec_prefix = @exec_prefix@
     164host = @host@
    151165host_alias = @host_alias@
     166host_cpu = @host_cpu@
     167host_os = @host_os@
     168host_vendor = @host_vendor@
    152169includedir = @includedir@
    153170infodir = @infodir@
     
    164181sharedstatedir = @sharedstatedir@
    165182sysconfdir = @sysconfdir@
     183target = @target@
    166184target_alias = @target_alias@
     185target_cpu = @target_cpu@
     186target_os = @target_os@
     187target_vendor = @target_vendor@
    167188AM_CXXFLAGS = "-I/usr/X11R6/include"
    168189AM_LDFLAGS = "-L/usr/Mesa-6.0.1/lib  -L/usr/X11R6/lib -lXt -lX11" $(MWINDOWS)
Note: See TracChangeset for help on using the changeset viewer.