Makefile.in revision 7af227c3
1# Makefile.in generated by automake 1.14.1 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 17# 18# Copyright 2005 Red Hat, Inc. 19# 20# Permission to use, copy, modify, distribute, and sell this software and its 21# documentation for any purpose is hereby granted without fee, provided that 22# the above copyright notice appear in all copies and that both that 23# copyright notice and this permission notice appear in supporting 24# documentation, and that the name of Red Hat not be used in 25# advertising or publicity pertaining to distribution of the software without 26# specific, written prior permission. Red Hat makes no 27# representations about the suitability of this software for any purpose. It 28# is provided "as is" without express or implied warranty. 29# 30# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 31# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 34# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 35# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 36# PERFORMANCE OF THIS SOFTWARE. 37 38 39 40VPATH = @srcdir@ 41am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 42am__make_running_with_option = \ 43 case $${target_option-} in \ 44 ?) ;; \ 45 *) echo "am__make_running_with_option: internal error: invalid" \ 46 "target option '$${target_option-}' specified" >&2; \ 47 exit 1;; \ 48 esac; \ 49 has_opt=no; \ 50 sane_makeflags=$$MAKEFLAGS; \ 51 if $(am__is_gnu_make); then \ 52 sane_makeflags=$$MFLAGS; \ 53 else \ 54 case $$MAKEFLAGS in \ 55 *\\[\ \ ]*) \ 56 bs=\\; \ 57 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 58 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 59 esac; \ 60 fi; \ 61 skip_next=no; \ 62 strip_trailopt () \ 63 { \ 64 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 65 }; \ 66 for flg in $$sane_makeflags; do \ 67 test $$skip_next = yes && { skip_next=no; continue; }; \ 68 case $$flg in \ 69 *=*|--*) continue;; \ 70 -*I) strip_trailopt 'I'; skip_next=yes;; \ 71 -*I?*) strip_trailopt 'I';; \ 72 -*O) strip_trailopt 'O'; skip_next=yes;; \ 73 -*O?*) strip_trailopt 'O';; \ 74 -*l) strip_trailopt 'l'; skip_next=yes;; \ 75 -*l?*) strip_trailopt 'l';; \ 76 -[dEDm]) skip_next=yes;; \ 77 -[JT]) skip_next=yes;; \ 78 esac; \ 79 case $$flg in \ 80 *$$target_option*) has_opt=yes; break;; \ 81 esac; \ 82 done; \ 83 test $$has_opt = yes 84am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 85am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 86pkgdatadir = $(datadir)/@PACKAGE@ 87pkgincludedir = $(includedir)/@PACKAGE@ 88pkglibdir = $(libdir)/@PACKAGE@ 89pkglibexecdir = $(libexecdir)/@PACKAGE@ 90am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 91install_sh_DATA = $(install_sh) -c -m 644 92install_sh_PROGRAM = $(install_sh) -c 93install_sh_SCRIPT = $(install_sh) -c 94INSTALL_HEADER = $(INSTALL_DATA) 95transform = $(program_transform_name) 96NORMAL_INSTALL = : 97PRE_INSTALL = : 98POST_INSTALL = : 99NORMAL_UNINSTALL = : 100PRE_UNINSTALL = : 101POST_UNINSTALL = : 102build_triplet = @build@ 103host_triplet = @host@ 104bin_PROGRAMS = imake$(EXEEXT) $(am__EXEEXT_1) 105subdir = . 106DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 107 $(top_srcdir)/configure $(am__configure_deps) \ 108 $(srcdir)/config.h.in depcomp COPYING ChangeLog INSTALL README \ 109 compile config.guess config.sub install-sh missing 110ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 111am__aclocal_m4_deps = $(top_srcdir)/configure.ac 112am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 113 $(ACLOCAL_M4) 114am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 115 configure.lineno config.status.lineno 116mkinstalldirs = $(install_sh) -d 117CONFIG_HEADER = config.h 118CONFIG_CLEAN_FILES = 119CONFIG_CLEAN_VPATH_FILES = 120@BUILD_REVPATH_TRUE@am__EXEEXT_1 = revpath$(EXEEXT) 121am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \ 122 "$(DESTDIR)$(appmandir)" 123PROGRAMS = $(bin_PROGRAMS) 124am_imake_OBJECTS = imake-imake.$(OBJEXT) 125imake_OBJECTS = $(am_imake_OBJECTS) 126imake_LDADD = $(LDADD) 127imake_LINK = $(CCLD) $(imake_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 128 $(LDFLAGS) -o $@ 129am_revpath_OBJECTS = revpath.$(OBJEXT) 130revpath_OBJECTS = $(am_revpath_OBJECTS) 131revpath_LDADD = $(LDADD) 132am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 133am__vpath_adj = case $$p in \ 134 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 135 *) f=$$p;; \ 136 esac; 137am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 138am__install_max = 40 139am__nobase_strip_setup = \ 140 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 141am__nobase_strip = \ 142 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 143am__nobase_list = $(am__nobase_strip_setup); \ 144 for p in $$list; do echo "$$p $$p"; done | \ 145 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 146 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 147 if (++n[$$2] == $(am__install_max)) \ 148 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 149 END { for (dir in files) print dir, files[dir] }' 150am__base_list = \ 151 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 152 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 153am__uninstall_files_from_dir = { \ 154 test -z "$$files" \ 155 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 156 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 157 $(am__cd) "$$dir" && rm -f $$files; }; \ 158 } 159SCRIPTS = $(bin_SCRIPTS) 160AM_V_P = $(am__v_P_@AM_V@) 161am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 162am__v_P_0 = false 163am__v_P_1 = : 164AM_V_GEN = $(am__v_GEN_@AM_V@) 165am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 166am__v_GEN_0 = @echo " GEN " $@; 167am__v_GEN_1 = 168AM_V_at = $(am__v_at_@AM_V@) 169am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 170am__v_at_0 = @ 171am__v_at_1 = 172DEFAULT_INCLUDES = -I.@am__isrc@ 173depcomp = $(SHELL) $(top_srcdir)/depcomp 174am__depfiles_maybe = depfiles 175am__mv = mv -f 176AM_V_lt = $(am__v_lt_@AM_V@) 177am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 178am__v_lt_0 = --silent 179am__v_lt_1 = 180COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 181 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 182AM_V_CC = $(am__v_CC_@AM_V@) 183am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 184am__v_CC_0 = @echo " CC " $@; 185am__v_CC_1 = 186CCLD = $(CC) 187LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 188AM_V_CCLD = $(am__v_CCLD_@AM_V@) 189am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 190am__v_CCLD_0 = @echo " CCLD " $@; 191am__v_CCLD_1 = 192SOURCES = $(imake_SOURCES) $(revpath_SOURCES) 193DIST_SOURCES = $(imake_SOURCES) $(revpath_SOURCES) 194am__can_run_installinfo = \ 195 case $$AM_UPDATE_INFO_DIR in \ 196 n|no|NO) false;; \ 197 *) (install-info --version) >/dev/null 2>&1;; \ 198 esac 199DATA = $(appman_DATA) 200am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 201 $(LISP)config.h.in 202# Read a list of newline-separated strings from the standard input, 203# and print each of them once, without duplicates. Input order is 204# *not* preserved. 205am__uniquify_input = $(AWK) '\ 206 BEGIN { nonempty = 0; } \ 207 { items[$$0] = 1; nonempty = 1; } \ 208 END { if (nonempty) { for (i in items) print i; }; } \ 209' 210# Make sure the list of sources is unique. This is necessary because, 211# e.g., the same source file might be shared among _SOURCES variables 212# for different programs/libraries. 213am__define_uniq_tagged_files = \ 214 list='$(am__tagged_files)'; \ 215 unique=`for i in $$list; do \ 216 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 217 done | $(am__uniquify_input)` 218ETAGS = etags 219CTAGS = ctags 220CSCOPE = cscope 221AM_RECURSIVE_TARGETS = cscope 222DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 223distdir = $(PACKAGE)-$(VERSION) 224top_distdir = $(distdir) 225am__remove_distdir = \ 226 if test -d "$(distdir)"; then \ 227 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 228 && rm -rf "$(distdir)" \ 229 || { sleep 5 && rm -rf "$(distdir)"; }; \ 230 else :; fi 231am__post_remove_distdir = $(am__remove_distdir) 232DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 233GZIP_ENV = --best 234DIST_TARGETS = dist-bzip2 dist-gzip 235distuninstallcheck_listfiles = find . -type f -print 236am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 237 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 238distcleancheck_listfiles = find . -type f -print 239ACLOCAL = @ACLOCAL@ 240ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 241ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 242AMTAR = @AMTAR@ 243AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 244APP_MAN_DIR = @APP_MAN_DIR@ 245APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 246ARCMD = @ARCMD@ 247AUTOCONF = @AUTOCONF@ 248AUTOHEADER = @AUTOHEADER@ 249AUTOMAKE = @AUTOMAKE@ 250AWK = @AWK@ 251BASE_CFLAGS = @BASE_CFLAGS@ 252CC = @CC@ 253CCDEPMODE = @CCDEPMODE@ 254CFLAGS = @CFLAGS@ 255CHANGELOG_CMD = @CHANGELOG_CMD@ 256CPP = @CPP@ 257CPPFLAGS = @CPPFLAGS@ 258CPP_PROGRAM = @CPP_PROGRAM@ 259CWARNFLAGS = @CWARNFLAGS@ 260CYGPATH_W = @CYGPATH_W@ 261DEFS = @DEFS@ 262DEPDIR = @DEPDIR@ 263DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 264DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 265ECHO_C = @ECHO_C@ 266ECHO_N = @ECHO_N@ 267ECHO_T = @ECHO_T@ 268EGREP = @EGREP@ 269EXEEXT = @EXEEXT@ 270FILE_MAN_DIR = @FILE_MAN_DIR@ 271FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 272GREP = @GREP@ 273HAS_PERL = @HAS_PERL@ 274INSTALL = @INSTALL@ 275INSTALL_CMD = @INSTALL_CMD@ 276INSTALL_DATA = @INSTALL_DATA@ 277INSTALL_PROGRAM = @INSTALL_PROGRAM@ 278INSTALL_SCRIPT = @INSTALL_SCRIPT@ 279INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 280LDFLAGS = @LDFLAGS@ 281LIBOBJS = @LIBOBJS@ 282LIBS = @LIBS@ 283LIB_MAN_DIR = @LIB_MAN_DIR@ 284LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 285LTLIBOBJS = @LTLIBOBJS@ 286MAINT = @MAINT@ 287MAKEINFO = @MAKEINFO@ 288 289# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure 290MAN_SUBSTS = @MAN_SUBSTS@ -e 's|__cpp__|$(RAWCPP)|g' 291MISC_MAN_DIR = @MISC_MAN_DIR@ 292MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 293MKDIR_P = @MKDIR_P@ 294OBJEXT = @OBJEXT@ 295PACKAGE = @PACKAGE@ 296PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 297PACKAGE_NAME = @PACKAGE_NAME@ 298PACKAGE_STRING = @PACKAGE_STRING@ 299PACKAGE_TARNAME = @PACKAGE_TARNAME@ 300PACKAGE_URL = @PACKAGE_URL@ 301PACKAGE_VERSION = @PACKAGE_VERSION@ 302PATH_SEPARATOR = @PATH_SEPARATOR@ 303PKG_CONFIG = @PKG_CONFIG@ 304PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 305PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 306PREPROCESSCMD_MKDEPEND = @PREPROCESSCMD_MKDEPEND@ 307RANLIB = @RANLIB@ 308RAWCPP = @RAWCPP@ 309RAWCPPFLAGS = @RAWCPPFLAGS@ 310SED = @SED@ 311SET_MAKE = @SET_MAKE@ 312SHELL = @SHELL@ 313STRICT_CFLAGS = @STRICT_CFLAGS@ 314STRIP = @STRIP@ 315VERSION = @VERSION@ 316XCONFDIR = @XCONFDIR@ 317XORG_MAN_PAGE = @XORG_MAN_PAGE@ 318XPROTO_CFLAGS = @XPROTO_CFLAGS@ 319XPROTO_LIBS = @XPROTO_LIBS@ 320abs_builddir = @abs_builddir@ 321abs_srcdir = @abs_srcdir@ 322abs_top_builddir = @abs_top_builddir@ 323abs_top_srcdir = @abs_top_srcdir@ 324ac_ct_CC = @ac_ct_CC@ 325am__include = @am__include@ 326am__leading_dot = @am__leading_dot@ 327am__quote = @am__quote@ 328am__tar = @am__tar@ 329am__untar = @am__untar@ 330bindir = @bindir@ 331build = @build@ 332build_alias = @build_alias@ 333build_cpu = @build_cpu@ 334build_os = @build_os@ 335build_vendor = @build_vendor@ 336builddir = @builddir@ 337datadir = @datadir@ 338datarootdir = @datarootdir@ 339docdir = @docdir@ 340dvidir = @dvidir@ 341exec_prefix = @exec_prefix@ 342host = @host@ 343host_alias = @host_alias@ 344host_cpu = @host_cpu@ 345host_os = @host_os@ 346host_vendor = @host_vendor@ 347htmldir = @htmldir@ 348includedir = @includedir@ 349infodir = @infodir@ 350install_sh = @install_sh@ 351libdir = @libdir@ 352libexecdir = @libexecdir@ 353localedir = @localedir@ 354localstatedir = @localstatedir@ 355mandir = @mandir@ 356mkdir_p = @mkdir_p@ 357oldincludedir = @oldincludedir@ 358pdfdir = @pdfdir@ 359prefix = @prefix@ 360program_transform_name = @program_transform_name@ 361psdir = @psdir@ 362sbindir = @sbindir@ 363sharedstatedir = @sharedstatedir@ 364srcdir = @srcdir@ 365sysconfdir = @sysconfdir@ 366target_alias = @target_alias@ 367top_build_prefix = @top_build_prefix@ 368top_builddir = @top_builddir@ 369top_srcdir = @top_srcdir@ 370@BUILD_REVPATH_TRUE@REVPATH = revpath 371AM_CFLAGS = $(CWARNFLAGS) 372imake_CFLAGS = $(XPROTO_CFLAGS) -DCPP_PROGRAM='"$(CPP_PROGRAM)"' $(CWARNFLAGS) 373imake_SOURCES = imake.c imakemdep.h 374revpath_SOURCES = revpath.c 375@BUILD_MAKEG_TRUE@MAKEG = makeg 376@BUILD_XMKMF_TRUE@XMKMF = xmkmf 377@BUILD_CCMAKEDEP_TRUE@CCMAKEDEP = ccmakedep 378@BUILD_MERGELIB_TRUE@MERGELIB = mergelib 379@BUILD_MKDIRHIER_TRUE@MKDIRHIER = mkdirhier 380@BUILD_CLEANLINKS_TRUE@CLEANLINKS = cleanlinks 381@BUILD_MKHTMLINDEX_TRUE@MKHTMLINDEX = mkhtmlindex 382bin_SCRIPTS = \ 383 $(MAKEG) \ 384 $(XMKMF) \ 385 $(CCMAKEDEP) \ 386 $(MERGELIB) \ 387 $(MKDIRHIER) \ 388 $(CLEANLINKS) \ 389 $(MKHTMLINDEX) 390 391@HAS_PERL_FALSE@MKHTMLINDEX_SCRIPT = $(srcdir)/mkhtmlindex.sh 392@HAS_PERL_TRUE@MKHTMLINDEX_SCRIPT = $(srcdir)/mkhtmlindex.pl 393CLEANFILES = xmkmf ccmakedep mergelib mkhtmlindex $(appman_DATA) 394EXTRA_DIST = makeg xmkmf.cpp mdepend.cpp mergelib.cpp mkdirhier \ 395 cleanlinks mkhtmlindex.pl mkhtmlindex.sh $(appman_PRE) \ 396 ChangeLog 397 398# Man page 399appmandir = $(APP_MAN_DIR) 400appman_PRE = \ 401 imake.man \ 402 makeg.man \ 403 xmkmf.man \ 404 ccmakedep.man \ 405 mergelib.man \ 406 revpath.man \ 407 mkdirhier.man \ 408 cleanlinks.man \ 409 mkhtmlindex.man 410 411 412# Only need to install man pages for programs/scripts being installed 413appman_DATA = $(bin_PROGRAMS:%$(EXEEXT)=%.@APP_MAN_SUFFIX@) $(bin_SCRIPTS:%=%.@APP_MAN_SUFFIX@) 414SUFFIXES = .$(APP_MAN_SUFFIX) .man 415MAINTAINERCLEANFILES = ChangeLog 416all: config.h 417 $(MAKE) $(AM_MAKEFLAGS) all-am 418 419.SUFFIXES: 420.SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .o .obj 421am--refresh: Makefile 422 @: 423$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 424 @for dep in $?; do \ 425 case '$(am__configure_deps)' in \ 426 *$$dep*) \ 427 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 428 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 429 && exit 0; \ 430 exit 1;; \ 431 esac; \ 432 done; \ 433 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 434 $(am__cd) $(top_srcdir) && \ 435 $(AUTOMAKE) --foreign Makefile 436.PRECIOUS: Makefile 437Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 438 @case '$?' in \ 439 *config.status*) \ 440 echo ' $(SHELL) ./config.status'; \ 441 $(SHELL) ./config.status;; \ 442 *) \ 443 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 444 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 445 esac; 446 447$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 448 $(SHELL) ./config.status --recheck 449 450$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 451 $(am__cd) $(srcdir) && $(AUTOCONF) 452$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 453 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 454$(am__aclocal_m4_deps): 455 456config.h: stamp-h1 457 @test -f $@ || rm -f stamp-h1 458 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 459 460stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 461 @rm -f stamp-h1 462 cd $(top_builddir) && $(SHELL) ./config.status config.h 463$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 464 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 465 rm -f stamp-h1 466 touch $@ 467 468distclean-hdr: 469 -rm -f config.h stamp-h1 470install-binPROGRAMS: $(bin_PROGRAMS) 471 @$(NORMAL_INSTALL) 472 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 473 if test -n "$$list"; then \ 474 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 475 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 476 fi; \ 477 for p in $$list; do echo "$$p $$p"; done | \ 478 sed 's/$(EXEEXT)$$//' | \ 479 while read p p1; do if test -f $$p \ 480 ; then echo "$$p"; echo "$$p"; else :; fi; \ 481 done | \ 482 sed -e 'p;s,.*/,,;n;h' \ 483 -e 's|.*|.|' \ 484 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 485 sed 'N;N;N;s,\n, ,g' | \ 486 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 487 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 488 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 489 else { print "f", $$3 "/" $$4, $$1; } } \ 490 END { for (d in files) print "f", d, files[d] }' | \ 491 while read type dir files; do \ 492 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 493 test -z "$$files" || { \ 494 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 495 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 496 } \ 497 ; done 498 499uninstall-binPROGRAMS: 500 @$(NORMAL_UNINSTALL) 501 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 502 files=`for p in $$list; do echo "$$p"; done | \ 503 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 504 -e 's/$$/$(EXEEXT)/' \ 505 `; \ 506 test -n "$$list" || exit 0; \ 507 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 508 cd "$(DESTDIR)$(bindir)" && rm -f $$files 509 510clean-binPROGRAMS: 511 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 512 513imake$(EXEEXT): $(imake_OBJECTS) $(imake_DEPENDENCIES) $(EXTRA_imake_DEPENDENCIES) 514 @rm -f imake$(EXEEXT) 515 $(AM_V_CCLD)$(imake_LINK) $(imake_OBJECTS) $(imake_LDADD) $(LIBS) 516 517revpath$(EXEEXT): $(revpath_OBJECTS) $(revpath_DEPENDENCIES) $(EXTRA_revpath_DEPENDENCIES) 518 @rm -f revpath$(EXEEXT) 519 $(AM_V_CCLD)$(LINK) $(revpath_OBJECTS) $(revpath_LDADD) $(LIBS) 520install-binSCRIPTS: $(bin_SCRIPTS) 521 @$(NORMAL_INSTALL) 522 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ 523 if test -n "$$list"; then \ 524 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 525 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 526 fi; \ 527 for p in $$list; do \ 528 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 529 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ 530 done | \ 531 sed -e 'p;s,.*/,,;n' \ 532 -e 'h;s|.*|.|' \ 533 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ 534 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ 535 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 536 if ($$2 == $$4) { files[d] = files[d] " " $$1; \ 537 if (++n[d] == $(am__install_max)) { \ 538 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ 539 else { print "f", d "/" $$4, $$1 } } \ 540 END { for (d in files) print "f", d, files[d] }' | \ 541 while read type dir files; do \ 542 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 543 test -z "$$files" || { \ 544 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 545 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 546 } \ 547 ; done 548 549uninstall-binSCRIPTS: 550 @$(NORMAL_UNINSTALL) 551 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ 552 files=`for p in $$list; do echo "$$p"; done | \ 553 sed -e 's,.*/,,;$(transform)'`; \ 554 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) 555 556mostlyclean-compile: 557 -rm -f *.$(OBJEXT) 558 559distclean-compile: 560 -rm -f *.tab.c 561 562@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imake-imake.Po@am__quote@ 563@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/revpath.Po@am__quote@ 564 565.c.o: 566@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 567@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 568@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 569@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 570@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 571 572.c.obj: 573@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 574@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 575@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 576@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 577@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 578 579imake-imake.o: imake.c 580@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imake_CFLAGS) $(CFLAGS) -MT imake-imake.o -MD -MP -MF $(DEPDIR)/imake-imake.Tpo -c -o imake-imake.o `test -f 'imake.c' || echo '$(srcdir)/'`imake.c 581@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/imake-imake.Tpo $(DEPDIR)/imake-imake.Po 582@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='imake.c' object='imake-imake.o' libtool=no @AMDEPBACKSLASH@ 583@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 584@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imake_CFLAGS) $(CFLAGS) -c -o imake-imake.o `test -f 'imake.c' || echo '$(srcdir)/'`imake.c 585 586imake-imake.obj: imake.c 587@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imake_CFLAGS) $(CFLAGS) -MT imake-imake.obj -MD -MP -MF $(DEPDIR)/imake-imake.Tpo -c -o imake-imake.obj `if test -f 'imake.c'; then $(CYGPATH_W) 'imake.c'; else $(CYGPATH_W) '$(srcdir)/imake.c'; fi` 588@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/imake-imake.Tpo $(DEPDIR)/imake-imake.Po 589@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='imake.c' object='imake-imake.obj' libtool=no @AMDEPBACKSLASH@ 590@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 591@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imake_CFLAGS) $(CFLAGS) -c -o imake-imake.obj `if test -f 'imake.c'; then $(CYGPATH_W) 'imake.c'; else $(CYGPATH_W) '$(srcdir)/imake.c'; fi` 592install-appmanDATA: $(appman_DATA) 593 @$(NORMAL_INSTALL) 594 @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 595 if test -n "$$list"; then \ 596 echo " $(MKDIR_P) '$(DESTDIR)$(appmandir)'"; \ 597 $(MKDIR_P) "$(DESTDIR)$(appmandir)" || exit 1; \ 598 fi; \ 599 for p in $$list; do \ 600 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 601 echo "$$d$$p"; \ 602 done | $(am__base_list) | \ 603 while read files; do \ 604 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \ 605 $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \ 606 done 607 608uninstall-appmanDATA: 609 @$(NORMAL_UNINSTALL) 610 @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 611 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 612 dir='$(DESTDIR)$(appmandir)'; $(am__uninstall_files_from_dir) 613 614ID: $(am__tagged_files) 615 $(am__define_uniq_tagged_files); mkid -fID $$unique 616tags: tags-am 617TAGS: tags 618 619tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 620 set x; \ 621 here=`pwd`; \ 622 $(am__define_uniq_tagged_files); \ 623 shift; \ 624 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 625 test -n "$$unique" || unique=$$empty_fix; \ 626 if test $$# -gt 0; then \ 627 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 628 "$$@" $$unique; \ 629 else \ 630 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 631 $$unique; \ 632 fi; \ 633 fi 634ctags: ctags-am 635 636CTAGS: ctags 637ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 638 $(am__define_uniq_tagged_files); \ 639 test -z "$(CTAGS_ARGS)$$unique" \ 640 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 641 $$unique 642 643GTAGS: 644 here=`$(am__cd) $(top_builddir) && pwd` \ 645 && $(am__cd) $(top_srcdir) \ 646 && gtags -i $(GTAGS_ARGS) "$$here" 647cscope: cscope.files 648 test ! -s cscope.files \ 649 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 650clean-cscope: 651 -rm -f cscope.files 652cscope.files: clean-cscope cscopelist 653cscopelist: cscopelist-am 654 655cscopelist-am: $(am__tagged_files) 656 list='$(am__tagged_files)'; \ 657 case "$(srcdir)" in \ 658 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 659 *) sdir=$(subdir)/$(srcdir) ;; \ 660 esac; \ 661 for i in $$list; do \ 662 if test -f "$$i"; then \ 663 echo "$(subdir)/$$i"; \ 664 else \ 665 echo "$$sdir/$$i"; \ 666 fi; \ 667 done >> $(top_builddir)/cscope.files 668 669distclean-tags: 670 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 671 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 672 673distdir: $(DISTFILES) 674 $(am__remove_distdir) 675 test -d "$(distdir)" || mkdir "$(distdir)" 676 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 677 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 678 list='$(DISTFILES)'; \ 679 dist_files=`for file in $$list; do echo $$file; done | \ 680 sed -e "s|^$$srcdirstrip/||;t" \ 681 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 682 case $$dist_files in \ 683 */*) $(MKDIR_P) `echo "$$dist_files" | \ 684 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 685 sort -u` ;; \ 686 esac; \ 687 for file in $$dist_files; do \ 688 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 689 if test -d $$d/$$file; then \ 690 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 691 if test -d "$(distdir)/$$file"; then \ 692 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 693 fi; \ 694 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 695 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 696 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 697 fi; \ 698 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 699 else \ 700 test -f "$(distdir)/$$file" \ 701 || cp -p $$d/$$file "$(distdir)/$$file" \ 702 || exit 1; \ 703 fi; \ 704 done 705 $(MAKE) $(AM_MAKEFLAGS) \ 706 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 707 dist-hook 708 -test -n "$(am__skip_mode_fix)" \ 709 || find "$(distdir)" -type d ! -perm -755 \ 710 -exec chmod u+rwx,go+rx {} \; -o \ 711 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 712 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 713 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 714 || chmod -R a+r "$(distdir)" 715dist-gzip: distdir 716 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 717 $(am__post_remove_distdir) 718dist-bzip2: distdir 719 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 720 $(am__post_remove_distdir) 721 722dist-lzip: distdir 723 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 724 $(am__post_remove_distdir) 725 726dist-xz: distdir 727 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 728 $(am__post_remove_distdir) 729 730dist-tarZ: distdir 731 @echo WARNING: "Support for shar distribution archives is" \ 732 "deprecated." >&2 733 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 734 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 735 $(am__post_remove_distdir) 736 737dist-shar: distdir 738 @echo WARNING: "Support for distribution archives compressed with" \ 739 "legacy program 'compress' is deprecated." >&2 740 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 741 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 742 $(am__post_remove_distdir) 743 744dist-zip: distdir 745 -rm -f $(distdir).zip 746 zip -rq $(distdir).zip $(distdir) 747 $(am__post_remove_distdir) 748 749dist dist-all: 750 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 751 $(am__post_remove_distdir) 752 753# This target untars the dist file and tries a VPATH configuration. Then 754# it guarantees that the distribution is self-contained by making another 755# tarfile. 756distcheck: dist 757 case '$(DIST_ARCHIVES)' in \ 758 *.tar.gz*) \ 759 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 760 *.tar.bz2*) \ 761 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 762 *.tar.lz*) \ 763 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 764 *.tar.xz*) \ 765 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 766 *.tar.Z*) \ 767 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 768 *.shar.gz*) \ 769 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 770 *.zip*) \ 771 unzip $(distdir).zip ;;\ 772 esac 773 chmod -R a-w $(distdir) 774 chmod u+w $(distdir) 775 mkdir $(distdir)/_build $(distdir)/_inst 776 chmod a-w $(distdir) 777 test -d $(distdir)/_build || exit 0; \ 778 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 779 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 780 && am__cwd=`pwd` \ 781 && $(am__cd) $(distdir)/_build \ 782 && ../configure \ 783 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 784 $(DISTCHECK_CONFIGURE_FLAGS) \ 785 --srcdir=.. --prefix="$$dc_install_base" \ 786 && $(MAKE) $(AM_MAKEFLAGS) \ 787 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 788 && $(MAKE) $(AM_MAKEFLAGS) check \ 789 && $(MAKE) $(AM_MAKEFLAGS) install \ 790 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 791 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 792 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 793 distuninstallcheck \ 794 && chmod -R a-w "$$dc_install_base" \ 795 && ({ \ 796 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 797 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 798 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 799 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 800 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 801 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 802 && rm -rf "$$dc_destdir" \ 803 && $(MAKE) $(AM_MAKEFLAGS) dist \ 804 && rm -rf $(DIST_ARCHIVES) \ 805 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 806 && cd "$$am__cwd" \ 807 || exit 1 808 $(am__post_remove_distdir) 809 @(echo "$(distdir) archives ready for distribution: "; \ 810 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 811 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 812distuninstallcheck: 813 @test -n '$(distuninstallcheck_dir)' || { \ 814 echo 'ERROR: trying to run $@ with an empty' \ 815 '$$(distuninstallcheck_dir)' >&2; \ 816 exit 1; \ 817 }; \ 818 $(am__cd) '$(distuninstallcheck_dir)' || { \ 819 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 820 exit 1; \ 821 }; \ 822 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 823 || { echo "ERROR: files left after uninstall:" ; \ 824 if test -n "$(DESTDIR)"; then \ 825 echo " (check DESTDIR support)"; \ 826 fi ; \ 827 $(distuninstallcheck_listfiles) ; \ 828 exit 1; } >&2 829distcleancheck: distclean 830 @if test '$(srcdir)' = . ; then \ 831 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 832 exit 1 ; \ 833 fi 834 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 835 || { echo "ERROR: files left in build directory after distclean:" ; \ 836 $(distcleancheck_listfiles) ; \ 837 exit 1; } >&2 838check-am: all-am 839check: check-am 840all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA) config.h 841installdirs: 842 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \ 843 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 844 done 845install: install-am 846install-exec: install-exec-am 847install-data: install-data-am 848uninstall: uninstall-am 849 850install-am: all-am 851 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 852 853installcheck: installcheck-am 854install-strip: 855 if test -z '$(STRIP)'; then \ 856 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 857 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 858 install; \ 859 else \ 860 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 861 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 862 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 863 fi 864mostlyclean-generic: 865 866clean-generic: 867 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 868 869distclean-generic: 870 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 871 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 872 873maintainer-clean-generic: 874 @echo "This command is intended for maintainers to use" 875 @echo "it deletes files that may require special tools to rebuild." 876 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 877clean: clean-am 878 879clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 880 881distclean: distclean-am 882 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 883 -rm -rf ./$(DEPDIR) 884 -rm -f Makefile 885distclean-am: clean-am distclean-compile distclean-generic \ 886 distclean-hdr distclean-tags 887 888dvi: dvi-am 889 890dvi-am: 891 892html: html-am 893 894html-am: 895 896info: info-am 897 898info-am: 899 900install-data-am: install-appmanDATA 901 902install-dvi: install-dvi-am 903 904install-dvi-am: 905 906install-exec-am: install-binPROGRAMS install-binSCRIPTS 907 908install-html: install-html-am 909 910install-html-am: 911 912install-info: install-info-am 913 914install-info-am: 915 916install-man: 917 918install-pdf: install-pdf-am 919 920install-pdf-am: 921 922install-ps: install-ps-am 923 924install-ps-am: 925 926installcheck-am: 927 928maintainer-clean: maintainer-clean-am 929 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 930 -rm -rf $(top_srcdir)/autom4te.cache 931 -rm -rf ./$(DEPDIR) 932 -rm -f Makefile 933maintainer-clean-am: distclean-am maintainer-clean-generic 934 935mostlyclean: mostlyclean-am 936 937mostlyclean-am: mostlyclean-compile mostlyclean-generic 938 939pdf: pdf-am 940 941pdf-am: 942 943ps: ps-am 944 945ps-am: 946 947uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS \ 948 uninstall-binSCRIPTS 949 950.MAKE: all install-am install-strip 951 952.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \ 953 clean-binPROGRAMS clean-cscope clean-generic cscope \ 954 cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 955 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ 956 dist-zip distcheck distclean distclean-compile \ 957 distclean-generic distclean-hdr distclean-tags distcleancheck \ 958 distdir distuninstallcheck dvi dvi-am html html-am info \ 959 info-am install install-am install-appmanDATA \ 960 install-binPROGRAMS install-binSCRIPTS install-data \ 961 install-data-am install-dvi install-dvi-am install-exec \ 962 install-exec-am install-html install-html-am install-info \ 963 install-info-am install-man install-pdf install-pdf-am \ 964 install-ps install-ps-am install-strip installcheck \ 965 installcheck-am installdirs maintainer-clean \ 966 maintainer-clean-generic mostlyclean mostlyclean-compile \ 967 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ 968 uninstall-am uninstall-appmanDATA uninstall-binPROGRAMS \ 969 uninstall-binSCRIPTS 970 971 972xmkmf: xmkmf.cpp 973 $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) -DCONFIGDIRSPEC='"-I$(XCONFDIR)"' $(srcdir)/xmkmf.cpp | $(SED) -e /^\#/d | $(SED) -e s/XCOMM/\#/ > $@ 974 975ccmakedep: mdepend.cpp 976 $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) -DPREPROC='"$(PREPROCESSCMD_MKDEPEND)"' $(srcdir)/mdepend.cpp | $(SED) -e /^\#/d | $(SED) -e s/XCOMM/\#/ > $@ 977 978mergelib: mergelib.cpp 979 $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) -DARCMD="$(ARCMD)" -DRANLIB="$(RANLIB)" $(srcdir)/mergelib.cpp | $(SED) -e /^\#/d | $(SED) -e s/XCOMM/\#/ > $@ 980 981mkhtmlindex: $(MKHTMLINDEX_SCRIPT) 982 $(AM_V_GEN)cp $(MKHTMLINDEX_SCRIPT) $@ 983 984.man.$(APP_MAN_SUFFIX): 985 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 986 987.PHONY: ChangeLog INSTALL 988 989INSTALL: 990 $(INSTALL_CMD) 991 992ChangeLog: 993 $(CHANGELOG_CMD) 994 995dist-hook: ChangeLog INSTALL 996 997# Tell versions [3.59,3.63) of GNU make to not export all variables. 998# Otherwise a system limit (for SysV at least) may be exceeded. 999.NOEXPORT: 1000