Changeset 3561 in orxonox.OLD for orxonox/branches/levelloader
- Timestamp:
- Mar 15, 2005, 5:59:44 PM (20 years ago)
- Location:
- orxonox/branches/levelloader
- Files:
-
- 10 edited
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
Note: See TracChangeset
for help on using the changeset viewer.