Makefile.in revision b020570b
1# Makefile.in generated by automake 1.14 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2013 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 17VPATH = @srcdir@ 18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 19am__make_running_with_option = \ 20 case $${target_option-} in \ 21 ?) ;; \ 22 *) echo "am__make_running_with_option: internal error: invalid" \ 23 "target option '$${target_option-}' specified" >&2; \ 24 exit 1;; \ 25 esac; \ 26 has_opt=no; \ 27 sane_makeflags=$$MAKEFLAGS; \ 28 if $(am__is_gnu_make); then \ 29 sane_makeflags=$$MFLAGS; \ 30 else \ 31 case $$MAKEFLAGS in \ 32 *\\[\ \ ]*) \ 33 bs=\\; \ 34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 36 esac; \ 37 fi; \ 38 skip_next=no; \ 39 strip_trailopt () \ 40 { \ 41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 42 }; \ 43 for flg in $$sane_makeflags; do \ 44 test $$skip_next = yes && { skip_next=no; continue; }; \ 45 case $$flg in \ 46 *=*|--*) continue;; \ 47 -*I) strip_trailopt 'I'; skip_next=yes;; \ 48 -*I?*) strip_trailopt 'I';; \ 49 -*O) strip_trailopt 'O'; skip_next=yes;; \ 50 -*O?*) strip_trailopt 'O';; \ 51 -*l) strip_trailopt 'l'; skip_next=yes;; \ 52 -*l?*) strip_trailopt 'l';; \ 53 -[dEDm]) skip_next=yes;; \ 54 -[JT]) skip_next=yes;; \ 55 esac; \ 56 case $$flg in \ 57 *$$target_option*) has_opt=yes; break;; \ 58 esac; \ 59 done; \ 60 test $$has_opt = yes 61am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 62am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 63pkgdatadir = $(datadir)/@PACKAGE@ 64pkgincludedir = $(includedir)/@PACKAGE@ 65pkglibdir = $(libdir)/@PACKAGE@ 66pkglibexecdir = $(libexecdir)/@PACKAGE@ 67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 68install_sh_DATA = $(install_sh) -c -m 644 69install_sh_PROGRAM = $(install_sh) -c 70install_sh_SCRIPT = $(install_sh) -c 71INSTALL_HEADER = $(INSTALL_DATA) 72transform = $(program_transform_name) 73NORMAL_INSTALL = : 74PRE_INSTALL = : 75POST_INSTALL = : 76NORMAL_UNINSTALL = : 77PRE_UNINSTALL = : 78POST_UNINSTALL = : 79build_triplet = @build@ 80host_triplet = @host@ 81subdir = src/stubs 82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 83 $(top_srcdir)/depcomp 84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 85am__aclocal_m4_deps = $(top_srcdir)/configure.ac 86am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 87 $(ACLOCAL_M4) 88mkinstalldirs = $(install_sh) -d 89CONFIG_HEADER = $(top_builddir)/config.h \ 90 $(top_builddir)/include/X11/fonts/fontconf.h 91CONFIG_CLEAN_FILES = 92CONFIG_CLEAN_VPATH_FILES = 93LTLIBRARIES = $(noinst_LTLIBRARIES) 94libstubs_la_LIBADD = 95am_libstubs_la_OBJECTS = cauthgen.lo csignal.lo delfntcid.lo errorf.lo \ 96 fatalerror.lo findoldfnt.lo getcres.lo getdefptsize.lo \ 97 getnewfntcid.lo gettime.lo initfshdl.lo regfpefunc.lo \ 98 rmfshdl.lo servclient.lo setfntauth.lo stfntcfnt.lo 99libstubs_la_OBJECTS = $(am_libstubs_la_OBJECTS) 100AM_V_lt = $(am__v_lt_@AM_V@) 101am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 102am__v_lt_0 = --silent 103am__v_lt_1 = 104AM_V_P = $(am__v_P_@AM_V@) 105am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 106am__v_P_0 = false 107am__v_P_1 = : 108AM_V_GEN = $(am__v_GEN_@AM_V@) 109am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 110am__v_GEN_0 = @echo " GEN " $@; 111am__v_GEN_1 = 112AM_V_at = $(am__v_at_@AM_V@) 113am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 114am__v_at_0 = @ 115am__v_at_1 = 116DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/include/X11/fonts 117depcomp = $(SHELL) $(top_srcdir)/depcomp 118am__depfiles_maybe = depfiles 119am__mv = mv -f 120COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 121 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 122LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 123 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 124 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 125 $(AM_CFLAGS) $(CFLAGS) 126AM_V_CC = $(am__v_CC_@AM_V@) 127am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 128am__v_CC_0 = @echo " CC " $@; 129am__v_CC_1 = 130CCLD = $(CC) 131LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 132 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 133 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 134AM_V_CCLD = $(am__v_CCLD_@AM_V@) 135am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 136am__v_CCLD_0 = @echo " CCLD " $@; 137am__v_CCLD_1 = 138SOURCES = $(libstubs_la_SOURCES) 139DIST_SOURCES = $(libstubs_la_SOURCES) 140am__can_run_installinfo = \ 141 case $$AM_UPDATE_INFO_DIR in \ 142 n|no|NO) false;; \ 143 *) (install-info --version) >/dev/null 2>&1;; \ 144 esac 145am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 146# Read a list of newline-separated strings from the standard input, 147# and print each of them once, without duplicates. Input order is 148# *not* preserved. 149am__uniquify_input = $(AWK) '\ 150 BEGIN { nonempty = 0; } \ 151 { items[$$0] = 1; nonempty = 1; } \ 152 END { if (nonempty) { for (i in items) print i; }; } \ 153' 154# Make sure the list of sources is unique. This is necessary because, 155# e.g., the same source file might be shared among _SOURCES variables 156# for different programs/libraries. 157am__define_uniq_tagged_files = \ 158 list='$(am__tagged_files)'; \ 159 unique=`for i in $$list; do \ 160 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 161 done | $(am__uniquify_input)` 162ETAGS = etags 163CTAGS = ctags 164DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 165ACLOCAL = @ACLOCAL@ 166ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 167ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 168AMTAR = @AMTAR@ 169AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 170APP_MAN_DIR = @APP_MAN_DIR@ 171APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 172AR = @AR@ 173AUTOCONF = @AUTOCONF@ 174AUTOHEADER = @AUTOHEADER@ 175AUTOMAKE = @AUTOMAKE@ 176AWK = @AWK@ 177BASE_CFLAGS = @BASE_CFLAGS@ 178CC = @CC@ 179CCDEPMODE = @CCDEPMODE@ 180CFLAGS = @CFLAGS@ 181CHANGELOG_CMD = @CHANGELOG_CMD@ 182CPP = @CPP@ 183CPPFLAGS = @CPPFLAGS@ 184CWARNFLAGS = @CWARNFLAGS@ 185CYGPATH_W = @CYGPATH_W@ 186DEFS = @DEFS@ 187DEPDIR = @DEPDIR@ 188DLLTOOL = @DLLTOOL@ 189DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 190DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 191DSYMUTIL = @DSYMUTIL@ 192DUMPBIN = @DUMPBIN@ 193ECHO_C = @ECHO_C@ 194ECHO_N = @ECHO_N@ 195ECHO_T = @ECHO_T@ 196EGREP = @EGREP@ 197EXEEXT = @EXEEXT@ 198FGREP = @FGREP@ 199FILE_MAN_DIR = @FILE_MAN_DIR@ 200FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 201FOP = @FOP@ 202FREETYPE_CFLAGS = @FREETYPE_CFLAGS@ 203FREETYPE_LIBS = @FREETYPE_LIBS@ 204FREETYPE_REQUIRES = @FREETYPE_REQUIRES@ 205GREP = @GREP@ 206INSTALL = @INSTALL@ 207INSTALL_CMD = @INSTALL_CMD@ 208INSTALL_DATA = @INSTALL_DATA@ 209INSTALL_PROGRAM = @INSTALL_PROGRAM@ 210INSTALL_SCRIPT = @INSTALL_SCRIPT@ 211INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 212LD = @LD@ 213LDFLAGS = @LDFLAGS@ 214LIBOBJS = @LIBOBJS@ 215LIBS = @LIBS@ 216LIBTOOL = @LIBTOOL@ 217LIB_MAN_DIR = @LIB_MAN_DIR@ 218LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 219LIPO = @LIPO@ 220LN_S = @LN_S@ 221LTLIBOBJS = @LTLIBOBJS@ 222MAKEINFO = @MAKEINFO@ 223MANIFEST_TOOL = @MANIFEST_TOOL@ 224MAN_SUBSTS = @MAN_SUBSTS@ 225MATH_LIBS = @MATH_LIBS@ 226MISC_MAN_DIR = @MISC_MAN_DIR@ 227MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 228MKDIR_P = @MKDIR_P@ 229NM = @NM@ 230NMEDIT = @NMEDIT@ 231OBJDUMP = @OBJDUMP@ 232OBJEXT = @OBJEXT@ 233OS_CFLAGS = @OS_CFLAGS@ 234OTOOL = @OTOOL@ 235OTOOL64 = @OTOOL64@ 236PACKAGE = @PACKAGE@ 237PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 238PACKAGE_NAME = @PACKAGE_NAME@ 239PACKAGE_STRING = @PACKAGE_STRING@ 240PACKAGE_TARNAME = @PACKAGE_TARNAME@ 241PACKAGE_URL = @PACKAGE_URL@ 242PACKAGE_VERSION = @PACKAGE_VERSION@ 243PATH_SEPARATOR = @PATH_SEPARATOR@ 244PKG_CONFIG = @PKG_CONFIG@ 245RANLIB = @RANLIB@ 246SED = @SED@ 247SET_MAKE = @SET_MAKE@ 248SHELL = @SHELL@ 249STRICT_CFLAGS = @STRICT_CFLAGS@ 250STRIP = @STRIP@ 251STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 252VERSION = @VERSION@ 253XFONT_CFLAGS = @XFONT_CFLAGS@ 254XFONT_LIBS = @XFONT_LIBS@ 255XMLTO = @XMLTO@ 256XORG_MAN_PAGE = @XORG_MAN_PAGE@ 257XORG_SGML_PATH = @XORG_SGML_PATH@ 258XSL_STYLESHEET = @XSL_STYLESHEET@ 259X_GZIP_FONT_COMPRESSION = @X_GZIP_FONT_COMPRESSION@ 260Z_LIBS = @Z_LIBS@ 261abs_builddir = @abs_builddir@ 262abs_srcdir = @abs_srcdir@ 263abs_top_builddir = @abs_top_builddir@ 264abs_top_srcdir = @abs_top_srcdir@ 265ac_ct_AR = @ac_ct_AR@ 266ac_ct_CC = @ac_ct_CC@ 267ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 268am__include = @am__include@ 269am__leading_dot = @am__leading_dot@ 270am__quote = @am__quote@ 271am__tar = @am__tar@ 272am__untar = @am__untar@ 273bindir = @bindir@ 274build = @build@ 275build_alias = @build_alias@ 276build_cpu = @build_cpu@ 277build_os = @build_os@ 278build_vendor = @build_vendor@ 279builddir = @builddir@ 280datadir = @datadir@ 281datarootdir = @datarootdir@ 282docdir = @docdir@ 283dvidir = @dvidir@ 284exec_prefix = @exec_prefix@ 285ft_config = @ft_config@ 286host = @host@ 287host_alias = @host_alias@ 288host_cpu = @host_cpu@ 289host_os = @host_os@ 290host_vendor = @host_vendor@ 291htmldir = @htmldir@ 292includedir = @includedir@ 293infodir = @infodir@ 294install_sh = @install_sh@ 295libdir = @libdir@ 296libexecdir = @libexecdir@ 297localedir = @localedir@ 298localstatedir = @localstatedir@ 299mandir = @mandir@ 300mkdir_p = @mkdir_p@ 301oldincludedir = @oldincludedir@ 302pdfdir = @pdfdir@ 303prefix = @prefix@ 304program_transform_name = @program_transform_name@ 305psdir = @psdir@ 306sbindir = @sbindir@ 307sharedstatedir = @sharedstatedir@ 308srcdir = @srcdir@ 309sysconfdir = @sysconfdir@ 310target_alias = @target_alias@ 311top_build_prefix = @top_build_prefix@ 312top_builddir = @top_builddir@ 313top_srcdir = @top_srcdir@ 314AM_CPPFLAGS = \ 315 -I${top_srcdir}/include 316 317AM_CFLAGS = $(XFONT_CFLAGS) $(OS_CFLAGS) $(CWARNFLAGS) 318noinst_LTLIBRARIES = libstubs.la 319libstubs_la_SOURCES = \ 320 cauthgen.c \ 321 csignal.c \ 322 delfntcid.c \ 323 errorf.c \ 324 fatalerror.c \ 325 findoldfnt.c \ 326 getcres.c \ 327 getdefptsize.c \ 328 getnewfntcid.c \ 329 gettime.c \ 330 initfshdl.c \ 331 regfpefunc.c \ 332 rmfshdl.c \ 333 servclient.c \ 334 setfntauth.c \ 335 stfntcfnt.c \ 336 stubs.h 337 338all: all-am 339 340.SUFFIXES: 341.SUFFIXES: .c .lo .o .obj 342$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 343 @for dep in $?; do \ 344 case '$(am__configure_deps)' in \ 345 *$$dep*) \ 346 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 347 && { if test -f $@; then exit 0; else break; fi; }; \ 348 exit 1;; \ 349 esac; \ 350 done; \ 351 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/stubs/Makefile'; \ 352 $(am__cd) $(top_srcdir) && \ 353 $(AUTOMAKE) --foreign src/stubs/Makefile 354.PRECIOUS: Makefile 355Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 356 @case '$?' in \ 357 *config.status*) \ 358 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 359 *) \ 360 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 361 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 362 esac; 363 364$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 365 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 366 367$(top_srcdir)/configure: $(am__configure_deps) 368 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 369$(ACLOCAL_M4): $(am__aclocal_m4_deps) 370 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 371$(am__aclocal_m4_deps): 372 373clean-noinstLTLIBRARIES: 374 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 375 @list='$(noinst_LTLIBRARIES)'; \ 376 locs=`for p in $$list; do echo $$p; done | \ 377 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 378 sort -u`; \ 379 test -z "$$locs" || { \ 380 echo rm -f $${locs}; \ 381 rm -f $${locs}; \ 382 } 383 384libstubs.la: $(libstubs_la_OBJECTS) $(libstubs_la_DEPENDENCIES) $(EXTRA_libstubs_la_DEPENDENCIES) 385 $(AM_V_CCLD)$(LINK) $(libstubs_la_OBJECTS) $(libstubs_la_LIBADD) $(LIBS) 386 387mostlyclean-compile: 388 -rm -f *.$(OBJEXT) 389 390distclean-compile: 391 -rm -f *.tab.c 392 393@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cauthgen.Plo@am__quote@ 394@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csignal.Plo@am__quote@ 395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/delfntcid.Plo@am__quote@ 396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errorf.Plo@am__quote@ 397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fatalerror.Plo@am__quote@ 398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/findoldfnt.Plo@am__quote@ 399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getcres.Plo@am__quote@ 400@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdefptsize.Plo@am__quote@ 401@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getnewfntcid.Plo@am__quote@ 402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gettime.Plo@am__quote@ 403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/initfshdl.Plo@am__quote@ 404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regfpefunc.Plo@am__quote@ 405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rmfshdl.Plo@am__quote@ 406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/servclient.Plo@am__quote@ 407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setfntauth.Plo@am__quote@ 408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stfntcfnt.Plo@am__quote@ 409 410.c.o: 411@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 412@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 413@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 414@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 415@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 416 417.c.obj: 418@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 419@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 420@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 421@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 422@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 423 424.c.lo: 425@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 426@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 427@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 428@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 429@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 430 431mostlyclean-libtool: 432 -rm -f *.lo 433 434clean-libtool: 435 -rm -rf .libs _libs 436 437ID: $(am__tagged_files) 438 $(am__define_uniq_tagged_files); mkid -fID $$unique 439tags: tags-am 440TAGS: tags 441 442tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 443 set x; \ 444 here=`pwd`; \ 445 $(am__define_uniq_tagged_files); \ 446 shift; \ 447 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 448 test -n "$$unique" || unique=$$empty_fix; \ 449 if test $$# -gt 0; then \ 450 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 451 "$$@" $$unique; \ 452 else \ 453 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 454 $$unique; \ 455 fi; \ 456 fi 457ctags: ctags-am 458 459CTAGS: ctags 460ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 461 $(am__define_uniq_tagged_files); \ 462 test -z "$(CTAGS_ARGS)$$unique" \ 463 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 464 $$unique 465 466GTAGS: 467 here=`$(am__cd) $(top_builddir) && pwd` \ 468 && $(am__cd) $(top_srcdir) \ 469 && gtags -i $(GTAGS_ARGS) "$$here" 470cscopelist: cscopelist-am 471 472cscopelist-am: $(am__tagged_files) 473 list='$(am__tagged_files)'; \ 474 case "$(srcdir)" in \ 475 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 476 *) sdir=$(subdir)/$(srcdir) ;; \ 477 esac; \ 478 for i in $$list; do \ 479 if test -f "$$i"; then \ 480 echo "$(subdir)/$$i"; \ 481 else \ 482 echo "$$sdir/$$i"; \ 483 fi; \ 484 done >> $(top_builddir)/cscope.files 485 486distclean-tags: 487 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 488 489distdir: $(DISTFILES) 490 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 491 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 492 list='$(DISTFILES)'; \ 493 dist_files=`for file in $$list; do echo $$file; done | \ 494 sed -e "s|^$$srcdirstrip/||;t" \ 495 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 496 case $$dist_files in \ 497 */*) $(MKDIR_P) `echo "$$dist_files" | \ 498 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 499 sort -u` ;; \ 500 esac; \ 501 for file in $$dist_files; do \ 502 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 503 if test -d $$d/$$file; then \ 504 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 505 if test -d "$(distdir)/$$file"; then \ 506 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 507 fi; \ 508 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 509 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 510 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 511 fi; \ 512 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 513 else \ 514 test -f "$(distdir)/$$file" \ 515 || cp -p $$d/$$file "$(distdir)/$$file" \ 516 || exit 1; \ 517 fi; \ 518 done 519check-am: all-am 520check: check-am 521all-am: Makefile $(LTLIBRARIES) 522installdirs: 523install: install-am 524install-exec: install-exec-am 525install-data: install-data-am 526uninstall: uninstall-am 527 528install-am: all-am 529 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 530 531installcheck: installcheck-am 532install-strip: 533 if test -z '$(STRIP)'; then \ 534 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 535 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 536 install; \ 537 else \ 538 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 539 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 540 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 541 fi 542mostlyclean-generic: 543 544clean-generic: 545 546distclean-generic: 547 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 548 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 549 550maintainer-clean-generic: 551 @echo "This command is intended for maintainers to use" 552 @echo "it deletes files that may require special tools to rebuild." 553clean: clean-am 554 555clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 556 mostlyclean-am 557 558distclean: distclean-am 559 -rm -rf ./$(DEPDIR) 560 -rm -f Makefile 561distclean-am: clean-am distclean-compile distclean-generic \ 562 distclean-tags 563 564dvi: dvi-am 565 566dvi-am: 567 568html: html-am 569 570html-am: 571 572info: info-am 573 574info-am: 575 576install-data-am: 577 578install-dvi: install-dvi-am 579 580install-dvi-am: 581 582install-exec-am: 583 584install-html: install-html-am 585 586install-html-am: 587 588install-info: install-info-am 589 590install-info-am: 591 592install-man: 593 594install-pdf: install-pdf-am 595 596install-pdf-am: 597 598install-ps: install-ps-am 599 600install-ps-am: 601 602installcheck-am: 603 604maintainer-clean: maintainer-clean-am 605 -rm -rf ./$(DEPDIR) 606 -rm -f Makefile 607maintainer-clean-am: distclean-am maintainer-clean-generic 608 609mostlyclean: mostlyclean-am 610 611mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 612 mostlyclean-libtool 613 614pdf: pdf-am 615 616pdf-am: 617 618ps: ps-am 619 620ps-am: 621 622uninstall-am: 623 624.MAKE: install-am install-strip 625 626.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 627 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ 628 ctags-am distclean distclean-compile distclean-generic \ 629 distclean-libtool distclean-tags distdir dvi dvi-am html \ 630 html-am info info-am install install-am install-data \ 631 install-data-am install-dvi install-dvi-am install-exec \ 632 install-exec-am install-html install-html-am install-info \ 633 install-info-am install-man install-pdf install-pdf-am \ 634 install-ps install-ps-am install-strip installcheck \ 635 installcheck-am installdirs maintainer-clean \ 636 maintainer-clean-generic mostlyclean mostlyclean-compile \ 637 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 638 tags tags-am uninstall uninstall-am 639 640 641# Tell versions [3.59,3.63) of GNU make to not export all variables. 642# Otherwise a system limit (for SysV at least) may be exceeded. 643.NOEXPORT: 644