Changeset 2617 in orxonox.OLD for orxonox/branches/buerli/gui
- Timestamp:
- Oct 22, 2004, 2:02:37 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/buerli/gui/Makefile.in
r2589 r2617 1 # Makefile.in generated by automake 1.7. 9from Makefile.am.1 # Makefile.in generated by automake 1.7.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 , 20034 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 5 5 # Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation … … 90 90 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 91 91 am__include = @am__include@ 92 am__leading_dot = @am__leading_dot@93 92 am__quote = @am__quote@ 94 93 bindir = @bindir@ … … 129 128 EXTRA_DIST = rc banner.xpm 130 129 subdir = gui 131 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4132 130 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 133 131 CONFIG_HEADER = $(top_builddir)/config.h … … 161 159 HEADERS = $(noinst_HEADERS) 162 160 163 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in Makefile.am161 DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in 164 162 SOURCES = $(gui_SOURCES) 165 163 … … 214 212 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox_gui_video.Po@am__quote@ 215 213 214 distclean-depend: 215 -rm -rf ./$(DEPDIR) 216 216 217 .cc.o: 217 218 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 218 219 @am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 219 @am__fastdepCXX_TRUE@ then mv -f"$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \220 @am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 220 221 @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 221 222 @am__fastdepCXX_TRUE@ fi … … 227 228 .cc.obj: 228 229 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 229 @am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<' ; fi`; \230 @am__fastdepCXX_TRUE@ then mv -f"$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \230 @am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`; \ 231 @am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 231 232 @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 232 233 @am__fastdepCXX_TRUE@ fi … … 234 235 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 235 236 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 236 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<' ; fi`237 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'` 237 238 uninstall-info-am: 238 239 … … 328 329 installdirs: 329 330 $(mkinstalldirs) $(DESTDIR)$(bindir) 331 330 332 install: install-am 331 333 install-exec: install-exec-am … … 339 341 install-strip: 340 342 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 341 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)"INSTALL_STRIP_FLAG=-s \343 INSTALL_STRIP_FLAG=-s \ 342 344 `test -z '$(STRIP)' || \ 343 345 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install … … 347 349 348 350 distclean-generic: 349 -rm -f $(CONFIG_CLEAN_FILES)351 -rm -f Makefile $(CONFIG_CLEAN_FILES) 350 352 351 353 maintainer-clean-generic: … … 357 359 358 360 distclean: distclean-am 359 -rm -rf ./$(DEPDIR) 360 -rm -f Makefile 361 distclean-am: clean-am distclean-compile distclean-generic \ 362 distclean-tags 361 362 distclean-am: clean-am distclean-compile distclean-depend \ 363 distclean-generic distclean-tags 363 364 364 365 dvi: dvi-am … … 381 382 382 383 maintainer-clean: maintainer-clean-am 383 -rm -rf ./$(DEPDIR) 384 -rm -f Makefile 384 385 385 maintainer-clean-am: distclean-am maintainer-clean-generic 386 386 … … 401 401 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ 402 402 clean-generic ctags distclean distclean-compile \ 403 distclean- generic distclean-tags distdir dvi dvi-am info\404 info-am install install-am install-binPROGRAMS install-data\405 install-data -am install-exec install-exec-am install-info\406 install-info -am install-man install-strip installcheck\407 installcheck -am installdirs maintainer-clean \403 distclean-depend distclean-generic distclean-tags distdir dvi \ 404 dvi-am info info-am install install-am install-binPROGRAMS \ 405 install-data install-data-am install-exec install-exec-am \ 406 install-info install-info-am install-man install-strip \ 407 installcheck installcheck-am installdirs maintainer-clean \ 408 408 maintainer-clean-generic mostlyclean mostlyclean-compile \ 409 409 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
Note: See TracChangeset
for help on using the changeset viewer.