- Timestamp:
- Mar 15, 2005, 5:59:44 PM (20 years ago)
- Location:
- orxonox/branches
- Files:
-
- 1 deleted
- 18 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelloader/Makefile.in
r3530 r3561 1 # Makefile.in generated by automake 1.8. 2from Makefile.am.1 # Makefile.in generated by automake 1.8.5 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 38 38 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 39 39 $(srcdir)/doc/documentation.am $(top_srcdir)/configure AUTHORS \ 40 COPYING ChangeLog INSTALL NEWS TODO config.guess config.sub\41 depcompinstall-sh missing mkinstalldirs40 COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \ 41 install-sh missing mkinstalldirs 42 42 subdir = . 43 43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 326 326 tags=; \ 327 327 here=`pwd`; \ 328 if ( etags--etags-include --version) >/dev/null 2>&1; then \328 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 329 329 include_option=--etags-include; \ 330 empty_fix=.; \ 330 331 else \ 331 332 include_option=--include; \ 333 empty_fix=; \ 332 334 fi; \ 333 335 list='$(SUBDIRS)'; for subdir in $$list; do \ 334 336 if test "$$subdir" = .; then :; else \ 335 test -f $$subdir/TAGS &&\337 test ! -f $$subdir/TAGS || \ 336 338 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 337 339 fi; \ … … 343 345 $(AWK) ' { files[$$0] = 1; } \ 344 346 END { for (i in files) print i; }'`; \ 345 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 346 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 347 $$tags $$unique 347 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 348 test -n "$$unique" || unique=$$empty_fix; \ 349 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 350 $$tags $$unique; \ 351 fi 348 352 ctags: CTAGS 349 353 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ … … 454 458 uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\ 455 459 *.shar.gz*) \ 456 GZIP=$(GZIP_ENV) gunzip -c $(distdir). tar.gz | unshar ;;\460 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 457 461 *.zip*) \ 458 462 unzip $(distdir).zip ;;\ … … 477 481 && chmod -R a-w "$$dc_install_base" \ 478 482 && ({ \ 479 (cd ../.. && $(mkdir_p)"$$dc_destdir") \483 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 480 484 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 481 485 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ -
orxonox/branches/levelloader/aclocal.m4
r3530 r3561 1 # generated automatically by aclocal 1.8. 2-*- Autoconf -*-1 # generated automatically by aclocal 1.8.5 -*- Autoconf -*- 2 2 3 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 … … 41 41 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 42 42 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 43 [AM_AUTOMAKE_VERSION([1.8. 2])])43 [AM_AUTOMAKE_VERSION([1.8.5])]) 44 44 45 45 # AM_AUX_DIR_EXPAND … … 150 150 fi])]) 151 151 152 # serial 6-*- Autoconf -*-152 # serial 7 -*- Autoconf -*- 153 153 154 154 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 … … 237 237 for i in 1 2 3 4 5 6; do 238 238 echo '#include "conftst'$i'.h"' >> sub/conftest.c 239 : > sub/conftst$i.h 239 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 240 # Solaris 8's {/usr,}/bin/sh. 241 touch sub/conftst$i.h 240 242 done 241 243 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf … … 265 267 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 266 268 # icc doesn't choke on unknown options, it will just issue warnings 267 # (even with -Werror). So we grep stderr for any message 268 # that says an option was ignored. 269 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 269 # or remarks (even with -Werror). So we grep stderr for any message 270 # that says an option was ignored or not supported. 271 # When given -MP, icc 7.0 and 7.1 complain thusly: 272 # icc: Command line warning: ignoring option '-M'; no argument required 273 # The diagnosis changed in icc 8.0: 274 # icc: Command line remark: option '-MP' not supported 275 if (grep 'ignoring option' conftest.err || 276 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 270 277 am_cv_$1_dependencies_compiler_type=$depmode 271 278 break … … 313 320 # Generate code to set up dependency tracking. -*- Autoconf -*- 314 321 315 # Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.322 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. 316 323 317 324 # This program is free software; you can redistribute it and/or modify … … 352 359 # Extract the definition of DEP_FILES from the Makefile without 353 360 # running `make'. 354 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`361 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 355 362 test -z "$DEPDIR" && continue 356 363 # When using ansi2knr, U may be empty or an underscore; expand it 357 U=`sed -n -e '/^U = / s///p' < "$mf"`364 U=`sed -n 's/^U = //p' < "$mf"` 358 365 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" 359 366 # We invoke sed twice because it is the simplest approach to 360 367 # changing $(DEPDIR) to its actual value in the expansion. 361 for file in `sed -n -e'368 for file in `sed -n ' 362 369 /^DEP_FILES = .*\\\\$/ { 363 370 s/^DEP_FILES = // … … 718 725 # Do not use -m 0755 and let people choose whatever they expect by 719 726 # setting umask. 727 # 728 # We cannot accept any implementation of `mkdir' that recognizes `-p'. 729 # Some implementations (such as Solaris 8's) are not thread-safe: if a 730 # parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c' 731 # concurrently, both version can detect that a/ is missing, but only 732 # one can create it and the other will error out. Consequently we 733 # restrict ourselves to GNU make (using the --version option ensures 734 # this.) 720 735 AC_DEFUN([AM_PROG_MKDIR_P], 721 [if mkdir -p -- . 2>/dev/null; then736 [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 722 737 # Keeping the `.' argument allows $(mkdir_p) to be used without 723 738 # argument. Indeed, we sometimes output rules like … … 732 747 # directories to create, and then abort because `.' already 733 748 # exists. 734 for d in ./-p ./-- ;749 for d in ./-p ./--version; 735 750 do 736 751 test -d $d && rmdir $d -
orxonox/branches/levelloader/configure
r3530 r3561 1599 1599 fi 1600 1600 1601 if mkdir -p -- . 2>/dev/null; then1601 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 1602 1602 # Keeping the `.' argument allows $(mkdir_p) to be used without 1603 1603 # argument. Indeed, we sometimes output rules like … … 1612 1612 # directories to create, and then abort because `.' already 1613 1613 # exists. 1614 for d in ./-p ./-- ;1614 for d in ./-p ./--version; 1615 1615 do 1616 1616 test -d $d && rmdir $d … … 2518 2518 for i in 1 2 3 4 5 6; do 2519 2519 echo '#include "conftst'$i'.h"' >> sub/conftest.c 2520 : > sub/conftst$i.h 2520 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 2521 # Solaris 8's {/usr,}/bin/sh. 2522 touch sub/conftst$i.h 2521 2523 done 2522 2524 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf … … 2546 2548 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 2547 2549 # icc doesn't choke on unknown options, it will just issue warnings 2548 # (even with -Werror). So we grep stderr for any message 2549 # that says an option was ignored. 2550 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 2550 # or remarks (even with -Werror). So we grep stderr for any message 2551 # that says an option was ignored or not supported. 2552 # When given -MP, icc 7.0 and 7.1 complain thusly: 2553 # icc: Command line warning: ignoring option '-M'; no argument required 2554 # The diagnosis changed in icc 8.0: 2555 # icc: Command line remark: option '-MP' not supported 2556 if (grep 'ignoring option' conftest.err || 2557 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 2551 2558 am_cv_CXX_dependencies_compiler_type=$depmode 2552 2559 break … … 3349 3356 for i in 1 2 3 4 5 6; do 3350 3357 echo '#include "conftst'$i'.h"' >> sub/conftest.c 3351 : > sub/conftst$i.h 3358 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 3359 # Solaris 8's {/usr,}/bin/sh. 3360 touch sub/conftst$i.h 3352 3361 done 3353 3362 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf … … 3377 3386 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 3378 3387 # icc doesn't choke on unknown options, it will just issue warnings 3379 # (even with -Werror). So we grep stderr for any message 3380 # that says an option was ignored. 3381 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 3388 # or remarks (even with -Werror). So we grep stderr for any message 3389 # that says an option was ignored or not supported. 3390 # When given -MP, icc 7.0 and 7.1 complain thusly: 3391 # icc: Command line warning: ignoring option '-M'; no argument required 3392 # The diagnosis changed in icc 8.0: 3393 # icc: Command line remark: option '-MP' not supported 3394 if (grep 'ignoring option' conftest.err || 3395 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 3382 3396 am_cv_CC_dependencies_compiler_type=$depmode 3383 3397 break … … 9559 9573 # Extract the definition of DEP_FILES from the Makefile without 9560 9574 # running `make'. 9561 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`9575 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 9562 9576 test -z "$DEPDIR" && continue 9563 9577 # When using ansi2knr, U may be empty or an underscore; expand it 9564 U=`sed -n -e '/^U = / s///p' < "$mf"`9578 U=`sed -n 's/^U = //p' < "$mf"` 9565 9579 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" 9566 9580 # We invoke sed twice because it is the simplest approach to 9567 9581 # changing $(DEPDIR) to its actual value in the expansion. 9568 for file in `sed -n -e'9582 for file in `sed -n ' 9569 9583 /^DEP_FILES = .*\\\\$/ { 9570 9584 s/^DEP_FILES = // -
orxonox/branches/levelloader/src/Makefile.in
r3525 r3561 1 # Makefile.in generated by automake 1.8. 2from Makefile.am.1 # Makefile.in generated by automake 1.8.5 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 50 50 CONFIG_HEADER = $(top_builddir)/config.h 51 51 CONFIG_CLEAN_FILES = 52 am__installdirs = $(DESTDIR)$(bindir)52 am__installdirs = "$(DESTDIR)$(bindir)" 53 53 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 54 54 PROGRAMS = $(bin_PROGRAMS) … … 350 350 install-binPROGRAMS: $(bin_PROGRAMS) 351 351 @$(NORMAL_INSTALL) 352 $(mkdir_p) $(DESTDIR)$(bindir)352 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" 353 353 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 354 354 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ … … 356 356 ; then \ 357 357 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 358 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \359 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f|| exit 1; \358 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 359 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ 360 360 else :; fi; \ 361 361 done … … 365 365 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 366 366 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 367 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \368 rm -f $(DESTDIR)$(bindir)/$$f; \367 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ 368 rm -f "$(DESTDIR)$(bindir)/$$f"; \ 369 369 done 370 370 … … 1007 1007 tags=; \ 1008 1008 here=`pwd`; \ 1009 if ( etags--etags-include --version) >/dev/null 2>&1; then \1009 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 1010 1010 include_option=--etags-include; \ 1011 empty_fix=.; \ 1011 1012 else \ 1012 1013 include_option=--include; \ 1014 empty_fix=; \ 1013 1015 fi; \ 1014 1016 list='$(SUBDIRS)'; for subdir in $$list; do \ 1015 1017 if test "$$subdir" = .; then :; else \ 1016 test -f $$subdir/TAGS &&\1018 test ! -f $$subdir/TAGS || \ 1017 1019 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 1018 1020 fi; \ … … 1024 1026 $(AWK) ' { files[$$0] = 1; } \ 1025 1027 END { for (i in files) print i; }'`; \ 1026 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 1027 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1028 $$tags $$unique 1028 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 1029 test -n "$$unique" || unique=$$empty_fix; \ 1030 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1031 $$tags $$unique; \ 1032 fi 1029 1033 ctags: CTAGS 1030 1034 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ … … 1096 1100 installdirs: installdirs-recursive 1097 1101 installdirs-am: 1098 $(mkdir_p) $(DESTDIR)$(bindir) 1102 for dir in "$(DESTDIR)$(bindir)"; do \ 1103 test -z "$$dir" || $(mkdir_p) "$$dir"; \ 1104 done 1099 1105 install: install-recursive 1100 1106 install-exec: install-exec-recursive -
orxonox/branches/levelloader/src/lib/Makefile.in
r3525 r3561 1 # Makefile.in generated by automake 1.8. 2from Makefile.am.1 # Makefile.in generated by automake 1.8.5 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 276 276 tags=; \ 277 277 here=`pwd`; \ 278 if ( etags--etags-include --version) >/dev/null 2>&1; then \278 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 279 279 include_option=--etags-include; \ 280 empty_fix=.; \ 280 281 else \ 281 282 include_option=--include; \ 283 empty_fix=; \ 282 284 fi; \ 283 285 list='$(SUBDIRS)'; for subdir in $$list; do \ 284 286 if test "$$subdir" = .; then :; else \ 285 test -f $$subdir/TAGS &&\287 test ! -f $$subdir/TAGS || \ 286 288 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 287 289 fi; \ … … 293 295 $(AWK) ' { files[$$0] = 1; } \ 294 296 END { for (i in files) print i; }'`; \ 295 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 296 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 297 $$tags $$unique 297 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 298 test -n "$$unique" || unique=$$empty_fix; \ 299 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 300 $$tags $$unique; \ 301 fi 298 302 ctags: CTAGS 299 303 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ -
orxonox/branches/levelloader/src/lib/graphics/Makefile.in
r3525 r3561 1 # Makefile.in generated by automake 1.8. 2from Makefile.am.1 # Makefile.in generated by automake 1.8.5 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 270 270 tags=; \ 271 271 here=`pwd`; \ 272 if ( etags--etags-include --version) >/dev/null 2>&1; then \272 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 273 273 include_option=--etags-include; \ 274 empty_fix=.; \ 274 275 else \ 275 276 include_option=--include; \ 277 empty_fix=; \ 276 278 fi; \ 277 279 list='$(SUBDIRS)'; for subdir in $$list; do \ 278 280 if test "$$subdir" = .; then :; else \ 279 test -f $$subdir/TAGS &&\281 test ! -f $$subdir/TAGS || \ 280 282 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 281 283 fi; \ … … 287 289 $(AWK) ' { files[$$0] = 1; } \ 288 290 END { for (i in files) print i; }'`; \ 289 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 290 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 291 $$tags $$unique 291 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 292 test -n "$$unique" || unique=$$empty_fix; \ 293 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 294 $$tags $$unique; \ 295 fi 292 296 ctags: CTAGS 293 297 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ -
orxonox/branches/levelloader/src/lib/graphics/importer/Makefile.in
r3525 r3561 1 # Makefile.in generated by automake 1.8. 2from Makefile.am.1 # Makefile.in generated by automake 1.8.5 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 42 42 subdir = src/lib/graphics/importer 43 43 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ 44 $(srcdir)/Makefile.in TODO44 $(srcdir)/Makefile.in 45 45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 46 46 am__aclocal_m4_deps = $(top_srcdir)/configure.ac … … 50 50 CONFIG_HEADER = $(top_builddir)/config.h 51 51 CONFIG_CLEAN_FILES = 52 am__installdirs = $(DESTDIR)$(bindir)52 am__installdirs = "$(DESTDIR)$(bindir)" 53 53 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 54 54 PROGRAMS = $(bin_PROGRAMS) … … 237 237 install-binPROGRAMS: $(bin_PROGRAMS) 238 238 @$(NORMAL_INSTALL) 239 $(mkdir_p) $(DESTDIR)$(bindir)239 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" 240 240 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 241 241 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ … … 243 243 ; then \ 244 244 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 245 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \246 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f|| exit 1; \245 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 246 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ 247 247 else :; fi; \ 248 248 done … … 252 252 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 253 253 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 254 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \255 rm -f $(DESTDIR)$(bindir)/$$f; \254 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ 255 rm -f "$(DESTDIR)$(bindir)/$$f"; \ 256 256 done 257 257 … … 330 330 $(AWK) ' { files[$$0] = 1; } \ 331 331 END { for (i in files) print i; }'`; \ 332 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 333 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 334 $$tags $$unique 332 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 333 test -n "$$unique" || unique=$$empty_fix; \ 334 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 335 $$tags $$unique; \ 336 fi 335 337 ctags: CTAGS 336 338 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ … … 387 389 all-am: Makefile $(PROGRAMS) $(HEADERS) 388 390 installdirs: 389 $(mkdir_p) $(DESTDIR)$(bindir) 391 for dir in "$(DESTDIR)$(bindir)"; do \ 392 test -z "$$dir" || $(mkdir_p) "$$dir"; \ 393 done 390 394 install: install-am 391 395 install-exec: install-exec-am -
orxonox/branches/levelloader/src/lib/gui/Makefile.in
r3525 r3561 1 # Makefile.in generated by automake 1.8. 2from Makefile.am.1 # Makefile.in generated by automake 1.8.5 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 272 272 tags=; \ 273 273 here=`pwd`; \ 274 if ( etags--etags-include --version) >/dev/null 2>&1; then \274 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 275 275 include_option=--etags-include; \ 276 empty_fix=.; \ 276 277 else \ 277 278 include_option=--include; \ 279 empty_fix=; \ 278 280 fi; \ 279 281 list='$(SUBDIRS)'; for subdir in $$list; do \ 280 282 if test "$$subdir" = .; then :; else \ 281 test -f $$subdir/TAGS &&\283 test ! -f $$subdir/TAGS || \ 282 284 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 283 285 fi; \ … … 289 291 $(AWK) ' { files[$$0] = 1; } \ 290 292 END { for (i in files) print i; }'`; \ 291 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 292 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 293 $$tags $$unique 293 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 294 test -n "$$unique" || unique=$$empty_fix; \ 295 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 296 $$tags $$unique; \ 297 fi 294 298 ctags: CTAGS 295 299 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ -
orxonox/branches/levelloader/src/lib/gui/console/Makefile.in
r3525 r3561 1 # Makefile.in generated by automake 1.8. 2from Makefile.am.1 # Makefile.in generated by automake 1.8.5 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 50 50 CONFIG_HEADER = $(top_builddir)/config.h 51 51 CONFIG_CLEAN_FILES = 52 am__installdirs = $(DESTDIR)$(bindir)52 am__installdirs = "$(DESTDIR)$(bindir)" 53 53 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 54 54 PROGRAMS = $(bin_PROGRAMS) … … 225 225 install-binPROGRAMS: $(bin_PROGRAMS) 226 226 @$(NORMAL_INSTALL) 227 $(mkdir_p) $(DESTDIR)$(bindir)227 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" 228 228 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 229 229 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ … … 231 231 ; then \ 232 232 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 233 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \234 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f|| exit 1; \233 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 234 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ 235 235 else :; fi; \ 236 236 done … … 240 240 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 241 241 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 242 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \243 rm -f $(DESTDIR)$(bindir)/$$f; \242 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ 243 rm -f "$(DESTDIR)$(bindir)/$$f"; \ 244 244 done 245 245 … … 297 297 $(AWK) ' { files[$$0] = 1; } \ 298 298 END { for (i in files) print i; }'`; \ 299 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 300 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 301 $$tags $$unique 299 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 300 test -n "$$unique" || unique=$$empty_fix; \ 301 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 302 $$tags $$unique; \ 303 fi 302 304 ctags: CTAGS 303 305 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ … … 354 356 all-am: Makefile $(PROGRAMS) $(HEADERS) 355 357 installdirs: 356 $(mkdir_p) $(DESTDIR)$(bindir) 358 for dir in "$(DESTDIR)$(bindir)"; do \ 359 test -z "$$dir" || $(mkdir_p) "$$dir"; \ 360 done 357 361 install: install-am 358 362 install-exec: install-exec-am -
orxonox/branches/levelloader/src/lib/gui/gui/Makefile.in
r3525 r3561 1 # Makefile.in generated by automake 1.8. 2from Makefile.am.1 # Makefile.in generated by automake 1.8.5 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 50 50 CONFIG_HEADER = $(top_builddir)/config.h 51 51 CONFIG_CLEAN_FILES = 52 am__installdirs = $(DESTDIR)$(bindir)52 am__installdirs = "$(DESTDIR)$(bindir)" 53 53 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 54 54 PROGRAMS = $(bin_PROGRAMS) … … 258 258 install-binPROGRAMS: $(bin_PROGRAMS) 259 259 @$(NORMAL_INSTALL) 260 $(mkdir_p) $(DESTDIR)$(bindir)260 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" 261 261 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 262 262 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ … … 264 264 ; then \ 265 265 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 266 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \267 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f|| exit 1; \266 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 267 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ 268 268 else :; fi; \ 269 269 done … … 273 273 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 274 274 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 275 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \276 rm -f $(DESTDIR)$(bindir)/$$f; \275 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ 276 rm -f "$(DESTDIR)$(bindir)/$$f"; \ 277 277 done 278 278 … … 336 336 $(AWK) ' { files[$$0] = 1; } \ 337 337 END { for (i in files) print i; }'`; \ 338 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 339 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 340 $$tags $$unique 338 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 339 test -n "$$unique" || unique=$$empty_fix; \ 340 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 341 $$tags $$unique; \ 342 fi 341 343 ctags: CTAGS 342 344 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ … … 393 395 all-am: Makefile $(PROGRAMS) $(HEADERS) 394 396 installdirs: 395 $(mkdir_p) $(DESTDIR)$(bindir) 397 for dir in "$(DESTDIR)$(bindir)"; do \ 398 test -z "$$dir" || $(mkdir_p) "$$dir"; \ 399 done 396 400 install: install-am 397 401 install-exec: install-exec-am -
orxonox/branches/updater
- Property svn:externals set to
-
orxonox/branches/updater/Makefile.am
r3219 r3561 16 16 ## doxygen stuff 17 17 if DOXYGEN 18 DOXYGEN_INPUT = "src src/ gui src/importer"18 DOXYGEN_INPUT = "src src/lib/gui/gui src/lib/graphics/importer" 19 19 20 20 ## Exclude the application wizard templates, and some file templates -
orxonox/branches/updater/Makefile.in
r3271 r3561 133 133 SHELL = @SHELL@ 134 134 STRIP = @STRIP@ 135 SUB_PROJECTS_FALSE = @SUB_PROJECTS_FALSE@ 136 SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@ 135 137 VERSION = @VERSION@ 136 138 ac_ct_CC = @ac_ct_CC@ … … 189 191 doc/doxyconf/project 190 192 191 @DOXYGEN_TRUE@DOXYGEN_INPUT = "src src/ gui src/importer"193 @DOXYGEN_TRUE@DOXYGEN_INPUT = "src src/lib/gui/gui src/lib/graphics/importer" 192 194 @DOXYGEN_TRUE@DOXYGEN_EXCLUDE = 193 195 @DOXYGEN_TRUE@DOXYGEN_EXAMPLE_PATH = -
orxonox/branches/updater/NEWS
r3235 r3561 5 5 Date: December 14, 2004 6 6 Topic: Repository Moved 7 Body: Today we moved the repository. The new location of the repository is <A href="http:// orxonox.ethz.ch/repos/reporx">http://orxonox.ethz.ch/repos/reporx</A>.7 Body: Today we moved the repository. The new location of the repository is <A href="http://svn.orxonox.ethz.ch/reporx">http://svn.orxonox.ethz.ch/reporx</A>. 8 8 9 9 Date: November 16, 2004 -
orxonox/branches/updater/configure
r3283 r3561 312 312 #endif" 313 313 314 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP DEBUG DOXYGEN DOXYGEN_TRUE DOXYGEN_FALSE MSBITFIELDS GTK2_LIBS GTK2_CFLAGS HAVE_GTK2_TRUE HAVE_GTK2_FALSE GTHREAD_LIBS GTHREAD_CFLAGS HAVE_GTHREAD_TRUE HAVE_GTHREAD_FALSE CURL_LIBS CURL_CFLAGS HAVE_CURL_TRUE HAVE_CURL_FALSE LIBOBJS LTLIBOBJS'314 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP DEBUG SUB_PROJECTS_TRUE SUB_PROJECTS_FALSE DOXYGEN DOXYGEN_TRUE DOXYGEN_FALSE MSBITFIELDS GTK2_LIBS GTK2_CFLAGS HAVE_GTK2_TRUE HAVE_GTK2_FALSE GTHREAD_LIBS GTHREAD_CFLAGS HAVE_GTHREAD_TRUE HAVE_GTHREAD_FALSE CURL_LIBS CURL_CFLAGS HAVE_CURL_TRUE HAVE_CURL_FALSE LIBOBJS LTLIBOBJS' 315 315 ac_subst_files='' 316 316 … … 867 867 --enable-debug compiles in debug mode. Lots of debug info about the 868 868 game. 869 --enable-sub-projects also builds the subProjects while make from srcdir 869 870 870 871 Optional Packages: … … 1338 1339 1339 1340 1340 # Detect the canonical host and target build environment.1341 ## Detect the canonical host and target build environment. 1341 1342 ac_aux_dir= 1342 1343 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do … … 1446 1447 NONENONEs,x,x, && 1447 1448 program_prefix=${target_alias}- 1448 1449 1449 1450 1450 am__api_version="1.8" … … 1853 1853 1854 1854 1855 1856 # Checks for programs. 1855 ######################### 1856 ## Checks for programs ## 1857 ######################### 1857 1858 ac_ext=cc 1858 1859 ac_cpp='$CXXCPP $CPPFLAGS' … … 3841 3842 3842 3843 3843 ### CHECKING OPTIONAT ARGUMENTS 3844 ## DEBUG-statement 3844 ################################## 3845 ## CHECKING OPTIONAL ARGUMENTS ## 3846 ################################## 3847 3848 #-----------------# 3849 # DEBUG-statement # 3850 #-----------------# 3845 3851 DEBUG=no 3846 3852 echo "$as_me:$LINENO: checking if DEBUG-mode should be enabled" >&5 … … 3852 3858 fi; 3853 3859 3854 if test "$DEBUG" = "no"; then3860 if test x$DEBUG = xno; then 3855 3861 echo "no" 3856 echo " -> Setting debuglevel to 1. Like this you can still see errors."3857 DEBUG= 13858 elif test "$DEBUG" =yes; then3862 echo " -> Setting debuglevel to 3. (orxonox is still in Development. It really is needed." 3863 DEBUG=3 3864 elif test x$DEBUG = xyes; then 3859 3865 echo "yes" 3860 echo " -> Setting debuglevel to 3. HARD DEBUG MODE!!."3861 DEBUG= 33862 else 3863 echo "yes setto $DEBUG"3866 echo " -> Setting debuglevel to 4. HARD DEBUG MODE!!." 3867 DEBUG=4 3868 else 3869 echo "yes: setting debuglevel to to $DEBUG" 3864 3870 fi 3865 3871 … … 3871 3877 3872 3878 3873 ## GTK-disabled 3879 #--------------# 3880 # GTK-disabled # 3881 #--------------# 3874 3882 echo "$as_me:$LINENO: checking if gtk should be enabled" >&5 3875 3883 echo $ECHO_N "checking if gtk should be enabled... $ECHO_C" >&6 … … 3882 3890 def_gtk=yes 3883 3891 fi; 3884 if test "$def_gtk" =yes; then3892 if test x$def_gtk = xyes; then 3885 3893 echo "yes" 3886 3894 fi 3887 if test "$def_gtk" =no; then3895 if test x$def_gtk = xno; then 3888 3896 echo "no" 3889 3897 fi 3890 3898 3891 ## gThread-disabled 3899 #------------------# 3900 # gThread-disabled # 3901 #------------------# 3892 3902 echo "$as_me:$LINENO: checking if gThread should be enabled" >&5 3893 3903 echo $ECHO_N "checking if gThread should be enabled... $ECHO_C" >&6 … … 3900 3910 def_gthread=yes 3901 3911 fi; 3902 if test "$def_gthread" =yes; then3912 if test x$def_gthread = xyes; then 3903 3913 echo "yes" 3904 3914 fi 3905 if test "$def_gthread" =no; then3915 if test x$def_gthread = xno; then 3906 3916 echo "no" 3907 3917 fi 3908 3918 3909 ## pthread-disabled 3919 #------------------# 3920 # pthread-disabled # 3921 #------------------# 3910 3922 echo "$as_me:$LINENO: checking if pthread should be enabled" >&5 3911 3923 echo $ECHO_N "checking if pthread should be enabled... $ECHO_C" >&6 … … 3918 3930 def_pthread=yes 3919 3931 fi; 3920 if test "$def_pthread" =yes; then3932 if test x$def_pthread = xyes; then 3921 3933 echo "yes" 3922 3934 fi 3923 if test "$def_pthread" =no; then3935 if test x$def_pthread = xno; then 3924 3936 echo "no" 3925 3937 fi 3926 3938 3927 ## libCurl disabled? 3939 #------------------# 3940 # libCurl-disabled # 3941 #------------------# 3928 3942 echo "$as_me:$LINENO: checking if libcURL should be enabled" >&5 3929 3943 echo $ECHO_N "checking if libcURL should be enabled... $ECHO_C" >&6 … … 3936 3950 def_curl=yes 3937 3951 fi; 3938 if test "$def_curl" =yes; then3952 if test x$def_curl = xyes; then 3939 3953 echo "yes" 3940 3954 fi 3941 if test "$def_curl" =no; then3955 if test x$def_curl = xno; then 3942 3956 echo "no" 3943 3957 fi 3944 3958 3945 ### SDL_image-disable 3959 #-------------------# 3960 # SDL_image-disable # 3961 #-------------------# 3946 3962 def_sdl_image=yes 3947 3963 echo "$as_me:$LINENO: checking if SDL_image should be enabled" >&5 … … 3953 3969 def_sdl_image=no 3954 3970 fi; 3955 if test "$def_sdl_image" =yes; then3971 if test x$def_sdl_image = xyes; then 3956 3972 echo "yes" 3957 3973 fi 3958 if test "$def_sdl_image" =no; then3974 if test x$def_sdl_image = xno; then 3959 3975 echo "no" 3960 3976 fi 3961 3962 3963 ## PROGRAMM CHECKING 3964 # checking for Doxygen 3977 #-------------------# 3978 # SubProject-enable # 3979 #-------------------# 3980 def_sub_projects=no 3981 echo "$as_me:$LINENO: checking if the SubProjects should be built" >&5 3982 echo $ECHO_N "checking if the SubProjects should be built... $ECHO_C" >&6 3983 # Check whether --enable-sub-projects or --disable-sub-projects was given. 3984 if test "${enable_sub_projects+set}" = set; then 3985 enableval="$enable_sub_projects" 3986 def_sub_projects=yes 3987 fi; 3988 if test x$def_sub_projects = xyes; then 3989 echo "yes" 3990 fi 3991 if test x$def_sub_projects = xno; then 3992 echo "no" 3993 fi 3994 3995 3996 if test x$def_sub_projects = xyes; then 3997 SUB_PROJECTS_TRUE= 3998 SUB_PROJECTS_FALSE='#' 3999 else 4000 SUB_PROJECTS_TRUE='#' 4001 SUB_PROJECTS_FALSE= 4002 fi 4003 4004 4005 ####################### 4006 ## PROGRAMM CHECKING ## 4007 ## 3. party Programs ## 4008 ####################### 4009 4010 #----------------------# 4011 # checking for Doxygen # 4012 #----------------------# 3965 4013 # Extract the first word of "doxygen", so it can be a program name with args. 3966 4014 set dummy doxygen; ac_word=$2 … … 4013 4061 4014 4062 4015 ### CHECKING FOR SYSTEM ### 4063 ######################### 4064 ## CHECKING FOR SYSTEM ## 4065 ######################### 4066 ## here the system is checked, and openGL is included 4067 ## also checking for SDL on differen Systems 4016 4068 4017 4069 echo "$as_me:$LINENO: checking for System" >&5 … … 4019 4071 ## checking for openGL-environment and other sys-specific parameters 4020 4072 case "$target" in 4021 ### WINDOWS ### 4073 #---------# 4074 # WINDOWS # 4075 #---------# 4022 4076 *-*-mingw32*) 4023 4077 echo "mingw-WINDOWS detected" … … 4322 4376 fi 4323 4377 4324 if test "$FOUND_opengl32" = "yes"; then4378 if test x$FOUND_opengl32 = xyes ; then 4325 4379 LIBS="$LIBS -lopengl32" 4326 4380 else … … 4551 4605 fi 4552 4606 4553 if test "$FOUND_glu32" = "yes"; then4607 if test x$FOUND_glu32 = xyes ; then 4554 4608 LIBS="$LIBS -lGLU32" 4555 4609 else … … 4624 4678 fi 4625 4679 4626 if test $FOUND_mingw32 = "yes"; then4680 if test x$FOUND_mingw32 = xyes; then 4627 4681 LIBS="$LIBS -lmingw32" 4628 4682 fi … … 4846 4900 fi 4847 4901 4848 if test "$FOUND_sdlmain" = "yes"; then4902 if test x$FOUND_sdlmain = xyes ; then 4849 4903 LIBS="$LIBS -lsdlmain" 4850 4904 else … … 4917 4971 fi 4918 4972 4919 if test "$FOUND_sdl" = "yes"; then4973 if test x$FOUND_sdl = xyes ; then 4920 4974 LIBS="$LIBS -lsdl" 4921 4975 else … … 4928 4982 4929 4983 ;; 4930 4931 ### LINUX ### 4984 #-------# 4985 # LINUX # 4986 #-------# 4932 4987 *-*-linux*) 4933 4988 echo "Linux detected" … … 4936 4991 4937 4992 CPPFLAGS="-I/usr/X11R6/include" 4938 LDFLAGS="-L/usr/ Mesa-6.0.1/lib -L/usr/X11R6/lib $LDFLAGS"4993 LDFLAGS="-L/usr/lib/opengl/xorg-x11/lib -L/usr/Mesa-6.0.1/lib -L/usr/X11R6/lib $LDFLAGS" 4939 4994 # checking gl header 4940 4995 … … 5094 5149 5095 5150 # checking for Unix GL 5096 echo "$as_me:$LINENO: checking for mainin -lGL" >&55097 echo $ECHO_N "checking for mainin -lGL... $ECHO_C" >&65098 if test "${ac_cv_lib_GL_ main+set}" = set; then5151 echo "$as_me:$LINENO: checking for glLoadIdentity in -lGL" >&5 5152 echo $ECHO_N "checking for glLoadIdentity in -lGL... $ECHO_C" >&6 5153 if test "${ac_cv_lib_GL_glLoadIdentity+set}" = set; then 5099 5154 echo $ECHO_N "(cached) $ECHO_C" >&6 5100 5155 else … … 5108 5163 /* end confdefs.h. */ 5109 5164 5110 5165 /* Override any gcc2 internal prototype to avoid an error. */ 5166 #ifdef __cplusplus 5167 extern "C" 5168 #endif 5169 /* We use char because int might match the return type of a gcc2 5170 builtin and then its argument prototype would still apply. */ 5171 char glLoadIdentity (); 5111 5172 int 5112 5173 main () 5113 5174 { 5114 main();5175 glLoadIdentity (); 5115 5176 ; 5116 5177 return 0; … … 5139 5200 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5140 5201 (exit $ac_status); }; }; then 5141 ac_cv_lib_GL_ main=yes5202 ac_cv_lib_GL_glLoadIdentity=yes 5142 5203 else 5143 5204 echo "$as_me: failed program was:" >&5 5144 5205 sed 's/^/| /' conftest.$ac_ext >&5 5145 5206 5146 ac_cv_lib_GL_ main=no5207 ac_cv_lib_GL_glLoadIdentity=no 5147 5208 fi 5148 5209 rm -f conftest.err conftest.$ac_objext \ … … 5150 5211 LIBS=$ac_check_lib_save_LIBS 5151 5212 fi 5152 echo "$as_me:$LINENO: result: $ac_cv_lib_GL_ main" >&55153 echo "${ECHO_T}$ac_cv_lib_GL_ main" >&65154 if test $ac_cv_lib_GL_ main= yes; then5213 echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glLoadIdentity" >&5 5214 echo "${ECHO_T}$ac_cv_lib_GL_glLoadIdentity" >&6 5215 if test $ac_cv_lib_GL_glLoadIdentity = yes; then 5155 5216 FOUND_GL=yes 5156 5217 fi 5157 5218 5158 if test "$FOUND_GL" = "yes"; then5219 if test x$FOUND_GL = xyes ; then 5159 5220 LIBS="$LIBS -lGL" 5160 5221 else … … 5390 5451 fi 5391 5452 5392 if test "$FOUND_GLU" = "yes"; then5453 if test x$FOUND_GLU = xyes ; then 5393 5454 LIBS="$LIBS -lGLU" 5394 5455 else … … 5619 5680 fi 5620 5681 5621 if test "$FOUND_SDL" = "yes"; then5682 if test x$FOUND_SDL = xyes ; then 5622 5683 LIBS="$LIBS -lSDL" 5623 5684 else … … 5639 5700 # LIBS="$LIBS $SDL_LIBS" 5640 5701 ;; 5641 5642 ### OS X ### 5702 #-----------# 5703 # MAC -OS X # 5704 #-----------# 5643 5705 *darwin*) 5644 echo "OS X detected"5706 echo "OS X detected" 5645 5707 5646 5708 osX="yes" … … 5960 6022 LIBS="$LIBS -framework OpenGL" 5961 6023 6024 SDL_CFLAGS=`sdl-config --cflags` 6025 SDL_LIBS=`sdl-config --libs` 6026 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS" 6027 LIBS="$LIBS $SDL_LIBS" 6028 6029 5962 6030 # checking for SDL-headers 5963 6031 # AC_CHECK_HEADERS(SDL/SDL.h ,, … … 5971 6039 # ) 5972 6040 5973 SDL_CFLAGS=`sdl-config --cflags`5974 SDL_LIBS=`sdl-config --libs`5975 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"5976 LIBS="$LIBS $SDL_LIBS"5977 6041 5978 6042 ;; … … 5984 6048 5985 6049 5986 ## check for SDL_Image 5987 if test "$def_sdl_image" = "yes"; then 6050 ################################### 6051 ## CHECKING FOR HEADERS AND LIBS ## 6052 ################################### 6053 6054 #-----------# 6055 # SDL_Image # 6056 #-----------# 6057 if test x$def_sdl_image = xyes; then 5988 6058 # checking for SDL_image-headers 5989 6059 … … 6140 6210 6141 6211 fi 6142 if test "$def_sdl_image" = "yes"; then6212 if test x$def_sdl_image = xyes; then 6143 6213 # checking for SDL_image-lib 6144 6214 echo "$as_me:$LINENO: checking for main in -lSDL_image" >&5 … … 6204 6274 fi 6205 6275 6206 if test "$FOUND_SDL_image" = "yes"; then6276 if test x$FOUND_SDL_image = xyes ; then 6207 6277 LIBS="$LIBS -lSDL_image" 6208 6278 else … … 6215 6285 fi 6216 6286 6217 6218 if test "$def_sdl_image" = "no"; then 6219 ## checking for libjpeg 6287 ## case no SDL-image: 6288 if test x$def_sdl_image = xno; then 6289 #---------# 6290 # libjpeg # 6291 #---------# 6220 6292 6221 6293 for ac_header in jpeglib.h … … 6370 6442 done 6371 6443 6372 if test $jpegHeader = "no"; then6444 if test x$jpegHeader = xno; then 6373 6445 echo " not including jpeg." 6374 6446 else … … 6435 6507 fi 6436 6508 6437 if test "$FOUND_jpeg" = "yes"; then6509 if test x$FOUND_jpeg = xyes ; then 6438 6510 LIBS="$LIBS -ljpeg" 6439 6511 else … … 6446 6518 fi 6447 6519 6448 ## checking for libpng 6520 #--------# 6521 # libpng # 6522 #--------# 6449 6523 6450 6524 for ac_header in png.h … … 6599 6673 done 6600 6674 6601 if test $pngHeader = "no"; then6675 if test x$pngHeader = xno; then 6602 6676 echo " not including png." 6603 6677 else … … 6664 6738 fi 6665 6739 6666 if test "$FOUND_png" = "yes"; then6740 if test x$FOUND_png = xyes ; then 6667 6741 LIBS="$LIBS -lpng" 6668 6742 else … … 6676 6750 fi 6677 6751 6678 ## checking for GTK 6679 if test "$def_gtk" = yes; then 6752 #-----# 6753 # GTK # 6754 #-----# 6755 if test x$def_gtk = xyes; then 6680 6756 6681 6757 #PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.0.3 gthread-2.0 >= 2.0.3, have_gtk2=yes, have_gtk2=no) … … 6710 6786 6711 6787 6712 ## checking for gThread 6713 if test "$def_gthread" = yes; then 6788 #---------# 6789 # gThread # 6790 #---------# 6791 if test x$def_gthread = xyes; then 6714 6792 6715 6793 echo "$as_me:$LINENO: checking for gthread" >&5 … … 6743 6821 6744 6822 6745 ## checking for libcURL 6746 if test "$def_curl" = yes; then 6823 #---------# 6824 # libcURL # 6825 #---------# 6826 if test x$def_curl = xyes; then 6747 6827 6748 6828 … … 6987 7067 6988 7068 6989 6990 ##checking for pthread 7069 #---------# 7070 # pthread # 7071 #---------# 6991 7072 if test x$def_pthread = xyes ; then 6992 7073 if test x$have_gthread = xyes ; then … … 7205 7286 fi 7206 7287 7207 if test "$FOUND_pthread" = "yes"; then7288 if test x$FOUND_pthread = xyes ; then 7208 7289 LIBS="$LIBS -lpthread" 7209 7290 fi 7210 7291 fi 7211 7292 fi 7293 7294 7212 7295 # FIXME: Replace `main' with a function in `-lm': 7213 7296 … … 8096 8179 8097 8180 8098 ac_config_files="$ac_config_files Makefile src/console/Makefile src/gui/Makefile src/Makefile src/importer/Makefile" 8181 ###################### 8182 ## OUTPUT CONFIGURE ## 8183 ###################### 8184 ac_config_files="$ac_config_files Makefile src/Makefile src/lib/Makefile src/lib/graphics/Makefile src/lib/graphics/importer/Makefile src/lib/gui/Makefile src/lib/gui/console/Makefile src/lib/gui/gui/Makefile" 8185 8099 8186 8100 8187 cat >confcache <<\_ACEOF … … 8207 8294 Usually this means the macro was only invoked conditionally." >&5 8208 8295 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. 8296 Usually this means the macro was only invoked conditionally." >&2;} 8297 { (exit 1); exit 1; }; } 8298 fi 8299 if test -z "${SUB_PROJECTS_TRUE}" && test -z "${SUB_PROJECTS_FALSE}"; then 8300 { { echo "$as_me:$LINENO: error: conditional \"SUB_PROJECTS\" was never defined. 8301 Usually this means the macro was only invoked conditionally." >&5 8302 echo "$as_me: error: conditional \"SUB_PROJECTS\" was never defined. 8209 8303 Usually this means the macro was only invoked conditionally." >&2;} 8210 8304 { (exit 1); exit 1; }; } … … 8683 8777 # Handling of arguments. 8684 8778 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 8685 "src/console/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/console/Makefile" ;;8686 "src/gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/gui/Makefile" ;;8687 8779 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 8688 "src/importer/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/importer/Makefile" ;; 8780 "src/lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/Makefile" ;; 8781 "src/lib/graphics/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/graphics/Makefile" ;; 8782 "src/lib/graphics/importer/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/graphics/importer/Makefile" ;; 8783 "src/lib/gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gui/Makefile" ;; 8784 "src/lib/gui/console/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gui/console/Makefile" ;; 8785 "src/lib/gui/gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gui/gui/Makefile" ;; 8689 8786 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 8690 8787 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; … … 8831 8928 s,@EGREP@,$EGREP,;t t 8832 8929 s,@DEBUG@,$DEBUG,;t t 8930 s,@SUB_PROJECTS_TRUE@,$SUB_PROJECTS_TRUE,;t t 8931 s,@SUB_PROJECTS_FALSE@,$SUB_PROJECTS_FALSE,;t t 8833 8932 s,@DOXYGEN@,$DOXYGEN,;t t 8834 8933 s,@DOXYGEN_TRUE@,$DOXYGEN_TRUE,;t t -
orxonox/branches/updater/configure.ac
r3283 r3561 1 # -*- Autoconf -*- 2 # Process this file with autoconf to produce a configure script. 3 1 ########################################################################## 2 # orxonox - the future of 3D-vertical-scrollers # 3 # # 4 # Copyright (C) 2004 orx # 5 # # 6 # This program is free software; you can redistribute it and/or modify # 7 # it under the terms of the GNU General Public License as published by # 8 # the Free Software Foundation; either version 2, or (at your option) # 9 # any later version. # 10 # # 11 # ### File Specific: # 12 # main-programmer: Benjamin Grauer # 13 # co-programmer: ... # 14 # # 15 # This is the main configuration File of autoconf. # 16 # Please edit this file only, if you exactly know what you are doing. # 17 # It is quite fragile, and compiling orxonox on different Platforms # 18 # is only guarantied, if build with the right config. # 19 ########################################################################## 20 21 ######################### 22 ## AUTOCONF INIT PHASE ## 23 ######################### 4 24 AC_PREREQ(2.56) 5 25 AC_INIT(orxonox, 0.2.1-pre-alpha, [orxonox-dev at mail.datacore.ch]) 6 26 7 # Detect the canonical host and target build environment.27 ## Detect the canonical host and target build environment. 8 28 AC_CANONICAL_BUILD 9 29 AC_CANONICAL_HOST 10 30 AC_CANONICAL_TARGET 11 31 12 13 32 AM_INIT_AUTOMAKE 14 33 … … 16 35 AC_CONFIG_HEADER([config.h]) 17 36 18 19 # Checks for programs. 37 ######################### 38 ## Checks for programs ## 39 ######################### 20 40 AC_PROG_CXX 21 41 AC_HEADER_STDC 22 42 23 ### CHECKING OPTIONAT ARGUMENTS 24 ## DEBUG-statement 43 ################################## 44 ## CHECKING OPTIONAL ARGUMENTS ## 45 ################################## 46 47 #-----------------# 48 # DEBUG-statement # 49 #-----------------# 25 50 DEBUG=no 26 51 AC_MSG_CHECKING([if DEBUG-mode should be enabled]) … … 29 54 DEBUG=$enableval) 30 55 31 if test "$DEBUG" = "no"; then56 if test x$DEBUG = xno; then 32 57 echo "no" 33 echo " -> Setting debuglevel to 1. Like this you can still see errors."34 DEBUG= 135 elif test "$DEBUG" =yes; then58 echo " -> Setting debuglevel to 3. (orxonox is still in Development. It really is needed." 59 DEBUG=3 60 elif test x$DEBUG = xyes; then 36 61 echo "yes" 37 echo " -> Setting debuglevel to 3. HARD DEBUG MODE!!."38 DEBUG= 362 echo " -> Setting debuglevel to 4. HARD DEBUG MODE!!." 63 DEBUG=4 39 64 else 40 echo "yes setto $DEBUG"65 echo "yes: setting debuglevel to to $DEBUG" 41 66 fi 42 67 AC_DEFINE_UNQUOTED(DEBUG, $DEBUG, [in which debug mode we are]) … … 44 69 AC_SUBST(DEBUG) 45 70 46 ## GTK-disabled 71 #--------------# 72 # GTK-disabled # 73 #--------------# 47 74 AC_MSG_CHECKING([if gtk should be enabled]) 48 75 AC_ARG_WITH([gtk], 49 76 AC_HELP_STRING( [--without-gtk], 50 77 [Prevents GTK from being loaded]), [def_gtk=no], [def_gtk=yes]) 51 if test "$def_gtk" =yes; then78 if test x$def_gtk = xyes; then 52 79 echo "yes" 53 80 fi 54 if test "$def_gtk" =no; then81 if test x$def_gtk = xno; then 55 82 echo "no" 56 83 fi 57 84 58 ## gThread-disabled 85 #------------------# 86 # gThread-disabled # 87 #------------------# 59 88 AC_MSG_CHECKING([if gThread should be enabled]) 60 89 AC_ARG_WITH([gthread], 61 AC_HELP_STRING( [--without-gthread], 90 AC_HELP_STRING( [--without-gthread], 62 91 [Prevents gThread from being loaded]), [def_gthread=no], [def_gthread=yes]) 63 if test "$def_gthread" =yes; then92 if test x$def_gthread = xyes; then 64 93 echo "yes" 65 94 fi 66 if test "$def_gthread" =no; then95 if test x$def_gthread = xno; then 67 96 echo "no" 68 97 fi 69 98 70 ## pthread-disabled 99 #------------------# 100 # pthread-disabled # 101 #------------------# 71 102 AC_MSG_CHECKING([if pthread should be enabled]) 72 103 AC_ARG_WITH([pthread], 73 104 AC_HELP_STRING( [--without-pthread], 74 105 [Prevents pthread from being loaded]), [def_pthread=no], [def_pthread=yes]) 75 if test "$def_pthread" =yes; then106 if test x$def_pthread = xyes; then 76 107 echo "yes" 77 108 fi 78 if test "$def_pthread" =no; then109 if test x$def_pthread = xno; then 79 110 echo "no" 80 111 fi 81 112 82 ## libCurl disabled? 113 #------------------# 114 # libCurl-disabled # 115 #------------------# 83 116 AC_MSG_CHECKING([if libcURL should be enabled]) 84 117 AC_ARG_WITH([curl], 85 118 AC_HELP_STRING( [--without-curl], 86 119 [Prevents libcURL from being loaded]), [def_curl=no], [def_curl=yes]) 87 if test "$def_curl" =yes; then120 if test x$def_curl = xyes; then 88 121 echo "yes" 89 122 fi 90 if test "$def_curl" =no; then123 if test x$def_curl = xno; then 91 124 echo "no" 92 125 fi 93 126 94 ### SDL_image-disable 127 #-------------------# 128 # SDL_image-disable # 129 #-------------------# 95 130 def_sdl_image=yes 96 131 AC_MSG_CHECKING([if SDL_image should be enabled]) … … 98 133 AC_HELP_STRING( [--without-sdl-image], 99 134 [Prevents SDL_image from being loaded]), [def_sdl_image=no]) 100 if test "$def_sdl_image" =yes; then135 if test x$def_sdl_image = xyes; then 101 136 echo "yes" 102 137 fi 103 if test "$def_sdl_image" =no; then138 if test x$def_sdl_image = xno; then 104 139 echo "no" 105 140 fi 106 107 108 ## PROGRAMM CHECKING 109 # checking for Doxygen 141 #-------------------# 142 # SubProject-enable # 143 #-------------------# 144 def_sub_projects=no 145 AC_MSG_CHECKING([if the SubProjects should be built]) 146 AC_ARG_ENABLE([sub-projects], 147 AC_HELP_STRING( [--enable-sub-projects], 148 [also builds the subProjects while make from srcdir]), [def_sub_projects=yes]) 149 if test x$def_sub_projects = xyes; then 150 echo "yes" 151 fi 152 if test x$def_sub_projects = xno; then 153 echo "no" 154 fi 155 AM_CONDITIONAL(SUB_PROJECTS, test x$def_sub_projects = xyes) 156 157 ####################### 158 ## PROGRAMM CHECKING ## 159 ## 3. party Programs ## 160 ####################### 161 162 #----------------------# 163 # checking for Doxygen # 164 #----------------------# 110 165 AC_PATH_PROG(DOXYGEN, doxygen) 111 166 AM_CONDITIONAL(DOXYGEN, test $DOXYGEN) 112 167 113 ### CHECKING FOR SYSTEM ### 168 ######################### 169 ## CHECKING FOR SYSTEM ## 170 ######################### 171 ## here the system is checked, and openGL is included 172 ## also checking for SDL on differen Systems 114 173 115 174 AC_MSG_CHECKING([for System]) 116 175 ## checking for openGL-environment and other sys-specific parameters 117 176 case "$target" in 118 ### WINDOWS ### 177 #---------# 178 # WINDOWS # 179 #---------# 119 180 *-*-mingw32*) 120 181 echo "mingw-WINDOWS detected" … … 132 193 # checking for Windows openGl library 133 194 AC_CHECK_LIB([opengl32], [main], FOUND_opengl32=yes, "gl/gl.h") 134 if test "$FOUND_opengl32" = "yes"; then195 if test x$FOUND_opengl32 = xyes ; then 135 196 LIBS="$LIBS -lopengl32" 136 197 else … … 143 204 144 205 # cheking for GLU-header 145 AC_CHECK_HEADERS( GL/glu.h,,206 AC_CHECK_HEADERS([GL/glu.h] ,, 146 207 [AC_MSG_ERROR([cannot find opengl headers]) ]) 147 208 148 209 # checking for libGLU 149 210 AC_CHECK_LIB([glu32], [main], FOUND_glu32=yes) 150 if test "$FOUND_glu32" = "yes"; then211 if test x$FOUND_glu32 = xyes ; then 151 212 LIBS="$LIBS -lGLU32" 152 213 else … … 160 221 # checking for mingw32 161 222 AC_CHECK_LIB([mingw32], [main], FOUND_mingw32=yes) 162 if test $FOUND_mingw32 = "yes"; then223 if test x$FOUND_mingw32 = xyes; then 163 224 LIBS="$LIBS -lmingw32" 164 225 fi 165 226 # checking for SDL-headers 166 AC_CHECK_HEADERS( SDL/SDL.h,,227 AC_CHECK_HEADERS([SDL/SDL.h] ,, 167 228 [AC_MSG_ERROR([cannot find SDL headers]) ]) 168 229 169 230 #checking for libSDL 170 231 AC_CHECK_LIB([sdlmain], [main], FOUND_sdlmain=yes) 171 if test "$FOUND_sdlmain" = "yes"; then232 if test x$FOUND_sdlmain = xyes ; then 172 233 LIBS="$LIBS -lsdlmain" 173 234 else … … 179 240 fi 180 241 AC_CHECK_LIB([sdl], [main], FOUND_sdl=yes) 181 if test "$FOUND_sdl" = "yes"; then242 if test x$FOUND_sdl = xyes ; then 182 243 LIBS="$LIBS -lsdl" 183 244 else … … 190 251 191 252 ;; 192 193 ### LINUX ### 253 #-------# 254 # LINUX # 255 #-------# 194 256 *-*-linux*) 195 257 echo "Linux detected" … … 198 260 199 261 CPPFLAGS="-I/usr/X11R6/include" 200 LDFLAGS="-L/usr/ Mesa-6.0.1/lib -L/usr/X11R6/lib $LDFLAGS"262 LDFLAGS="-L/usr/lib/opengl/xorg-x11/lib -L/usr/Mesa-6.0.1/lib -L/usr/X11R6/lib $LDFLAGS" 201 263 # checking gl header 202 AC_CHECK_HEADERS( GL/gl.h,,264 AC_CHECK_HEADERS([GL/gl.h] ,, 203 265 [AC_MSG_ERROR([cannot find opengl headers]) ]) 204 266 205 267 # checking for Unix GL 206 AC_CHECK_LIB([GL], [ main], FOUND_GL=yes)207 if test "$FOUND_GL" = "yes"; then268 AC_CHECK_LIB([GL], [glLoadIdentity], FOUND_GL=yes) 269 if test x$FOUND_GL = xyes ; then 208 270 LIBS="$LIBS -lGL" 209 271 else … … 216 278 217 279 # cheking for GLU-header 218 AC_CHECK_HEADERS( GL/glu.h,,280 AC_CHECK_HEADERS([GL/glu.h] ,, 219 281 [AC_MSG_ERROR([cannot find opengl headers]) ]) 220 282 221 283 AC_CHECK_LIB([GLU], [gluProject], FOUND_GLU=yes) 222 if test "$FOUND_GLU" = "yes"; then284 if test x$FOUND_GLU = xyes ; then 223 285 LIBS="$LIBS -lGLU" 224 286 else … … 231 293 232 294 # checking for SDL-headers 233 AC_CHECK_HEADERS( SDL/SDL.h,,295 AC_CHECK_HEADERS([SDL/SDL.h] ,, 234 296 [AC_MSG_ERROR([cannot find SDL headers]) ]) 235 297 236 298 # checking for SDL-lib 237 299 AC_CHECK_LIB([SDL], [main], FOUND_SDL=yes) 238 if test "$FOUND_SDL" = "yes"; then300 if test x$FOUND_SDL = xyes ; then 239 301 LIBS="$LIBS -lSDL" 240 302 else … … 256 318 # LIBS="$LIBS $SDL_LIBS" 257 319 ;; 258 259 ### OS X ### 320 #-----------# 321 # MAC -OS X # 322 #-----------# 260 323 *darwin*) 261 echo "OS X detected"324 echo "OS X detected" 262 325 263 326 osX="yes" … … 265 328 CPPFLAGS="-I/sw/include $CPPFLAGS" 266 329 # checking gl header 267 AC_CHECK_HEADERS( OpenGL/gl.h,,330 AC_CHECK_HEADERS([OpenGL/gl.h] ,, 268 331 [AC_MSG_ERROR([cannot find opengl headers]) ]) 269 332 # cheking for GLU-header 270 AC_CHECK_HEADERS( OpenGL/glu.h,,333 AC_CHECK_HEADERS([OpenGL/glu.h] ,, 271 334 [AC_MSG_ERROR([cannot find opengl headers]) ]) 272 335 273 336 LIBS="$LIBS -framework OpenGL" 337 338 SDL_CFLAGS=`sdl-config --cflags` 339 SDL_LIBS=`sdl-config --libs` 340 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS" 341 LIBS="$LIBS $SDL_LIBS" 342 274 343 275 344 # checking for SDL-headers … … 284 353 # ) 285 354 286 SDL_CFLAGS=`sdl-config --cflags`287 SDL_LIBS=`sdl-config --libs`288 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"289 LIBS="$LIBS $SDL_LIBS"290 355 291 356 ;; … … 297 362 AC_SUBST(MSBITFIELDS) 298 363 299 ## check for SDL_Image 300 if test "$def_sdl_image" = "yes"; then 364 ################################### 365 ## CHECKING FOR HEADERS AND LIBS ## 366 ################################### 367 368 #-----------# 369 # SDL_Image # 370 #-----------# 371 if test x$def_sdl_image = xyes; then 301 372 # checking for SDL_image-headers 302 AC_CHECK_HEADERS( SDL/SDL_image.h,,373 AC_CHECK_HEADERS([SDL/SDL_image.h] ,, 303 374 [echo "sdl_image not found. falling back to other options"; def_sdl_image=no ]) 304 375 fi 305 if test "$def_sdl_image" = "yes"; then376 if test x$def_sdl_image = xyes; then 306 377 # checking for SDL_image-lib 307 AC_CHECK_LIB([SDL_image], [main], FOUND_SDL_image=yes)308 if test "$FOUND_SDL_image" = "yes"; then378 AC_CHECK_LIB([SDL_image], [main], [FOUND_SDL_image=yes]) 379 if test x$FOUND_SDL_image = xyes ; then 309 380 LIBS="$LIBS -lSDL_image" 310 381 else … … 317 388 fi 318 389 319 320 if test "$def_sdl_image" = "no"; then 321 ## checking for libjpeg 322 AC_CHECK_HEADERS(jpeglib.h ,jpegHeader="yes", 323 jpegHeader="no") 324 if test $jpegHeader = "no"; then 390 ## case no SDL-image: 391 if test x$def_sdl_image = xno; then 392 #---------# 393 # libjpeg # 394 #---------# 395 AC_CHECK_HEADERS([jpeglib.h], [jpegHeader="yes"], 396 [jpegHeader="no"]) 397 if test x$jpegHeader = xno; then 325 398 echo " not including jpeg." 326 399 else 327 AC_CHECK_LIB([jpeg], [main], FOUND_jpeg=yes)328 if test "$FOUND_jpeg" = "yes"; then400 AC_CHECK_LIB([jpeg], [main], [FOUND_jpeg=yes]) 401 if test x$FOUND_jpeg = xyes ; then 329 402 LIBS="$LIBS -ljpeg" 330 403 else … … 337 410 fi 338 411 339 ## checking for libpng 340 AC_CHECK_HEADERS(png.h ,pngHeader="yes", 341 pngHeader="no") 342 if test $pngHeader = "no"; then 412 #--------# 413 # libpng # 414 #--------# 415 AC_CHECK_HEADERS([png.h], [pngHeader="yes"], 416 [pngHeader="no"]) 417 if test x$pngHeader = xno; then 343 418 echo " not including png." 344 419 else 345 420 AC_CHECK_LIB([png], [main], FOUND_png=yes) 346 if test "$FOUND_png" = "yes"; then421 if test x$FOUND_png = xyes ; then 347 422 LIBS="$LIBS -lpng" 348 423 else … … 356 431 fi 357 432 358 ## checking for GTK 359 if test "$def_gtk" = yes; then 433 #-----# 434 # GTK # 435 #-----# 436 if test x$def_gtk = xyes; then 360 437 361 438 #PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.0.3 gthread-2.0 >= 2.0.3, have_gtk2=yes, have_gtk2=no) … … 376 453 AM_CONDITIONAL(HAVE_GTK2, test x$have_gtk2 = xyes) 377 454 378 ## checking for gThread 379 if test "$def_gthread" = yes; then 455 #---------# 456 # gThread # 457 #---------# 458 if test x$def_gthread = xyes; then 380 459 381 460 AC_MSG_CHECKING([for gthread]) … … 395 474 AM_CONDITIONAL(HAVE_GTHREAD, test x$have_gthread = xyes) 396 475 397 ## checking for libcURL 398 if test "$def_curl" = yes; then 399 400 AC_CHECK_HEADERS([curl/curl.h], curlHeader="yes", curlHeader="no") 476 #---------# 477 # libcURL # 478 #---------# 479 if test x$def_curl = xyes; then 480 481 AC_CHECK_HEADERS([curl/curl.h], [curlHeader="yes"], [curlHeader="no"]) 401 482 AC_CHECK_LIB([curl], [main], [FOUND_curl=yes]) 402 483 if test x$curlHeader = xyes & test x$FOUND_curl = xyes ; then … … 405 486 CURLCFLAGS=`curl-config --cflags` 406 487 AC_DEFINE_UNQUOTED(HAVE_CURL, 1, [if we have CURL]) 407 else 488 else 408 489 have_curl=no 409 490 fi … … 414 495 AM_CONDITIONAL(HAVE_CURL, test x$have_curl = xyes) 415 496 416 417 ##checking for pthread 497 #---------# 498 # pthread # 499 #---------# 418 500 if test x$def_pthread = xyes ; then 419 501 if test x$have_gthread = xyes ; then 420 AC_CHECK_HEADERS([pthread.h], pthreadHeader="yes", pthreadHeader="no")421 AC_CHECK_LIB([pthread], [main], FOUND_pthread=yes)422 if test "$FOUND_pthread" = "yes"; then502 AC_CHECK_HEADERS([pthread.h], [pthreadHeader="yes"], [pthreadHeader="no"]) 503 AC_CHECK_LIB([pthread], [main], [FOUND_pthread=yes]) 504 if test x$FOUND_pthread = xyes ; then 423 505 LIBS="$LIBS -lpthread" 424 506 fi 425 507 fi 426 508 fi 509 510 427 511 # FIXME: Replace `main' with a function in `-lm': 428 512 AC_CHECK_LIB([m], [main]) … … 440 524 AC_CHECK_FUNCS([bzero sqrt]) 441 525 526 ###################### 527 ## OUTPUT CONFIGURE ## 528 ###################### 442 529 AC_CONFIG_FILES([Makefile 443 src/console/Makefile444 src/gui/Makefile445 530 src/Makefile 446 src/importer/Makefile]) 531 src/lib/Makefile 532 src/lib/graphics/Makefile 533 src/lib/graphics/importer/Makefile 534 src/lib/gui/Makefile 535 src/lib/gui/console/Makefile 536 src/lib/gui/gui/Makefile]) 537 447 538 AC_OUTPUT -
orxonox/branches/updater/doc/orxodox.src
r2710 r3561 7 7 PROJECT_NAME = Orxonox 8 8 PROJECT_NUMBER = 1 9 OUTPUT_DIRECTORY = do c/doxygen/9 OUTPUT_DIRECTORY = doxygen/ 10 10 CREATE_SUBDIRS = YES 11 11 OUTPUT_LANGUAGE = English … … 34 34 #--------------------------------------------------------------------------- 35 35 EXTRACT_ALL = NO 36 EXTRACT_PRIVATE = NO37 EXTRACT_STATIC = NO36 EXTRACT_PRIVATE = YES 37 EXTRACT_STATIC = YES 38 38 EXTRACT_LOCAL_CLASSES = YES 39 39 EXTRACT_LOCAL_METHODS = NO … … 69 69 # configuration options related to the input files 70 70 #--------------------------------------------------------------------------- 71 INPUT = src/71 INPUT = . 72 72 FILE_PATTERNS = 73 RECURSIVE = YES73 RECURSIVE = NO 74 74 EXCLUDE = 75 75 EXCLUDE_SYMLINKS = NO -
orxonox/branches/updater/doc/orxonox.1
r1861 r3561 14 14 .\" the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 15 15 .\" 16 .TH ORXONOX 1 " April 13, 2004"16 .TH ORXONOX 1 "March 2, 2004" 17 17 .\" Please update the above date whenever this man page is modified. 18 18 .\" … … 28 28 .\" for manpage-specific macros, see man(7) 29 29 .SH NAME 30 orxonox \- the future of 3D-vertical-scrollers30 orxonox \- High-End Vertical Scroller 31 31 .SH SYNOPSIS 32 32 .B orxonox 33 33 .RI [ options ] 34 34 .SH DESCRIPTION 35 \fBorxonox\fP washes your windows, mends your fences, mows your lawn...35 \fBorxonox\fP is an open-source vertical scroller game programmed in C++,OpenGL and SDL. It's designed to run on all important platforms like Linux, MacOS X, Windows. 36 36 .PP 37 It also...37 It washes your windows, mends your fences, mows your lawn... 38 38 .SH OPTIONS 39 39 \fBorxonox\fP accepts the following options: 40 .TP41 .BR -q , " --quiet" , " --silent"42 Inhibit usual output.43 .TP44 .B -v, --verbose45 Print more information.46 40 .TP 47 41 .B \-h, \-\-help 48 42 Show summary of options. 49 43 .TP 50 .B \-V, \-\-version 51 Show version of program. 44 .B \-v=<i>, \-\-verbose=\<i\> 45 Prints out: 0: nothing, 1: error, 2: warnings, 3: information, 4+: debug 46 .TP 47 .B \-g, \-\-gui 48 displays the gui prior to starting orxonox. (this is also the case, if the configuration-files do not exist in your home). 49 .TP 50 .B \-q, \-\-windowed 51 starts orxonox in windowed mode. (not fullscreen) 52 .TP 53 .B \-\-no\-sound 54 Disables audio completely 55 .TP 56 .B \-w, \-\-wireframe 57 Renders everything in Wireframe mode. 58 .TP 52 59 .\" .SH "SEE ALSO" 53 60 .\" .BR foo (1), 54 61 .\" .BR bar (1). 55 62 .SH AUTHOR 56 orx <orxonox-announce@mail.datacore.ch>.63 orx-crew <orxonox@orxonox.ethz.ch>.
Note: See TracChangeset
for help on using the changeset viewer.