- Timestamp:
- Mar 15, 2005, 6:03:02 PM (20 years ago)
- Location:
- orxonox/branches/levelloader
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelloader/Makefile.in
r3561 r3563 1 # Makefile.in generated by automake 1.8. 5from Makefile.am.1 # Makefile.in generated by automake 1.8.2 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 config.guess config.sub depcomp\41 install-sh missing mkinstalldirs40 COPYING ChangeLog INSTALL NEWS TODO config.guess config.sub \ 41 depcomp 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=.; \331 330 else \ 332 331 include_option=--include; \ 333 empty_fix=; \334 332 fi; \ 335 333 list='$(SUBDIRS)'; for subdir in $$list; do \ 336 334 if test "$$subdir" = .; then :; else \ 337 test ! -f $$subdir/TAGS ||\335 test -f $$subdir/TAGS && \ 338 336 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 339 337 fi; \ … … 345 343 $(AWK) ' { files[$$0] = 1; } \ 346 344 END { for (i in files) print i; }'`; \ 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 345 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 346 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 347 $$tags $$unique 352 348 ctags: CTAGS 353 349 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ … … 458 454 uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\ 459 455 *.shar.gz*) \ 460 GZIP=$(GZIP_ENV) gunzip -c $(distdir). shar.gz | unshar ;;\456 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\ 461 457 *.zip*) \ 462 458 unzip $(distdir).zip ;;\ … … 481 477 && chmod -R a-w "$$dc_install_base" \ 482 478 && ({ \ 483 (cd ../.. && umask 077 && mkdir"$$dc_destdir") \479 (cd ../.. && $(mkdir_p) "$$dc_destdir") \ 484 480 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 485 481 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ -
orxonox/branches/levelloader/aclocal.m4
r3561 r3563 1 # generated automatically by aclocal 1.8. 5-*- Autoconf -*-1 # generated automatically by aclocal 1.8.2 -*- 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. 5])])43 [AM_AUTOMAKE_VERSION([1.8.2])]) 44 44 45 45 # AM_AUX_DIR_EXPAND … … 150 150 fi])]) 151 151 152 # serial 7-*- Autoconf -*-152 # serial 6 -*- 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 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 240 # Solaris 8's {/usr,}/bin/sh. 241 touch sub/conftst$i.h 239 : > sub/conftst$i.h 242 240 done 243 241 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf … … 267 265 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 268 266 # icc doesn't choke on unknown options, it will just issue warnings 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 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 277 270 am_cv_$1_dependencies_compiler_type=$depmode 278 271 break … … 320 313 # Generate code to set up dependency tracking. -*- Autoconf -*- 321 314 322 # Copyright (C) 1999, 2000, 2001, 2002, 2003 , 2004Free Software Foundation, Inc.315 # Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. 323 316 324 317 # This program is free software; you can redistribute it and/or modify … … 359 352 # Extract the definition of DEP_FILES from the Makefile without 360 353 # running `make'. 361 DEPDIR=`sed -n 's/^DEPDIR =//p' < "$mf"`354 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` 362 355 test -z "$DEPDIR" && continue 363 356 # When using ansi2knr, U may be empty or an underscore; expand it 364 U=`sed -n 's/^U =//p' < "$mf"`357 U=`sed -n -e '/^U = / s///p' < "$mf"` 365 358 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" 366 359 # We invoke sed twice because it is the simplest approach to 367 360 # changing $(DEPDIR) to its actual value in the expansion. 368 for file in `sed -n '361 for file in `sed -n -e ' 369 362 /^DEP_FILES = .*\\\\$/ { 370 363 s/^DEP_FILES = // … … 725 718 # Do not use -m 0755 and let people choose whatever they expect by 726 719 # 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 a730 # 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 only732 # one can create it and the other will error out. Consequently we733 # restrict ourselves to GNU make (using the --version option ensures734 # this.)735 720 AC_DEFUN([AM_PROG_MKDIR_P], 736 [if mkdir -p -- version . >/dev/null 2>&1 && test ! -d ./--version; then721 [if mkdir -p -- . 2>/dev/null; then 737 722 # Keeping the `.' argument allows $(mkdir_p) to be used without 738 723 # argument. Indeed, we sometimes output rules like … … 747 732 # directories to create, and then abort because `.' already 748 733 # exists. 749 for d in ./-p ./-- version;734 for d in ./-p ./--; 750 735 do 751 736 test -d $d && rmdir $d -
orxonox/branches/levelloader/configure
r3561 r3563 1599 1599 fi 1600 1600 1601 if mkdir -p -- version . >/dev/null 2>&1 && test ! -d ./--version; then1601 if mkdir -p -- . 2>/dev/null; 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 ./-- version;1614 for d in ./-p ./--; 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 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 2521 # Solaris 8's {/usr,}/bin/sh. 2522 touch sub/conftst$i.h 2520 : > sub/conftst$i.h 2523 2521 done 2524 2522 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf … … 2548 2546 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 2549 2547 # icc doesn't choke on unknown options, it will just issue warnings 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 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 2558 2551 am_cv_CXX_dependencies_compiler_type=$depmode 2559 2552 break … … 3356 3349 for i in 1 2 3 4 5 6; do 3357 3350 echo '#include "conftst'$i'.h"' >> sub/conftest.c 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 3351 : > sub/conftst$i.h 3361 3352 done 3362 3353 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf … … 3386 3377 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 3387 3378 # icc doesn't choke on unknown options, it will just issue warnings 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 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 3396 3382 am_cv_CC_dependencies_compiler_type=$depmode 3397 3383 break … … 9573 9559 # Extract the definition of DEP_FILES from the Makefile without 9574 9560 # running `make'. 9575 DEPDIR=`sed -n 's/^DEPDIR =//p' < "$mf"`9561 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` 9576 9562 test -z "$DEPDIR" && continue 9577 9563 # When using ansi2knr, U may be empty or an underscore; expand it 9578 U=`sed -n 's/^U =//p' < "$mf"`9564 U=`sed -n -e '/^U = / s///p' < "$mf"` 9579 9565 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" 9580 9566 # We invoke sed twice because it is the simplest approach to 9581 9567 # changing $(DEPDIR) to its actual value in the expansion. 9582 for file in `sed -n '9568 for file in `sed -n -e ' 9583 9569 /^DEP_FILES = .*\\\\$/ { 9584 9570 s/^DEP_FILES = // -
orxonox/branches/levelloader/src/Makefile.in
r3561 r3563 1 # Makefile.in generated by automake 1.8. 5from Makefile.am.1 # Makefile.in generated by automake 1.8.2 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 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"352 $(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=.; \1012 1011 else \ 1013 1012 include_option=--include; \ 1014 empty_fix=; \1015 1013 fi; \ 1016 1014 list='$(SUBDIRS)'; for subdir in $$list; do \ 1017 1015 if test "$$subdir" = .; then :; else \ 1018 test ! -f $$subdir/TAGS ||\1016 test -f $$subdir/TAGS && \ 1019 1017 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 1020 1018 fi; \ … … 1026 1024 $(AWK) ' { files[$$0] = 1; } \ 1027 1025 END { for (i in files) print i; }'`; \ 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 1026 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 1027 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1028 $$tags $$unique 1033 1029 ctags: CTAGS 1034 1030 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ … … 1100 1096 installdirs: installdirs-recursive 1101 1097 installdirs-am: 1102 for dir in "$(DESTDIR)$(bindir)"; do \ 1103 test -z "$$dir" || $(mkdir_p) "$$dir"; \ 1104 done 1098 $(mkdir_p) $(DESTDIR)$(bindir) 1105 1099 install: install-recursive 1106 1100 install-exec: install-exec-recursive -
orxonox/branches/levelloader/src/lib/Makefile.in
r3561 r3563 1 # Makefile.in generated by automake 1.8. 5from Makefile.am.1 # Makefile.in generated by automake 1.8.2 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=.; \281 280 else \ 282 281 include_option=--include; \ 283 empty_fix=; \284 282 fi; \ 285 283 list='$(SUBDIRS)'; for subdir in $$list; do \ 286 284 if test "$$subdir" = .; then :; else \ 287 test ! -f $$subdir/TAGS ||\285 test -f $$subdir/TAGS && \ 288 286 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 289 287 fi; \ … … 295 293 $(AWK) ' { files[$$0] = 1; } \ 296 294 END { for (i in files) print i; }'`; \ 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 295 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 296 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 297 $$tags $$unique 302 298 ctags: CTAGS 303 299 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ -
orxonox/branches/levelloader/src/lib/graphics/Makefile.in
r3561 r3563 1 # Makefile.in generated by automake 1.8. 5from Makefile.am.1 # Makefile.in generated by automake 1.8.2 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=.; \275 274 else \ 276 275 include_option=--include; \ 277 empty_fix=; \278 276 fi; \ 279 277 list='$(SUBDIRS)'; for subdir in $$list; do \ 280 278 if test "$$subdir" = .; then :; else \ 281 test ! -f $$subdir/TAGS ||\279 test -f $$subdir/TAGS && \ 282 280 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 283 281 fi; \ … … 289 287 $(AWK) ' { files[$$0] = 1; } \ 290 288 END { for (i in files) print i; }'`; \ 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 289 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 290 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 291 $$tags $$unique 296 292 ctags: CTAGS 297 293 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ -
orxonox/branches/levelloader/src/lib/graphics/importer/Makefile.in
r3561 r3563 1 # Makefile.in generated by automake 1.8. 5from Makefile.am.1 # Makefile.in generated by automake 1.8.2 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 44 $(srcdir)/Makefile.in TODO 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 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"239 $(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 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 332 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 333 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 334 $$tags $$unique 337 335 ctags: CTAGS 338 336 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ … … 389 387 all-am: Makefile $(PROGRAMS) $(HEADERS) 390 388 installdirs: 391 for dir in "$(DESTDIR)$(bindir)"; do \ 392 test -z "$$dir" || $(mkdir_p) "$$dir"; \ 393 done 389 $(mkdir_p) $(DESTDIR)$(bindir) 394 390 install: install-am 395 391 install-exec: install-exec-am -
orxonox/branches/levelloader/src/lib/gui/Makefile.in
r3561 r3563 1 # Makefile.in generated by automake 1.8. 5from Makefile.am.1 # Makefile.in generated by automake 1.8.2 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=.; \277 276 else \ 278 277 include_option=--include; \ 279 empty_fix=; \280 278 fi; \ 281 279 list='$(SUBDIRS)'; for subdir in $$list; do \ 282 280 if test "$$subdir" = .; then :; else \ 283 test ! -f $$subdir/TAGS ||\281 test -f $$subdir/TAGS && \ 284 282 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 285 283 fi; \ … … 291 289 $(AWK) ' { files[$$0] = 1; } \ 292 290 END { for (i in files) print i; }'`; \ 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 291 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 292 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 293 $$tags $$unique 298 294 ctags: CTAGS 299 295 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ -
orxonox/branches/levelloader/src/lib/gui/console/Makefile.in
r3561 r3563 1 # Makefile.in generated by automake 1.8. 5from Makefile.am.1 # Makefile.in generated by automake 1.8.2 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 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"227 $(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 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 299 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 300 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 301 $$tags $$unique 304 302 ctags: CTAGS 305 303 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ … … 356 354 all-am: Makefile $(PROGRAMS) $(HEADERS) 357 355 installdirs: 358 for dir in "$(DESTDIR)$(bindir)"; do \ 359 test -z "$$dir" || $(mkdir_p) "$$dir"; \ 360 done 356 $(mkdir_p) $(DESTDIR)$(bindir) 361 357 install: install-am 362 358 install-exec: install-exec-am -
orxonox/branches/levelloader/src/lib/gui/gui/Makefile.in
r3561 r3563 1 # Makefile.in generated by automake 1.8. 5from Makefile.am.1 # Makefile.in generated by automake 1.8.2 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 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"260 $(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 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 338 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 339 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 340 $$tags $$unique 343 341 ctags: CTAGS 344 342 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ … … 395 393 all-am: Makefile $(PROGRAMS) $(HEADERS) 396 394 installdirs: 397 for dir in "$(DESTDIR)$(bindir)"; do \ 398 test -z "$$dir" || $(mkdir_p) "$$dir"; \ 399 done 395 $(mkdir_p) $(DESTDIR)$(bindir) 400 396 install: install-am 401 397 install-exec: install-exec-am
Note: See TracChangeset
for help on using the changeset viewer.