[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 | subdir = Samples/SkyBox/include |
---|
| 37 | DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ |
---|
| 38 | $(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 | SOURCES = |
---|
| 48 | DIST_SOURCES = |
---|
| 49 | HEADERS = $(noinst_HEADERS) |
---|
| 50 | ETAGS = etags |
---|
| 51 | CTAGS = ctags |
---|
| 52 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
| 53 | ACLOCAL = @ACLOCAL@ |
---|
| 54 | AMTAR = @AMTAR@ |
---|
| 55 | AR = @AR@ |
---|
| 56 | AUTOCONF = @AUTOCONF@ |
---|
| 57 | AUTOHEADER = @AUTOHEADER@ |
---|
| 58 | AUTOMAKE = @AUTOMAKE@ |
---|
| 59 | AWK = @AWK@ |
---|
| 60 | CC = @CC@ |
---|
| 61 | CCDEPMODE = @CCDEPMODE@ |
---|
| 62 | CEGUI_CFLAGS = @CEGUI_CFLAGS@ |
---|
| 63 | CEGUI_LIBS = @CEGUI_LIBS@ |
---|
| 64 | CFLAGS = @CFLAGS@ |
---|
| 65 | CFLAGS_VISIBILITY = @CFLAGS_VISIBILITY@ |
---|
| 66 | CPP = @CPP@ |
---|
| 67 | CPPFLAGS = @CPPFLAGS@ |
---|
| 68 | CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@ |
---|
| 69 | CPPUNIT_CONFIG = @CPPUNIT_CONFIG@ |
---|
| 70 | CPPUNIT_LIBS = @CPPUNIT_LIBS@ |
---|
| 71 | CXX = @CXX@ |
---|
| 72 | CXXCPP = @CXXCPP@ |
---|
| 73 | CXXDEPMODE = @CXXDEPMODE@ |
---|
| 74 | CXXFLAGS = @CXXFLAGS@ |
---|
| 75 | CYGPATH_W = @CYGPATH_W@ |
---|
| 76 | DEFS = @DEFS@ |
---|
| 77 | DEPDIR = @DEPDIR@ |
---|
| 78 | ECHO = @ECHO@ |
---|
| 79 | ECHO_C = @ECHO_C@ |
---|
| 80 | ECHO_N = @ECHO_N@ |
---|
| 81 | ECHO_T = @ECHO_T@ |
---|
| 82 | EGREP = @EGREP@ |
---|
| 83 | EXEEXT = @EXEEXT@ |
---|
| 84 | F77 = @F77@ |
---|
| 85 | FFLAGS = @FFLAGS@ |
---|
| 86 | FT2_CFLAGS = @FT2_CFLAGS@ |
---|
| 87 | FT2_CONFIG = @FT2_CONFIG@ |
---|
| 88 | FT2_LIBS = @FT2_LIBS@ |
---|
| 89 | GLSUPPORT_CFLAGS = @GLSUPPORT_CFLAGS@ |
---|
| 90 | GLSUPPORT_LIBS = @GLSUPPORT_LIBS@ |
---|
| 91 | GL_LIBS = @GL_LIBS@ |
---|
| 92 | GREP = @GREP@ |
---|
| 93 | GTK_CFLAGS = @GTK_CFLAGS@ |
---|
| 94 | GTK_LIBS = @GTK_LIBS@ |
---|
[6] | 95 | INSTALL = @INSTALL@ |
---|
[5] | 96 | INSTALL_DATA = @INSTALL_DATA@ |
---|
| 97 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
| 98 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
| 99 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
| 100 | LDFLAGS = @LDFLAGS@ |
---|
| 101 | LEX = @LEX@ |
---|
| 102 | LEXLIB = @LEXLIB@ |
---|
| 103 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ |
---|
| 104 | LIBOBJS = @LIBOBJS@ |
---|
| 105 | LIBS = @LIBS@ |
---|
| 106 | LIBTOOL = @LIBTOOL@ |
---|
| 107 | LN_S = @LN_S@ |
---|
| 108 | LTLIBOBJS = @LTLIBOBJS@ |
---|
| 109 | MAKEINFO = @MAKEINFO@ |
---|
[6] | 110 | MKDIR_P = @MKDIR_P@ |
---|
[5] | 111 | OBJEXT = @OBJEXT@ |
---|
| 112 | OGRE_CFLAGS = @OGRE_CFLAGS@ |
---|
| 113 | OGRE_GLSUPPORT = @OGRE_GLSUPPORT@ |
---|
| 114 | OGRE_GUI = @OGRE_GUI@ |
---|
| 115 | OGRE_PLATFORM = @OGRE_PLATFORM@ |
---|
| 116 | OGRE_THREAD_LIBS = @OGRE_THREAD_LIBS@ |
---|
| 117 | OIS_CFLAGS = @OIS_CFLAGS@ |
---|
| 118 | OIS_LIBS = @OIS_LIBS@ |
---|
| 119 | OPENEXR_CFLAGS = @OPENEXR_CFLAGS@ |
---|
| 120 | OPENEXR_LIBS = @OPENEXR_LIBS@ |
---|
| 121 | PACKAGE = @PACKAGE@ |
---|
| 122 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
| 123 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
| 124 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
| 125 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
| 126 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
| 127 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
| 128 | PKG_CONFIG = @PKG_CONFIG@ |
---|
| 129 | PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ |
---|
| 130 | PLATFORM_LIBS = @PLATFORM_LIBS@ |
---|
| 131 | PLUGIN_FLAGS = @PLUGIN_FLAGS@ |
---|
| 132 | RANLIB = @RANLIB@ |
---|
| 133 | RC = @RC@ |
---|
[6] | 134 | SED = @SED@ |
---|
[5] | 135 | SET_MAKE = @SET_MAKE@ |
---|
| 136 | SHARED_FLAGS = @SHARED_FLAGS@ |
---|
| 137 | SHELL = @SHELL@ |
---|
| 138 | STLPORT_CFLAGS = @STLPORT_CFLAGS@ |
---|
| 139 | STLPORT_LIBS = @STLPORT_LIBS@ |
---|
| 140 | STRIP = @STRIP@ |
---|
| 141 | VERSION = @VERSION@ |
---|
| 142 | XMKMF = @XMKMF@ |
---|
| 143 | YACC = @YACC@ |
---|
| 144 | YFLAGS = @YFLAGS@ |
---|
| 145 | ZZIPLIB_CFLAGS = @ZZIPLIB_CFLAGS@ |
---|
| 146 | ZZIPLIB_LIBS = @ZZIPLIB_LIBS@ |
---|
[6] | 147 | abs_builddir = @abs_builddir@ |
---|
| 148 | abs_srcdir = @abs_srcdir@ |
---|
[5] | 149 | abs_top_builddir = @abs_top_builddir@ |
---|
[6] | 150 | abs_top_srcdir = @abs_top_srcdir@ |
---|
[5] | 151 | ac_ct_CC = @ac_ct_CC@ |
---|
| 152 | ac_ct_CXX = @ac_ct_CXX@ |
---|
| 153 | ac_ct_F77 = @ac_ct_F77@ |
---|
| 154 | am__include = @am__include@ |
---|
| 155 | am__leading_dot = @am__leading_dot@ |
---|
| 156 | am__quote = @am__quote@ |
---|
| 157 | am__tar = @am__tar@ |
---|
| 158 | am__untar = @am__untar@ |
---|
| 159 | bindir = @bindir@ |
---|
| 160 | build = @build@ |
---|
| 161 | build_alias = @build_alias@ |
---|
| 162 | build_cpu = @build_cpu@ |
---|
| 163 | build_os = @build_os@ |
---|
| 164 | build_vendor = @build_vendor@ |
---|
[6] | 165 | builddir = @builddir@ |
---|
[5] | 166 | datadir = @datadir@ |
---|
| 167 | datarootdir = @datarootdir@ |
---|
| 168 | docdir = @docdir@ |
---|
| 169 | dvidir = @dvidir@ |
---|
| 170 | exec_prefix = @exec_prefix@ |
---|
| 171 | host = @host@ |
---|
| 172 | host_alias = @host_alias@ |
---|
| 173 | host_cpu = @host_cpu@ |
---|
| 174 | host_os = @host_os@ |
---|
| 175 | host_vendor = @host_vendor@ |
---|
| 176 | htmldir = @htmldir@ |
---|
| 177 | includedir = @includedir@ |
---|
| 178 | infodir = @infodir@ |
---|
| 179 | install_sh = @install_sh@ |
---|
| 180 | libdir = @libdir@ |
---|
| 181 | libexecdir = @libexecdir@ |
---|
| 182 | localedir = @localedir@ |
---|
| 183 | localstatedir = @localstatedir@ |
---|
| 184 | mandir = @mandir@ |
---|
| 185 | mkdir_p = @mkdir_p@ |
---|
| 186 | ogreexecdir = @ogreexecdir@ |
---|
| 187 | oldincludedir = @oldincludedir@ |
---|
| 188 | pdfdir = @pdfdir@ |
---|
| 189 | prefix = @prefix@ |
---|
| 190 | program_transform_name = @program_transform_name@ |
---|
| 191 | psdir = @psdir@ |
---|
| 192 | sbindir = @sbindir@ |
---|
| 193 | sharedstatedir = @sharedstatedir@ |
---|
[6] | 194 | srcdir = @srcdir@ |
---|
[5] | 195 | sysconfdir = @sysconfdir@ |
---|
| 196 | target = @target@ |
---|
| 197 | target_alias = @target_alias@ |
---|
| 198 | target_cpu = @target_cpu@ |
---|
| 199 | target_os = @target_os@ |
---|
| 200 | target_vendor = @target_vendor@ |
---|
[6] | 201 | top_builddir = @top_builddir@ |
---|
| 202 | top_srcdir = @top_srcdir@ |
---|
[5] | 203 | noinst_HEADERS = SkyBox.h |
---|
| 204 | all: all-am |
---|
| 205 | |
---|
| 206 | .SUFFIXES: |
---|
| 207 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
---|
| 208 | @for dep in $?; do \ |
---|
| 209 | case '$(am__configure_deps)' in \ |
---|
| 210 | *$$dep*) \ |
---|
| 211 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ |
---|
| 212 | && exit 0; \ |
---|
| 213 | exit 1;; \ |
---|
| 214 | esac; \ |
---|
| 215 | done; \ |
---|
| 216 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Samples/SkyBox/include/Makefile'; \ |
---|
| 217 | cd $(top_srcdir) && \ |
---|
| 218 | $(AUTOMAKE) --foreign Samples/SkyBox/include/Makefile |
---|
| 219 | .PRECIOUS: Makefile |
---|
| 220 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
| 221 | @case '$?' in \ |
---|
| 222 | *config.status*) \ |
---|
| 223 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
---|
| 224 | *) \ |
---|
| 225 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
---|
| 226 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
---|
| 227 | esac; |
---|
| 228 | |
---|
| 229 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
| 230 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 231 | |
---|
| 232 | $(top_srcdir)/configure: $(am__configure_deps) |
---|
| 233 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 234 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
---|
| 235 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 236 | |
---|
| 237 | mostlyclean-libtool: |
---|
| 238 | -rm -f *.lo |
---|
| 239 | |
---|
| 240 | clean-libtool: |
---|
| 241 | -rm -rf .libs _libs |
---|
| 242 | |
---|
| 243 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
| 244 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 245 | unique=`for i in $$list; do \ |
---|
| 246 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 247 | done | \ |
---|
| 248 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 249 | END { for (i in files) print i; }'`; \ |
---|
| 250 | mkid -fID $$unique |
---|
| 251 | tags: TAGS |
---|
| 252 | |
---|
| 253 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
| 254 | $(TAGS_FILES) $(LISP) |
---|
| 255 | tags=; \ |
---|
| 256 | here=`pwd`; \ |
---|
| 257 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 258 | unique=`for i in $$list; do \ |
---|
| 259 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 260 | done | \ |
---|
| 261 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 262 | END { for (i in files) print i; }'`; \ |
---|
| 263 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
---|
| 264 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
| 265 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
| 266 | $$tags $$unique; \ |
---|
| 267 | fi |
---|
| 268 | ctags: CTAGS |
---|
| 269 | CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
| 270 | $(TAGS_FILES) $(LISP) |
---|
| 271 | tags=; \ |
---|
| 272 | here=`pwd`; \ |
---|
| 273 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 274 | unique=`for i in $$list; do \ |
---|
| 275 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 276 | done | \ |
---|
| 277 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 278 | END { for (i in files) print i; }'`; \ |
---|
| 279 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
---|
| 280 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
| 281 | $$tags $$unique |
---|
| 282 | |
---|
| 283 | GTAGS: |
---|
| 284 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
| 285 | && cd $(top_srcdir) \ |
---|
| 286 | && gtags -i $(GTAGS_ARGS) $$here |
---|
| 287 | |
---|
| 288 | distclean-tags: |
---|
| 289 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
| 290 | |
---|
| 291 | distdir: $(DISTFILES) |
---|
[6] | 292 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
| 293 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
| 294 | list='$(DISTFILES)'; \ |
---|
| 295 | dist_files=`for file in $$list; do echo $$file; done | \ |
---|
| 296 | sed -e "s|^$$srcdirstrip/||;t" \ |
---|
| 297 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
---|
| 298 | case $$dist_files in \ |
---|
| 299 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
---|
| 300 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
---|
| 301 | sort -u` ;; \ |
---|
| 302 | esac; \ |
---|
| 303 | for file in $$dist_files; do \ |
---|
[5] | 304 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
| 305 | if test -d $$d/$$file; then \ |
---|
[6] | 306 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
[5] | 307 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
| 308 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
---|
| 309 | fi; \ |
---|
| 310 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
---|
| 311 | else \ |
---|
| 312 | test -f $(distdir)/$$file \ |
---|
| 313 | || cp -p $$d/$$file $(distdir)/$$file \ |
---|
| 314 | || exit 1; \ |
---|
| 315 | fi; \ |
---|
| 316 | done |
---|
| 317 | check-am: all-am |
---|
| 318 | check: check-am |
---|
| 319 | all-am: Makefile $(HEADERS) |
---|
| 320 | installdirs: |
---|
| 321 | install: install-am |
---|
| 322 | install-exec: install-exec-am |
---|
| 323 | install-data: install-data-am |
---|
| 324 | uninstall: uninstall-am |
---|
| 325 | |
---|
| 326 | install-am: all-am |
---|
| 327 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
| 328 | |
---|
| 329 | installcheck: installcheck-am |
---|
| 330 | install-strip: |
---|
| 331 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
| 332 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
| 333 | `test -z '$(STRIP)' || \ |
---|
| 334 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
---|
| 335 | mostlyclean-generic: |
---|
| 336 | |
---|
| 337 | clean-generic: |
---|
| 338 | |
---|
| 339 | distclean-generic: |
---|
| 340 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
---|
| 341 | |
---|
| 342 | maintainer-clean-generic: |
---|
| 343 | @echo "This command is intended for maintainers to use" |
---|
| 344 | @echo "it deletes files that may require special tools to rebuild." |
---|
| 345 | clean: clean-am |
---|
| 346 | |
---|
| 347 | clean-am: clean-generic clean-libtool mostlyclean-am |
---|
| 348 | |
---|
| 349 | distclean: distclean-am |
---|
| 350 | -rm -f Makefile |
---|
[6] | 351 | distclean-am: clean-am distclean-generic distclean-tags |
---|
[5] | 352 | |
---|
| 353 | dvi: dvi-am |
---|
| 354 | |
---|
| 355 | dvi-am: |
---|
| 356 | |
---|
| 357 | html: html-am |
---|
| 358 | |
---|
| 359 | info: info-am |
---|
| 360 | |
---|
| 361 | info-am: |
---|
| 362 | |
---|
| 363 | install-data-am: |
---|
| 364 | |
---|
[6] | 365 | install-dvi: install-dvi-am |
---|
| 366 | |
---|
[5] | 367 | install-exec-am: |
---|
| 368 | |
---|
[6] | 369 | install-html: install-html-am |
---|
| 370 | |
---|
[5] | 371 | install-info: install-info-am |
---|
| 372 | |
---|
| 373 | install-man: |
---|
| 374 | |
---|
[6] | 375 | install-pdf: install-pdf-am |
---|
| 376 | |
---|
| 377 | install-ps: install-ps-am |
---|
| 378 | |
---|
[5] | 379 | installcheck-am: |
---|
| 380 | |
---|
| 381 | maintainer-clean: maintainer-clean-am |
---|
| 382 | -rm -f Makefile |
---|
| 383 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
| 384 | |
---|
| 385 | mostlyclean: mostlyclean-am |
---|
| 386 | |
---|
| 387 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
---|
| 388 | |
---|
| 389 | pdf: pdf-am |
---|
| 390 | |
---|
| 391 | pdf-am: |
---|
| 392 | |
---|
| 393 | ps: ps-am |
---|
| 394 | |
---|
| 395 | ps-am: |
---|
| 396 | |
---|
[6] | 397 | uninstall-am: |
---|
[5] | 398 | |
---|
[6] | 399 | .MAKE: install-am install-strip |
---|
| 400 | |
---|
[5] | 401 | .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ |
---|
| 402 | clean-libtool ctags distclean distclean-generic \ |
---|
| 403 | distclean-libtool distclean-tags distdir dvi dvi-am html \ |
---|
| 404 | html-am info info-am install install-am install-data \ |
---|
[6] | 405 | install-data-am install-dvi install-dvi-am install-exec \ |
---|
| 406 | install-exec-am install-html install-html-am install-info \ |
---|
| 407 | install-info-am install-man install-pdf install-pdf-am \ |
---|
| 408 | install-ps install-ps-am install-strip installcheck \ |
---|
[5] | 409 | installcheck-am installdirs maintainer-clean \ |
---|
| 410 | maintainer-clean-generic mostlyclean mostlyclean-generic \ |
---|
| 411 | mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ |
---|
[6] | 412 | uninstall-am |
---|
[5] | 413 | |
---|
| 414 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
| 415 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
| 416 | .NOEXPORT: |
---|