Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Nov 25, 2004, 1:39:02 PM (20 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/console/Makefile.in

    r2711 r2983  
    3838PRE_UNINSTALL = :
    3939POST_UNINSTALL = :
     40host_triplet = @host@
    4041bin_PROGRAMS = console$(EXEEXT)
    4142subdir = console
     
    9798EGREP = @EGREP@
    9899EXEEXT = @EXEEXT@
     100GTK2_CFLAGS = @GTK2_CFLAGS@
     101GTK2_LIBS = @GTK2_LIBS@
     102HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@
     103HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@
    99104INSTALL_DATA = @INSTALL_DATA@
    100105INSTALL_PROGRAM = @INSTALL_PROGRAM@
     
    115120PACKAGE_VERSION = @PACKAGE_VERSION@
    116121PATH_SEPARATOR = @PATH_SEPARATOR@
     122PKG_CONFIG = @PKG_CONFIG@
     123SDL_CFLAGS = @SDL_CFLAGS@
     124SDL_CONFIG = @SDL_CONFIG@
     125SDL_LIBS = @SDL_LIBS@
    117126SET_MAKE = @SET_MAKE@
    118127SHELL = @SHELL@
     
    130139am__quote = @am__quote@
    131140bindir = @bindir@
     141build = @build@
    132142build_alias = @build_alias@
     143build_cpu = @build_cpu@
     144build_os = @build_os@
     145build_vendor = @build_vendor@
    133146datadir = @datadir@
    134147exec_prefix = @exec_prefix@
     148host = @host@
    135149host_alias = @host_alias@
     150host_cpu = @host_cpu@
     151host_os = @host_os@
     152host_vendor = @host_vendor@
    136153includedir = @includedir@
    137154infodir = @infodir@
     
    148165sharedstatedir = @sharedstatedir@
    149166sysconfdir = @sysconfdir@
     167target = @target@
    150168target_alias = @target_alias@
    151 AM_CXXFLAGS = `pkg-config --cflags gtk+-2.0` $(MSBITFIELDS)
     169target_cpu = @target_cpu@
     170target_os = @target_os@
     171target_vendor = @target_vendor@
     172AM_CXXFLAGS = $(GTK2_CFLAGS) $(MSBITFIELDS)
     173AM_LDFLAGS = $(GTK2_LIBS)
    152174console_SOURCES = orxonox_console.cc orxonox_console_entry.cc orxonox_console_log.cc
    153175noinst_HEADERS = orxonox_console.h orxonox_console_entry.h orxonox_console_log.h
Note: See TracChangeset for help on using the changeset viewer.