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