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