Changeset 2980 in orxonox.OLD for orxonox/trunk/console
- Timestamp:
- Nov 25, 2004, 11:28:18 AM (20 years ago)
- Location:
- orxonox/trunk/console
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/console/Makefile.am
r2589 r2980 1 AM_CXXFLAGS= `pkg-config --cflags gtk+-2.0`$(MSBITFIELDS)2 #AM_LDFLAGS=`pkg-config --libs gtk+-2.0` 1 AM_CXXFLAGS=$(GTK2_CFLAGS) $(MSBITFIELDS) 2 AM_LDFLAGS=$(GTK2_LIBS) 3 3 4 4 bin_PROGRAMS=console -
orxonox/trunk/console/Makefile.in
r2711 r2980 38 38 PRE_UNINSTALL = : 39 39 POST_UNINSTALL = : 40 host_triplet = @host@ 40 41 bin_PROGRAMS = console$(EXEEXT) 41 42 subdir = console … … 97 98 EGREP = @EGREP@ 98 99 EXEEXT = @EXEEXT@ 100 GTK2_CFLAGS = @GTK2_CFLAGS@ 101 GTK2_LIBS = @GTK2_LIBS@ 102 HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@ 103 HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@ 99 104 INSTALL_DATA = @INSTALL_DATA@ 100 105 INSTALL_PROGRAM = @INSTALL_PROGRAM@ … … 115 120 PACKAGE_VERSION = @PACKAGE_VERSION@ 116 121 PATH_SEPARATOR = @PATH_SEPARATOR@ 122 PKG_CONFIG = @PKG_CONFIG@ 123 SDL_CFLAGS = @SDL_CFLAGS@ 124 SDL_CONFIG = @SDL_CONFIG@ 125 SDL_LIBS = @SDL_LIBS@ 117 126 SET_MAKE = @SET_MAKE@ 118 127 SHELL = @SHELL@ … … 130 139 am__quote = @am__quote@ 131 140 bindir = @bindir@ 141 build = @build@ 132 142 build_alias = @build_alias@ 143 build_cpu = @build_cpu@ 144 build_os = @build_os@ 145 build_vendor = @build_vendor@ 133 146 datadir = @datadir@ 134 147 exec_prefix = @exec_prefix@ 148 host = @host@ 135 149 host_alias = @host_alias@ 150 host_cpu = @host_cpu@ 151 host_os = @host_os@ 152 host_vendor = @host_vendor@ 136 153 includedir = @includedir@ 137 154 infodir = @infodir@ … … 148 165 sharedstatedir = @sharedstatedir@ 149 166 sysconfdir = @sysconfdir@ 167 target = @target@ 150 168 target_alias = @target_alias@ 151 AM_CXXFLAGS = `pkg-config --cflags gtk+-2.0` $(MSBITFIELDS) 169 target_cpu = @target_cpu@ 170 target_os = @target_os@ 171 target_vendor = @target_vendor@ 172 AM_CXXFLAGS = $(GTK2_CFLAGS) $(MSBITFIELDS) 173 AM_LDFLAGS = $(GTK2_LIBS) 152 174 console_SOURCES = orxonox_console.cc orxonox_console_entry.cc orxonox_console_log.cc 153 175 noinst_HEADERS = orxonox_console.h orxonox_console_entry.h orxonox_console_log.h
Note: See TracChangeset
for help on using the changeset viewer.