Makefile.in revision b3062210
1# Makefile.in generated by automake 1.11 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6# Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18VPATH = @srcdir@ 19pkgdatadir = $(datadir)/@PACKAGE@ 20pkgincludedir = $(includedir)/@PACKAGE@ 21pkglibdir = $(libdir)/@PACKAGE@ 22pkglibexecdir = $(libexecdir)/@PACKAGE@ 23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 24install_sh_DATA = $(install_sh) -c -m 644 25install_sh_PROGRAM = $(install_sh) -c 26install_sh_SCRIPT = $(install_sh) -c 27INSTALL_HEADER = $(INSTALL_DATA) 28transform = $(program_transform_name) 29NORMAL_INSTALL = : 30PRE_INSTALL = : 31POST_INSTALL = : 32NORMAL_UNINSTALL = : 33PRE_UNINSTALL = : 34POST_UNINSTALL = : 35build_triplet = @build@ 36host_triplet = @host@ 37subdir = src/stubs 38DIST_COMMON = $(srcdir)/Makefile.am $(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 \ 45 $(top_builddir)/include/X11/fonts/fontconf.h 46CONFIG_CLEAN_FILES = 47CONFIG_CLEAN_VPATH_FILES = 48LTLIBRARIES = $(noinst_LTLIBRARIES) 49libstubs_la_LIBADD = 50am_libstubs_la_OBJECTS = cauthgen.lo csignal.lo delfntcid.lo errorf.lo \ 51 fatalerror.lo findoldfnt.lo getcres.lo getdefptsize.lo \ 52 getnewfntcid.lo gettime.lo initfshdl.lo regfpefunc.lo \ 53 rmfshdl.lo servclient.lo setfntauth.lo stfntcfnt.lo 54libstubs_la_OBJECTS = $(am_libstubs_la_OBJECTS) 55AM_V_lt = $(am__v_lt_$(V)) 56am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) 57am__v_lt_0 = --silent 58DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/include/X11/fonts 59depcomp = $(SHELL) $(top_srcdir)/depcomp 60am__depfiles_maybe = depfiles 61am__mv = mv -f 62COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 63 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 64LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 65 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 66 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 67 $(AM_CFLAGS) $(CFLAGS) 68AM_V_CC = $(am__v_CC_$(V)) 69am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 70am__v_CC_0 = @echo " CC " $@; 71AM_V_at = $(am__v_at_$(V)) 72am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 73am__v_at_0 = @ 74CCLD = $(CC) 75LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 76 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 77 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 78AM_V_CCLD = $(am__v_CCLD_$(V)) 79am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 80am__v_CCLD_0 = @echo " CCLD " $@; 81AM_V_GEN = $(am__v_GEN_$(V)) 82am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 83am__v_GEN_0 = @echo " GEN " $@; 84SOURCES = $(libstubs_la_SOURCES) 85DIST_SOURCES = $(libstubs_la_SOURCES) 86ETAGS = etags 87CTAGS = ctags 88DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 89ACLOCAL = @ACLOCAL@ 90ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 91ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 92AMTAR = @AMTAR@ 93AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 94APP_MAN_DIR = @APP_MAN_DIR@ 95APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 96AR = @AR@ 97AUTOCONF = @AUTOCONF@ 98AUTOHEADER = @AUTOHEADER@ 99AUTOMAKE = @AUTOMAKE@ 100AWK = @AWK@ 101CC = @CC@ 102CCDEPMODE = @CCDEPMODE@ 103CFLAGS = @CFLAGS@ 104CHANGELOG_CMD = @CHANGELOG_CMD@ 105CPP = @CPP@ 106CPPFLAGS = @CPPFLAGS@ 107CWARNFLAGS = @CWARNFLAGS@ 108CXX = @CXX@ 109CXXCPP = @CXXCPP@ 110CXXDEPMODE = @CXXDEPMODE@ 111CXXFLAGS = @CXXFLAGS@ 112CYGPATH_W = @CYGPATH_W@ 113DEFS = @DEFS@ 114DEPDIR = @DEPDIR@ 115DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 116DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 117DSYMUTIL = @DSYMUTIL@ 118ECHO = @ECHO@ 119ECHO_C = @ECHO_C@ 120ECHO_N = @ECHO_N@ 121ECHO_T = @ECHO_T@ 122EGREP = @EGREP@ 123EXEEXT = @EXEEXT@ 124F77 = @F77@ 125FFLAGS = @FFLAGS@ 126FILE_MAN_DIR = @FILE_MAN_DIR@ 127FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 128FREETYPE_CFLAGS = @FREETYPE_CFLAGS@ 129FREETYPE_LIBS = @FREETYPE_LIBS@ 130FREETYPE_REQUIRES = @FREETYPE_REQUIRES@ 131GREP = @GREP@ 132INSTALL = @INSTALL@ 133INSTALL_DATA = @INSTALL_DATA@ 134INSTALL_PROGRAM = @INSTALL_PROGRAM@ 135INSTALL_SCRIPT = @INSTALL_SCRIPT@ 136INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 137LDFLAGS = @LDFLAGS@ 138LIBOBJS = @LIBOBJS@ 139LIBS = @LIBS@ 140LIBTOOL = @LIBTOOL@ 141LIB_MAN_DIR = @LIB_MAN_DIR@ 142LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 143LN_S = @LN_S@ 144LTLIBOBJS = @LTLIBOBJS@ 145MAKEINFO = @MAKEINFO@ 146MATH_LIBS = @MATH_LIBS@ 147MISC_MAN_DIR = @MISC_MAN_DIR@ 148MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 149MKDIR_P = @MKDIR_P@ 150NMEDIT = @NMEDIT@ 151OBJEXT = @OBJEXT@ 152OS_CFLAGS = @OS_CFLAGS@ 153PACKAGE = @PACKAGE@ 154PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 155PACKAGE_NAME = @PACKAGE_NAME@ 156PACKAGE_STRING = @PACKAGE_STRING@ 157PACKAGE_TARNAME = @PACKAGE_TARNAME@ 158PACKAGE_VERSION = @PACKAGE_VERSION@ 159PATH_SEPARATOR = @PATH_SEPARATOR@ 160PKG_CONFIG = @PKG_CONFIG@ 161RANLIB = @RANLIB@ 162SED = @SED@ 163SET_MAKE = @SET_MAKE@ 164SHELL = @SHELL@ 165STRIP = @STRIP@ 166VERSION = @VERSION@ 167XFONT_CFLAGS = @XFONT_CFLAGS@ 168XFONT_LIBS = @XFONT_LIBS@ 169XMLTO = @XMLTO@ 170X_GZIP_FONT_COMPRESSION = @X_GZIP_FONT_COMPRESSION@ 171Z_LIBS = @Z_LIBS@ 172abs_builddir = @abs_builddir@ 173abs_srcdir = @abs_srcdir@ 174abs_top_builddir = @abs_top_builddir@ 175abs_top_srcdir = @abs_top_srcdir@ 176ac_ct_CC = @ac_ct_CC@ 177ac_ct_CXX = @ac_ct_CXX@ 178ac_ct_F77 = @ac_ct_F77@ 179am__include = @am__include@ 180am__leading_dot = @am__leading_dot@ 181am__quote = @am__quote@ 182am__tar = @am__tar@ 183am__untar = @am__untar@ 184bindir = @bindir@ 185build = @build@ 186build_alias = @build_alias@ 187build_cpu = @build_cpu@ 188build_os = @build_os@ 189build_vendor = @build_vendor@ 190builddir = @builddir@ 191datadir = @datadir@ 192datarootdir = @datarootdir@ 193distcleancheck_listfiles = @distcleancheck_listfiles@ 194docdir = @docdir@ 195dvidir = @dvidir@ 196exec_prefix = @exec_prefix@ 197ft_config = @ft_config@ 198host = @host@ 199host_alias = @host_alias@ 200host_cpu = @host_cpu@ 201host_os = @host_os@ 202host_vendor = @host_vendor@ 203htmldir = @htmldir@ 204includedir = @includedir@ 205infodir = @infodir@ 206install_sh = @install_sh@ 207libdir = @libdir@ 208libexecdir = @libexecdir@ 209localedir = @localedir@ 210localstatedir = @localstatedir@ 211mandir = @mandir@ 212mkdir_p = @mkdir_p@ 213oldincludedir = @oldincludedir@ 214pdfdir = @pdfdir@ 215prefix = @prefix@ 216program_transform_name = @program_transform_name@ 217psdir = @psdir@ 218sbindir = @sbindir@ 219sharedstatedir = @sharedstatedir@ 220srcdir = @srcdir@ 221sysconfdir = @sysconfdir@ 222target_alias = @target_alias@ 223top_build_prefix = @top_build_prefix@ 224top_builddir = @top_builddir@ 225top_srcdir = @top_srcdir@ 226INCLUDES = \ 227 -I${top_srcdir}/include 228 229AM_CFLAGS = $(XFONT_CFLAGS) $(OS_CFLAGS) $(CWARNFLAGS) 230noinst_LTLIBRARIES = libstubs.la 231libstubs_la_SOURCES = \ 232 cauthgen.c \ 233 csignal.c \ 234 delfntcid.c \ 235 errorf.c \ 236 fatalerror.c \ 237 findoldfnt.c \ 238 getcres.c \ 239 getdefptsize.c \ 240 getnewfntcid.c \ 241 gettime.c \ 242 initfshdl.c \ 243 regfpefunc.c \ 244 rmfshdl.c \ 245 servclient.c \ 246 setfntauth.c \ 247 stfntcfnt.c \ 248 stubs.h 249 250all: all-am 251 252.SUFFIXES: 253.SUFFIXES: .c .lo .o .obj 254$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 255 @for dep in $?; do \ 256 case '$(am__configure_deps)' in \ 257 *$$dep*) \ 258 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 259 && { if test -f $@; then exit 0; else break; fi; }; \ 260 exit 1;; \ 261 esac; \ 262 done; \ 263 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/stubs/Makefile'; \ 264 $(am__cd) $(top_srcdir) && \ 265 $(AUTOMAKE) --foreign src/stubs/Makefile 266.PRECIOUS: Makefile 267Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 268 @case '$?' in \ 269 *config.status*) \ 270 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 271 *) \ 272 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 273 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 274 esac; 275 276$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 277 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 278 279$(top_srcdir)/configure: $(am__configure_deps) 280 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 281$(ACLOCAL_M4): $(am__aclocal_m4_deps) 282 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 283$(am__aclocal_m4_deps): 284 285clean-noinstLTLIBRARIES: 286 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 287 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ 288 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 289 test "$$dir" != "$$p" || dir=.; \ 290 echo "rm -f \"$${dir}/so_locations\""; \ 291 rm -f "$${dir}/so_locations"; \ 292 done 293libstubs.la: $(libstubs_la_OBJECTS) $(libstubs_la_DEPENDENCIES) 294 $(AM_V_CCLD)$(LINK) $(libstubs_la_OBJECTS) $(libstubs_la_LIBADD) $(LIBS) 295 296mostlyclean-compile: 297 -rm -f *.$(OBJEXT) 298 299distclean-compile: 300 -rm -f *.tab.c 301 302@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cauthgen.Plo@am__quote@ 303@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csignal.Plo@am__quote@ 304@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/delfntcid.Plo@am__quote@ 305@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errorf.Plo@am__quote@ 306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fatalerror.Plo@am__quote@ 307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/findoldfnt.Plo@am__quote@ 308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getcres.Plo@am__quote@ 309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdefptsize.Plo@am__quote@ 310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getnewfntcid.Plo@am__quote@ 311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gettime.Plo@am__quote@ 312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/initfshdl.Plo@am__quote@ 313@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regfpefunc.Plo@am__quote@ 314@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rmfshdl.Plo@am__quote@ 315@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/servclient.Plo@am__quote@ 316@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setfntauth.Plo@am__quote@ 317@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stfntcfnt.Plo@am__quote@ 318 319.c.o: 320@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 321@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 322@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 323@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 324@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 325@am__fastdepCC_FALSE@ $(COMPILE) -c $< 326 327.c.obj: 328@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 329@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 330@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 331@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 332@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 333@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 334 335.c.lo: 336@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 337@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 338@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 339@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 340@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 341@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 342 343mostlyclean-libtool: 344 -rm -f *.lo 345 346clean-libtool: 347 -rm -rf .libs _libs 348 349ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 350 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 351 unique=`for i in $$list; do \ 352 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 353 done | \ 354 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 355 END { if (nonempty) { for (i in files) print i; }; }'`; \ 356 mkid -fID $$unique 357tags: TAGS 358 359TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 360 $(TAGS_FILES) $(LISP) 361 set x; \ 362 here=`pwd`; \ 363 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 364 unique=`for i in $$list; do \ 365 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 366 done | \ 367 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 368 END { if (nonempty) { for (i in files) print i; }; }'`; \ 369 shift; \ 370 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 371 test -n "$$unique" || unique=$$empty_fix; \ 372 if test $$# -gt 0; then \ 373 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 374 "$$@" $$unique; \ 375 else \ 376 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 377 $$unique; \ 378 fi; \ 379 fi 380ctags: CTAGS 381CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 382 $(TAGS_FILES) $(LISP) 383 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 384 unique=`for i in $$list; do \ 385 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 386 done | \ 387 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 388 END { if (nonempty) { for (i in files) print i; }; }'`; \ 389 test -z "$(CTAGS_ARGS)$$unique" \ 390 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 391 $$unique 392 393GTAGS: 394 here=`$(am__cd) $(top_builddir) && pwd` \ 395 && $(am__cd) $(top_srcdir) \ 396 && gtags -i $(GTAGS_ARGS) "$$here" 397 398distclean-tags: 399 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 400 401distdir: $(DISTFILES) 402 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 403 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 404 list='$(DISTFILES)'; \ 405 dist_files=`for file in $$list; do echo $$file; done | \ 406 sed -e "s|^$$srcdirstrip/||;t" \ 407 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 408 case $$dist_files in \ 409 */*) $(MKDIR_P) `echo "$$dist_files" | \ 410 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 411 sort -u` ;; \ 412 esac; \ 413 for file in $$dist_files; do \ 414 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 415 if test -d $$d/$$file; then \ 416 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 417 if test -d "$(distdir)/$$file"; then \ 418 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 419 fi; \ 420 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 421 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 422 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 423 fi; \ 424 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 425 else \ 426 test -f "$(distdir)/$$file" \ 427 || cp -p $$d/$$file "$(distdir)/$$file" \ 428 || exit 1; \ 429 fi; \ 430 done 431check-am: all-am 432check: check-am 433all-am: Makefile $(LTLIBRARIES) 434installdirs: 435install: install-am 436install-exec: install-exec-am 437install-data: install-data-am 438uninstall: uninstall-am 439 440install-am: all-am 441 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 442 443installcheck: installcheck-am 444install-strip: 445 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 446 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 447 `test -z '$(STRIP)' || \ 448 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 449mostlyclean-generic: 450 451clean-generic: 452 453distclean-generic: 454 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 455 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 456 457maintainer-clean-generic: 458 @echo "This command is intended for maintainers to use" 459 @echo "it deletes files that may require special tools to rebuild." 460clean: clean-am 461 462clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 463 mostlyclean-am 464 465distclean: distclean-am 466 -rm -rf ./$(DEPDIR) 467 -rm -f Makefile 468distclean-am: clean-am distclean-compile distclean-generic \ 469 distclean-tags 470 471dvi: dvi-am 472 473dvi-am: 474 475html: html-am 476 477html-am: 478 479info: info-am 480 481info-am: 482 483install-data-am: 484 485install-dvi: install-dvi-am 486 487install-dvi-am: 488 489install-exec-am: 490 491install-html: install-html-am 492 493install-html-am: 494 495install-info: install-info-am 496 497install-info-am: 498 499install-man: 500 501install-pdf: install-pdf-am 502 503install-pdf-am: 504 505install-ps: install-ps-am 506 507install-ps-am: 508 509installcheck-am: 510 511maintainer-clean: maintainer-clean-am 512 -rm -rf ./$(DEPDIR) 513 -rm -f Makefile 514maintainer-clean-am: distclean-am maintainer-clean-generic 515 516mostlyclean: mostlyclean-am 517 518mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 519 mostlyclean-libtool 520 521pdf: pdf-am 522 523pdf-am: 524 525ps: ps-am 526 527ps-am: 528 529uninstall-am: 530 531.MAKE: install-am install-strip 532 533.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 534 clean-libtool clean-noinstLTLIBRARIES ctags distclean \ 535 distclean-compile distclean-generic distclean-libtool \ 536 distclean-tags distdir dvi dvi-am html html-am info info-am \ 537 install install-am install-data install-data-am install-dvi \ 538 install-dvi-am install-exec install-exec-am install-html \ 539 install-html-am install-info install-info-am install-man \ 540 install-pdf install-pdf-am install-ps install-ps-am \ 541 install-strip installcheck installcheck-am installdirs \ 542 maintainer-clean maintainer-clean-generic mostlyclean \ 543 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 544 pdf pdf-am ps ps-am tags uninstall uninstall-am 545 546 547# Tell versions [3.59,3.63) of GNU make to not export all variables. 548# Otherwise a system limit (for SysV at least) may be exceeded. 549.NOEXPORT: 550