Changeset 4090 in orxonox.OLD for orxonox/branches/heightMap/src/lib/gui/Makefile.in
- Timestamp:
- May 6, 2005, 6:01:06 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/heightMap/src/lib/gui/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 … … 34 34 PRE_UNINSTALL = : 35 35 POST_UNINSTALL = : 36 build_triplet = @build@ 36 37 host_triplet = @host@ 38 target_triplet = @target@ 37 39 subdir = src/lib/gui 38 40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in … … 133 135 am__leading_dot = @am__leading_dot@ 134 136 am__quote = @am__quote@ 137 am__tar = @am__tar@ 138 am__untar = @am__untar@ 135 139 bindir = @bindir@ 136 140 build = @build@ … … 180 184 esac; \ 181 185 done; \ 182 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/lib/gui/Makefile'; \186 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/gui/Makefile'; \ 183 187 cd $(top_srcdir) && \ 184 $(AUTOMAKE) -- foreignsrc/lib/gui/Makefile188 $(AUTOMAKE) --gnu src/lib/gui/Makefile 185 189 .PRECIOUS: Makefile 186 190 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status … … 349 353 fi; \ 350 354 done 351 list='$( SUBDIRS)'; for subdir in $$list; do \355 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 352 356 if test "$$subdir" = .; then :; else \ 353 357 test -d "$(distdir)/$$subdir" \ 354 || mkdir"$(distdir)/$$subdir" \358 || $(mkdir_p) "$(distdir)/$$subdir" \ 355 359 || exit 1; \ 360 distdir=`$(am__cd) $(distdir) && pwd`; \ 361 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 356 362 (cd $$subdir && \ 357 363 $(MAKE) $(AM_MAKEFLAGS) \ 358 top_distdir=" ../$(top_distdir)" \359 distdir=" ../$(distdir)/$$subdir" \364 top_distdir="$$top_distdir" \ 365 distdir="$$distdir/$$subdir" \ 360 366 distdir) \ 361 367 || exit 1; \ … … 386 392 387 393 distclean-generic: 388 - rm -f $(CONFIG_CLEAN_FILES)394 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 389 395 390 396 maintainer-clean-generic:
Note: See TracChangeset
for help on using the changeset viewer.