Changeset 2617 in orxonox.OLD for orxonox/branches/buerli/console/Makefile.in
- Timestamp:
- Oct 22, 2004, 2:02:37 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/buerli/console/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@ … … 118 117 noinst_HEADERS = orxonox_console.h orxonox_console_entry.h orxonox_console_log.h 119 118 subdir = console 120 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4121 119 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 122 120 CONFIG_HEADER = $(top_builddir)/config.h … … 146 144 HEADERS = $(noinst_HEADERS) 147 145 148 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in Makefile.am146 DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in 149 147 SOURCES = $(console_SOURCES) 150 148 … … 196 194 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox_console_log.Po@am__quote@ 197 195 196 distclean-depend: 197 -rm -rf ./$(DEPDIR) 198 198 199 .cc.o: 199 200 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 200 201 @am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 201 @am__fastdepCXX_TRUE@ then mv -f"$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \202 @am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 202 203 @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 203 204 @am__fastdepCXX_TRUE@ fi … … 209 210 .cc.obj: 210 211 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 211 @am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<' ; fi`; \212 @am__fastdepCXX_TRUE@ then mv -f"$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \212 @am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`; \ 213 @am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 213 214 @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 214 215 @am__fastdepCXX_TRUE@ fi … … 216 217 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 217 218 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 218 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<' ; fi`219 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'` 219 220 uninstall-info-am: 220 221 … … 310 311 installdirs: 311 312 $(mkinstalldirs) $(DESTDIR)$(bindir) 313 312 314 install: install-am 313 315 install-exec: install-exec-am … … 321 323 install-strip: 322 324 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 323 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)"INSTALL_STRIP_FLAG=-s \325 INSTALL_STRIP_FLAG=-s \ 324 326 `test -z '$(STRIP)' || \ 325 327 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install … … 329 331 330 332 distclean-generic: 331 -rm -f $(CONFIG_CLEAN_FILES)333 -rm -f Makefile $(CONFIG_CLEAN_FILES) 332 334 333 335 maintainer-clean-generic: … … 339 341 340 342 distclean: distclean-am 341 -rm -rf ./$(DEPDIR) 342 -rm -f Makefile 343 distclean-am: clean-am distclean-compile distclean-generic \ 344 distclean-tags 343 344 distclean-am: clean-am distclean-compile distclean-depend \ 345 distclean-generic distclean-tags 345 346 346 347 dvi: dvi-am … … 363 364 364 365 maintainer-clean: maintainer-clean-am 365 -rm -rf ./$(DEPDIR) 366 -rm -f Makefile 366 367 367 maintainer-clean-am: distclean-am maintainer-clean-generic 368 368 … … 383 383 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ 384 384 clean-generic ctags distclean distclean-compile \ 385 distclean- generic distclean-tags distdir dvi dvi-am info\386 info-am install install-am install-binPROGRAMS install-data\387 install-data -am install-exec install-exec-am install-info\388 install-info -am install-man install-strip installcheck\389 installcheck -am installdirs maintainer-clean \385 distclean-depend distclean-generic distclean-tags distdir dvi \ 386 dvi-am info info-am install install-am install-binPROGRAMS \ 387 install-data install-data-am install-exec install-exec-am \ 388 install-info install-info-am install-man install-strip \ 389 installcheck installcheck-am installdirs maintainer-clean \ 390 390 maintainer-clean-generic mostlyclean mostlyclean-compile \ 391 391 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
Note: See TracChangeset
for help on using the changeset viewer.