Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2983 in orxonox.OLD for orxonox/branches/osX/gui/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/gui/Makefile.in

    r2711 r2983  
    3838PRE_UNINSTALL = :
    3939POST_UNINSTALL = :
     40host_triplet = @host@
    4041bin_PROGRAMS = gui$(EXEEXT)
    4142subdir = gui
     
    103104EGREP = @EGREP@
    104105EXEEXT = @EXEEXT@
     106GTK2_CFLAGS = @GTK2_CFLAGS@
     107GTK2_LIBS = @GTK2_LIBS@
     108HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@
     109HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@
    105110INSTALL_DATA = @INSTALL_DATA@
    106111INSTALL_PROGRAM = @INSTALL_PROGRAM@
     
    121126PACKAGE_VERSION = @PACKAGE_VERSION@
    122127PATH_SEPARATOR = @PATH_SEPARATOR@
     128PKG_CONFIG = @PKG_CONFIG@
     129SDL_CFLAGS = @SDL_CFLAGS@
     130SDL_CONFIG = @SDL_CONFIG@
     131SDL_LIBS = @SDL_LIBS@
    123132SET_MAKE = @SET_MAKE@
    124133SHELL = @SHELL@
     
    136145am__quote = @am__quote@
    137146bindir = @bindir@
     147build = @build@
    138148build_alias = @build_alias@
     149build_cpu = @build_cpu@
     150build_os = @build_os@
     151build_vendor = @build_vendor@
    139152datadir = @datadir@
    140153exec_prefix = @exec_prefix@
     154host = @host@
    141155host_alias = @host_alias@
     156host_cpu = @host_cpu@
     157host_os = @host_os@
     158host_vendor = @host_vendor@
    142159includedir = @includedir@
    143160infodir = @infodir@
     
    154171sharedstatedir = @sharedstatedir@
    155172sysconfdir = @sysconfdir@
     173target = @target@
    156174target_alias = @target_alias@
    157 AM_CXXFLAGS = `pkg-config --cflags gtk+-2.0` $(MSBITFIELDS)
     175target_cpu = @target_cpu@
     176target_os = @target_os@
     177target_vendor = @target_vendor@
     178AM_CXXFLAGS = $(GTK2_CFLAGS) $(MSBITFIELDS)
     179AM_LDFLAGS = $(GTK2_LIBS)
    158180gui_SOURCES = orxonox_gui.cc orxonox_gui_video.cc       orxonox_gui_audio.cc orxonox_gui_exec.cc orxonox_gui_flags.cc orxonox_gui_banner.cc orxonox_gui_keys.cc
    159181noinst_HEADERS = orxonox_gui.h orxonox_gui_video.h orxonox_gui_audio.h orxonox_gui_exec.h orxonox_gui_flags.h orxonox_gui_banner.h orxonox_gui_keys.h
Note: See TracChangeset for help on using the changeset viewer.