Changeset 1977 in orxonox.OLD for orxonox/branches/gui/gui
- Timestamp:
- Jun 18, 2004, 9:42:58 AM (21 years ago)
- Location:
- orxonox/branches/gui/gui
- Files:
-
- 1 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/gui/gui/Makefile
r1860 r1977 1 1 # Makefile.in generated by automake 1.7.9 from Makefile.am. 2 # gui/Makefile. Generated from Makefile.in by configure. 3 4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 5 # Free Software Foundation, Inc. 6 # This Makefile.in is free software; the Free Software Foundation 7 # gives unlimited permission to copy and/or distribute it, 8 # with or without modifications, as long as this notice is preserved. 9 10 # This program is distributed in the hope that it will be useful, 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13 # PARTICULAR PURPOSE. 14 15 16 17 srcdir = . 18 top_srcdir = .. 19 20 pkgdatadir = $(datadir)/orxonox 21 pkglibdir = $(libdir)/orxonox 22 pkgincludedir = $(includedir)/orxonox 23 top_builddir = .. 24 25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 26 INSTALL = /bin/install -c 27 install_sh_DATA = $(install_sh) -c -m 644 28 install_sh_PROGRAM = $(install_sh) -c 29 install_sh_SCRIPT = $(install_sh) -c 30 INSTALL_HEADER = $(INSTALL_DATA) 31 transform = $(program_transform_name) 32 NORMAL_INSTALL = : 33 PRE_INSTALL = : 34 POST_INSTALL = : 35 NORMAL_UNINSTALL = : 36 PRE_UNINSTALL = : 37 POST_UNINSTALL = : 38 ACLOCAL = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run aclocal-1.7 39 AMDEP_FALSE = # 40 AMDEP_TRUE = 41 AMTAR = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run tar 42 AUTOCONF = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run autoconf 43 AUTOHEADER = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run autoheader 44 AUTOMAKE = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run automake-1.7 45 AWK = gawk 2 46 CC = gcc 47 CCDEPMODE = depmode=gcc3 48 CFLAGS = -g -O2 49 CPP = gcc -E 50 CPPFLAGS = 3 51 CXX = g++ 4 APP_LIB_DEPS = `pkg-config --libs gtk+-2.0` 5 GL_LIB = libGL.so 6 GLU_LIB = libGLU.so 7 GLUT_LIB = libglut.so 8 GLW_LIB = libGLw.so 9 OSMESA_LIB = libOSMesa.so 10 11 CFLAGS = `pkg-config --cflags gtk+-2.0` 12 CXXFLAGS = -fPIC -O3 13 GLUT_CFLAGS = -fexceptions 14 15 TOP = ../.. 16 INCDIR = /usr/Mesa-6.0.1/include 17 LIBDIR = /usr/Mesa-6.0.1/lib 18 19 LIBS = -L$(LIBDIR) $(APP_LIB_DEPS) 20 21 OSMESA_LIBS = -L$(LIBDIR) -lglut -lOSMesa -lGLU -lGL $(APP_LIB_DEPS) 22 23 LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) 24 25 PROGS = \ 26 orxonox_gui \ 27 28 HEADERS = \ 29 orxonox.h \ 30 data_core.h 31 32 SOURCES = \ 33 orxonox.cc \ 34 data_core.cc 35 36 OBJECTS = \ 37 orxonox_gui.o \ 38 orxonox_gui_exec.o \ 39 orxonox_gui_audio.o \ 40 orxonox_gui_video.o \ 41 orxonox_gui_file.o 42 43 TARGET = orxonox_gui 52 CXXDEPMODE = depmode=gcc3 53 CXXFLAGS = -g -O2 54 CYGPATH_W = echo 55 DEFS = -DHAVE_CONFIG_H 56 DEPDIR = .deps 57 ECHO_C = 58 ECHO_N = -n 59 ECHO_T = 60 EGREP = grep -E 61 EXEEXT = 62 INSTALL_DATA = ${INSTALL} -m 644 63 INSTALL_PROGRAM = ${INSTALL} 64 INSTALL_SCRIPT = ${INSTALL} 65 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s 66 LDFLAGS = 67 LIBOBJS = 68 LIBS = -lm -lGL -lGLU -lglut 69 LTLIBOBJS = 70 MAKEINFO = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run makeinfo 71 OBJEXT = o 72 PACKAGE = orxonox 73 PACKAGE_BUGREPORT = orxonox-dev@mail.datacore.ch 74 PACKAGE_NAME = orxonox 75 PACKAGE_STRING = orxonox 0.1-pre-alpha 76 PACKAGE_TARNAME = orxonox 77 PACKAGE_VERSION = 0.1-pre-alpha 78 PATH_SEPARATOR = : 79 SET_MAKE = 80 SHELL = /bin/sh 81 STRIP = 82 VERSION = 0.1-pre-alpha 83 ac_ct_CC = gcc 84 ac_ct_CXX = 85 ac_ct_STRIP = 86 am__fastdepCC_FALSE = # 87 am__fastdepCC_TRUE = 88 am__fastdepCXX_FALSE = # 89 am__fastdepCXX_TRUE = 90 am__include = include 91 am__leading_dot = . 92 am__quote = 93 bindir = ${exec_prefix}/bin 94 build_alias = 95 datadir = ${prefix}/share 96 exec_prefix = ${prefix} 97 host_alias = 98 includedir = ${prefix}/include 99 infodir = ${prefix}/info 100 install_sh = /home/bensch/svn/orxonox/branches/gui/install-sh 101 libdir = ${exec_prefix}/lib 102 libexecdir = ${exec_prefix}/libexec 103 localstatedir = ${prefix}/var 104 mandir = ${prefix}/man 105 oldincludedir = /usr/include 106 prefix = /usr/local 107 program_transform_name = s,x,x, 108 sbindir = ${exec_prefix}/sbin 109 sharedstatedir = ${prefix}/com 110 sysconfdir = ${prefix}/etc 111 target_alias = 112 AM_CFLAGS = `pkg-config --cflags gtk+-2.0` 113 AM_LDFLAGS = `pkg-config --libs gtk+-2.0` 114 115 bin_PROGRAMS = gui 116 gui_SOURCES = orxonox_gui.c orxonox_gui_audio.c orxonox_gui_exec.c orxonox_gui_file.c orxonox_gui_video.c 117 subdir = gui 118 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 119 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 120 CONFIG_HEADER = $(top_builddir)/config.h 121 CONFIG_CLEAN_FILES = 122 bin_PROGRAMS = gui$(EXEEXT) 123 PROGRAMS = $(bin_PROGRAMS) 124 125 am_gui_OBJECTS = orxonox_gui.$(OBJEXT) orxonox_gui_audio.$(OBJEXT) \ 126 orxonox_gui_exec.$(OBJEXT) orxonox_gui_file.$(OBJEXT) \ 127 orxonox_gui_video.$(OBJEXT) 128 gui_OBJECTS = $(am_gui_OBJECTS) 129 gui_LDADD = $(LDADD) 130 gui_DEPENDENCIES = 131 gui_LDFLAGS = 132 133 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 134 depcomp = $(SHELL) $(top_srcdir)/depcomp 135 am__depfiles_maybe = depfiles 136 DEP_FILES = ./$(DEPDIR)/orxonox_gui.Po \ 137 ./$(DEPDIR)/orxonox_gui_audio.Po \ 138 ./$(DEPDIR)/orxonox_gui_exec.Po \ 139 ./$(DEPDIR)/orxonox_gui_file.Po \ 140 ./$(DEPDIR)/orxonox_gui_video.Po 141 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 142 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 143 CCLD = $(CC) 144 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 145 DIST_SOURCES = $(gui_SOURCES) 146 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am 147 SOURCES = $(gui_SOURCES) 148 149 all: all-am 44 150 45 151 .SUFFIXES: 46 .SUFFIXES: .c .o 47 48 #.cc: $(LIB_DEP) 49 # $(CXX) -I$(INCDIR) $(CFLAGS) $< $(LIBS) -o $@ 50 51 .cc.o: 52 @ echo "$@ is being comiled..." 53 @ $(CXX) -c $(CFLAGS) -I$(INCDIR) -o $@ $< 54 55 56 #### build 57 58 all: $(TARGET) 59 60 $(TARGET): $(OBJECTS) 61 @ echo "orxonox_gui is being linked..." 62 @ $(CXX) $(LIBS) -o $(TARGET) $(OBJECTS) 63 64 65 help: 66 @echo "Cleaning targets:" 67 @echo " clean - remove most generated files" 68 @echo "" 69 @echo "Generic targets:" 70 @echo " all - Build all targets" 71 @echo "" 72 @echo "For further info see the README file" 73 74 clean: 75 rm -rf *.o *~ 76 rm $(TARGET) 77 78 ####compile 79 80 #orxonox.o: orxonox.cc \ 81 # orxonox.h 82 83 #data_tank.o: data_tank.cc \ 84 # data_tank.h 85 86 #EOF 152 .SUFFIXES: .c .o .obj 153 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 154 cd $(top_srcdir) && \ 155 $(AUTOMAKE) --gnu gui/Makefile 156 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 157 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 158 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 159 install-binPROGRAMS: $(bin_PROGRAMS) 160 @$(NORMAL_INSTALL) 161 $(mkinstalldirs) $(DESTDIR)$(bindir) 162 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 163 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 164 if test -f $$p \ 165 ; then \ 166 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 167 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \ 168 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \ 169 else :; fi; \ 170 done 171 172 uninstall-binPROGRAMS: 173 @$(NORMAL_UNINSTALL) 174 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 175 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 176 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ 177 rm -f $(DESTDIR)$(bindir)/$$f; \ 178 done 179 180 clean-binPROGRAMS: 181 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 182 gui$(EXEEXT): $(gui_OBJECTS) $(gui_DEPENDENCIES) 183 @rm -f gui$(EXEEXT) 184 $(LINK) $(gui_LDFLAGS) $(gui_OBJECTS) $(gui_LDADD) $(LIBS) 185 186 mostlyclean-compile: 187 -rm -f *.$(OBJEXT) core *.core 188 189 distclean-compile: 190 -rm -f *.tab.c 191 192 include ./$(DEPDIR)/orxonox_gui.Po 193 include ./$(DEPDIR)/orxonox_gui_audio.Po 194 include ./$(DEPDIR)/orxonox_gui_exec.Po 195 include ./$(DEPDIR)/orxonox_gui_file.Po 196 include ./$(DEPDIR)/orxonox_gui_video.Po 197 198 .c.o: 199 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 200 -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 201 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 202 else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 203 fi 204 # source='$<' object='$@' libtool=no \ 205 # depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \ 206 # $(CCDEPMODE) $(depcomp) \ 207 # $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< 208 209 .c.obj: 210 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 211 -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ 212 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 213 else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 214 fi 215 # source='$<' object='$@' libtool=no \ 216 # depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \ 217 # $(CCDEPMODE) $(depcomp) \ 218 # $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` 219 uninstall-info-am: 220 221 ETAGS = etags 222 ETAGSFLAGS = 223 224 CTAGS = ctags 225 CTAGSFLAGS = 226 227 tags: TAGS 228 229 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 230 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 231 unique=`for i in $$list; do \ 232 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 233 done | \ 234 $(AWK) ' { files[$$0] = 1; } \ 235 END { for (i in files) print i; }'`; \ 236 mkid -fID $$unique 237 238 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 239 $(TAGS_FILES) $(LISP) 240 tags=; \ 241 here=`pwd`; \ 242 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 243 unique=`for i in $$list; do \ 244 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 245 done | \ 246 $(AWK) ' { files[$$0] = 1; } \ 247 END { for (i in files) print i; }'`; \ 248 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 249 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 250 $$tags $$unique 251 252 ctags: CTAGS 253 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 254 $(TAGS_FILES) $(LISP) 255 tags=; \ 256 here=`pwd`; \ 257 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 258 unique=`for i in $$list; do \ 259 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 260 done | \ 261 $(AWK) ' { files[$$0] = 1; } \ 262 END { for (i in files) print i; }'`; \ 263 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 264 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 265 $$tags $$unique 266 267 GTAGS: 268 here=`$(am__cd) $(top_builddir) && pwd` \ 269 && cd $(top_srcdir) \ 270 && gtags -i $(GTAGS_ARGS) $$here 271 272 distclean-tags: 273 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 274 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 275 276 top_distdir = .. 277 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 278 279 distdir: $(DISTFILES) 280 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 281 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 282 list='$(DISTFILES)'; for file in $$list; do \ 283 case $$file in \ 284 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 285 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 286 esac; \ 287 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 288 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 289 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 290 dir="/$$dir"; \ 291 $(mkinstalldirs) "$(distdir)$$dir"; \ 292 else \ 293 dir=''; \ 294 fi; \ 295 if test -d $$d/$$file; then \ 296 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 297 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 298 fi; \ 299 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 300 else \ 301 test -f $(distdir)/$$file \ 302 || cp -p $$d/$$file $(distdir)/$$file \ 303 || exit 1; \ 304 fi; \ 305 done 306 check-am: all-am 307 check: check-am 308 all-am: Makefile $(PROGRAMS) 309 310 installdirs: 311 $(mkinstalldirs) $(DESTDIR)$(bindir) 312 install: install-am 313 install-exec: install-exec-am 314 install-data: install-data-am 315 uninstall: uninstall-am 316 317 install-am: all-am 318 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 319 320 installcheck: installcheck-am 321 install-strip: 322 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 323 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 324 `test -z '$(STRIP)' || \ 325 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 326 mostlyclean-generic: 327 328 clean-generic: 329 330 distclean-generic: 331 -rm -f $(CONFIG_CLEAN_FILES) 332 333 maintainer-clean-generic: 334 @echo "This command is intended for maintainers to use" 335 @echo "it deletes files that may require special tools to rebuild." 336 clean: clean-am 337 338 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 339 340 distclean: distclean-am 341 -rm -rf ./$(DEPDIR) 342 -rm -f Makefile 343 distclean-am: clean-am distclean-compile distclean-generic \ 344 distclean-tags 345 346 dvi: dvi-am 347 348 dvi-am: 349 350 info: info-am 351 352 info-am: 353 354 install-data-am: 355 356 install-exec-am: install-binPROGRAMS 357 358 install-info: install-info-am 359 360 install-man: 361 362 installcheck-am: 363 364 maintainer-clean: maintainer-clean-am 365 -rm -rf ./$(DEPDIR) 366 -rm -f Makefile 367 maintainer-clean-am: distclean-am maintainer-clean-generic 368 369 mostlyclean: mostlyclean-am 370 371 mostlyclean-am: mostlyclean-compile mostlyclean-generic 372 373 pdf: pdf-am 374 375 pdf-am: 376 377 ps: ps-am 378 379 ps-am: 380 381 uninstall-am: uninstall-binPROGRAMS uninstall-info-am 382 383 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ 384 clean-generic ctags distclean distclean-compile \ 385 distclean-generic distclean-tags distdir dvi dvi-am info \ 386 info-am install install-am install-binPROGRAMS install-data \ 387 install-data-am install-exec install-exec-am install-info \ 388 install-info-am install-man install-strip installcheck \ 389 installcheck-am installdirs maintainer-clean \ 390 maintainer-clean-generic mostlyclean mostlyclean-compile \ 391 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 392 uninstall-am uninstall-binPROGRAMS uninstall-info-am 393 394 395 # uncomment the following if bencoder requires the math library 396 #gui_LDADD=-lm 397 398 #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo 399 400 # if you write a self-test script named `chk', uncomment the 401 # following and add `chk' to the EXTRA_DIST list 402 #TESTS=chk 403 404 # build and install the .info pages 405 #info_TEXINFOS = orxonox.texinfo 406 #orxonox_TEXINFOS = gpl.texinfo 407 408 # install the man pages 409 #man_MANS=orxonox.1 410 # Tell versions [3.59,3.63) of GNU make to not export all variables. 411 # Otherwise a system limit (for SysV at least) may be exceeded. 412 .NOEXPORT:
Note: See TracChangeset
for help on using the changeset viewer.