Changeset 4090 in orxonox.OLD for orxonox/branches/heightMap/src/lib/gui/console
- Timestamp:
- May 6, 2005, 6:01:06 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/heightMap/src/lib/gui/console/Makefile.in
r3789 r4090 1 # Makefile.in generated by automake 1. 8.5from Makefile.am.1 # Makefile.in generated by automake 1.9.3 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 38 38 PRE_UNINSTALL = : 39 39 POST_UNINSTALL = : 40 build_triplet = @build@ 40 41 host_triplet = @host@ 42 target_triplet = @target@ 41 43 bin_PROGRAMS = console$(EXEEXT) 42 44 subdir = src/lib/gui/console … … 60 62 depcomp = $(SHELL) $(top_srcdir)/depcomp 61 63 am__depfiles_maybe = depfiles 62 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/orxonox_console.Po \63 @AMDEP_TRUE@ ./$(DEPDIR)/orxonox_console_entry.Po \64 @AMDEP_TRUE@ ./$(DEPDIR)/orxonox_console_log.Po65 64 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 66 65 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) … … 152 151 am__leading_dot = @am__leading_dot@ 153 152 am__quote = @am__quote@ 153 am__tar = @am__tar@ 154 am__untar = @am__untar@ 154 155 bindir = @bindir@ 155 156 build = @build@ … … 206 207 esac; \ 207 208 done; \ 208 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/lib/gui/console/Makefile'; \209 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/gui/console/Makefile'; \ 209 210 cd $(top_srcdir) && \ 210 $(AUTOMAKE) -- foreignsrc/lib/gui/console/Makefile211 $(AUTOMAKE) --gnu src/lib/gui/console/Makefile 211 212 .PRECIOUS: Makefile 212 213 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status … … 267 268 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 268 269 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 269 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 270 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 270 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 271 271 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< 272 272 … … 275 275 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 276 276 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 277 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 278 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 277 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 279 278 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 280 279 uninstall-info-am: … … 381 380 382 381 distclean-generic: 383 - rm -f $(CONFIG_CLEAN_FILES)382 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 384 383 385 384 maintainer-clean-generic:
Note: See TracChangeset
for help on using the changeset viewer.