Changeset 4122 in orxonox.OLD for orxonox/branches/heightMap/src/subprojects/Makefile.in
- Timestamp:
- May 9, 2005, 11:29:19 AM (20 years ago)
- Location:
- orxonox/branches/heightMap
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/heightMap
- Property svn:externals
-
old new 1 data http://svn.orxonox.ethz.ch/data 1
-
- Property svn:externals
-
orxonox/branches/heightMap/src/subprojects/Makefile.in
r4090 r4122 1 # Makefile.in generated by automake 1. 9.3from Makefile.am.1 # Makefile.in generated by automake 1.8.5 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 34 34 PRE_UNINSTALL = : 35 35 POST_UNINSTALL = : 36 build_triplet = @build@37 36 host_triplet = @host@ 38 target_triplet = @target@39 37 subdir = src/subprojects 40 38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in … … 91 89 EXEEXT = @EXEEXT@ 92 90 GPROF = @GPROF@ 93 GTHREAD_CFLAGS = @GTHREAD_CFLAGS@94 GTHREAD_LIBS = @GTHREAD_LIBS@95 91 GTK2_CFLAGS = @GTK2_CFLAGS@ 96 92 GTK2_LIBS = @GTK2_LIBS@ 97 93 HAVE_CURL_FALSE = @HAVE_CURL_FALSE@ 98 94 HAVE_CURL_TRUE = @HAVE_CURL_TRUE@ 99 HAVE_GTHREAD_FALSE = @HAVE_GTHREAD_FALSE@100 HAVE_GTHREAD_TRUE = @HAVE_GTHREAD_TRUE@101 95 HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@ 102 96 HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@ … … 119 113 PACKAGE_VERSION = @PACKAGE_VERSION@ 120 114 PATH_SEPARATOR = @PATH_SEPARATOR@ 115 RANLIB = @RANLIB@ 121 116 SET_MAKE = @SET_MAKE@ 122 117 SHELL = @SHELL@ … … 127 122 ac_ct_CC = @ac_ct_CC@ 128 123 ac_ct_CXX = @ac_ct_CXX@ 124 ac_ct_RANLIB = @ac_ct_RANLIB@ 129 125 ac_ct_STRIP = @ac_ct_STRIP@ 130 126 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ … … 135 131 am__leading_dot = @am__leading_dot@ 136 132 am__quote = @am__quote@ 137 am__tar = @am__tar@138 am__untar = @am__untar@139 133 bindir = @bindir@ 140 134 build = @build@ … … 351 345 fi; \ 352 346 done 353 list='$( DIST_SUBDIRS)'; for subdir in $$list; do \347 list='$(SUBDIRS)'; for subdir in $$list; do \ 354 348 if test "$$subdir" = .; then :; else \ 355 349 test -d "$(distdir)/$$subdir" \ 356 || $(mkdir_p)"$(distdir)/$$subdir" \350 || mkdir "$(distdir)/$$subdir" \ 357 351 || exit 1; \ 358 distdir=`$(am__cd) $(distdir) && pwd`; \359 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \360 352 (cd $$subdir && \ 361 353 $(MAKE) $(AM_MAKEFLAGS) \ 362 top_distdir=" $$top_distdir" \363 distdir=" $$distdir/$$subdir" \354 top_distdir="../$(top_distdir)" \ 355 distdir="../$(distdir)/$$subdir" \ 364 356 distdir) \ 365 357 || exit 1; \ … … 390 382 391 383 distclean-generic: 392 - test -z "$(CONFIG_CLEAN_FILES)" ||rm -f $(CONFIG_CLEAN_FILES)384 -rm -f $(CONFIG_CLEAN_FILES) 393 385 394 386 maintainer-clean-generic:
Note: See TracChangeset
for help on using the changeset viewer.