163323ee5Smrg# Makefile.in generated by automake 1.16.5 from Makefile.am. 2c7484f1fSmrg# @configure_input@ 3c7484f1fSmrg 463323ee5Smrg# Copyright (C) 1994-2021 Free Software Foundation, Inc. 5e6ecbdaeSmrg 6c7484f1fSmrg# This Makefile.in is free software; the Free Software Foundation 7c7484f1fSmrg# gives unlimited permission to copy and/or distribute it, 8c7484f1fSmrg# with or without modifications, as long as this notice is preserved. 9c7484f1fSmrg 10c7484f1fSmrg# This program is distributed in the hope that it will be useful, 11c7484f1fSmrg# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12c7484f1fSmrg# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13c7484f1fSmrg# PARTICULAR PURPOSE. 14c7484f1fSmrg 15c7484f1fSmrg@SET_MAKE@ 16c7484f1fSmrg 17e6ecbdaeSmrg# 18c7484f1fSmrg# Copyright 2005 Red Hat, Inc. 19e6ecbdaeSmrg# 20c7484f1fSmrg# Permission to use, copy, modify, distribute, and sell this software and its 21c7484f1fSmrg# documentation for any purpose is hereby granted without fee, provided that 22c7484f1fSmrg# the above copyright notice appear in all copies and that both that 23c7484f1fSmrg# copyright notice and this permission notice appear in supporting 24c7484f1fSmrg# documentation, and that the name of Red Hat not be used in 25c7484f1fSmrg# advertising or publicity pertaining to distribution of the software without 26c7484f1fSmrg# specific, written prior permission. Red Hat makes no 27c7484f1fSmrg# representations about the suitability of this software for any purpose. It 28c7484f1fSmrg# is provided "as is" without express or implied warranty. 29e6ecbdaeSmrg# 30c7484f1fSmrg# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 31c7484f1fSmrg# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32c7484f1fSmrg# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33c7484f1fSmrg# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 34c7484f1fSmrg# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 35c7484f1fSmrg# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 36c7484f1fSmrg# PERFORMANCE OF THIS SOFTWARE. 37c7484f1fSmrg 38c7484f1fSmrg 39c7484f1fSmrgVPATH = @srcdir@ 40ebb1c56dSmrgam__is_gnu_make = { \ 41ebb1c56dSmrg if test -z '$(MAKELEVEL)'; then \ 42ebb1c56dSmrg false; \ 43ebb1c56dSmrg elif test -n '$(MAKE_HOST)'; then \ 44ebb1c56dSmrg true; \ 45ebb1c56dSmrg elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 46ebb1c56dSmrg true; \ 47ebb1c56dSmrg else \ 48ebb1c56dSmrg false; \ 49ebb1c56dSmrg fi; \ 50ebb1c56dSmrg} 51e6ecbdaeSmrgam__make_running_with_option = \ 52e6ecbdaeSmrg case $${target_option-} in \ 53e6ecbdaeSmrg ?) ;; \ 54e6ecbdaeSmrg *) echo "am__make_running_with_option: internal error: invalid" \ 55e6ecbdaeSmrg "target option '$${target_option-}' specified" >&2; \ 56e6ecbdaeSmrg exit 1;; \ 57e6ecbdaeSmrg esac; \ 58e6ecbdaeSmrg has_opt=no; \ 59e6ecbdaeSmrg sane_makeflags=$$MAKEFLAGS; \ 60e6ecbdaeSmrg if $(am__is_gnu_make); then \ 61e6ecbdaeSmrg sane_makeflags=$$MFLAGS; \ 62e6ecbdaeSmrg else \ 63e6ecbdaeSmrg case $$MAKEFLAGS in \ 64e6ecbdaeSmrg *\\[\ \ ]*) \ 65e6ecbdaeSmrg bs=\\; \ 66e6ecbdaeSmrg sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 67e6ecbdaeSmrg | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 68e6ecbdaeSmrg esac; \ 69e6ecbdaeSmrg fi; \ 70e6ecbdaeSmrg skip_next=no; \ 71e6ecbdaeSmrg strip_trailopt () \ 72e6ecbdaeSmrg { \ 73e6ecbdaeSmrg flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 74e6ecbdaeSmrg }; \ 75e6ecbdaeSmrg for flg in $$sane_makeflags; do \ 76e6ecbdaeSmrg test $$skip_next = yes && { skip_next=no; continue; }; \ 77e6ecbdaeSmrg case $$flg in \ 78e6ecbdaeSmrg *=*|--*) continue;; \ 79e6ecbdaeSmrg -*I) strip_trailopt 'I'; skip_next=yes;; \ 80e6ecbdaeSmrg -*I?*) strip_trailopt 'I';; \ 81e6ecbdaeSmrg -*O) strip_trailopt 'O'; skip_next=yes;; \ 82e6ecbdaeSmrg -*O?*) strip_trailopt 'O';; \ 83e6ecbdaeSmrg -*l) strip_trailopt 'l'; skip_next=yes;; \ 84e6ecbdaeSmrg -*l?*) strip_trailopt 'l';; \ 85e6ecbdaeSmrg -[dEDm]) skip_next=yes;; \ 86e6ecbdaeSmrg -[JT]) skip_next=yes;; \ 87e6ecbdaeSmrg esac; \ 88e6ecbdaeSmrg case $$flg in \ 89e6ecbdaeSmrg *$$target_option*) has_opt=yes; break;; \ 90e6ecbdaeSmrg esac; \ 91e6ecbdaeSmrg done; \ 92e6ecbdaeSmrg test $$has_opt = yes 93e6ecbdaeSmrgam__make_dryrun = (target_option=n; $(am__make_running_with_option)) 94e6ecbdaeSmrgam__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 95c7484f1fSmrgpkgdatadir = $(datadir)/@PACKAGE@ 96c7484f1fSmrgpkgincludedir = $(includedir)/@PACKAGE@ 97baed689fSmrgpkglibdir = $(libdir)/@PACKAGE@ 98baed689fSmrgpkglibexecdir = $(libexecdir)/@PACKAGE@ 99c7484f1fSmrgam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 100c7484f1fSmrginstall_sh_DATA = $(install_sh) -c -m 644 101c7484f1fSmrginstall_sh_PROGRAM = $(install_sh) -c 102c7484f1fSmrginstall_sh_SCRIPT = $(install_sh) -c 103c7484f1fSmrgINSTALL_HEADER = $(INSTALL_DATA) 104c7484f1fSmrgtransform = $(program_transform_name) 105c7484f1fSmrgNORMAL_INSTALL = : 106c7484f1fSmrgPRE_INSTALL = : 107c7484f1fSmrgPOST_INSTALL = : 108c7484f1fSmrgNORMAL_UNINSTALL = : 109c7484f1fSmrgPRE_UNINSTALL = : 110c7484f1fSmrgPOST_UNINSTALL = : 111c7484f1fSmrgbuild_triplet = @build@ 112c7484f1fSmrghost_triplet = @host@ 113c7484f1fSmrgbin_PROGRAMS = xconsole$(EXEEXT) 114c7484f1fSmrgsubdir = . 115c7484f1fSmrgACLOCAL_M4 = $(top_srcdir)/aclocal.m4 116c7484f1fSmrgam__aclocal_m4_deps = $(top_srcdir)/configure.ac 117c7484f1fSmrgam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 118c7484f1fSmrg $(ACLOCAL_M4) 119ebb1c56dSmrgDIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 120ebb1c56dSmrg $(am__configure_deps) $(dist_appdefault_DATA) \ 121ebb1c56dSmrg $(am__DIST_COMMON) 122c7484f1fSmrgam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 123c7484f1fSmrg configure.lineno config.status.lineno 124c7484f1fSmrgmkinstalldirs = $(install_sh) -d 125c7484f1fSmrgCONFIG_HEADER = config.h 126c7484f1fSmrgCONFIG_CLEAN_FILES = 127baed689fSmrgCONFIG_CLEAN_VPATH_FILES = 128e6ecbdaeSmrgam__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdefaultdir)" 129c7484f1fSmrgPROGRAMS = $(bin_PROGRAMS) 130c7484f1fSmrgam_xconsole_OBJECTS = xconsole.$(OBJEXT) 131c7484f1fSmrgxconsole_OBJECTS = $(am_xconsole_OBJECTS) 132c7484f1fSmrgam__DEPENDENCIES_1 = 133c7484f1fSmrgxconsole_DEPENDENCIES = $(am__DEPENDENCIES_1) 134e6ecbdaeSmrgAM_V_P = $(am__v_P_@AM_V@) 135e6ecbdaeSmrgam__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 136e6ecbdaeSmrgam__v_P_0 = false 137e6ecbdaeSmrgam__v_P_1 = : 138e6ecbdaeSmrgAM_V_GEN = $(am__v_GEN_@AM_V@) 139e6ecbdaeSmrgam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 140e6ecbdaeSmrgam__v_GEN_0 = @echo " GEN " $@; 141e6ecbdaeSmrgam__v_GEN_1 = 142e6ecbdaeSmrgAM_V_at = $(am__v_at_@AM_V@) 143e6ecbdaeSmrgam__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 144e6ecbdaeSmrgam__v_at_0 = @ 145e6ecbdaeSmrgam__v_at_1 = 146c7484f1fSmrgDEFAULT_INCLUDES = -I.@am__isrc@ 147c7484f1fSmrgdepcomp = $(SHELL) $(top_srcdir)/depcomp 14863323ee5Smrgam__maybe_remake_depfiles = depfiles 14963323ee5Smrgam__depfiles_remade = ./$(DEPDIR)/xconsole.Po 150baed689fSmrgam__mv = mv -f 151c7484f1fSmrgCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 152c7484f1fSmrg $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 153e6ecbdaeSmrgAM_V_CC = $(am__v_CC_@AM_V@) 154e6ecbdaeSmrgam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 155e6ecbdaeSmrgam__v_CC_0 = @echo " CC " $@; 156e6ecbdaeSmrgam__v_CC_1 = 157c7484f1fSmrgCCLD = $(CC) 158c7484f1fSmrgLINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 159e6ecbdaeSmrgAM_V_CCLD = $(am__v_CCLD_@AM_V@) 160e6ecbdaeSmrgam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 161e6ecbdaeSmrgam__v_CCLD_0 = @echo " CCLD " $@; 162e6ecbdaeSmrgam__v_CCLD_1 = 163c7484f1fSmrgSOURCES = $(xconsole_SOURCES) 164c7484f1fSmrgDIST_SOURCES = $(xconsole_SOURCES) 165e6ecbdaeSmrgRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 166e6ecbdaeSmrg ctags-recursive dvi-recursive html-recursive info-recursive \ 167e6ecbdaeSmrg install-data-recursive install-dvi-recursive \ 168e6ecbdaeSmrg install-exec-recursive install-html-recursive \ 169e6ecbdaeSmrg install-info-recursive install-pdf-recursive \ 170e6ecbdaeSmrg install-ps-recursive install-recursive installcheck-recursive \ 171e6ecbdaeSmrg installdirs-recursive pdf-recursive ps-recursive \ 172e6ecbdaeSmrg tags-recursive uninstall-recursive 173e6ecbdaeSmrgam__can_run_installinfo = \ 174e6ecbdaeSmrg case $$AM_UPDATE_INFO_DIR in \ 175e6ecbdaeSmrg n|no|NO) false;; \ 176e6ecbdaeSmrg *) (install-info --version) >/dev/null 2>&1;; \ 177e6ecbdaeSmrg esac 178c7484f1fSmrgam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 179c7484f1fSmrgam__vpath_adj = case $$p in \ 180c7484f1fSmrg $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 181c7484f1fSmrg *) f=$$p;; \ 182c7484f1fSmrg esac; 183baed689fSmrgam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 184baed689fSmrgam__install_max = 40 185baed689fSmrgam__nobase_strip_setup = \ 186baed689fSmrg srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 187baed689fSmrgam__nobase_strip = \ 188baed689fSmrg for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 189baed689fSmrgam__nobase_list = $(am__nobase_strip_setup); \ 190baed689fSmrg for p in $$list; do echo "$$p $$p"; done | \ 191baed689fSmrg sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 192baed689fSmrg $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 193baed689fSmrg if (++n[$$2] == $(am__install_max)) \ 194baed689fSmrg { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 195baed689fSmrg END { for (dir in files) print dir, files[dir] }' 196baed689fSmrgam__base_list = \ 197baed689fSmrg sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 198baed689fSmrg sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 199e6ecbdaeSmrgam__uninstall_files_from_dir = { \ 200e6ecbdaeSmrg test -z "$$files" \ 201e6ecbdaeSmrg || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 202e6ecbdaeSmrg || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 203e6ecbdaeSmrg $(am__cd) "$$dir" && rm -f $$files; }; \ 204e6ecbdaeSmrg } 205e6ecbdaeSmrgDATA = $(dist_appdefault_DATA) 206e6ecbdaeSmrgRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 207e6ecbdaeSmrg distclean-recursive maintainer-clean-recursive 208e6ecbdaeSmrgam__recursive_targets = \ 209e6ecbdaeSmrg $(RECURSIVE_TARGETS) \ 210e6ecbdaeSmrg $(RECURSIVE_CLEAN_TARGETS) \ 211e6ecbdaeSmrg $(am__extra_recursive_targets) 212e6ecbdaeSmrgAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 21363323ee5Smrg cscope distdir distdir-am dist dist-all distcheck 21463323ee5Smrgam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ 21563323ee5Smrg config.h.in 216e6ecbdaeSmrg# Read a list of newline-separated strings from the standard input, 217e6ecbdaeSmrg# and print each of them once, without duplicates. Input order is 218e6ecbdaeSmrg# *not* preserved. 219e6ecbdaeSmrgam__uniquify_input = $(AWK) '\ 220e6ecbdaeSmrg BEGIN { nonempty = 0; } \ 221e6ecbdaeSmrg { items[$$0] = 1; nonempty = 1; } \ 222e6ecbdaeSmrg END { if (nonempty) { for (i in items) print i; }; } \ 223e6ecbdaeSmrg' 224e6ecbdaeSmrg# Make sure the list of sources is unique. This is necessary because, 225e6ecbdaeSmrg# e.g., the same source file might be shared among _SOURCES variables 226e6ecbdaeSmrg# for different programs/libraries. 227e6ecbdaeSmrgam__define_uniq_tagged_files = \ 228e6ecbdaeSmrg list='$(am__tagged_files)'; \ 229e6ecbdaeSmrg unique=`for i in $$list; do \ 230e6ecbdaeSmrg if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 231e6ecbdaeSmrg done | $(am__uniquify_input)` 232e6ecbdaeSmrgDIST_SUBDIRS = $(SUBDIRS) 233ebb1c56dSmrgam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \ 23463323ee5Smrg ChangeLog INSTALL README.md compile config.guess config.sub \ 235ebb1c56dSmrg depcomp install-sh missing 236c7484f1fSmrgDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 237c7484f1fSmrgdistdir = $(PACKAGE)-$(VERSION) 238c7484f1fSmrgtop_distdir = $(distdir) 239c7484f1fSmrgam__remove_distdir = \ 240e6ecbdaeSmrg if test -d "$(distdir)"; then \ 241e6ecbdaeSmrg find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 242e6ecbdaeSmrg && rm -rf "$(distdir)" \ 243e6ecbdaeSmrg || { sleep 5 && rm -rf "$(distdir)"; }; \ 244e6ecbdaeSmrg else :; fi 245e6ecbdaeSmrgam__post_remove_distdir = $(am__remove_distdir) 246e6ecbdaeSmrgam__relativize = \ 247e6ecbdaeSmrg dir0=`pwd`; \ 248e6ecbdaeSmrg sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 249e6ecbdaeSmrg sed_rest='s,^[^/]*/*,,'; \ 250e6ecbdaeSmrg sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 251e6ecbdaeSmrg sed_butlast='s,/*[^/]*$$,,'; \ 252e6ecbdaeSmrg while test -n "$$dir1"; do \ 253e6ecbdaeSmrg first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 254e6ecbdaeSmrg if test "$$first" != "."; then \ 255e6ecbdaeSmrg if test "$$first" = ".."; then \ 256e6ecbdaeSmrg dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 257e6ecbdaeSmrg dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 258e6ecbdaeSmrg else \ 259e6ecbdaeSmrg first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 260e6ecbdaeSmrg if test "$$first2" = "$$first"; then \ 261e6ecbdaeSmrg dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 262e6ecbdaeSmrg else \ 263e6ecbdaeSmrg dir2="../$$dir2"; \ 264e6ecbdaeSmrg fi; \ 265e6ecbdaeSmrg dir0="$$dir0"/"$$first"; \ 266e6ecbdaeSmrg fi; \ 267e6ecbdaeSmrg fi; \ 268e6ecbdaeSmrg dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 269e6ecbdaeSmrg done; \ 270e6ecbdaeSmrg reldir="$$dir2" 27163323ee5SmrgDIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz 272c7484f1fSmrgGZIP_ENV = --best 27363323ee5SmrgDIST_TARGETS = dist-xz dist-gzip 27463323ee5Smrg# Exists only to be overridden by the user if desired. 27563323ee5SmrgAM_DISTCHECK_DVI_TARGET = dvi 276c7484f1fSmrgdistuninstallcheck_listfiles = find . -type f -print 277e6ecbdaeSmrgam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 278e6ecbdaeSmrg | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 279c7484f1fSmrgdistcleancheck_listfiles = find . -type f -print 280c7484f1fSmrgACLOCAL = @ACLOCAL@ 281c7484f1fSmrgADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 282c7484f1fSmrgADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 283c7484f1fSmrgAMTAR = @AMTAR@ 284baed689fSmrgAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 285c7484f1fSmrgAPPDEFS_CFLAGS = @APPDEFS_CFLAGS@ 286c7484f1fSmrgAPPDEFS_LIBS = @APPDEFS_LIBS@ 287c7484f1fSmrgAPP_MAN_DIR = @APP_MAN_DIR@ 288c7484f1fSmrgAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 289c7484f1fSmrgAUTOCONF = @AUTOCONF@ 290c7484f1fSmrgAUTOHEADER = @AUTOHEADER@ 291c7484f1fSmrgAUTOMAKE = @AUTOMAKE@ 292c7484f1fSmrgAWK = @AWK@ 293e6ecbdaeSmrgBASE_CFLAGS = @BASE_CFLAGS@ 294c7484f1fSmrgCC = @CC@ 295c7484f1fSmrgCCDEPMODE = @CCDEPMODE@ 296c7484f1fSmrgCFLAGS = @CFLAGS@ 297baed689fSmrgCHANGELOG_CMD = @CHANGELOG_CMD@ 298c7484f1fSmrgCPPFLAGS = @CPPFLAGS@ 29963323ee5SmrgCSCOPE = @CSCOPE@ 30063323ee5SmrgCTAGS = @CTAGS@ 301baed689fSmrgCWARNFLAGS = @CWARNFLAGS@ 302c7484f1fSmrgCYGPATH_W = @CYGPATH_W@ 303c7484f1fSmrgDEFS = @DEFS@ 304c7484f1fSmrgDEPDIR = @DEPDIR@ 305c7484f1fSmrgDRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 306c7484f1fSmrgDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 307c7484f1fSmrgECHO_C = @ECHO_C@ 308c7484f1fSmrgECHO_N = @ECHO_N@ 309c7484f1fSmrgECHO_T = @ECHO_T@ 31063323ee5SmrgETAGS = @ETAGS@ 311c7484f1fSmrgEXEEXT = @EXEEXT@ 312c7484f1fSmrgFILE_MAN_DIR = @FILE_MAN_DIR@ 313c7484f1fSmrgFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 314c7484f1fSmrgINSTALL = @INSTALL@ 315baed689fSmrgINSTALL_CMD = @INSTALL_CMD@ 316c7484f1fSmrgINSTALL_DATA = @INSTALL_DATA@ 317c7484f1fSmrgINSTALL_PROGRAM = @INSTALL_PROGRAM@ 318c7484f1fSmrgINSTALL_SCRIPT = @INSTALL_SCRIPT@ 319c7484f1fSmrgINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 320c7484f1fSmrgLDFLAGS = @LDFLAGS@ 321c7484f1fSmrgLIBOBJS = @LIBOBJS@ 322c7484f1fSmrgLIBS = @LIBS@ 323c7484f1fSmrgLIB_MAN_DIR = @LIB_MAN_DIR@ 324c7484f1fSmrgLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 325c7484f1fSmrgLTLIBOBJS = @LTLIBOBJS@ 326c7484f1fSmrgMAKEINFO = @MAKEINFO@ 327baed689fSmrgMAN_SUBSTS = @MAN_SUBSTS@ 328c7484f1fSmrgMISC_MAN_DIR = @MISC_MAN_DIR@ 329c7484f1fSmrgMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 330c7484f1fSmrgMKDIR_P = @MKDIR_P@ 331c7484f1fSmrgOBJEXT = @OBJEXT@ 332c7484f1fSmrgPACKAGE = @PACKAGE@ 333c7484f1fSmrgPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 334c7484f1fSmrgPACKAGE_NAME = @PACKAGE_NAME@ 335c7484f1fSmrgPACKAGE_STRING = @PACKAGE_STRING@ 336c7484f1fSmrgPACKAGE_TARNAME = @PACKAGE_TARNAME@ 337baed689fSmrgPACKAGE_URL = @PACKAGE_URL@ 338c7484f1fSmrgPACKAGE_VERSION = @PACKAGE_VERSION@ 339c7484f1fSmrgPATH_SEPARATOR = @PATH_SEPARATOR@ 340c7484f1fSmrgPKG_CONFIG = @PKG_CONFIG@ 341ebb1c56dSmrgPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 342ebb1c56dSmrgPKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 343baed689fSmrgSED = @SED@ 344c7484f1fSmrgSET_MAKE = @SET_MAKE@ 345c7484f1fSmrgSHELL = @SHELL@ 346e6ecbdaeSmrgSTRICT_CFLAGS = @STRICT_CFLAGS@ 347c7484f1fSmrgSTRIP = @STRIP@ 348c7484f1fSmrgVERSION = @VERSION@ 349c7484f1fSmrgXCONSOLE_CFLAGS = @XCONSOLE_CFLAGS@ 350c7484f1fSmrgXCONSOLE_LIBS = @XCONSOLE_LIBS@ 351baed689fSmrgXORG_MAN_PAGE = @XORG_MAN_PAGE@ 352c7484f1fSmrgabs_builddir = @abs_builddir@ 353c7484f1fSmrgabs_srcdir = @abs_srcdir@ 354c7484f1fSmrgabs_top_builddir = @abs_top_builddir@ 355c7484f1fSmrgabs_top_srcdir = @abs_top_srcdir@ 356c7484f1fSmrgac_ct_CC = @ac_ct_CC@ 357c7484f1fSmrgam__include = @am__include@ 358c7484f1fSmrgam__leading_dot = @am__leading_dot@ 359c7484f1fSmrgam__quote = @am__quote@ 360c7484f1fSmrgam__tar = @am__tar@ 361c7484f1fSmrgam__untar = @am__untar@ 362c7484f1fSmrgappdefaultdir = @appdefaultdir@ 363c7484f1fSmrgbindir = @bindir@ 364c7484f1fSmrgbuild = @build@ 365c7484f1fSmrgbuild_alias = @build_alias@ 366c7484f1fSmrgbuild_cpu = @build_cpu@ 367c7484f1fSmrgbuild_os = @build_os@ 368c7484f1fSmrgbuild_vendor = @build_vendor@ 369c7484f1fSmrgbuilddir = @builddir@ 370c7484f1fSmrgdatadir = @datadir@ 371c7484f1fSmrgdatarootdir = @datarootdir@ 372c7484f1fSmrgdocdir = @docdir@ 373c7484f1fSmrgdvidir = @dvidir@ 374c7484f1fSmrgexec_prefix = @exec_prefix@ 375c7484f1fSmrghost = @host@ 376c7484f1fSmrghost_alias = @host_alias@ 377c7484f1fSmrghost_cpu = @host_cpu@ 378c7484f1fSmrghost_os = @host_os@ 379c7484f1fSmrghost_vendor = @host_vendor@ 380c7484f1fSmrghtmldir = @htmldir@ 381c7484f1fSmrgincludedir = @includedir@ 382c7484f1fSmrginfodir = @infodir@ 383c7484f1fSmrginstall_sh = @install_sh@ 384c7484f1fSmrglibdir = @libdir@ 385c7484f1fSmrglibexecdir = @libexecdir@ 386c7484f1fSmrglocaledir = @localedir@ 387c7484f1fSmrglocalstatedir = @localstatedir@ 388c7484f1fSmrgmandir = @mandir@ 389c7484f1fSmrgmkdir_p = @mkdir_p@ 390c7484f1fSmrgoldincludedir = @oldincludedir@ 391c7484f1fSmrgpdfdir = @pdfdir@ 392c7484f1fSmrgprefix = @prefix@ 393c7484f1fSmrgprogram_transform_name = @program_transform_name@ 394c7484f1fSmrgpsdir = @psdir@ 39563323ee5Smrgrunstatedir = @runstatedir@ 396c7484f1fSmrgsbindir = @sbindir@ 397c7484f1fSmrgsharedstatedir = @sharedstatedir@ 398c7484f1fSmrgsrcdir = @srcdir@ 399c7484f1fSmrgsysconfdir = @sysconfdir@ 400c7484f1fSmrgtarget_alias = @target_alias@ 401baed689fSmrgtop_build_prefix = @top_build_prefix@ 402c7484f1fSmrgtop_builddir = @top_builddir@ 403c7484f1fSmrgtop_srcdir = @top_srcdir@ 404e6ecbdaeSmrgSUBDIRS = man 40563323ee5SmrgAM_CPPFLAGS = -D_CONST_X_STRING 406baed689fSmrgAM_CFLAGS = $(XCONSOLE_CFLAGS) $(CWARNFLAGS) 407c7484f1fSmrgxconsole_LDADD = $(XCONSOLE_LIBS) 408c7484f1fSmrgxconsole_SOURCES = \ 409c7484f1fSmrg xconsole.c 410c7484f1fSmrg 411c7484f1fSmrg 412baed689fSmrg# App default files 413baed689fSmrgDISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults 414baed689fSmrgdist_appdefault_DATA = \ 415baed689fSmrg app-defaults/XConsole 416baed689fSmrg 417baed689fSmrgMAINTAINERCLEANFILES = ChangeLog INSTALL 41863323ee5SmrgEXTRA_DIST = README.md 419c7484f1fSmrgall: config.h 420e6ecbdaeSmrg $(MAKE) $(AM_MAKEFLAGS) all-recursive 421c7484f1fSmrg 422c7484f1fSmrg.SUFFIXES: 423e6ecbdaeSmrg.SUFFIXES: .c .o .obj 424e6ecbdaeSmrgam--refresh: Makefile 425c7484f1fSmrg @: 426ebb1c56dSmrg$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 427c7484f1fSmrg @for dep in $?; do \ 428c7484f1fSmrg case '$(am__configure_deps)' in \ 429c7484f1fSmrg *$$dep*) \ 430baed689fSmrg echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 431baed689fSmrg $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 432c7484f1fSmrg && exit 0; \ 433c7484f1fSmrg exit 1;; \ 434c7484f1fSmrg esac; \ 435c7484f1fSmrg done; \ 436baed689fSmrg echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 437baed689fSmrg $(am__cd) $(top_srcdir) && \ 438baed689fSmrg $(AUTOMAKE) --foreign Makefile 439c7484f1fSmrgMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 440c7484f1fSmrg @case '$?' in \ 441c7484f1fSmrg *config.status*) \ 442c7484f1fSmrg echo ' $(SHELL) ./config.status'; \ 443c7484f1fSmrg $(SHELL) ./config.status;; \ 444c7484f1fSmrg *) \ 44563323ee5Smrg echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 44663323ee5Smrg cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 447c7484f1fSmrg esac; 448c7484f1fSmrg 449c7484f1fSmrg$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 450c7484f1fSmrg $(SHELL) ./config.status --recheck 451c7484f1fSmrg 452ebb1c56dSmrg$(top_srcdir)/configure: $(am__configure_deps) 453baed689fSmrg $(am__cd) $(srcdir) && $(AUTOCONF) 454ebb1c56dSmrg$(ACLOCAL_M4): $(am__aclocal_m4_deps) 455baed689fSmrg $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 456baed689fSmrg$(am__aclocal_m4_deps): 457c7484f1fSmrg 458c7484f1fSmrgconfig.h: stamp-h1 459e6ecbdaeSmrg @test -f $@ || rm -f stamp-h1 460e6ecbdaeSmrg @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 461c7484f1fSmrg 462c7484f1fSmrgstamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 463c7484f1fSmrg @rm -f stamp-h1 464c7484f1fSmrg cd $(top_builddir) && $(SHELL) ./config.status config.h 465ebb1c56dSmrg$(srcdir)/config.h.in: $(am__configure_deps) 466baed689fSmrg ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 467c7484f1fSmrg rm -f stamp-h1 468c7484f1fSmrg touch $@ 469c7484f1fSmrg 470c7484f1fSmrgdistclean-hdr: 471c7484f1fSmrg -rm -f config.h stamp-h1 472c7484f1fSmrginstall-binPROGRAMS: $(bin_PROGRAMS) 473c7484f1fSmrg @$(NORMAL_INSTALL) 474baed689fSmrg @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 475e6ecbdaeSmrg if test -n "$$list"; then \ 476e6ecbdaeSmrg echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 477e6ecbdaeSmrg $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 478e6ecbdaeSmrg fi; \ 479baed689fSmrg for p in $$list; do echo "$$p $$p"; done | \ 480baed689fSmrg sed 's/$(EXEEXT)$$//' | \ 481e6ecbdaeSmrg while read p p1; do if test -f $$p \ 482e6ecbdaeSmrg ; then echo "$$p"; echo "$$p"; else :; fi; \ 483baed689fSmrg done | \ 484e6ecbdaeSmrg sed -e 'p;s,.*/,,;n;h' \ 485e6ecbdaeSmrg -e 's|.*|.|' \ 486baed689fSmrg -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 487baed689fSmrg sed 'N;N;N;s,\n, ,g' | \ 488baed689fSmrg $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 489baed689fSmrg { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 490baed689fSmrg if ($$2 == $$4) files[d] = files[d] " " $$1; \ 491baed689fSmrg else { print "f", $$3 "/" $$4, $$1; } } \ 492baed689fSmrg END { for (d in files) print "f", d, files[d] }' | \ 493baed689fSmrg while read type dir files; do \ 494baed689fSmrg if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 495baed689fSmrg test -z "$$files" || { \ 496baed689fSmrg echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 497baed689fSmrg $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 498baed689fSmrg } \ 499baed689fSmrg ; done 500c7484f1fSmrg 501c7484f1fSmrguninstall-binPROGRAMS: 502c7484f1fSmrg @$(NORMAL_UNINSTALL) 503baed689fSmrg @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 504baed689fSmrg files=`for p in $$list; do echo "$$p"; done | \ 505baed689fSmrg sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 506e6ecbdaeSmrg -e 's/$$/$(EXEEXT)/' \ 507e6ecbdaeSmrg `; \ 508baed689fSmrg test -n "$$list" || exit 0; \ 509baed689fSmrg echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 510baed689fSmrg cd "$(DESTDIR)$(bindir)" && rm -f $$files 511c7484f1fSmrg 512c7484f1fSmrgclean-binPROGRAMS: 513c7484f1fSmrg -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 514e6ecbdaeSmrg 515e6ecbdaeSmrgxconsole$(EXEEXT): $(xconsole_OBJECTS) $(xconsole_DEPENDENCIES) $(EXTRA_xconsole_DEPENDENCIES) 516c7484f1fSmrg @rm -f xconsole$(EXEEXT) 517baed689fSmrg $(AM_V_CCLD)$(LINK) $(xconsole_OBJECTS) $(xconsole_LDADD) $(LIBS) 518c7484f1fSmrg 519c7484f1fSmrgmostlyclean-compile: 520c7484f1fSmrg -rm -f *.$(OBJEXT) 521c7484f1fSmrg 522c7484f1fSmrgdistclean-compile: 523c7484f1fSmrg -rm -f *.tab.c 524c7484f1fSmrg 52563323ee5Smrg@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xconsole.Po@am__quote@ # am--include-marker 52663323ee5Smrg 52763323ee5Smrg$(am__depfiles_remade): 52863323ee5Smrg @$(MKDIR_P) $(@D) 52963323ee5Smrg @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 53063323ee5Smrg 53163323ee5Smrgam--depfiles: $(am__depfiles_remade) 532c7484f1fSmrg 533c7484f1fSmrg.c.o: 534baed689fSmrg@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 535baed689fSmrg@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 536e6ecbdaeSmrg@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 537c7484f1fSmrg@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 538e6ecbdaeSmrg@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 539c7484f1fSmrg 540c7484f1fSmrg.c.obj: 541baed689fSmrg@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 542baed689fSmrg@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 543e6ecbdaeSmrg@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 544c7484f1fSmrg@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 545e6ecbdaeSmrg@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 546baed689fSmrginstall-dist_appdefaultDATA: $(dist_appdefault_DATA) 547c7484f1fSmrg @$(NORMAL_INSTALL) 548baed689fSmrg @list='$(dist_appdefault_DATA)'; test -n "$(appdefaultdir)" || list=; \ 549e6ecbdaeSmrg if test -n "$$list"; then \ 550e6ecbdaeSmrg echo " $(MKDIR_P) '$(DESTDIR)$(appdefaultdir)'"; \ 551e6ecbdaeSmrg $(MKDIR_P) "$(DESTDIR)$(appdefaultdir)" || exit 1; \ 552e6ecbdaeSmrg fi; \ 553baed689fSmrg for p in $$list; do \ 554c7484f1fSmrg if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 555baed689fSmrg echo "$$d$$p"; \ 556baed689fSmrg done | $(am__base_list) | \ 557baed689fSmrg while read files; do \ 558baed689fSmrg echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdefaultdir)'"; \ 559baed689fSmrg $(INSTALL_DATA) $$files "$(DESTDIR)$(appdefaultdir)" || exit $$?; \ 560c7484f1fSmrg done 561c7484f1fSmrg 562baed689fSmrguninstall-dist_appdefaultDATA: 563c7484f1fSmrg @$(NORMAL_UNINSTALL) 564baed689fSmrg @list='$(dist_appdefault_DATA)'; test -n "$(appdefaultdir)" || list=; \ 565baed689fSmrg files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 566e6ecbdaeSmrg dir='$(DESTDIR)$(appdefaultdir)'; $(am__uninstall_files_from_dir) 567e6ecbdaeSmrg 568e6ecbdaeSmrg# This directory's subdirectories are mostly independent; you can cd 569e6ecbdaeSmrg# into them and run 'make' without going through this Makefile. 570e6ecbdaeSmrg# To change the values of 'make' variables: instead of editing Makefiles, 571e6ecbdaeSmrg# (1) if the variable is set in 'config.status', edit 'config.status' 572e6ecbdaeSmrg# (which will cause the Makefiles to be regenerated when you run 'make'); 573e6ecbdaeSmrg# (2) otherwise, pass the desired values on the 'make' command line. 574e6ecbdaeSmrg$(am__recursive_targets): 575e6ecbdaeSmrg @fail=; \ 576e6ecbdaeSmrg if $(am__make_keepgoing); then \ 577e6ecbdaeSmrg failcom='fail=yes'; \ 578e6ecbdaeSmrg else \ 579e6ecbdaeSmrg failcom='exit 1'; \ 580e6ecbdaeSmrg fi; \ 581e6ecbdaeSmrg dot_seen=no; \ 582e6ecbdaeSmrg target=`echo $@ | sed s/-recursive//`; \ 583e6ecbdaeSmrg case "$@" in \ 584e6ecbdaeSmrg distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 585e6ecbdaeSmrg *) list='$(SUBDIRS)' ;; \ 586e6ecbdaeSmrg esac; \ 587e6ecbdaeSmrg for subdir in $$list; do \ 588e6ecbdaeSmrg echo "Making $$target in $$subdir"; \ 589e6ecbdaeSmrg if test "$$subdir" = "."; then \ 590e6ecbdaeSmrg dot_seen=yes; \ 591e6ecbdaeSmrg local_target="$$target-am"; \ 592e6ecbdaeSmrg else \ 593e6ecbdaeSmrg local_target="$$target"; \ 594e6ecbdaeSmrg fi; \ 595e6ecbdaeSmrg ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 596e6ecbdaeSmrg || eval $$failcom; \ 597e6ecbdaeSmrg done; \ 598e6ecbdaeSmrg if test "$$dot_seen" = "no"; then \ 599e6ecbdaeSmrg $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 600e6ecbdaeSmrg fi; test -z "$$fail" 601e6ecbdaeSmrg 602e6ecbdaeSmrgID: $(am__tagged_files) 603e6ecbdaeSmrg $(am__define_uniq_tagged_files); mkid -fID $$unique 604e6ecbdaeSmrgtags: tags-recursive 605e6ecbdaeSmrgTAGS: tags 606e6ecbdaeSmrg 607e6ecbdaeSmrgtags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 608baed689fSmrg set x; \ 609c7484f1fSmrg here=`pwd`; \ 610e6ecbdaeSmrg if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 611e6ecbdaeSmrg include_option=--etags-include; \ 612e6ecbdaeSmrg empty_fix=.; \ 613e6ecbdaeSmrg else \ 614e6ecbdaeSmrg include_option=--include; \ 615e6ecbdaeSmrg empty_fix=; \ 616e6ecbdaeSmrg fi; \ 617e6ecbdaeSmrg list='$(SUBDIRS)'; for subdir in $$list; do \ 618e6ecbdaeSmrg if test "$$subdir" = .; then :; else \ 619e6ecbdaeSmrg test ! -f $$subdir/TAGS || \ 620e6ecbdaeSmrg set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 621e6ecbdaeSmrg fi; \ 622e6ecbdaeSmrg done; \ 623e6ecbdaeSmrg $(am__define_uniq_tagged_files); \ 624baed689fSmrg shift; \ 625baed689fSmrg if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 626c7484f1fSmrg test -n "$$unique" || unique=$$empty_fix; \ 627baed689fSmrg if test $$# -gt 0; then \ 628baed689fSmrg $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 629baed689fSmrg "$$@" $$unique; \ 630baed689fSmrg else \ 631baed689fSmrg $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 632baed689fSmrg $$unique; \ 633baed689fSmrg fi; \ 634c7484f1fSmrg fi 635e6ecbdaeSmrgctags: ctags-recursive 636e6ecbdaeSmrg 637e6ecbdaeSmrgCTAGS: ctags 638e6ecbdaeSmrgctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 639e6ecbdaeSmrg $(am__define_uniq_tagged_files); \ 640baed689fSmrg test -z "$(CTAGS_ARGS)$$unique" \ 641c7484f1fSmrg || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 642baed689fSmrg $$unique 643c7484f1fSmrg 644c7484f1fSmrgGTAGS: 645c7484f1fSmrg here=`$(am__cd) $(top_builddir) && pwd` \ 646baed689fSmrg && $(am__cd) $(top_srcdir) \ 647baed689fSmrg && gtags -i $(GTAGS_ARGS) "$$here" 648e6ecbdaeSmrgcscope: cscope.files 649e6ecbdaeSmrg test ! -s cscope.files \ 650e6ecbdaeSmrg || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 651e6ecbdaeSmrgclean-cscope: 652e6ecbdaeSmrg -rm -f cscope.files 653e6ecbdaeSmrgcscope.files: clean-cscope cscopelist 654e6ecbdaeSmrgcscopelist: cscopelist-recursive 655e6ecbdaeSmrg 656e6ecbdaeSmrgcscopelist-am: $(am__tagged_files) 657e6ecbdaeSmrg list='$(am__tagged_files)'; \ 658e6ecbdaeSmrg case "$(srcdir)" in \ 659e6ecbdaeSmrg [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 660e6ecbdaeSmrg *) sdir=$(subdir)/$(srcdir) ;; \ 661e6ecbdaeSmrg esac; \ 662e6ecbdaeSmrg for i in $$list; do \ 663e6ecbdaeSmrg if test -f "$$i"; then \ 664e6ecbdaeSmrg echo "$(subdir)/$$i"; \ 665e6ecbdaeSmrg else \ 666e6ecbdaeSmrg echo "$$sdir/$$i"; \ 667e6ecbdaeSmrg fi; \ 668e6ecbdaeSmrg done >> $(top_builddir)/cscope.files 669c7484f1fSmrg 670c7484f1fSmrgdistclean-tags: 671c7484f1fSmrg -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 672e6ecbdaeSmrg -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 67363323ee5Smrgdistdir: $(BUILT_SOURCES) 67463323ee5Smrg $(MAKE) $(AM_MAKEFLAGS) distdir-am 675c7484f1fSmrg 67663323ee5Smrgdistdir-am: $(DISTFILES) 677c7484f1fSmrg $(am__remove_distdir) 678baed689fSmrg test -d "$(distdir)" || mkdir "$(distdir)" 679c7484f1fSmrg @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 680c7484f1fSmrg topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 681c7484f1fSmrg list='$(DISTFILES)'; \ 682c7484f1fSmrg dist_files=`for file in $$list; do echo $$file; done | \ 683c7484f1fSmrg sed -e "s|^$$srcdirstrip/||;t" \ 684c7484f1fSmrg -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 685c7484f1fSmrg case $$dist_files in \ 686c7484f1fSmrg */*) $(MKDIR_P) `echo "$$dist_files" | \ 687c7484f1fSmrg sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 688c7484f1fSmrg sort -u` ;; \ 689c7484f1fSmrg esac; \ 690c7484f1fSmrg for file in $$dist_files; do \ 691c7484f1fSmrg if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 692c7484f1fSmrg if test -d $$d/$$file; then \ 693c7484f1fSmrg dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 694baed689fSmrg if test -d "$(distdir)/$$file"; then \ 695baed689fSmrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 696baed689fSmrg fi; \ 697c7484f1fSmrg if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 698baed689fSmrg cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 699baed689fSmrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 700c7484f1fSmrg fi; \ 701baed689fSmrg cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 702c7484f1fSmrg else \ 703baed689fSmrg test -f "$(distdir)/$$file" \ 704baed689fSmrg || cp -p $$d/$$file "$(distdir)/$$file" \ 705c7484f1fSmrg || exit 1; \ 706c7484f1fSmrg fi; \ 707c7484f1fSmrg done 708e6ecbdaeSmrg @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 709e6ecbdaeSmrg if test "$$subdir" = .; then :; else \ 710e6ecbdaeSmrg $(am__make_dryrun) \ 711e6ecbdaeSmrg || test -d "$(distdir)/$$subdir" \ 712e6ecbdaeSmrg || $(MKDIR_P) "$(distdir)/$$subdir" \ 713e6ecbdaeSmrg || exit 1; \ 714e6ecbdaeSmrg dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 715e6ecbdaeSmrg $(am__relativize); \ 716e6ecbdaeSmrg new_distdir=$$reldir; \ 717e6ecbdaeSmrg dir1=$$subdir; dir2="$(top_distdir)"; \ 718e6ecbdaeSmrg $(am__relativize); \ 719e6ecbdaeSmrg new_top_distdir=$$reldir; \ 720e6ecbdaeSmrg echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 721e6ecbdaeSmrg echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 722e6ecbdaeSmrg ($(am__cd) $$subdir && \ 723e6ecbdaeSmrg $(MAKE) $(AM_MAKEFLAGS) \ 724e6ecbdaeSmrg top_distdir="$$new_top_distdir" \ 725e6ecbdaeSmrg distdir="$$new_distdir" \ 726e6ecbdaeSmrg am__remove_distdir=: \ 727e6ecbdaeSmrg am__skip_length_check=: \ 728e6ecbdaeSmrg am__skip_mode_fix=: \ 729e6ecbdaeSmrg distdir) \ 730e6ecbdaeSmrg || exit 1; \ 731e6ecbdaeSmrg fi; \ 732e6ecbdaeSmrg done 733c7484f1fSmrg $(MAKE) $(AM_MAKEFLAGS) \ 734c7484f1fSmrg top_distdir="$(top_distdir)" distdir="$(distdir)" \ 735c7484f1fSmrg dist-hook 736baed689fSmrg -test -n "$(am__skip_mode_fix)" \ 737baed689fSmrg || find "$(distdir)" -type d ! -perm -755 \ 738baed689fSmrg -exec chmod u+rwx,go+rx {} \; -o \ 739c7484f1fSmrg ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 740c7484f1fSmrg ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 741c7484f1fSmrg ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 742baed689fSmrg || chmod -R a+r "$(distdir)" 743c7484f1fSmrgdist-gzip: distdir 74463323ee5Smrg tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 745e6ecbdaeSmrg $(am__post_remove_distdir) 74663323ee5Smrg 747c7484f1fSmrgdist-bzip2: distdir 748e6ecbdaeSmrg tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 749e6ecbdaeSmrg $(am__post_remove_distdir) 750c7484f1fSmrg 751e6ecbdaeSmrgdist-lzip: distdir 752e6ecbdaeSmrg tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 753e6ecbdaeSmrg $(am__post_remove_distdir) 754baed689fSmrgdist-xz: distdir 755e6ecbdaeSmrg tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 756e6ecbdaeSmrg $(am__post_remove_distdir) 757baed689fSmrg 75863323ee5Smrgdist-zstd: distdir 75963323ee5Smrg tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 76063323ee5Smrg $(am__post_remove_distdir) 76163323ee5Smrg 762c7484f1fSmrgdist-tarZ: distdir 763ebb1c56dSmrg @echo WARNING: "Support for distribution archives compressed with" \ 764ebb1c56dSmrg "legacy program 'compress' is deprecated." >&2 765e6ecbdaeSmrg @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 766c7484f1fSmrg tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 767e6ecbdaeSmrg $(am__post_remove_distdir) 768c7484f1fSmrg 769c7484f1fSmrgdist-shar: distdir 770ebb1c56dSmrg @echo WARNING: "Support for shar distribution archives is" \ 771ebb1c56dSmrg "deprecated." >&2 772e6ecbdaeSmrg @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 77363323ee5Smrg shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 774e6ecbdaeSmrg $(am__post_remove_distdir) 775c7484f1fSmrg 776c7484f1fSmrgdist-zip: distdir 777c7484f1fSmrg -rm -f $(distdir).zip 778c7484f1fSmrg zip -rq $(distdir).zip $(distdir) 779e6ecbdaeSmrg $(am__post_remove_distdir) 780c7484f1fSmrg 781e6ecbdaeSmrgdist dist-all: 782e6ecbdaeSmrg $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 783e6ecbdaeSmrg $(am__post_remove_distdir) 784c7484f1fSmrg 785c7484f1fSmrg# This target untars the dist file and tries a VPATH configuration. Then 786c7484f1fSmrg# it guarantees that the distribution is self-contained by making another 787c7484f1fSmrg# tarfile. 788c7484f1fSmrgdistcheck: dist 789c7484f1fSmrg case '$(DIST_ARCHIVES)' in \ 790c7484f1fSmrg *.tar.gz*) \ 79163323ee5Smrg eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 792c7484f1fSmrg *.tar.bz2*) \ 793baed689fSmrg bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 794e6ecbdaeSmrg *.tar.lz*) \ 795e6ecbdaeSmrg lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 796baed689fSmrg *.tar.xz*) \ 797baed689fSmrg xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 798c7484f1fSmrg *.tar.Z*) \ 799c7484f1fSmrg uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 800c7484f1fSmrg *.shar.gz*) \ 80163323ee5Smrg eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 802c7484f1fSmrg *.zip*) \ 803c7484f1fSmrg unzip $(distdir).zip ;;\ 80463323ee5Smrg *.tar.zst*) \ 80563323ee5Smrg zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 806c7484f1fSmrg esac 807e6ecbdaeSmrg chmod -R a-w $(distdir) 808e6ecbdaeSmrg chmod u+w $(distdir) 809ebb1c56dSmrg mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 810c7484f1fSmrg chmod a-w $(distdir) 811baed689fSmrg test -d $(distdir)/_build || exit 0; \ 812c7484f1fSmrg dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 813c7484f1fSmrg && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 814baed689fSmrg && am__cwd=`pwd` \ 815ebb1c56dSmrg && $(am__cd) $(distdir)/_build/sub \ 816ebb1c56dSmrg && ../../configure \ 817e6ecbdaeSmrg $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 818c7484f1fSmrg $(DISTCHECK_CONFIGURE_FLAGS) \ 819ebb1c56dSmrg --srcdir=../.. --prefix="$$dc_install_base" \ 820c7484f1fSmrg && $(MAKE) $(AM_MAKEFLAGS) \ 82163323ee5Smrg && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 822c7484f1fSmrg && $(MAKE) $(AM_MAKEFLAGS) check \ 823c7484f1fSmrg && $(MAKE) $(AM_MAKEFLAGS) install \ 824c7484f1fSmrg && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 825c7484f1fSmrg && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 826c7484f1fSmrg && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 827c7484f1fSmrg distuninstallcheck \ 828c7484f1fSmrg && chmod -R a-w "$$dc_install_base" \ 829c7484f1fSmrg && ({ \ 830c7484f1fSmrg (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 831c7484f1fSmrg && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 832c7484f1fSmrg && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 833c7484f1fSmrg && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 834c7484f1fSmrg distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 835c7484f1fSmrg } || { rm -rf "$$dc_destdir"; exit 1; }) \ 836c7484f1fSmrg && rm -rf "$$dc_destdir" \ 837c7484f1fSmrg && $(MAKE) $(AM_MAKEFLAGS) dist \ 838c7484f1fSmrg && rm -rf $(DIST_ARCHIVES) \ 839baed689fSmrg && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 840baed689fSmrg && cd "$$am__cwd" \ 841baed689fSmrg || exit 1 842e6ecbdaeSmrg $(am__post_remove_distdir) 843c7484f1fSmrg @(echo "$(distdir) archives ready for distribution: "; \ 844c7484f1fSmrg list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 845c7484f1fSmrg sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 846c7484f1fSmrgdistuninstallcheck: 847e6ecbdaeSmrg @test -n '$(distuninstallcheck_dir)' || { \ 848e6ecbdaeSmrg echo 'ERROR: trying to run $@ with an empty' \ 849e6ecbdaeSmrg '$$(distuninstallcheck_dir)' >&2; \ 850e6ecbdaeSmrg exit 1; \ 851e6ecbdaeSmrg }; \ 852e6ecbdaeSmrg $(am__cd) '$(distuninstallcheck_dir)' || { \ 853e6ecbdaeSmrg echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 854e6ecbdaeSmrg exit 1; \ 855e6ecbdaeSmrg }; \ 856e6ecbdaeSmrg test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 857c7484f1fSmrg || { echo "ERROR: files left after uninstall:" ; \ 858c7484f1fSmrg if test -n "$(DESTDIR)"; then \ 859c7484f1fSmrg echo " (check DESTDIR support)"; \ 860c7484f1fSmrg fi ; \ 861c7484f1fSmrg $(distuninstallcheck_listfiles) ; \ 862c7484f1fSmrg exit 1; } >&2 863c7484f1fSmrgdistcleancheck: distclean 864c7484f1fSmrg @if test '$(srcdir)' = . ; then \ 865c7484f1fSmrg echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 866c7484f1fSmrg exit 1 ; \ 867c7484f1fSmrg fi 868c7484f1fSmrg @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 869c7484f1fSmrg || { echo "ERROR: files left in build directory after distclean:" ; \ 870c7484f1fSmrg $(distcleancheck_listfiles) ; \ 871c7484f1fSmrg exit 1; } >&2 872c7484f1fSmrgcheck-am: all-am 873e6ecbdaeSmrgcheck: check-recursive 874c7484f1fSmrgall-am: Makefile $(PROGRAMS) $(DATA) config.h 875e6ecbdaeSmrginstalldirs: installdirs-recursive 876e6ecbdaeSmrginstalldirs-am: 877e6ecbdaeSmrg for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdefaultdir)"; do \ 878c7484f1fSmrg test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 879c7484f1fSmrg done 880e6ecbdaeSmrginstall: install-recursive 881e6ecbdaeSmrginstall-exec: install-exec-recursive 882e6ecbdaeSmrginstall-data: install-data-recursive 883e6ecbdaeSmrguninstall: uninstall-recursive 884c7484f1fSmrg 885c7484f1fSmrginstall-am: all-am 886c7484f1fSmrg @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 887c7484f1fSmrg 888e6ecbdaeSmrginstallcheck: installcheck-recursive 889c7484f1fSmrginstall-strip: 890e6ecbdaeSmrg if test -z '$(STRIP)'; then \ 891e6ecbdaeSmrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 892e6ecbdaeSmrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 893e6ecbdaeSmrg install; \ 894e6ecbdaeSmrg else \ 895e6ecbdaeSmrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 896e6ecbdaeSmrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 897e6ecbdaeSmrg "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 898e6ecbdaeSmrg fi 899c7484f1fSmrgmostlyclean-generic: 900c7484f1fSmrg 901c7484f1fSmrgclean-generic: 902c7484f1fSmrg 903c7484f1fSmrgdistclean-generic: 904c7484f1fSmrg -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 905baed689fSmrg -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 906c7484f1fSmrg 907c7484f1fSmrgmaintainer-clean-generic: 908c7484f1fSmrg @echo "This command is intended for maintainers to use" 909c7484f1fSmrg @echo "it deletes files that may require special tools to rebuild." 910baed689fSmrg -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 911e6ecbdaeSmrgclean: clean-recursive 912c7484f1fSmrg 913c7484f1fSmrgclean-am: clean-binPROGRAMS clean-generic mostlyclean-am 914c7484f1fSmrg 915e6ecbdaeSmrgdistclean: distclean-recursive 916c7484f1fSmrg -rm -f $(am__CONFIG_DISTCLEAN_FILES) 91763323ee5Smrg -rm -f ./$(DEPDIR)/xconsole.Po 918c7484f1fSmrg -rm -f Makefile 919c7484f1fSmrgdistclean-am: clean-am distclean-compile distclean-generic \ 920c7484f1fSmrg distclean-hdr distclean-tags 921c7484f1fSmrg 922e6ecbdaeSmrgdvi: dvi-recursive 923c7484f1fSmrg 924c7484f1fSmrgdvi-am: 925c7484f1fSmrg 926e6ecbdaeSmrghtml: html-recursive 927c7484f1fSmrg 928baed689fSmrghtml-am: 929baed689fSmrg 930e6ecbdaeSmrginfo: info-recursive 931c7484f1fSmrg 932c7484f1fSmrginfo-am: 933c7484f1fSmrg 934e6ecbdaeSmrginstall-data-am: install-dist_appdefaultDATA 935c7484f1fSmrg 936e6ecbdaeSmrginstall-dvi: install-dvi-recursive 937c7484f1fSmrg 938baed689fSmrginstall-dvi-am: 939baed689fSmrg 940c7484f1fSmrginstall-exec-am: install-binPROGRAMS 941c7484f1fSmrg 942e6ecbdaeSmrginstall-html: install-html-recursive 943c7484f1fSmrg 944baed689fSmrginstall-html-am: 945baed689fSmrg 946e6ecbdaeSmrginstall-info: install-info-recursive 947c7484f1fSmrg 948baed689fSmrginstall-info-am: 949baed689fSmrg 950c7484f1fSmrginstall-man: 951c7484f1fSmrg 952e6ecbdaeSmrginstall-pdf: install-pdf-recursive 953c7484f1fSmrg 954baed689fSmrginstall-pdf-am: 955baed689fSmrg 956e6ecbdaeSmrginstall-ps: install-ps-recursive 957c7484f1fSmrg 958baed689fSmrginstall-ps-am: 959baed689fSmrg 960c7484f1fSmrginstallcheck-am: 961c7484f1fSmrg 962e6ecbdaeSmrgmaintainer-clean: maintainer-clean-recursive 963c7484f1fSmrg -rm -f $(am__CONFIG_DISTCLEAN_FILES) 964c7484f1fSmrg -rm -rf $(top_srcdir)/autom4te.cache 96563323ee5Smrg -rm -f ./$(DEPDIR)/xconsole.Po 966c7484f1fSmrg -rm -f Makefile 967c7484f1fSmrgmaintainer-clean-am: distclean-am maintainer-clean-generic 968c7484f1fSmrg 969e6ecbdaeSmrgmostlyclean: mostlyclean-recursive 970c7484f1fSmrg 971c7484f1fSmrgmostlyclean-am: mostlyclean-compile mostlyclean-generic 972c7484f1fSmrg 973e6ecbdaeSmrgpdf: pdf-recursive 974c7484f1fSmrg 975c7484f1fSmrgpdf-am: 976c7484f1fSmrg 977e6ecbdaeSmrgps: ps-recursive 978c7484f1fSmrg 979c7484f1fSmrgps-am: 980c7484f1fSmrg 981e6ecbdaeSmrguninstall-am: uninstall-binPROGRAMS uninstall-dist_appdefaultDATA 982c7484f1fSmrg 983e6ecbdaeSmrg.MAKE: $(am__recursive_targets) all install-am install-strip 984c7484f1fSmrg 985e6ecbdaeSmrg.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 98663323ee5Smrg am--depfiles am--refresh check check-am clean \ 98763323ee5Smrg clean-binPROGRAMS clean-cscope clean-generic cscope \ 98863323ee5Smrg cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 98963323ee5Smrg dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ 99063323ee5Smrg dist-zip dist-zstd distcheck distclean distclean-compile \ 99163323ee5Smrg distclean-generic distclean-hdr distclean-tags distcleancheck \ 99263323ee5Smrg distdir distuninstallcheck dvi dvi-am html html-am info \ 99363323ee5Smrg info-am install install-am install-binPROGRAMS install-data \ 99463323ee5Smrg install-data-am install-dist_appdefaultDATA install-dvi \ 99563323ee5Smrg install-dvi-am install-exec install-exec-am install-html \ 99663323ee5Smrg install-html-am install-info install-info-am install-man \ 99763323ee5Smrg install-pdf install-pdf-am install-ps install-ps-am \ 99863323ee5Smrg install-strip installcheck installcheck-am installdirs \ 99963323ee5Smrg installdirs-am maintainer-clean maintainer-clean-generic \ 100063323ee5Smrg mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ 100163323ee5Smrg ps ps-am tags tags-am uninstall uninstall-am \ 100263323ee5Smrg uninstall-binPROGRAMS uninstall-dist_appdefaultDATA 1003c7484f1fSmrg 1004ebb1c56dSmrg.PRECIOUS: Makefile 1005ebb1c56dSmrg 1006c7484f1fSmrg 1007baed689fSmrg.PHONY: ChangeLog INSTALL 1008baed689fSmrg 1009baed689fSmrgINSTALL: 1010baed689fSmrg $(INSTALL_CMD) 1011c7484f1fSmrg 1012c7484f1fSmrgChangeLog: 1013baed689fSmrg $(CHANGELOG_CMD) 1014baed689fSmrg 1015baed689fSmrgdist-hook: ChangeLog INSTALL 1016c7484f1fSmrg 1017c7484f1fSmrg# Tell versions [3.59,3.63) of GNU make to not export all variables. 1018c7484f1fSmrg# Otherwise a system limit (for SysV at least) may be exceeded. 1019c7484f1fSmrg.NOEXPORT: 1020