| [6] | 1 | # Makefile.in generated by automake 1.10 from Makefile.am. |
|---|
| [5] | 2 | # @configure_input@ |
|---|
| 3 | |
|---|
| 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
|---|
| [6] | 5 | # 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
|---|
| [5] | 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 | VPATH = @srcdir@ |
|---|
| 18 | pkgdatadir = $(datadir)/@PACKAGE@ |
|---|
| 19 | pkglibdir = $(libdir)/@PACKAGE@ |
|---|
| 20 | pkgincludedir = $(includedir)/@PACKAGE@ |
|---|
| 21 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
|---|
| 22 | install_sh_DATA = $(install_sh) -c -m 644 |
|---|
| 23 | install_sh_PROGRAM = $(install_sh) -c |
|---|
| 24 | install_sh_SCRIPT = $(install_sh) -c |
|---|
| 25 | INSTALL_HEADER = $(INSTALL_DATA) |
|---|
| 26 | transform = $(program_transform_name) |
|---|
| 27 | NORMAL_INSTALL = : |
|---|
| 28 | PRE_INSTALL = : |
|---|
| 29 | POST_INSTALL = : |
|---|
| 30 | NORMAL_UNINSTALL = : |
|---|
| 31 | PRE_UNINSTALL = : |
|---|
| 32 | POST_UNINSTALL = : |
|---|
| 33 | build_triplet = @build@ |
|---|
| 34 | host_triplet = @host@ |
|---|
| 35 | target_triplet = @target@ |
|---|
| 36 | ogreexec_PROGRAMS = Bezier$(EXEEXT) |
|---|
| 37 | subdir = Samples/BezierPatch/src |
|---|
| 38 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
|---|
| 39 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
|---|
| 40 | am__aclocal_m4_deps = $(top_srcdir)/Scripts/m4/cppunit.m4 \ |
|---|
| 41 | $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in |
|---|
| 42 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
|---|
| 43 | $(ACLOCAL_M4) |
|---|
| 44 | mkinstalldirs = $(install_sh) -d |
|---|
| 45 | CONFIG_HEADER = $(top_builddir)/OgreMain/include/config.h |
|---|
| 46 | CONFIG_CLEAN_FILES = |
|---|
| 47 | am__installdirs = "$(DESTDIR)$(ogreexecdir)" |
|---|
| 48 | ogreexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM) |
|---|
| 49 | PROGRAMS = $(ogreexec_PROGRAMS) |
|---|
| 50 | am_Bezier_OBJECTS = Bezier.$(OBJEXT) |
|---|
| 51 | Bezier_OBJECTS = $(am_Bezier_OBJECTS) |
|---|
| 52 | am__DEPENDENCIES_1 = |
|---|
| 53 | Bezier_DEPENDENCIES = $(am__DEPENDENCIES_1) |
|---|
| [6] | 54 | Bezier_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
|---|
| 55 | --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \ |
|---|
| 56 | $(Bezier_LDFLAGS) $(LDFLAGS) -o $@ |
|---|
| 57 | DEFAULT_INCLUDES = -I. -I$(top_builddir)/OgreMain/include@am__isrc@ |
|---|
| [5] | 58 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
|---|
| 59 | am__depfiles_maybe = depfiles |
|---|
| 60 | CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
|---|
| 61 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
|---|
| [6] | 62 | LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
|---|
| 63 | --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
|---|
| 64 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
|---|
| [5] | 65 | CXXLD = $(CXX) |
|---|
| [6] | 66 | CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ |
|---|
| 67 | --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ |
|---|
| 68 | $(LDFLAGS) -o $@ |
|---|
| [5] | 69 | SOURCES = $(Bezier_SOURCES) |
|---|
| 70 | DIST_SOURCES = $(Bezier_SOURCES) |
|---|
| 71 | ETAGS = etags |
|---|
| 72 | CTAGS = ctags |
|---|
| 73 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
|---|
| 74 | ACLOCAL = @ACLOCAL@ |
|---|
| 75 | AMTAR = @AMTAR@ |
|---|
| 76 | AR = @AR@ |
|---|
| 77 | AUTOCONF = @AUTOCONF@ |
|---|
| 78 | AUTOHEADER = @AUTOHEADER@ |
|---|
| 79 | AUTOMAKE = @AUTOMAKE@ |
|---|
| 80 | AWK = @AWK@ |
|---|
| 81 | CC = @CC@ |
|---|
| 82 | CCDEPMODE = @CCDEPMODE@ |
|---|
| 83 | CEGUI_CFLAGS = @CEGUI_CFLAGS@ |
|---|
| 84 | CEGUI_LIBS = @CEGUI_LIBS@ |
|---|
| 85 | CFLAGS = @CFLAGS@ |
|---|
| 86 | CFLAGS_VISIBILITY = @CFLAGS_VISIBILITY@ |
|---|
| 87 | CPP = @CPP@ |
|---|
| 88 | CPPFLAGS = @CPPFLAGS@ |
|---|
| 89 | CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@ |
|---|
| 90 | CPPUNIT_CONFIG = @CPPUNIT_CONFIG@ |
|---|
| 91 | CPPUNIT_LIBS = @CPPUNIT_LIBS@ |
|---|
| 92 | CXX = @CXX@ |
|---|
| 93 | CXXCPP = @CXXCPP@ |
|---|
| 94 | CXXDEPMODE = @CXXDEPMODE@ |
|---|
| 95 | CXXFLAGS = @CXXFLAGS@ |
|---|
| 96 | CYGPATH_W = @CYGPATH_W@ |
|---|
| 97 | DEFS = @DEFS@ |
|---|
| 98 | DEPDIR = @DEPDIR@ |
|---|
| 99 | ECHO = @ECHO@ |
|---|
| 100 | ECHO_C = @ECHO_C@ |
|---|
| 101 | ECHO_N = @ECHO_N@ |
|---|
| 102 | ECHO_T = @ECHO_T@ |
|---|
| 103 | EGREP = @EGREP@ |
|---|
| 104 | EXEEXT = @EXEEXT@ |
|---|
| 105 | F77 = @F77@ |
|---|
| 106 | FFLAGS = @FFLAGS@ |
|---|
| 107 | FT2_CFLAGS = @FT2_CFLAGS@ |
|---|
| 108 | FT2_CONFIG = @FT2_CONFIG@ |
|---|
| 109 | FT2_LIBS = @FT2_LIBS@ |
|---|
| 110 | GLSUPPORT_CFLAGS = @GLSUPPORT_CFLAGS@ |
|---|
| 111 | GLSUPPORT_LIBS = @GLSUPPORT_LIBS@ |
|---|
| 112 | GL_LIBS = @GL_LIBS@ |
|---|
| 113 | GREP = @GREP@ |
|---|
| 114 | GTK_CFLAGS = @GTK_CFLAGS@ |
|---|
| 115 | GTK_LIBS = @GTK_LIBS@ |
|---|
| [6] | 116 | INSTALL = @INSTALL@ |
|---|
| [5] | 117 | INSTALL_DATA = @INSTALL_DATA@ |
|---|
| 118 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
|---|
| 119 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
|---|
| 120 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
|---|
| 121 | LDFLAGS = @LDFLAGS@ |
|---|
| 122 | LEX = @LEX@ |
|---|
| 123 | LEXLIB = @LEXLIB@ |
|---|
| 124 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ |
|---|
| 125 | LIBOBJS = @LIBOBJS@ |
|---|
| 126 | LIBS = @LIBS@ |
|---|
| 127 | LIBTOOL = @LIBTOOL@ |
|---|
| 128 | LN_S = @LN_S@ |
|---|
| 129 | LTLIBOBJS = @LTLIBOBJS@ |
|---|
| 130 | MAKEINFO = @MAKEINFO@ |
|---|
| [6] | 131 | MKDIR_P = @MKDIR_P@ |
|---|
| [5] | 132 | OBJEXT = @OBJEXT@ |
|---|
| 133 | OGRE_CFLAGS = @OGRE_CFLAGS@ |
|---|
| 134 | OGRE_GLSUPPORT = @OGRE_GLSUPPORT@ |
|---|
| 135 | OGRE_GUI = @OGRE_GUI@ |
|---|
| 136 | OGRE_PLATFORM = @OGRE_PLATFORM@ |
|---|
| 137 | OGRE_THREAD_LIBS = @OGRE_THREAD_LIBS@ |
|---|
| 138 | OIS_CFLAGS = @OIS_CFLAGS@ |
|---|
| 139 | OIS_LIBS = @OIS_LIBS@ |
|---|
| 140 | OPENEXR_CFLAGS = @OPENEXR_CFLAGS@ |
|---|
| 141 | OPENEXR_LIBS = @OPENEXR_LIBS@ |
|---|
| 142 | PACKAGE = @PACKAGE@ |
|---|
| 143 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
|---|
| 144 | PACKAGE_NAME = @PACKAGE_NAME@ |
|---|
| 145 | PACKAGE_STRING = @PACKAGE_STRING@ |
|---|
| 146 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
|---|
| 147 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
|---|
| 148 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
|---|
| 149 | PKG_CONFIG = @PKG_CONFIG@ |
|---|
| 150 | PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ |
|---|
| 151 | PLATFORM_LIBS = @PLATFORM_LIBS@ |
|---|
| 152 | PLUGIN_FLAGS = @PLUGIN_FLAGS@ |
|---|
| 153 | RANLIB = @RANLIB@ |
|---|
| 154 | RC = @RC@ |
|---|
| [6] | 155 | SED = @SED@ |
|---|
| [5] | 156 | SET_MAKE = @SET_MAKE@ |
|---|
| 157 | SHARED_FLAGS = @SHARED_FLAGS@ |
|---|
| 158 | SHELL = @SHELL@ |
|---|
| 159 | STLPORT_CFLAGS = @STLPORT_CFLAGS@ |
|---|
| 160 | STLPORT_LIBS = @STLPORT_LIBS@ |
|---|
| 161 | STRIP = @STRIP@ |
|---|
| 162 | VERSION = @VERSION@ |
|---|
| 163 | XMKMF = @XMKMF@ |
|---|
| 164 | YACC = @YACC@ |
|---|
| 165 | YFLAGS = @YFLAGS@ |
|---|
| 166 | ZZIPLIB_CFLAGS = @ZZIPLIB_CFLAGS@ |
|---|
| 167 | ZZIPLIB_LIBS = @ZZIPLIB_LIBS@ |
|---|
| [6] | 168 | abs_builddir = @abs_builddir@ |
|---|
| 169 | abs_srcdir = @abs_srcdir@ |
|---|
| [5] | 170 | abs_top_builddir = @abs_top_builddir@ |
|---|
| [6] | 171 | abs_top_srcdir = @abs_top_srcdir@ |
|---|
| [5] | 172 | ac_ct_CC = @ac_ct_CC@ |
|---|
| 173 | ac_ct_CXX = @ac_ct_CXX@ |
|---|
| 174 | ac_ct_F77 = @ac_ct_F77@ |
|---|
| 175 | am__include = @am__include@ |
|---|
| 176 | am__leading_dot = @am__leading_dot@ |
|---|
| 177 | am__quote = @am__quote@ |
|---|
| 178 | am__tar = @am__tar@ |
|---|
| 179 | am__untar = @am__untar@ |
|---|
| 180 | bindir = @bindir@ |
|---|
| 181 | build = @build@ |
|---|
| 182 | build_alias = @build_alias@ |
|---|
| 183 | build_cpu = @build_cpu@ |
|---|
| 184 | build_os = @build_os@ |
|---|
| 185 | build_vendor = @build_vendor@ |
|---|
| [6] | 186 | builddir = @builddir@ |
|---|
| [5] | 187 | datadir = @datadir@ |
|---|
| 188 | datarootdir = @datarootdir@ |
|---|
| 189 | docdir = @docdir@ |
|---|
| 190 | dvidir = @dvidir@ |
|---|
| 191 | exec_prefix = @exec_prefix@ |
|---|
| 192 | host = @host@ |
|---|
| 193 | host_alias = @host_alias@ |
|---|
| 194 | host_cpu = @host_cpu@ |
|---|
| 195 | host_os = @host_os@ |
|---|
| 196 | host_vendor = @host_vendor@ |
|---|
| 197 | htmldir = @htmldir@ |
|---|
| 198 | includedir = @includedir@ |
|---|
| 199 | infodir = @infodir@ |
|---|
| 200 | install_sh = @install_sh@ |
|---|
| 201 | libdir = @libdir@ |
|---|
| 202 | libexecdir = @libexecdir@ |
|---|
| 203 | localedir = @localedir@ |
|---|
| 204 | localstatedir = @localstatedir@ |
|---|
| 205 | mandir = @mandir@ |
|---|
| 206 | mkdir_p = @mkdir_p@ |
|---|
| 207 | ogreexecdir = @ogreexecdir@ |
|---|
| 208 | oldincludedir = @oldincludedir@ |
|---|
| 209 | pdfdir = @pdfdir@ |
|---|
| 210 | prefix = @prefix@ |
|---|
| 211 | program_transform_name = @program_transform_name@ |
|---|
| 212 | psdir = @psdir@ |
|---|
| 213 | sbindir = @sbindir@ |
|---|
| 214 | sharedstatedir = @sharedstatedir@ |
|---|
| [6] | 215 | srcdir = @srcdir@ |
|---|
| [5] | 216 | sysconfdir = @sysconfdir@ |
|---|
| 217 | target = @target@ |
|---|
| 218 | target_alias = @target_alias@ |
|---|
| 219 | target_cpu = @target_cpu@ |
|---|
| 220 | target_os = @target_os@ |
|---|
| 221 | target_vendor = @target_vendor@ |
|---|
| [6] | 222 | top_builddir = @top_builddir@ |
|---|
| 223 | top_srcdir = @top_srcdir@ |
|---|
| [5] | 224 | INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/Samples/BezierPatch/include -I$(top_srcdir)/OgreMain/include -I$(top_srcdir)/Samples/Common/include $(OIS_CFLAGS) |
|---|
| 225 | Bezier_SOURCES = Bezier.cpp |
|---|
| 226 | Bezier_LDFLAGS = -L$(top_builddir)/OgreMain/src |
|---|
| 227 | Bezier_LDADD = -lOgreMain $(OIS_LIBS) |
|---|
| 228 | all: all-am |
|---|
| 229 | |
|---|
| 230 | .SUFFIXES: |
|---|
| 231 | .SUFFIXES: .cpp .lo .o .obj |
|---|
| 232 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
|---|
| 233 | @for dep in $?; do \ |
|---|
| 234 | case '$(am__configure_deps)' in \ |
|---|
| 235 | *$$dep*) \ |
|---|
| 236 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ |
|---|
| 237 | && exit 0; \ |
|---|
| 238 | exit 1;; \ |
|---|
| 239 | esac; \ |
|---|
| 240 | done; \ |
|---|
| 241 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Samples/BezierPatch/src/Makefile'; \ |
|---|
| 242 | cd $(top_srcdir) && \ |
|---|
| 243 | $(AUTOMAKE) --foreign Samples/BezierPatch/src/Makefile |
|---|
| 244 | .PRECIOUS: Makefile |
|---|
| 245 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|---|
| 246 | @case '$?' in \ |
|---|
| 247 | *config.status*) \ |
|---|
| 248 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
|---|
| 249 | *) \ |
|---|
| 250 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
|---|
| 251 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
|---|
| 252 | esac; |
|---|
| 253 | |
|---|
| 254 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
|---|
| 255 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|---|
| 256 | |
|---|
| 257 | $(top_srcdir)/configure: $(am__configure_deps) |
|---|
| 258 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|---|
| 259 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
|---|
| 260 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|---|
| 261 | install-ogreexecPROGRAMS: $(ogreexec_PROGRAMS) |
|---|
| 262 | @$(NORMAL_INSTALL) |
|---|
| [6] | 263 | test -z "$(ogreexecdir)" || $(MKDIR_P) "$(DESTDIR)$(ogreexecdir)" |
|---|
| [5] | 264 | @list='$(ogreexec_PROGRAMS)'; for p in $$list; do \ |
|---|
| 265 | p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
|---|
| 266 | if test -f $$p \ |
|---|
| 267 | || test -f $$p1 \ |
|---|
| 268 | ; then \ |
|---|
| 269 | f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ |
|---|
| 270 | echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(ogreexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(ogreexecdir)/$$f'"; \ |
|---|
| 271 | $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(ogreexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(ogreexecdir)/$$f" || exit 1; \ |
|---|
| 272 | else :; fi; \ |
|---|
| 273 | done |
|---|
| 274 | |
|---|
| 275 | uninstall-ogreexecPROGRAMS: |
|---|
| 276 | @$(NORMAL_UNINSTALL) |
|---|
| 277 | @list='$(ogreexec_PROGRAMS)'; for p in $$list; do \ |
|---|
| 278 | f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ |
|---|
| 279 | echo " rm -f '$(DESTDIR)$(ogreexecdir)/$$f'"; \ |
|---|
| 280 | rm -f "$(DESTDIR)$(ogreexecdir)/$$f"; \ |
|---|
| 281 | done |
|---|
| 282 | |
|---|
| 283 | clean-ogreexecPROGRAMS: |
|---|
| 284 | @list='$(ogreexec_PROGRAMS)'; for p in $$list; do \ |
|---|
| 285 | f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
|---|
| 286 | echo " rm -f $$p $$f"; \ |
|---|
| 287 | rm -f $$p $$f ; \ |
|---|
| 288 | done |
|---|
| 289 | Bezier$(EXEEXT): $(Bezier_OBJECTS) $(Bezier_DEPENDENCIES) |
|---|
| 290 | @rm -f Bezier$(EXEEXT) |
|---|
| [6] | 291 | $(Bezier_LINK) $(Bezier_OBJECTS) $(Bezier_LDADD) $(LIBS) |
|---|
| [5] | 292 | |
|---|
| 293 | mostlyclean-compile: |
|---|
| 294 | -rm -f *.$(OBJEXT) |
|---|
| 295 | |
|---|
| 296 | distclean-compile: |
|---|
| 297 | -rm -f *.tab.c |
|---|
| 298 | |
|---|
| 299 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Bezier.Po@am__quote@ |
|---|
| 300 | |
|---|
| 301 | .cpp.o: |
|---|
| [6] | 302 | @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
|---|
| 303 | @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
|---|
| [5] | 304 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
|---|
| 305 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 306 | @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< |
|---|
| 307 | |
|---|
| 308 | .cpp.obj: |
|---|
| [6] | 309 | @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
|---|
| 310 | @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
|---|
| [5] | 311 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
|---|
| 312 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 313 | @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|---|
| 314 | |
|---|
| 315 | .cpp.lo: |
|---|
| [6] | 316 | @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
|---|
| 317 | @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo |
|---|
| [5] | 318 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
|---|
| 319 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
|---|
| 320 | @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< |
|---|
| 321 | |
|---|
| 322 | mostlyclean-libtool: |
|---|
| 323 | -rm -f *.lo |
|---|
| 324 | |
|---|
| 325 | clean-libtool: |
|---|
| 326 | -rm -rf .libs _libs |
|---|
| 327 | |
|---|
| 328 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|---|
| 329 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|---|
| 330 | unique=`for i in $$list; do \ |
|---|
| 331 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|---|
| 332 | done | \ |
|---|
| 333 | $(AWK) ' { files[$$0] = 1; } \ |
|---|
| 334 | END { for (i in files) print i; }'`; \ |
|---|
| 335 | mkid -fID $$unique |
|---|
| 336 | tags: TAGS |
|---|
| 337 | |
|---|
| 338 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|---|
| 339 | $(TAGS_FILES) $(LISP) |
|---|
| 340 | tags=; \ |
|---|
| 341 | here=`pwd`; \ |
|---|
| 342 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|---|
| 343 | unique=`for i in $$list; do \ |
|---|
| 344 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|---|
| 345 | done | \ |
|---|
| 346 | $(AWK) ' { files[$$0] = 1; } \ |
|---|
| 347 | END { for (i in files) print i; }'`; \ |
|---|
| 348 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
|---|
| 349 | test -n "$$unique" || unique=$$empty_fix; \ |
|---|
| 350 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
|---|
| 351 | $$tags $$unique; \ |
|---|
| 352 | fi |
|---|
| 353 | ctags: CTAGS |
|---|
| 354 | CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|---|
| 355 | $(TAGS_FILES) $(LISP) |
|---|
| 356 | tags=; \ |
|---|
| 357 | here=`pwd`; \ |
|---|
| 358 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|---|
| 359 | unique=`for i in $$list; do \ |
|---|
| 360 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|---|
| 361 | done | \ |
|---|
| 362 | $(AWK) ' { files[$$0] = 1; } \ |
|---|
| 363 | END { for (i in files) print i; }'`; \ |
|---|
| 364 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
|---|
| 365 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
|---|
| 366 | $$tags $$unique |
|---|
| 367 | |
|---|
| 368 | GTAGS: |
|---|
| 369 | here=`$(am__cd) $(top_builddir) && pwd` \ |
|---|
| 370 | && cd $(top_srcdir) \ |
|---|
| 371 | && gtags -i $(GTAGS_ARGS) $$here |
|---|
| 372 | |
|---|
| 373 | distclean-tags: |
|---|
| 374 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
|---|
| 375 | |
|---|
| 376 | distdir: $(DISTFILES) |
|---|
| [6] | 377 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
|---|
| 378 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
|---|
| 379 | list='$(DISTFILES)'; \ |
|---|
| 380 | dist_files=`for file in $$list; do echo $$file; done | \ |
|---|
| 381 | sed -e "s|^$$srcdirstrip/||;t" \ |
|---|
| 382 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
|---|
| 383 | case $$dist_files in \ |
|---|
| 384 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
|---|
| 385 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
|---|
| 386 | sort -u` ;; \ |
|---|
| 387 | esac; \ |
|---|
| 388 | for file in $$dist_files; do \ |
|---|
| [5] | 389 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
|---|
| 390 | if test -d $$d/$$file; then \ |
|---|
| [6] | 391 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
|---|
| [5] | 392 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
|---|
| 393 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
|---|
| 394 | fi; \ |
|---|
| 395 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
|---|
| 396 | else \ |
|---|
| 397 | test -f $(distdir)/$$file \ |
|---|
| 398 | || cp -p $$d/$$file $(distdir)/$$file \ |
|---|
| 399 | || exit 1; \ |
|---|
| 400 | fi; \ |
|---|
| 401 | done |
|---|
| 402 | check-am: all-am |
|---|
| 403 | check: check-am |
|---|
| 404 | all-am: Makefile $(PROGRAMS) |
|---|
| 405 | installdirs: |
|---|
| 406 | for dir in "$(DESTDIR)$(ogreexecdir)"; do \ |
|---|
| [6] | 407 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
|---|
| [5] | 408 | done |
|---|
| 409 | install: install-am |
|---|
| 410 | install-exec: install-exec-am |
|---|
| 411 | install-data: install-data-am |
|---|
| 412 | uninstall: uninstall-am |
|---|
| 413 | |
|---|
| 414 | install-am: all-am |
|---|
| 415 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|---|
| 416 | |
|---|
| 417 | installcheck: installcheck-am |
|---|
| 418 | install-strip: |
|---|
| 419 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
|---|
| 420 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
|---|
| 421 | `test -z '$(STRIP)' || \ |
|---|
| 422 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
|---|
| 423 | mostlyclean-generic: |
|---|
| 424 | |
|---|
| 425 | clean-generic: |
|---|
| 426 | |
|---|
| 427 | distclean-generic: |
|---|
| 428 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
|---|
| 429 | |
|---|
| 430 | maintainer-clean-generic: |
|---|
| 431 | @echo "This command is intended for maintainers to use" |
|---|
| 432 | @echo "it deletes files that may require special tools to rebuild." |
|---|
| 433 | clean: clean-am |
|---|
| 434 | |
|---|
| 435 | clean-am: clean-generic clean-libtool clean-ogreexecPROGRAMS \ |
|---|
| 436 | mostlyclean-am |
|---|
| 437 | |
|---|
| 438 | distclean: distclean-am |
|---|
| 439 | -rm -rf ./$(DEPDIR) |
|---|
| 440 | -rm -f Makefile |
|---|
| 441 | distclean-am: clean-am distclean-compile distclean-generic \ |
|---|
| [6] | 442 | distclean-tags |
|---|
| [5] | 443 | |
|---|
| 444 | dvi: dvi-am |
|---|
| 445 | |
|---|
| 446 | dvi-am: |
|---|
| 447 | |
|---|
| 448 | html: html-am |
|---|
| 449 | |
|---|
| 450 | info: info-am |
|---|
| 451 | |
|---|
| 452 | info-am: |
|---|
| 453 | |
|---|
| 454 | install-data-am: |
|---|
| 455 | |
|---|
| [6] | 456 | install-dvi: install-dvi-am |
|---|
| 457 | |
|---|
| [5] | 458 | install-exec-am: install-ogreexecPROGRAMS |
|---|
| 459 | |
|---|
| [6] | 460 | install-html: install-html-am |
|---|
| 461 | |
|---|
| [5] | 462 | install-info: install-info-am |
|---|
| 463 | |
|---|
| 464 | install-man: |
|---|
| 465 | |
|---|
| [6] | 466 | install-pdf: install-pdf-am |
|---|
| 467 | |
|---|
| 468 | install-ps: install-ps-am |
|---|
| 469 | |
|---|
| [5] | 470 | installcheck-am: |
|---|
| 471 | |
|---|
| 472 | maintainer-clean: maintainer-clean-am |
|---|
| 473 | -rm -rf ./$(DEPDIR) |
|---|
| 474 | -rm -f Makefile |
|---|
| 475 | maintainer-clean-am: distclean-am maintainer-clean-generic |
|---|
| 476 | |
|---|
| 477 | mostlyclean: mostlyclean-am |
|---|
| 478 | |
|---|
| 479 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
|---|
| 480 | mostlyclean-libtool |
|---|
| 481 | |
|---|
| 482 | pdf: pdf-am |
|---|
| 483 | |
|---|
| 484 | pdf-am: |
|---|
| 485 | |
|---|
| 486 | ps: ps-am |
|---|
| 487 | |
|---|
| 488 | ps-am: |
|---|
| 489 | |
|---|
| [6] | 490 | uninstall-am: uninstall-ogreexecPROGRAMS |
|---|
| [5] | 491 | |
|---|
| [6] | 492 | .MAKE: install-am install-strip |
|---|
| 493 | |
|---|
| [5] | 494 | .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ |
|---|
| 495 | clean-libtool clean-ogreexecPROGRAMS ctags distclean \ |
|---|
| 496 | distclean-compile distclean-generic distclean-libtool \ |
|---|
| 497 | distclean-tags distdir dvi dvi-am html html-am info info-am \ |
|---|
| [6] | 498 | install install-am install-data install-data-am install-dvi \ |
|---|
| 499 | install-dvi-am install-exec install-exec-am install-html \ |
|---|
| 500 | install-html-am install-info install-info-am install-man \ |
|---|
| 501 | install-ogreexecPROGRAMS install-pdf install-pdf-am install-ps \ |
|---|
| 502 | install-ps-am install-strip installcheck installcheck-am \ |
|---|
| 503 | installdirs maintainer-clean maintainer-clean-generic \ |
|---|
| 504 | mostlyclean mostlyclean-compile mostlyclean-generic \ |
|---|
| 505 | mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ |
|---|
| 506 | uninstall-am uninstall-ogreexecPROGRAMS |
|---|
| [5] | 507 | |
|---|
| 508 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
|---|
| 509 | # Otherwise a system limit (for SysV at least) may be exceeded. |
|---|
| 510 | .NOEXPORT: |
|---|