Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

    r2978 r2983  
    3434PRE_UNINSTALL = :
    3535POST_UNINSTALL = :
    36 subdir = .
     36host_triplet = @host@
    3737DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
    3838        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
    3939        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
    40         TODO depcomp install-sh missing mkinstalldirs
     40        config.guess config.sub depcomp install-sh missing \
     41        mkinstalldirs
     42subdir = .
    4143ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    4244am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    9496EGREP = @EGREP@
    9597EXEEXT = @EXEEXT@
     98GTK2_CFLAGS = @GTK2_CFLAGS@
     99GTK2_LIBS = @GTK2_LIBS@
     100HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@
     101HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@
    96102INSTALL_DATA = @INSTALL_DATA@
    97103INSTALL_PROGRAM = @INSTALL_PROGRAM@
     
    112118PACKAGE_VERSION = @PACKAGE_VERSION@
    113119PATH_SEPARATOR = @PATH_SEPARATOR@
     120PKG_CONFIG = @PKG_CONFIG@
     121SDL_CFLAGS = @SDL_CFLAGS@
     122SDL_CONFIG = @SDL_CONFIG@
     123SDL_LIBS = @SDL_LIBS@
    114124SET_MAKE = @SET_MAKE@
    115125SHELL = @SHELL@
     
    127137am__quote = @am__quote@
    128138bindir = @bindir@
     139build = @build@
    129140build_alias = @build_alias@
     141build_cpu = @build_cpu@
     142build_os = @build_os@
     143build_vendor = @build_vendor@
    130144datadir = @datadir@
    131145exec_prefix = @exec_prefix@
     146host = @host@
    132147host_alias = @host_alias@
     148host_cpu = @host_cpu@
     149host_os = @host_os@
     150host_vendor = @host_vendor@
    133151includedir = @includedir@
    134152infodir = @infodir@
     
    145163sharedstatedir = @sharedstatedir@
    146164sysconfdir = @sysconfdir@
     165target = @target@
    147166target_alias = @target_alias@
     167target_cpu = @target_cpu@
     168target_os = @target_os@
     169target_vendor = @target_vendor@
    148170SUBDIRS = src console gui importer
    149171all: config.h
Note: See TracChangeset for help on using the changeset viewer.