Changeset 2980 in orxonox.OLD for orxonox/trunk/gui
- Timestamp:
- Nov 25, 2004, 11:28:18 AM (20 years ago)
- Location:
- orxonox/trunk/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/gui/Makefile.am
r2613 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=gui -
orxonox/trunk/gui/Makefile.in
r2711 r2980 38 38 PRE_UNINSTALL = : 39 39 POST_UNINSTALL = : 40 host_triplet = @host@ 40 41 bin_PROGRAMS = gui$(EXEEXT) 41 42 subdir = gui … … 103 104 EGREP = @EGREP@ 104 105 EXEEXT = @EXEEXT@ 106 GTK2_CFLAGS = @GTK2_CFLAGS@ 107 GTK2_LIBS = @GTK2_LIBS@ 108 HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@ 109 HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@ 105 110 INSTALL_DATA = @INSTALL_DATA@ 106 111 INSTALL_PROGRAM = @INSTALL_PROGRAM@ … … 121 126 PACKAGE_VERSION = @PACKAGE_VERSION@ 122 127 PATH_SEPARATOR = @PATH_SEPARATOR@ 128 PKG_CONFIG = @PKG_CONFIG@ 129 SDL_CFLAGS = @SDL_CFLAGS@ 130 SDL_CONFIG = @SDL_CONFIG@ 131 SDL_LIBS = @SDL_LIBS@ 123 132 SET_MAKE = @SET_MAKE@ 124 133 SHELL = @SHELL@ … … 136 145 am__quote = @am__quote@ 137 146 bindir = @bindir@ 147 build = @build@ 138 148 build_alias = @build_alias@ 149 build_cpu = @build_cpu@ 150 build_os = @build_os@ 151 build_vendor = @build_vendor@ 139 152 datadir = @datadir@ 140 153 exec_prefix = @exec_prefix@ 154 host = @host@ 141 155 host_alias = @host_alias@ 156 host_cpu = @host_cpu@ 157 host_os = @host_os@ 158 host_vendor = @host_vendor@ 142 159 includedir = @includedir@ 143 160 infodir = @infodir@ … … 154 171 sharedstatedir = @sharedstatedir@ 155 172 sysconfdir = @sysconfdir@ 173 target = @target@ 156 174 target_alias = @target_alias@ 157 AM_CXXFLAGS = `pkg-config --cflags gtk+-2.0` $(MSBITFIELDS) 175 target_cpu = @target_cpu@ 176 target_os = @target_os@ 177 target_vendor = @target_vendor@ 178 AM_CXXFLAGS = $(GTK2_CFLAGS) $(MSBITFIELDS) 179 AM_LDFLAGS = $(GTK2_LIBS) 158 180 gui_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 159 181 noinst_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.