- Timestamp:
- Oct 9, 2007, 10:16:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Tests/src/Makefile.in
r5 r6 1 # Makefile.in generated by automake 1. 9.6from Makefile.am.1 # Makefile.in generated by automake 1.10 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005 Free Software Foundation, Inc.5 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … 14 14 15 15 @SET_MAKE@ 16 srcdir = @srcdir@17 top_srcdir = @top_srcdir@18 16 VPATH = @srcdir@ 19 17 pkgdatadir = $(datadir)/@PACKAGE@ 20 18 pkglibdir = $(libdir)/@PACKAGE@ 21 19 pkgincludedir = $(includedir)/@PACKAGE@ 22 top_builddir = ../..23 20 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 24 INSTALL = @INSTALL@25 21 install_sh_DATA = $(install_sh) -c -m 644 26 22 install_sh_PROGRAM = $(install_sh) -c … … 37 33 host_triplet = @host@ 38 34 target_triplet = @target@ 35 TESTS = TestSuite$(EXEEXT) 39 36 check_PROGRAMS = TestSuite$(EXEEXT) 40 37 subdir = Tests/src … … 54 51 TestSuite_OBJECTS = $(am_TestSuite_OBJECTS) 55 52 TestSuite_DEPENDENCIES = 56 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/OgreMain/include 53 TestSuite_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ 54 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ 55 $(CXXFLAGS) $(TestSuite_LDFLAGS) $(LDFLAGS) -o $@ 56 DEFAULT_INCLUDES = -I. -I$(top_builddir)/OgreMain/include@am__isrc@ 57 57 depcomp = $(SHELL) $(top_srcdir)/depcomp 58 58 am__depfiles_maybe = depfiles 59 59 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 60 60 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 61 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \62 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \63 $(AM_C XXFLAGS) $(CXXFLAGS)61 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 62 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 63 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 64 64 CXXLD = $(CXX) 65 CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \ 66 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 65 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 66 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ 67 $(LDFLAGS) -o $@ 67 68 SOURCES = $(TestSuite_SOURCES) 68 69 DIST_SOURCES = $(TestSuite_SOURCES) … … 71 72 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 72 73 ACLOCAL = @ACLOCAL@ 73 AMDEP_FALSE = @AMDEP_FALSE@74 AMDEP_TRUE = @AMDEP_TRUE@75 74 AMTAR = @AMTAR@ 76 75 AR = @AR@ … … 79 78 AUTOMAKE = @AUTOMAKE@ 80 79 AWK = @AWK@ 81 BUILD_CGPLUGIN_FALSE = @BUILD_CGPLUGIN_FALSE@82 BUILD_CGPLUGIN_TRUE = @BUILD_CGPLUGIN_TRUE@83 BUILD_DX9RENDERSYSTEM_FALSE = @BUILD_DX9RENDERSYSTEM_FALSE@84 BUILD_DX9RENDERSYSTEM_TRUE = @BUILD_DX9RENDERSYSTEM_TRUE@85 BUILD_EXRPLUGIN_FALSE = @BUILD_EXRPLUGIN_FALSE@86 BUILD_EXRPLUGIN_TRUE = @BUILD_EXRPLUGIN_TRUE@87 BUILD_UNIT_TESTS_FALSE = @BUILD_UNIT_TESTS_FALSE@88 BUILD_UNIT_TESTS_TRUE = @BUILD_UNIT_TESTS_TRUE@89 80 CC = @CC@ 90 81 CCDEPMODE = @CCDEPMODE@ … … 122 113 GTK_CFLAGS = @GTK_CFLAGS@ 123 114 GTK_LIBS = @GTK_LIBS@ 124 HAVE_CEGUI_FALSE = @HAVE_CEGUI_FALSE@ 125 HAVE_CEGUI_TRUE = @HAVE_CEGUI_TRUE@ 115 INSTALL = @INSTALL@ 126 116 INSTALL_DATA = @INSTALL_DATA@ 127 117 INSTALL_PROGRAM = @INSTALL_PROGRAM@ … … 138 128 LTLIBOBJS = @LTLIBOBJS@ 139 129 MAKEINFO = @MAKEINFO@ 130 MKDIR_P = @MKDIR_P@ 140 131 OBJEXT = @OBJEXT@ 141 OGRE_BUILDING_DEMOS_FALSE = @OGRE_BUILDING_DEMOS_FALSE@142 OGRE_BUILDING_DEMOS_TRUE = @OGRE_BUILDING_DEMOS_TRUE@143 OGRE_BUILD_SSE_FALSE = @OGRE_BUILD_SSE_FALSE@144 OGRE_BUILD_SSE_TRUE = @OGRE_BUILD_SSE_TRUE@145 132 OGRE_CFLAGS = @OGRE_CFLAGS@ 146 133 OGRE_GLSUPPORT = @OGRE_GLSUPPORT@ 147 134 OGRE_GUI = @OGRE_GUI@ 148 OGRE_LINUX_FALSE = @OGRE_LINUX_FALSE@149 OGRE_LINUX_TRUE = @OGRE_LINUX_TRUE@150 OGRE_NT_FALSE = @OGRE_NT_FALSE@151 OGRE_NT_TRUE = @OGRE_NT_TRUE@152 OGRE_OSX_FALSE = @OGRE_OSX_FALSE@153 OGRE_OSX_TRUE = @OGRE_OSX_TRUE@154 135 OGRE_PLATFORM = @OGRE_PLATFORM@ 155 136 OGRE_THREAD_LIBS = @OGRE_THREAD_LIBS@ … … 171 152 RANLIB = @RANLIB@ 172 153 RC = @RC@ 173 SAME_PLATFORM_AND_GUI_FALSE = @SAME_PLATFORM_AND_GUI_FALSE@ 174 SAME_PLATFORM_AND_GUI_TRUE = @SAME_PLATFORM_AND_GUI_TRUE@ 154 SED = @SED@ 175 155 SET_MAKE = @SET_MAKE@ 176 156 SHARED_FLAGS = @SHARED_FLAGS@ … … 179 159 STLPORT_LIBS = @STLPORT_LIBS@ 180 160 STRIP = @STRIP@ 181 USE_DEVIL_FALSE = @USE_DEVIL_FALSE@182 USE_DEVIL_TRUE = @USE_DEVIL_TRUE@183 USE_FREEIMAGE_FALSE = @USE_FREEIMAGE_FALSE@184 USE_FREEIMAGE_TRUE = @USE_FREEIMAGE_TRUE@185 161 VERSION = @VERSION@ 186 162 XMKMF = @XMKMF@ … … 189 165 ZZIPLIB_CFLAGS = @ZZIPLIB_CFLAGS@ 190 166 ZZIPLIB_LIBS = @ZZIPLIB_LIBS@ 167 abs_builddir = @abs_builddir@ 168 abs_srcdir = @abs_srcdir@ 191 169 abs_top_builddir = @abs_top_builddir@ 170 abs_top_srcdir = @abs_top_srcdir@ 192 171 ac_ct_CC = @ac_ct_CC@ 193 172 ac_ct_CXX = @ac_ct_CXX@ 194 173 ac_ct_F77 = @ac_ct_F77@ 195 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@196 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@197 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@198 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@199 174 am__include = @am__include@ 200 175 am__leading_dot = @am__leading_dot@ … … 208 183 build_os = @build_os@ 209 184 build_vendor = @build_vendor@ 185 builddir = @builddir@ 210 186 datadir = @datadir@ 211 187 datarootdir = @datarootdir@ … … 236 212 sbindir = @sbindir@ 237 213 sharedstatedir = @sharedstatedir@ 214 srcdir = @srcdir@ 238 215 sysconfdir = @sysconfdir@ 239 216 target = @target@ … … 242 219 target_os = @target_os@ 243 220 target_vendor = @target_vendor@ 221 top_builddir = @top_builddir@ 222 top_srcdir = @top_srcdir@ 244 223 INCLUDES = -I$(top_srcdir)/OgreMain/include -I$(top_srcdir)/Tests/OgreMain/include $(CPPUNIT_CFLAGS) 245 TESTS = TestSuite246 224 TestSuite_SOURCES = main.cpp \ 247 225 ../OgreMain/src/EdgeBuilderTests.cpp \ … … 297 275 TestSuite$(EXEEXT): $(TestSuite_OBJECTS) $(TestSuite_DEPENDENCIES) 298 276 @rm -f TestSuite$(EXEEXT) 299 $( CXXLINK) $(TestSuite_LDFLAGS) $(TestSuite_OBJECTS) $(TestSuite_LDADD) $(LIBS)277 $(TestSuite_LINK) $(TestSuite_OBJECTS) $(TestSuite_LDADD) $(LIBS) 300 278 301 279 mostlyclean-compile: … … 315 293 316 294 .cpp.o: 317 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \318 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi295 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 296 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 319 297 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 320 298 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ … … 322 300 323 301 .cpp.obj: 324 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \325 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi302 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 303 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 326 304 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 327 305 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ … … 329 307 330 308 .cpp.lo: 331 @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \332 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi309 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 310 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 333 311 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 334 312 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ … … 336 314 337 315 EdgeBuilderTests.o: ../OgreMain/src/EdgeBuilderTests.cpp 338 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT EdgeBuilderTests.o -MD -MP -MF "$(DEPDIR)/EdgeBuilderTests.Tpo" -c -o EdgeBuilderTests.o `test -f '../OgreMain/src/EdgeBuilderTests.cpp' || echo '$(srcdir)/'`../OgreMain/src/EdgeBuilderTests.cpp; \339 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/EdgeBuilderTests.Tpo" "$(DEPDIR)/EdgeBuilderTests.Po"; else rm -f "$(DEPDIR)/EdgeBuilderTests.Tpo"; exit 1; fi316 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT EdgeBuilderTests.o -MD -MP -MF $(DEPDIR)/EdgeBuilderTests.Tpo -c -o EdgeBuilderTests.o `test -f '../OgreMain/src/EdgeBuilderTests.cpp' || echo '$(srcdir)/'`../OgreMain/src/EdgeBuilderTests.cpp 317 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/EdgeBuilderTests.Tpo $(DEPDIR)/EdgeBuilderTests.Po 340 318 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../OgreMain/src/EdgeBuilderTests.cpp' object='EdgeBuilderTests.o' libtool=no @AMDEPBACKSLASH@ 341 319 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ … … 343 321 344 322 EdgeBuilderTests.obj: ../OgreMain/src/EdgeBuilderTests.cpp 345 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT EdgeBuilderTests.obj -MD -MP -MF "$(DEPDIR)/EdgeBuilderTests.Tpo" -c -o EdgeBuilderTests.obj `if test -f '../OgreMain/src/EdgeBuilderTests.cpp'; then $(CYGPATH_W) '../OgreMain/src/EdgeBuilderTests.cpp'; else $(CYGPATH_W) '$(srcdir)/../OgreMain/src/EdgeBuilderTests.cpp'; fi`; \346 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/EdgeBuilderTests.Tpo" "$(DEPDIR)/EdgeBuilderTests.Po"; else rm -f "$(DEPDIR)/EdgeBuilderTests.Tpo"; exit 1; fi323 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT EdgeBuilderTests.obj -MD -MP -MF $(DEPDIR)/EdgeBuilderTests.Tpo -c -o EdgeBuilderTests.obj `if test -f '../OgreMain/src/EdgeBuilderTests.cpp'; then $(CYGPATH_W) '../OgreMain/src/EdgeBuilderTests.cpp'; else $(CYGPATH_W) '$(srcdir)/../OgreMain/src/EdgeBuilderTests.cpp'; fi` 324 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/EdgeBuilderTests.Tpo $(DEPDIR)/EdgeBuilderTests.Po 347 325 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../OgreMain/src/EdgeBuilderTests.cpp' object='EdgeBuilderTests.obj' libtool=no @AMDEPBACKSLASH@ 348 326 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ … … 350 328 351 329 FileSystemArchiveTests.o: ../OgreMain/src/FileSystemArchiveTests.cpp 352 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FileSystemArchiveTests.o -MD -MP -MF "$(DEPDIR)/FileSystemArchiveTests.Tpo" -c -o FileSystemArchiveTests.o `test -f '../OgreMain/src/FileSystemArchiveTests.cpp' || echo '$(srcdir)/'`../OgreMain/src/FileSystemArchiveTests.cpp; \353 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/FileSystemArchiveTests.Tpo" "$(DEPDIR)/FileSystemArchiveTests.Po"; else rm -f "$(DEPDIR)/FileSystemArchiveTests.Tpo"; exit 1; fi330 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FileSystemArchiveTests.o -MD -MP -MF $(DEPDIR)/FileSystemArchiveTests.Tpo -c -o FileSystemArchiveTests.o `test -f '../OgreMain/src/FileSystemArchiveTests.cpp' || echo '$(srcdir)/'`../OgreMain/src/FileSystemArchiveTests.cpp 331 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FileSystemArchiveTests.Tpo $(DEPDIR)/FileSystemArchiveTests.Po 354 332 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../OgreMain/src/FileSystemArchiveTests.cpp' object='FileSystemArchiveTests.o' libtool=no @AMDEPBACKSLASH@ 355 333 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ … … 357 335 358 336 FileSystemArchiveTests.obj: ../OgreMain/src/FileSystemArchiveTests.cpp 359 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FileSystemArchiveTests.obj -MD -MP -MF "$(DEPDIR)/FileSystemArchiveTests.Tpo" -c -o FileSystemArchiveTests.obj `if test -f '../OgreMain/src/FileSystemArchiveTests.cpp'; then $(CYGPATH_W) '../OgreMain/src/FileSystemArchiveTests.cpp'; else $(CYGPATH_W) '$(srcdir)/../OgreMain/src/FileSystemArchiveTests.cpp'; fi`; \360 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/FileSystemArchiveTests.Tpo" "$(DEPDIR)/FileSystemArchiveTests.Po"; else rm -f "$(DEPDIR)/FileSystemArchiveTests.Tpo"; exit 1; fi337 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FileSystemArchiveTests.obj -MD -MP -MF $(DEPDIR)/FileSystemArchiveTests.Tpo -c -o FileSystemArchiveTests.obj `if test -f '../OgreMain/src/FileSystemArchiveTests.cpp'; then $(CYGPATH_W) '../OgreMain/src/FileSystemArchiveTests.cpp'; else $(CYGPATH_W) '$(srcdir)/../OgreMain/src/FileSystemArchiveTests.cpp'; fi` 338 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FileSystemArchiveTests.Tpo $(DEPDIR)/FileSystemArchiveTests.Po 361 339 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../OgreMain/src/FileSystemArchiveTests.cpp' object='FileSystemArchiveTests.obj' libtool=no @AMDEPBACKSLASH@ 362 340 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ … … 364 342 365 343 StringTests.o: ../OgreMain/src/StringTests.cpp 366 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StringTests.o -MD -MP -MF "$(DEPDIR)/StringTests.Tpo" -c -o StringTests.o `test -f '../OgreMain/src/StringTests.cpp' || echo '$(srcdir)/'`../OgreMain/src/StringTests.cpp; \367 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/StringTests.Tpo" "$(DEPDIR)/StringTests.Po"; else rm -f "$(DEPDIR)/StringTests.Tpo"; exit 1; fi344 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StringTests.o -MD -MP -MF $(DEPDIR)/StringTests.Tpo -c -o StringTests.o `test -f '../OgreMain/src/StringTests.cpp' || echo '$(srcdir)/'`../OgreMain/src/StringTests.cpp 345 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/StringTests.Tpo $(DEPDIR)/StringTests.Po 368 346 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../OgreMain/src/StringTests.cpp' object='StringTests.o' libtool=no @AMDEPBACKSLASH@ 369 347 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ … … 371 349 372 350 StringTests.obj: ../OgreMain/src/StringTests.cpp 373 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StringTests.obj -MD -MP -MF "$(DEPDIR)/StringTests.Tpo" -c -o StringTests.obj `if test -f '../OgreMain/src/StringTests.cpp'; then $(CYGPATH_W) '../OgreMain/src/StringTests.cpp'; else $(CYGPATH_W) '$(srcdir)/../OgreMain/src/StringTests.cpp'; fi`; \374 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/StringTests.Tpo" "$(DEPDIR)/StringTests.Po"; else rm -f "$(DEPDIR)/StringTests.Tpo"; exit 1; fi351 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StringTests.obj -MD -MP -MF $(DEPDIR)/StringTests.Tpo -c -o StringTests.obj `if test -f '../OgreMain/src/StringTests.cpp'; then $(CYGPATH_W) '../OgreMain/src/StringTests.cpp'; else $(CYGPATH_W) '$(srcdir)/../OgreMain/src/StringTests.cpp'; fi` 352 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/StringTests.Tpo $(DEPDIR)/StringTests.Po 375 353 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../OgreMain/src/StringTests.cpp' object='StringTests.obj' libtool=no @AMDEPBACKSLASH@ 376 354 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ … … 378 356 379 357 ZipArchiveTests.o: ../OgreMain/src/ZipArchiveTests.cpp 380 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ZipArchiveTests.o -MD -MP -MF "$(DEPDIR)/ZipArchiveTests.Tpo" -c -o ZipArchiveTests.o `test -f '../OgreMain/src/ZipArchiveTests.cpp' || echo '$(srcdir)/'`../OgreMain/src/ZipArchiveTests.cpp; \381 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/ZipArchiveTests.Tpo" "$(DEPDIR)/ZipArchiveTests.Po"; else rm -f "$(DEPDIR)/ZipArchiveTests.Tpo"; exit 1; fi358 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ZipArchiveTests.o -MD -MP -MF $(DEPDIR)/ZipArchiveTests.Tpo -c -o ZipArchiveTests.o `test -f '../OgreMain/src/ZipArchiveTests.cpp' || echo '$(srcdir)/'`../OgreMain/src/ZipArchiveTests.cpp 359 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ZipArchiveTests.Tpo $(DEPDIR)/ZipArchiveTests.Po 382 360 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../OgreMain/src/ZipArchiveTests.cpp' object='ZipArchiveTests.o' libtool=no @AMDEPBACKSLASH@ 383 361 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ … … 385 363 386 364 ZipArchiveTests.obj: ../OgreMain/src/ZipArchiveTests.cpp 387 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ZipArchiveTests.obj -MD -MP -MF "$(DEPDIR)/ZipArchiveTests.Tpo" -c -o ZipArchiveTests.obj `if test -f '../OgreMain/src/ZipArchiveTests.cpp'; then $(CYGPATH_W) '../OgreMain/src/ZipArchiveTests.cpp'; else $(CYGPATH_W) '$(srcdir)/../OgreMain/src/ZipArchiveTests.cpp'; fi`; \388 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/ZipArchiveTests.Tpo" "$(DEPDIR)/ZipArchiveTests.Po"; else rm -f "$(DEPDIR)/ZipArchiveTests.Tpo"; exit 1; fi365 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ZipArchiveTests.obj -MD -MP -MF $(DEPDIR)/ZipArchiveTests.Tpo -c -o ZipArchiveTests.obj `if test -f '../OgreMain/src/ZipArchiveTests.cpp'; then $(CYGPATH_W) '../OgreMain/src/ZipArchiveTests.cpp'; else $(CYGPATH_W) '$(srcdir)/../OgreMain/src/ZipArchiveTests.cpp'; fi` 366 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/ZipArchiveTests.Tpo $(DEPDIR)/ZipArchiveTests.Po 389 367 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../OgreMain/src/ZipArchiveTests.cpp' object='ZipArchiveTests.obj' libtool=no @AMDEPBACKSLASH@ 390 368 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ … … 392 370 393 371 BitwiseTests.o: ../OgreMain/src/BitwiseTests.cpp 394 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BitwiseTests.o -MD -MP -MF "$(DEPDIR)/BitwiseTests.Tpo" -c -o BitwiseTests.o `test -f '../OgreMain/src/BitwiseTests.cpp' || echo '$(srcdir)/'`../OgreMain/src/BitwiseTests.cpp; \395 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/BitwiseTests.Tpo" "$(DEPDIR)/BitwiseTests.Po"; else rm -f "$(DEPDIR)/BitwiseTests.Tpo"; exit 1; fi372 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BitwiseTests.o -MD -MP -MF $(DEPDIR)/BitwiseTests.Tpo -c -o BitwiseTests.o `test -f '../OgreMain/src/BitwiseTests.cpp' || echo '$(srcdir)/'`../OgreMain/src/BitwiseTests.cpp 373 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/BitwiseTests.Tpo $(DEPDIR)/BitwiseTests.Po 396 374 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../OgreMain/src/BitwiseTests.cpp' object='BitwiseTests.o' libtool=no @AMDEPBACKSLASH@ 397 375 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ … … 399 377 400 378 BitwiseTests.obj: ../OgreMain/src/BitwiseTests.cpp 401 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BitwiseTests.obj -MD -MP -MF "$(DEPDIR)/BitwiseTests.Tpo" -c -o BitwiseTests.obj `if test -f '../OgreMain/src/BitwiseTests.cpp'; then $(CYGPATH_W) '../OgreMain/src/BitwiseTests.cpp'; else $(CYGPATH_W) '$(srcdir)/../OgreMain/src/BitwiseTests.cpp'; fi`; \402 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/BitwiseTests.Tpo" "$(DEPDIR)/BitwiseTests.Po"; else rm -f "$(DEPDIR)/BitwiseTests.Tpo"; exit 1; fi379 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BitwiseTests.obj -MD -MP -MF $(DEPDIR)/BitwiseTests.Tpo -c -o BitwiseTests.obj `if test -f '../OgreMain/src/BitwiseTests.cpp'; then $(CYGPATH_W) '../OgreMain/src/BitwiseTests.cpp'; else $(CYGPATH_W) '$(srcdir)/../OgreMain/src/BitwiseTests.cpp'; fi` 380 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/BitwiseTests.Tpo $(DEPDIR)/BitwiseTests.Po 403 381 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../OgreMain/src/BitwiseTests.cpp' object='BitwiseTests.obj' libtool=no @AMDEPBACKSLASH@ 404 382 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ … … 406 384 407 385 PixelFormatTests.o: ../OgreMain/src/PixelFormatTests.cpp 408 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PixelFormatTests.o -MD -MP -MF "$(DEPDIR)/PixelFormatTests.Tpo" -c -o PixelFormatTests.o `test -f '../OgreMain/src/PixelFormatTests.cpp' || echo '$(srcdir)/'`../OgreMain/src/PixelFormatTests.cpp; \409 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/PixelFormatTests.Tpo" "$(DEPDIR)/PixelFormatTests.Po"; else rm -f "$(DEPDIR)/PixelFormatTests.Tpo"; exit 1; fi386 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PixelFormatTests.o -MD -MP -MF $(DEPDIR)/PixelFormatTests.Tpo -c -o PixelFormatTests.o `test -f '../OgreMain/src/PixelFormatTests.cpp' || echo '$(srcdir)/'`../OgreMain/src/PixelFormatTests.cpp 387 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/PixelFormatTests.Tpo $(DEPDIR)/PixelFormatTests.Po 410 388 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../OgreMain/src/PixelFormatTests.cpp' object='PixelFormatTests.o' libtool=no @AMDEPBACKSLASH@ 411 389 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ … … 413 391 414 392 PixelFormatTests.obj: ../OgreMain/src/PixelFormatTests.cpp 415 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PixelFormatTests.obj -MD -MP -MF "$(DEPDIR)/PixelFormatTests.Tpo" -c -o PixelFormatTests.obj `if test -f '../OgreMain/src/PixelFormatTests.cpp'; then $(CYGPATH_W) '../OgreMain/src/PixelFormatTests.cpp'; else $(CYGPATH_W) '$(srcdir)/../OgreMain/src/PixelFormatTests.cpp'; fi`; \416 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/PixelFormatTests.Tpo" "$(DEPDIR)/PixelFormatTests.Po"; else rm -f "$(DEPDIR)/PixelFormatTests.Tpo"; exit 1; fi393 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PixelFormatTests.obj -MD -MP -MF $(DEPDIR)/PixelFormatTests.Tpo -c -o PixelFormatTests.obj `if test -f '../OgreMain/src/PixelFormatTests.cpp'; then $(CYGPATH_W) '../OgreMain/src/PixelFormatTests.cpp'; else $(CYGPATH_W) '$(srcdir)/../OgreMain/src/PixelFormatTests.cpp'; fi` 394 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/PixelFormatTests.Tpo $(DEPDIR)/PixelFormatTests.Po 417 395 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../OgreMain/src/PixelFormatTests.cpp' object='PixelFormatTests.obj' libtool=no @AMDEPBACKSLASH@ 418 396 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ … … 420 398 421 399 RadixSort.o: ../OgreMain/src/RadixSort.cpp 422 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RadixSort.o -MD -MP -MF "$(DEPDIR)/RadixSort.Tpo" -c -o RadixSort.o `test -f '../OgreMain/src/RadixSort.cpp' || echo '$(srcdir)/'`../OgreMain/src/RadixSort.cpp; \423 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/RadixSort.Tpo" "$(DEPDIR)/RadixSort.Po"; else rm -f "$(DEPDIR)/RadixSort.Tpo"; exit 1; fi400 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RadixSort.o -MD -MP -MF $(DEPDIR)/RadixSort.Tpo -c -o RadixSort.o `test -f '../OgreMain/src/RadixSort.cpp' || echo '$(srcdir)/'`../OgreMain/src/RadixSort.cpp 401 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/RadixSort.Tpo $(DEPDIR)/RadixSort.Po 424 402 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../OgreMain/src/RadixSort.cpp' object='RadixSort.o' libtool=no @AMDEPBACKSLASH@ 425 403 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ … … 427 405 428 406 RadixSort.obj: ../OgreMain/src/RadixSort.cpp 429 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RadixSort.obj -MD -MP -MF "$(DEPDIR)/RadixSort.Tpo" -c -o RadixSort.obj `if test -f '../OgreMain/src/RadixSort.cpp'; then $(CYGPATH_W) '../OgreMain/src/RadixSort.cpp'; else $(CYGPATH_W) '$(srcdir)/../OgreMain/src/RadixSort.cpp'; fi`; \430 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/RadixSort.Tpo" "$(DEPDIR)/RadixSort.Po"; else rm -f "$(DEPDIR)/RadixSort.Tpo"; exit 1; fi407 @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RadixSort.obj -MD -MP -MF $(DEPDIR)/RadixSort.Tpo -c -o RadixSort.obj `if test -f '../OgreMain/src/RadixSort.cpp'; then $(CYGPATH_W) '../OgreMain/src/RadixSort.cpp'; else $(CYGPATH_W) '$(srcdir)/../OgreMain/src/RadixSort.cpp'; fi` 408 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/RadixSort.Tpo $(DEPDIR)/RadixSort.Po 431 409 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../OgreMain/src/RadixSort.cpp' object='RadixSort.obj' libtool=no @AMDEPBACKSLASH@ 432 410 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ … … 438 416 clean-libtool: 439 417 -rm -rf .libs _libs 440 441 distclean-libtool:442 -rm -f libtool443 uninstall-info-am:444 418 445 419 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) … … 492 466 493 467 check-TESTS: $(TESTS) 494 @failed=0; all=0; xfail=0; xpass=0; skip=0; \468 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \ 495 469 srcdir=$(srcdir); export srcdir; \ 496 list=' $(TESTS)'; \470 list=' $(TESTS) '; \ 497 471 if test -n "$$list"; then \ 498 472 for tst in $$list; do \ … … 503 477 all=`expr $$all + 1`; \ 504 478 case " $(XFAIL_TESTS) " in \ 505 * " $$tst "*) \479 *$$ws$$tst$$ws*) \ 506 480 xpass=`expr $$xpass + 1`; \ 507 481 failed=`expr $$failed + 1`; \ … … 515 489 all=`expr $$all + 1`; \ 516 490 case " $(XFAIL_TESTS) " in \ 517 * " $$tst "*) \491 *$$ws$$tst$$ws*) \ 518 492 xfail=`expr $$xfail + 1`; \ 519 493 echo "XFAIL: $$tst"; \ … … 565 539 566 540 distdir: $(DISTFILES) 567 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 568 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 569 list='$(DISTFILES)'; for file in $$list; do \ 570 case $$file in \ 571 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 572 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 573 esac; \ 541 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 542 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 543 list='$(DISTFILES)'; \ 544 dist_files=`for file in $$list; do echo $$file; done | \ 545 sed -e "s|^$$srcdirstrip/||;t" \ 546 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 547 case $$dist_files in \ 548 */*) $(MKDIR_P) `echo "$$dist_files" | \ 549 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 550 sort -u` ;; \ 551 esac; \ 552 for file in $$dist_files; do \ 574 553 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 575 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \576 if test "$$dir" != "$$file" && test "$$dir" != "."; then \577 dir="/$$dir"; \578 $(mkdir_p) "$(distdir)$$dir"; \579 else \580 dir=''; \581 fi; \582 554 if test -d $$d/$$file; then \ 555 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 583 556 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 584 557 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ … … 630 603 -rm -f Makefile 631 604 distclean-am: clean-am distclean-compile distclean-generic \ 632 distclean- libtool distclean-tags605 distclean-tags 633 606 634 607 dvi: dvi-am … … 644 617 install-data-am: 645 618 619 install-dvi: install-dvi-am 620 646 621 install-exec-am: 647 622 623 install-html: install-html-am 624 648 625 install-info: install-info-am 649 626 650 627 install-man: 628 629 install-pdf: install-pdf-am 630 631 install-ps: install-ps-am 651 632 652 633 installcheck-am: … … 670 651 ps-am: 671 652 672 uninstall-am: uninstall-info-am 653 uninstall-am: 654 655 .MAKE: install-am install-strip 673 656 674 657 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \ … … 677 660 distclean-libtool distclean-tags distdir dvi dvi-am html \ 678 661 html-am info info-am install install-am install-data \ 679 install-data-am install-exec install-exec-am install-info \ 680 install-info-am install-man install-strip installcheck \ 662 install-data-am install-dvi install-dvi-am install-exec \ 663 install-exec-am install-html install-html-am install-info \ 664 install-info-am install-man install-pdf install-pdf-am \ 665 install-ps install-ps-am install-strip installcheck \ 681 666 installcheck-am installdirs maintainer-clean \ 682 667 maintainer-clean-generic mostlyclean mostlyclean-compile \ 683 668 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 684 tags uninstall uninstall-am uninstall-info-am669 tags uninstall uninstall-am 685 670 686 671 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Note: See TracChangeset
for help on using the changeset viewer.