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