[5] | 1 | # Makefile.in generated by automake 1.9.6 from Makefile.am. |
---|
| 2 | # @configure_input@ |
---|
| 3 | |
---|
| 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
---|
| 5 | # 2003, 2004, 2005 Free Software Foundation, Inc. |
---|
| 6 | # This Makefile.in is free software; the Free Software Foundation |
---|
| 7 | # gives unlimited permission to copy and/or distribute it, |
---|
| 8 | # with or without modifications, as long as this notice is preserved. |
---|
| 9 | |
---|
| 10 | # This program is distributed in the hope that it will be useful, |
---|
| 11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
---|
| 12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
---|
| 13 | # PARTICULAR PURPOSE. |
---|
| 14 | |
---|
| 15 | @SET_MAKE@ |
---|
| 16 | |
---|
| 17 | srcdir = @srcdir@ |
---|
| 18 | top_srcdir = @top_srcdir@ |
---|
| 19 | VPATH = @srcdir@ |
---|
| 20 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
| 21 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
| 22 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
| 23 | top_builddir = . |
---|
| 24 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
| 25 | INSTALL = @INSTALL@ |
---|
| 26 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
| 27 | install_sh_PROGRAM = $(install_sh) -c |
---|
| 28 | install_sh_SCRIPT = $(install_sh) -c |
---|
| 29 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
| 30 | transform = $(program_transform_name) |
---|
| 31 | NORMAL_INSTALL = : |
---|
| 32 | PRE_INSTALL = : |
---|
| 33 | POST_INSTALL = : |
---|
| 34 | NORMAL_UNINSTALL = : |
---|
| 35 | PRE_UNINSTALL = : |
---|
| 36 | POST_UNINSTALL = : |
---|
| 37 | build_triplet = @build@ |
---|
| 38 | host_triplet = @host@ |
---|
| 39 | target_triplet = @target@ |
---|
| 40 | DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ |
---|
| 41 | $(srcdir)/Makefile.in $(srcdir)/OGRE.pc.in \ |
---|
| 42 | $(top_srcdir)/configure AUTHORS COPYING INSTALL config.guess \ |
---|
| 43 | config.sub depcomp install-sh ltmain.sh missing |
---|
| 44 | subdir = . |
---|
| 45 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
| 46 | am__aclocal_m4_deps = $(top_srcdir)/Scripts/m4/cppunit.m4 \ |
---|
| 47 | $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in |
---|
| 48 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
| 49 | $(ACLOCAL_M4) |
---|
| 50 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
---|
| 51 | configure.lineno configure.status.lineno |
---|
| 52 | mkinstalldirs = $(install_sh) -d |
---|
| 53 | CONFIG_HEADER = $(top_builddir)/OgreMain/include/config.h |
---|
| 54 | CONFIG_CLEAN_FILES = OGRE.pc |
---|
| 55 | SOURCES = |
---|
| 56 | DIST_SOURCES = |
---|
| 57 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
---|
| 58 | html-recursive info-recursive install-data-recursive \ |
---|
| 59 | install-exec-recursive install-info-recursive \ |
---|
| 60 | install-recursive installcheck-recursive installdirs-recursive \ |
---|
| 61 | pdf-recursive ps-recursive uninstall-info-recursive \ |
---|
| 62 | uninstall-recursive |
---|
| 63 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
---|
| 64 | am__vpath_adj = case $$p in \ |
---|
| 65 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
| 66 | *) f=$$p;; \ |
---|
| 67 | esac; |
---|
| 68 | am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; |
---|
| 69 | am__installdirs = "$(DESTDIR)$(pkgconfigdir)" |
---|
| 70 | pkgconfigDATA_INSTALL = $(INSTALL_DATA) |
---|
| 71 | DATA = $(pkgconfig_DATA) |
---|
| 72 | ETAGS = etags |
---|
| 73 | CTAGS = ctags |
---|
| 74 | DIST_SUBDIRS = $(SUBDIRS) |
---|
| 75 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
| 76 | distdir = $(PACKAGE)-$(VERSION) |
---|
| 77 | top_distdir = $(distdir) |
---|
| 78 | am__remove_distdir = \ |
---|
| 79 | { test ! -d $(distdir) \ |
---|
| 80 | || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ |
---|
| 81 | && rm -fr $(distdir); }; } |
---|
| 82 | DIST_ARCHIVES = $(distdir).tar.gz |
---|
| 83 | GZIP_ENV = --best |
---|
| 84 | distuninstallcheck_listfiles = find . -type f -print |
---|
| 85 | distcleancheck_listfiles = find . -type f -print |
---|
| 86 | ACLOCAL = @ACLOCAL@ |
---|
| 87 | AMDEP_FALSE = @AMDEP_FALSE@ |
---|
| 88 | AMDEP_TRUE = @AMDEP_TRUE@ |
---|
| 89 | AMTAR = @AMTAR@ |
---|
| 90 | AR = @AR@ |
---|
| 91 | AUTOCONF = @AUTOCONF@ |
---|
| 92 | AUTOHEADER = @AUTOHEADER@ |
---|
| 93 | AUTOMAKE = @AUTOMAKE@ |
---|
| 94 | AWK = @AWK@ |
---|
| 95 | BUILD_CGPLUGIN_FALSE = @BUILD_CGPLUGIN_FALSE@ |
---|
| 96 | BUILD_CGPLUGIN_TRUE = @BUILD_CGPLUGIN_TRUE@ |
---|
| 97 | BUILD_DX9RENDERSYSTEM_FALSE = @BUILD_DX9RENDERSYSTEM_FALSE@ |
---|
| 98 | BUILD_DX9RENDERSYSTEM_TRUE = @BUILD_DX9RENDERSYSTEM_TRUE@ |
---|
| 99 | BUILD_EXRPLUGIN_FALSE = @BUILD_EXRPLUGIN_FALSE@ |
---|
| 100 | BUILD_EXRPLUGIN_TRUE = @BUILD_EXRPLUGIN_TRUE@ |
---|
| 101 | BUILD_UNIT_TESTS_FALSE = @BUILD_UNIT_TESTS_FALSE@ |
---|
| 102 | BUILD_UNIT_TESTS_TRUE = @BUILD_UNIT_TESTS_TRUE@ |
---|
| 103 | CC = @CC@ |
---|
| 104 | CCDEPMODE = @CCDEPMODE@ |
---|
| 105 | CEGUI_CFLAGS = @CEGUI_CFLAGS@ |
---|
| 106 | CEGUI_LIBS = @CEGUI_LIBS@ |
---|
| 107 | CFLAGS = @CFLAGS@ |
---|
| 108 | CFLAGS_VISIBILITY = @CFLAGS_VISIBILITY@ |
---|
| 109 | CPP = @CPP@ |
---|
| 110 | CPPFLAGS = @CPPFLAGS@ |
---|
| 111 | CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@ |
---|
| 112 | CPPUNIT_CONFIG = @CPPUNIT_CONFIG@ |
---|
| 113 | CPPUNIT_LIBS = @CPPUNIT_LIBS@ |
---|
| 114 | CXX = @CXX@ |
---|
| 115 | CXXCPP = @CXXCPP@ |
---|
| 116 | CXXDEPMODE = @CXXDEPMODE@ |
---|
| 117 | CXXFLAGS = @CXXFLAGS@ |
---|
| 118 | CYGPATH_W = @CYGPATH_W@ |
---|
| 119 | DEFS = @DEFS@ |
---|
| 120 | DEPDIR = @DEPDIR@ |
---|
| 121 | ECHO = @ECHO@ |
---|
| 122 | ECHO_C = @ECHO_C@ |
---|
| 123 | ECHO_N = @ECHO_N@ |
---|
| 124 | ECHO_T = @ECHO_T@ |
---|
| 125 | EGREP = @EGREP@ |
---|
| 126 | EXEEXT = @EXEEXT@ |
---|
| 127 | F77 = @F77@ |
---|
| 128 | FFLAGS = @FFLAGS@ |
---|
| 129 | FT2_CFLAGS = @FT2_CFLAGS@ |
---|
| 130 | FT2_CONFIG = @FT2_CONFIG@ |
---|
| 131 | FT2_LIBS = @FT2_LIBS@ |
---|
| 132 | GLSUPPORT_CFLAGS = @GLSUPPORT_CFLAGS@ |
---|
| 133 | GLSUPPORT_LIBS = @GLSUPPORT_LIBS@ |
---|
| 134 | GL_LIBS = @GL_LIBS@ |
---|
| 135 | GREP = @GREP@ |
---|
| 136 | GTK_CFLAGS = @GTK_CFLAGS@ |
---|
| 137 | GTK_LIBS = @GTK_LIBS@ |
---|
| 138 | HAVE_CEGUI_FALSE = @HAVE_CEGUI_FALSE@ |
---|
| 139 | HAVE_CEGUI_TRUE = @HAVE_CEGUI_TRUE@ |
---|
| 140 | INSTALL_DATA = @INSTALL_DATA@ |
---|
| 141 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
| 142 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
| 143 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
| 144 | LDFLAGS = @LDFLAGS@ |
---|
| 145 | LEX = @LEX@ |
---|
| 146 | LEXLIB = @LEXLIB@ |
---|
| 147 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ |
---|
| 148 | LIBOBJS = @LIBOBJS@ |
---|
| 149 | LIBS = @LIBS@ |
---|
| 150 | LIBTOOL = @LIBTOOL@ |
---|
| 151 | LN_S = @LN_S@ |
---|
| 152 | LTLIBOBJS = @LTLIBOBJS@ |
---|
| 153 | MAKEINFO = @MAKEINFO@ |
---|
| 154 | OBJEXT = @OBJEXT@ |
---|
| 155 | OGRE_BUILDING_DEMOS_FALSE = @OGRE_BUILDING_DEMOS_FALSE@ |
---|
| 156 | OGRE_BUILDING_DEMOS_TRUE = @OGRE_BUILDING_DEMOS_TRUE@ |
---|
| 157 | OGRE_BUILD_SSE_FALSE = @OGRE_BUILD_SSE_FALSE@ |
---|
| 158 | OGRE_BUILD_SSE_TRUE = @OGRE_BUILD_SSE_TRUE@ |
---|
| 159 | OGRE_CFLAGS = @OGRE_CFLAGS@ |
---|
| 160 | OGRE_GLSUPPORT = @OGRE_GLSUPPORT@ |
---|
| 161 | OGRE_GUI = @OGRE_GUI@ |
---|
| 162 | OGRE_LINUX_FALSE = @OGRE_LINUX_FALSE@ |
---|
| 163 | OGRE_LINUX_TRUE = @OGRE_LINUX_TRUE@ |
---|
| 164 | OGRE_NT_FALSE = @OGRE_NT_FALSE@ |
---|
| 165 | OGRE_NT_TRUE = @OGRE_NT_TRUE@ |
---|
| 166 | OGRE_OSX_FALSE = @OGRE_OSX_FALSE@ |
---|
| 167 | OGRE_OSX_TRUE = @OGRE_OSX_TRUE@ |
---|
| 168 | OGRE_PLATFORM = @OGRE_PLATFORM@ |
---|
| 169 | OGRE_THREAD_LIBS = @OGRE_THREAD_LIBS@ |
---|
| 170 | OIS_CFLAGS = @OIS_CFLAGS@ |
---|
| 171 | OIS_LIBS = @OIS_LIBS@ |
---|
| 172 | OPENEXR_CFLAGS = @OPENEXR_CFLAGS@ |
---|
| 173 | OPENEXR_LIBS = @OPENEXR_LIBS@ |
---|
| 174 | PACKAGE = @PACKAGE@ |
---|
| 175 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
| 176 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
| 177 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
| 178 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
| 179 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
| 180 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
| 181 | PKG_CONFIG = @PKG_CONFIG@ |
---|
| 182 | PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ |
---|
| 183 | PLATFORM_LIBS = @PLATFORM_LIBS@ |
---|
| 184 | PLUGIN_FLAGS = @PLUGIN_FLAGS@ |
---|
| 185 | RANLIB = @RANLIB@ |
---|
| 186 | RC = @RC@ |
---|
| 187 | SAME_PLATFORM_AND_GUI_FALSE = @SAME_PLATFORM_AND_GUI_FALSE@ |
---|
| 188 | SAME_PLATFORM_AND_GUI_TRUE = @SAME_PLATFORM_AND_GUI_TRUE@ |
---|
| 189 | SET_MAKE = @SET_MAKE@ |
---|
| 190 | SHARED_FLAGS = @SHARED_FLAGS@ |
---|
| 191 | SHELL = @SHELL@ |
---|
| 192 | STLPORT_CFLAGS = @STLPORT_CFLAGS@ |
---|
| 193 | STLPORT_LIBS = @STLPORT_LIBS@ |
---|
| 194 | STRIP = @STRIP@ |
---|
| 195 | USE_DEVIL_FALSE = @USE_DEVIL_FALSE@ |
---|
| 196 | USE_DEVIL_TRUE = @USE_DEVIL_TRUE@ |
---|
| 197 | USE_FREEIMAGE_FALSE = @USE_FREEIMAGE_FALSE@ |
---|
| 198 | USE_FREEIMAGE_TRUE = @USE_FREEIMAGE_TRUE@ |
---|
| 199 | VERSION = @VERSION@ |
---|
| 200 | XMKMF = @XMKMF@ |
---|
| 201 | YACC = @YACC@ |
---|
| 202 | YFLAGS = @YFLAGS@ |
---|
| 203 | ZZIPLIB_CFLAGS = @ZZIPLIB_CFLAGS@ |
---|
| 204 | ZZIPLIB_LIBS = @ZZIPLIB_LIBS@ |
---|
| 205 | abs_top_builddir = @abs_top_builddir@ |
---|
| 206 | ac_ct_CC = @ac_ct_CC@ |
---|
| 207 | ac_ct_CXX = @ac_ct_CXX@ |
---|
| 208 | ac_ct_F77 = @ac_ct_F77@ |
---|
| 209 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
---|
| 210 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
---|
| 211 | am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
---|
| 212 | am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
---|
| 213 | am__include = @am__include@ |
---|
| 214 | am__leading_dot = @am__leading_dot@ |
---|
| 215 | am__quote = @am__quote@ |
---|
| 216 | am__tar = @am__tar@ |
---|
| 217 | am__untar = @am__untar@ |
---|
| 218 | bindir = @bindir@ |
---|
| 219 | build = @build@ |
---|
| 220 | build_alias = @build_alias@ |
---|
| 221 | build_cpu = @build_cpu@ |
---|
| 222 | build_os = @build_os@ |
---|
| 223 | build_vendor = @build_vendor@ |
---|
| 224 | datadir = @datadir@ |
---|
| 225 | datarootdir = @datarootdir@ |
---|
| 226 | docdir = @docdir@ |
---|
| 227 | dvidir = @dvidir@ |
---|
| 228 | exec_prefix = @exec_prefix@ |
---|
| 229 | host = @host@ |
---|
| 230 | host_alias = @host_alias@ |
---|
| 231 | host_cpu = @host_cpu@ |
---|
| 232 | host_os = @host_os@ |
---|
| 233 | host_vendor = @host_vendor@ |
---|
| 234 | htmldir = @htmldir@ |
---|
| 235 | includedir = @includedir@ |
---|
| 236 | infodir = @infodir@ |
---|
| 237 | install_sh = @install_sh@ |
---|
| 238 | libdir = @libdir@ |
---|
| 239 | libexecdir = @libexecdir@ |
---|
| 240 | localedir = @localedir@ |
---|
| 241 | localstatedir = @localstatedir@ |
---|
| 242 | mandir = @mandir@ |
---|
| 243 | mkdir_p = @mkdir_p@ |
---|
| 244 | ogreexecdir = @ogreexecdir@ |
---|
| 245 | oldincludedir = @oldincludedir@ |
---|
| 246 | pdfdir = @pdfdir@ |
---|
| 247 | prefix = @prefix@ |
---|
| 248 | program_transform_name = @program_transform_name@ |
---|
| 249 | psdir = @psdir@ |
---|
| 250 | sbindir = @sbindir@ |
---|
| 251 | sharedstatedir = @sharedstatedir@ |
---|
| 252 | sysconfdir = @sysconfdir@ |
---|
| 253 | target = @target@ |
---|
| 254 | target_alias = @target_alias@ |
---|
| 255 | target_cpu = @target_cpu@ |
---|
| 256 | target_os = @target_os@ |
---|
| 257 | target_vendor = @target_vendor@ |
---|
| 258 | SUBDIRS = OgreMain PlugIns RenderSystems Samples Tools Tests |
---|
| 259 | ACLOCAL_AMFLAGS = -I Scripts/m4 |
---|
| 260 | AUTOMAKE_OPTIONS = foreign |
---|
| 261 | pkgconfigdir = $(libdir)/pkgconfig |
---|
| 262 | pkgconfig_DATA = OGRE.pc |
---|
| 263 | all: all-recursive |
---|
| 264 | |
---|
| 265 | .SUFFIXES: |
---|
| 266 | am--refresh: |
---|
| 267 | @: |
---|
| 268 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
---|
| 269 | @for dep in $?; do \ |
---|
| 270 | case '$(am__configure_deps)' in \ |
---|
| 271 | *$$dep*) \ |
---|
| 272 | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ |
---|
| 273 | cd $(srcdir) && $(AUTOMAKE) --foreign \ |
---|
| 274 | && exit 0; \ |
---|
| 275 | exit 1;; \ |
---|
| 276 | esac; \ |
---|
| 277 | done; \ |
---|
| 278 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
---|
| 279 | cd $(top_srcdir) && \ |
---|
| 280 | $(AUTOMAKE) --foreign Makefile |
---|
| 281 | .PRECIOUS: Makefile |
---|
| 282 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
| 283 | @case '$?' in \ |
---|
| 284 | *config.status*) \ |
---|
| 285 | echo ' $(SHELL) ./config.status'; \ |
---|
| 286 | $(SHELL) ./config.status;; \ |
---|
| 287 | *) \ |
---|
| 288 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
---|
| 289 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
---|
| 290 | esac; |
---|
| 291 | |
---|
| 292 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
| 293 | $(SHELL) ./config.status --recheck |
---|
| 294 | |
---|
| 295 | $(top_srcdir)/configure: $(am__configure_deps) |
---|
| 296 | cd $(srcdir) && $(AUTOCONF) |
---|
| 297 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
---|
| 298 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
---|
| 299 | OGRE.pc: $(top_builddir)/config.status $(srcdir)/OGRE.pc.in |
---|
| 300 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
---|
| 301 | |
---|
| 302 | mostlyclean-libtool: |
---|
| 303 | -rm -f *.lo |
---|
| 304 | |
---|
| 305 | clean-libtool: |
---|
| 306 | -rm -rf .libs _libs |
---|
| 307 | |
---|
| 308 | distclean-libtool: |
---|
| 309 | -rm -f libtool |
---|
| 310 | uninstall-info-am: |
---|
| 311 | install-pkgconfigDATA: $(pkgconfig_DATA) |
---|
| 312 | @$(NORMAL_INSTALL) |
---|
| 313 | test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)" |
---|
| 314 | @list='$(pkgconfig_DATA)'; for p in $$list; do \ |
---|
| 315 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
---|
| 316 | f=$(am__strip_dir) \ |
---|
| 317 | echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ |
---|
| 318 | $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \ |
---|
| 319 | done |
---|
| 320 | |
---|
| 321 | uninstall-pkgconfigDATA: |
---|
| 322 | @$(NORMAL_UNINSTALL) |
---|
| 323 | @list='$(pkgconfig_DATA)'; for p in $$list; do \ |
---|
| 324 | f=$(am__strip_dir) \ |
---|
| 325 | echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ |
---|
| 326 | rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \ |
---|
| 327 | done |
---|
| 328 | |
---|
| 329 | # This directory's subdirectories are mostly independent; you can cd |
---|
| 330 | # into them and run `make' without going through this Makefile. |
---|
| 331 | # To change the values of `make' variables: instead of editing Makefiles, |
---|
| 332 | # (1) if the variable is set in `config.status', edit `config.status' |
---|
| 333 | # (which will cause the Makefiles to be regenerated when you run `make'); |
---|
| 334 | # (2) otherwise, pass the desired values on the `make' command line. |
---|
| 335 | $(RECURSIVE_TARGETS): |
---|
| 336 | @failcom='exit 1'; \ |
---|
| 337 | for f in x $$MAKEFLAGS; do \ |
---|
| 338 | case $$f in \ |
---|
| 339 | *=* | --[!k]*);; \ |
---|
| 340 | *k*) failcom='fail=yes';; \ |
---|
| 341 | esac; \ |
---|
| 342 | done; \ |
---|
| 343 | dot_seen=no; \ |
---|
| 344 | target=`echo $@ | sed s/-recursive//`; \ |
---|
| 345 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 346 | echo "Making $$target in $$subdir"; \ |
---|
| 347 | if test "$$subdir" = "."; then \ |
---|
| 348 | dot_seen=yes; \ |
---|
| 349 | local_target="$$target-am"; \ |
---|
| 350 | else \ |
---|
| 351 | local_target="$$target"; \ |
---|
| 352 | fi; \ |
---|
| 353 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
| 354 | || eval $$failcom; \ |
---|
| 355 | done; \ |
---|
| 356 | if test "$$dot_seen" = "no"; then \ |
---|
| 357 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
---|
| 358 | fi; test -z "$$fail" |
---|
| 359 | |
---|
| 360 | mostlyclean-recursive clean-recursive distclean-recursive \ |
---|
| 361 | maintainer-clean-recursive: |
---|
| 362 | @failcom='exit 1'; \ |
---|
| 363 | for f in x $$MAKEFLAGS; do \ |
---|
| 364 | case $$f in \ |
---|
| 365 | *=* | --[!k]*);; \ |
---|
| 366 | *k*) failcom='fail=yes';; \ |
---|
| 367 | esac; \ |
---|
| 368 | done; \ |
---|
| 369 | dot_seen=no; \ |
---|
| 370 | case "$@" in \ |
---|
| 371 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
---|
| 372 | *) list='$(SUBDIRS)' ;; \ |
---|
| 373 | esac; \ |
---|
| 374 | rev=''; for subdir in $$list; do \ |
---|
| 375 | if test "$$subdir" = "."; then :; else \ |
---|
| 376 | rev="$$subdir $$rev"; \ |
---|
| 377 | fi; \ |
---|
| 378 | done; \ |
---|
| 379 | rev="$$rev ."; \ |
---|
| 380 | target=`echo $@ | sed s/-recursive//`; \ |
---|
| 381 | for subdir in $$rev; do \ |
---|
| 382 | echo "Making $$target in $$subdir"; \ |
---|
| 383 | if test "$$subdir" = "."; then \ |
---|
| 384 | local_target="$$target-am"; \ |
---|
| 385 | else \ |
---|
| 386 | local_target="$$target"; \ |
---|
| 387 | fi; \ |
---|
| 388 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
| 389 | || eval $$failcom; \ |
---|
| 390 | done && test -z "$$fail" |
---|
| 391 | tags-recursive: |
---|
| 392 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 393 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
---|
| 394 | done |
---|
| 395 | ctags-recursive: |
---|
| 396 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 397 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
---|
| 398 | done |
---|
| 399 | |
---|
| 400 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
| 401 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 402 | unique=`for i in $$list; do \ |
---|
| 403 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 404 | done | \ |
---|
| 405 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 406 | END { for (i in files) print i; }'`; \ |
---|
| 407 | mkid -fID $$unique |
---|
| 408 | tags: TAGS |
---|
| 409 | |
---|
| 410 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
| 411 | $(TAGS_FILES) $(LISP) |
---|
| 412 | tags=; \ |
---|
| 413 | here=`pwd`; \ |
---|
| 414 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
---|
| 415 | include_option=--etags-include; \ |
---|
| 416 | empty_fix=.; \ |
---|
| 417 | else \ |
---|
| 418 | include_option=--include; \ |
---|
| 419 | empty_fix=; \ |
---|
| 420 | fi; \ |
---|
| 421 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 422 | if test "$$subdir" = .; then :; else \ |
---|
| 423 | test ! -f $$subdir/TAGS || \ |
---|
| 424 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ |
---|
| 425 | fi; \ |
---|
| 426 | done; \ |
---|
| 427 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 428 | unique=`for i in $$list; do \ |
---|
| 429 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 430 | done | \ |
---|
| 431 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 432 | END { for (i in files) print i; }'`; \ |
---|
| 433 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
---|
| 434 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
| 435 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
| 436 | $$tags $$unique; \ |
---|
| 437 | fi |
---|
| 438 | ctags: CTAGS |
---|
| 439 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
| 440 | $(TAGS_FILES) $(LISP) |
---|
| 441 | tags=; \ |
---|
| 442 | here=`pwd`; \ |
---|
| 443 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 444 | unique=`for i in $$list; do \ |
---|
| 445 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 446 | done | \ |
---|
| 447 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 448 | END { for (i in files) print i; }'`; \ |
---|
| 449 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
---|
| 450 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
| 451 | $$tags $$unique |
---|
| 452 | |
---|
| 453 | GTAGS: |
---|
| 454 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
| 455 | && cd $(top_srcdir) \ |
---|
| 456 | && gtags -i $(GTAGS_ARGS) $$here |
---|
| 457 | |
---|
| 458 | distclean-tags: |
---|
| 459 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
| 460 | |
---|
| 461 | distdir: $(DISTFILES) |
---|
| 462 | $(am__remove_distdir) |
---|
| 463 | mkdir $(distdir) |
---|
| 464 | $(mkdir_p) $(distdir)/. $(distdir)/Samples/Common/CEGUIRenderer $(distdir)/Scripts/m4 |
---|
| 465 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
---|
| 466 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
---|
| 467 | list='$(DISTFILES)'; for file in $$list; do \ |
---|
| 468 | case $$file in \ |
---|
| 469 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
| 470 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
---|
| 471 | esac; \ |
---|
| 472 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
| 473 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
| 474 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
---|
| 475 | dir="/$$dir"; \ |
---|
| 476 | $(mkdir_p) "$(distdir)$$dir"; \ |
---|
| 477 | else \ |
---|
| 478 | dir=''; \ |
---|
| 479 | fi; \ |
---|
| 480 | if test -d $$d/$$file; then \ |
---|
| 481 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
| 482 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
---|
| 483 | fi; \ |
---|
| 484 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
---|
| 485 | else \ |
---|
| 486 | test -f $(distdir)/$$file \ |
---|
| 487 | || cp -p $$d/$$file $(distdir)/$$file \ |
---|
| 488 | || exit 1; \ |
---|
| 489 | fi; \ |
---|
| 490 | done |
---|
| 491 | list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
---|
| 492 | if test "$$subdir" = .; then :; else \ |
---|
| 493 | test -d "$(distdir)/$$subdir" \ |
---|
| 494 | || $(mkdir_p) "$(distdir)/$$subdir" \ |
---|
| 495 | || exit 1; \ |
---|
| 496 | distdir=`$(am__cd) $(distdir) && pwd`; \ |
---|
| 497 | top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ |
---|
| 498 | (cd $$subdir && \ |
---|
| 499 | $(MAKE) $(AM_MAKEFLAGS) \ |
---|
| 500 | top_distdir="$$top_distdir" \ |
---|
| 501 | distdir="$$distdir/$$subdir" \ |
---|
| 502 | distdir) \ |
---|
| 503 | || exit 1; \ |
---|
| 504 | fi; \ |
---|
| 505 | done |
---|
| 506 | -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ |
---|
| 507 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
---|
| 508 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
---|
| 509 | ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ |
---|
| 510 | || chmod -R a+r $(distdir) |
---|
| 511 | dist-gzip: distdir |
---|
| 512 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
---|
| 513 | $(am__remove_distdir) |
---|
| 514 | |
---|
| 515 | dist-bzip2: distdir |
---|
| 516 | tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 |
---|
| 517 | $(am__remove_distdir) |
---|
| 518 | |
---|
| 519 | dist-tarZ: distdir |
---|
| 520 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
---|
| 521 | $(am__remove_distdir) |
---|
| 522 | |
---|
| 523 | dist-shar: distdir |
---|
| 524 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
---|
| 525 | $(am__remove_distdir) |
---|
| 526 | |
---|
| 527 | dist-zip: distdir |
---|
| 528 | -rm -f $(distdir).zip |
---|
| 529 | zip -rq $(distdir).zip $(distdir) |
---|
| 530 | $(am__remove_distdir) |
---|
| 531 | |
---|
| 532 | dist dist-all: distdir |
---|
| 533 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
---|
| 534 | $(am__remove_distdir) |
---|
| 535 | |
---|
| 536 | # This target untars the dist file and tries a VPATH configuration. Then |
---|
| 537 | # it guarantees that the distribution is self-contained by making another |
---|
| 538 | # tarfile. |
---|
| 539 | distcheck: dist |
---|
| 540 | case '$(DIST_ARCHIVES)' in \ |
---|
| 541 | *.tar.gz*) \ |
---|
| 542 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ |
---|
| 543 | *.tar.bz2*) \ |
---|
| 544 | bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ |
---|
| 545 | *.tar.Z*) \ |
---|
| 546 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
---|
| 547 | *.shar.gz*) \ |
---|
| 548 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ |
---|
| 549 | *.zip*) \ |
---|
| 550 | unzip $(distdir).zip ;;\ |
---|
| 551 | esac |
---|
| 552 | chmod -R a-w $(distdir); chmod a+w $(distdir) |
---|
| 553 | mkdir $(distdir)/_build |
---|
| 554 | mkdir $(distdir)/_inst |
---|
| 555 | chmod a-w $(distdir) |
---|
| 556 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
---|
| 557 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
---|
| 558 | && cd $(distdir)/_build \ |
---|
| 559 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
---|
| 560 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
---|
| 561 | && $(MAKE) $(AM_MAKEFLAGS) \ |
---|
| 562 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
---|
| 563 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
---|
| 564 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
---|
| 565 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
---|
| 566 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
---|
| 567 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
---|
| 568 | distuninstallcheck \ |
---|
| 569 | && chmod -R a-w "$$dc_install_base" \ |
---|
| 570 | && ({ \ |
---|
| 571 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
---|
| 572 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
---|
| 573 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
---|
| 574 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
---|
| 575 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
---|
| 576 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ |
---|
| 577 | && rm -rf "$$dc_destdir" \ |
---|
| 578 | && $(MAKE) $(AM_MAKEFLAGS) dist \ |
---|
| 579 | && rm -rf $(DIST_ARCHIVES) \ |
---|
| 580 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck |
---|
| 581 | $(am__remove_distdir) |
---|
| 582 | @(echo "$(distdir) archives ready for distribution: "; \ |
---|
| 583 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
---|
| 584 | sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' |
---|
| 585 | distuninstallcheck: |
---|
| 586 | @cd $(distuninstallcheck_dir) \ |
---|
| 587 | && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ |
---|
| 588 | || { echo "ERROR: files left after uninstall:" ; \ |
---|
| 589 | if test -n "$(DESTDIR)"; then \ |
---|
| 590 | echo " (check DESTDIR support)"; \ |
---|
| 591 | fi ; \ |
---|
| 592 | $(distuninstallcheck_listfiles) ; \ |
---|
| 593 | exit 1; } >&2 |
---|
| 594 | distcleancheck: distclean |
---|
| 595 | @if test '$(srcdir)' = . ; then \ |
---|
| 596 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
---|
| 597 | exit 1 ; \ |
---|
| 598 | fi |
---|
| 599 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
---|
| 600 | || { echo "ERROR: files left in build directory after distclean:" ; \ |
---|
| 601 | $(distcleancheck_listfiles) ; \ |
---|
| 602 | exit 1; } >&2 |
---|
| 603 | check-am: all-am |
---|
| 604 | check: check-recursive |
---|
| 605 | all-am: Makefile $(DATA) |
---|
| 606 | installdirs: installdirs-recursive |
---|
| 607 | installdirs-am: |
---|
| 608 | for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ |
---|
| 609 | test -z "$$dir" || $(mkdir_p) "$$dir"; \ |
---|
| 610 | done |
---|
| 611 | install: install-recursive |
---|
| 612 | install-exec: install-exec-recursive |
---|
| 613 | install-data: install-data-recursive |
---|
| 614 | uninstall: uninstall-recursive |
---|
| 615 | |
---|
| 616 | install-am: all-am |
---|
| 617 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
| 618 | |
---|
| 619 | installcheck: installcheck-recursive |
---|
| 620 | install-strip: |
---|
| 621 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
| 622 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
| 623 | `test -z '$(STRIP)' || \ |
---|
| 624 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
---|
| 625 | mostlyclean-generic: |
---|
| 626 | |
---|
| 627 | clean-generic: |
---|
| 628 | |
---|
| 629 | distclean-generic: |
---|
| 630 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
---|
| 631 | |
---|
| 632 | maintainer-clean-generic: |
---|
| 633 | @echo "This command is intended for maintainers to use" |
---|
| 634 | @echo "it deletes files that may require special tools to rebuild." |
---|
| 635 | clean: clean-recursive |
---|
| 636 | |
---|
| 637 | clean-am: clean-generic clean-libtool mostlyclean-am |
---|
| 638 | |
---|
| 639 | distclean: distclean-recursive |
---|
| 640 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
---|
| 641 | -rm -f Makefile |
---|
| 642 | distclean-am: clean-am distclean-generic distclean-libtool \ |
---|
| 643 | distclean-tags |
---|
| 644 | |
---|
| 645 | dvi: dvi-recursive |
---|
| 646 | |
---|
| 647 | dvi-am: |
---|
| 648 | |
---|
| 649 | html: html-recursive |
---|
| 650 | |
---|
| 651 | info: info-recursive |
---|
| 652 | |
---|
| 653 | info-am: |
---|
| 654 | |
---|
| 655 | install-data-am: install-pkgconfigDATA |
---|
| 656 | |
---|
| 657 | install-exec-am: |
---|
| 658 | |
---|
| 659 | install-info: install-info-recursive |
---|
| 660 | |
---|
| 661 | install-man: |
---|
| 662 | |
---|
| 663 | installcheck-am: |
---|
| 664 | |
---|
| 665 | maintainer-clean: maintainer-clean-recursive |
---|
| 666 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
---|
| 667 | -rm -rf $(top_srcdir)/autom4te.cache |
---|
| 668 | -rm -f Makefile |
---|
| 669 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
| 670 | |
---|
| 671 | mostlyclean: mostlyclean-recursive |
---|
| 672 | |
---|
| 673 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
---|
| 674 | |
---|
| 675 | pdf: pdf-recursive |
---|
| 676 | |
---|
| 677 | pdf-am: |
---|
| 678 | |
---|
| 679 | ps: ps-recursive |
---|
| 680 | |
---|
| 681 | ps-am: |
---|
| 682 | |
---|
| 683 | uninstall-am: uninstall-info-am uninstall-pkgconfigDATA |
---|
| 684 | |
---|
| 685 | uninstall-info: uninstall-info-recursive |
---|
| 686 | |
---|
| 687 | .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ |
---|
| 688 | check-am clean clean-generic clean-libtool clean-recursive \ |
---|
| 689 | ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ |
---|
| 690 | dist-shar dist-tarZ dist-zip distcheck distclean \ |
---|
| 691 | distclean-generic distclean-libtool distclean-recursive \ |
---|
| 692 | distclean-tags distcleancheck distdir distuninstallcheck dvi \ |
---|
| 693 | dvi-am html html-am info info-am install install-am \ |
---|
| 694 | install-data install-data-am install-exec install-exec-am \ |
---|
| 695 | install-info install-info-am install-man install-pkgconfigDATA \ |
---|
| 696 | install-strip installcheck installcheck-am installdirs \ |
---|
| 697 | installdirs-am maintainer-clean maintainer-clean-generic \ |
---|
| 698 | maintainer-clean-recursive mostlyclean mostlyclean-generic \ |
---|
| 699 | mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ |
---|
| 700 | tags tags-recursive uninstall uninstall-am uninstall-info-am \ |
---|
| 701 | uninstall-pkgconfigDATA |
---|
| 702 | |
---|
| 703 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
| 704 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
| 705 | .NOEXPORT: |
---|