1a33c354dSmrg# Makefile.in generated by automake 1.16.5 from Makefile.am. 288cd5fc2Smrg# @configure_input@ 388cd5fc2Smrg 4a33c354dSmrg# Copyright (C) 1994-2021 Free Software Foundation, Inc. 588cd5fc2Smrg 688cd5fc2Smrg# This Makefile.in is free software; the Free Software Foundation 788cd5fc2Smrg# gives unlimited permission to copy and/or distribute it, 888cd5fc2Smrg# with or without modifications, as long as this notice is preserved. 988cd5fc2Smrg 1088cd5fc2Smrg# This program is distributed in the hope that it will be useful, 1188cd5fc2Smrg# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 1288cd5fc2Smrg# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 1388cd5fc2Smrg# PARTICULAR PURPOSE. 1488cd5fc2Smrg 1588cd5fc2Smrg@SET_MAKE@ 1688cd5fc2Smrg 1788cd5fc2Smrg 1888cd5fc2SmrgVPATH = @srcdir@ 19a33c354dSmrgam__is_gnu_make = { \ 20a33c354dSmrg if test -z '$(MAKELEVEL)'; then \ 21a33c354dSmrg false; \ 22a33c354dSmrg elif test -n '$(MAKE_HOST)'; then \ 23a33c354dSmrg true; \ 24a33c354dSmrg elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 25a33c354dSmrg true; \ 26a33c354dSmrg else \ 27a33c354dSmrg false; \ 28a33c354dSmrg fi; \ 29a33c354dSmrg} 3088cd5fc2Smrgam__make_running_with_option = \ 3188cd5fc2Smrg case $${target_option-} in \ 3288cd5fc2Smrg ?) ;; \ 3388cd5fc2Smrg *) echo "am__make_running_with_option: internal error: invalid" \ 3488cd5fc2Smrg "target option '$${target_option-}' specified" >&2; \ 3588cd5fc2Smrg exit 1;; \ 3688cd5fc2Smrg esac; \ 3788cd5fc2Smrg has_opt=no; \ 3888cd5fc2Smrg sane_makeflags=$$MAKEFLAGS; \ 3988cd5fc2Smrg if $(am__is_gnu_make); then \ 4088cd5fc2Smrg sane_makeflags=$$MFLAGS; \ 4188cd5fc2Smrg else \ 4288cd5fc2Smrg case $$MAKEFLAGS in \ 4388cd5fc2Smrg *\\[\ \ ]*) \ 4488cd5fc2Smrg bs=\\; \ 4588cd5fc2Smrg sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 4688cd5fc2Smrg | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 4788cd5fc2Smrg esac; \ 4888cd5fc2Smrg fi; \ 4988cd5fc2Smrg skip_next=no; \ 5088cd5fc2Smrg strip_trailopt () \ 5188cd5fc2Smrg { \ 5288cd5fc2Smrg flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 5388cd5fc2Smrg }; \ 5488cd5fc2Smrg for flg in $$sane_makeflags; do \ 5588cd5fc2Smrg test $$skip_next = yes && { skip_next=no; continue; }; \ 5688cd5fc2Smrg case $$flg in \ 5788cd5fc2Smrg *=*|--*) continue;; \ 5888cd5fc2Smrg -*I) strip_trailopt 'I'; skip_next=yes;; \ 5988cd5fc2Smrg -*I?*) strip_trailopt 'I';; \ 6088cd5fc2Smrg -*O) strip_trailopt 'O'; skip_next=yes;; \ 6188cd5fc2Smrg -*O?*) strip_trailopt 'O';; \ 6288cd5fc2Smrg -*l) strip_trailopt 'l'; skip_next=yes;; \ 6388cd5fc2Smrg -*l?*) strip_trailopt 'l';; \ 6488cd5fc2Smrg -[dEDm]) skip_next=yes;; \ 6588cd5fc2Smrg -[JT]) skip_next=yes;; \ 6688cd5fc2Smrg esac; \ 6788cd5fc2Smrg case $$flg in \ 6888cd5fc2Smrg *$$target_option*) has_opt=yes; break;; \ 6988cd5fc2Smrg esac; \ 7088cd5fc2Smrg done; \ 7188cd5fc2Smrg test $$has_opt = yes 7288cd5fc2Smrgam__make_dryrun = (target_option=n; $(am__make_running_with_option)) 7388cd5fc2Smrgam__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 7488cd5fc2Smrgpkgdatadir = $(datadir)/@PACKAGE@ 7588cd5fc2Smrgpkgincludedir = $(includedir)/@PACKAGE@ 7688cd5fc2Smrgpkglibdir = $(libdir)/@PACKAGE@ 7788cd5fc2Smrgpkglibexecdir = $(libexecdir)/@PACKAGE@ 7888cd5fc2Smrgam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 7988cd5fc2Smrginstall_sh_DATA = $(install_sh) -c -m 644 8088cd5fc2Smrginstall_sh_PROGRAM = $(install_sh) -c 8188cd5fc2Smrginstall_sh_SCRIPT = $(install_sh) -c 8288cd5fc2SmrgINSTALL_HEADER = $(INSTALL_DATA) 8388cd5fc2Smrgtransform = $(program_transform_name) 8488cd5fc2SmrgNORMAL_INSTALL = : 8588cd5fc2SmrgPRE_INSTALL = : 8688cd5fc2SmrgPOST_INSTALL = : 8788cd5fc2SmrgNORMAL_UNINSTALL = : 8888cd5fc2SmrgPRE_UNINSTALL = : 8988cd5fc2SmrgPOST_UNINSTALL = : 9088cd5fc2Smrgbuild_triplet = @build@ 9188cd5fc2Smrghost_triplet = @host@ 9288cd5fc2Smrgsubdir = src 9388cd5fc2SmrgACLOCAL_M4 = $(top_srcdir)/aclocal.m4 94a33c354dSmrgam__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 95a33c354dSmrg $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 96a33c354dSmrg $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 97a33c354dSmrg $(top_srcdir)/configure.ac 9888cd5fc2Smrgam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 9988cd5fc2Smrg $(ACLOCAL_M4) 100a33c354dSmrgDIST_COMMON = $(srcdir)/Makefile.am $(libXpresentinclude_HEADERS) \ 101a33c354dSmrg $(am__DIST_COMMON) 10288cd5fc2Smrgmkinstalldirs = $(install_sh) -d 10388cd5fc2SmrgCONFIG_HEADER = $(top_builddir)/config.h 10488cd5fc2SmrgCONFIG_CLEAN_FILES = 10588cd5fc2SmrgCONFIG_CLEAN_VPATH_FILES = 10688cd5fc2Smrgam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 10788cd5fc2Smrgam__vpath_adj = case $$p in \ 10888cd5fc2Smrg $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 10988cd5fc2Smrg *) f=$$p;; \ 11088cd5fc2Smrg esac; 11188cd5fc2Smrgam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 11288cd5fc2Smrgam__install_max = 40 11388cd5fc2Smrgam__nobase_strip_setup = \ 11488cd5fc2Smrg srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 11588cd5fc2Smrgam__nobase_strip = \ 11688cd5fc2Smrg for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 11788cd5fc2Smrgam__nobase_list = $(am__nobase_strip_setup); \ 11888cd5fc2Smrg for p in $$list; do echo "$$p $$p"; done | \ 11988cd5fc2Smrg sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 12088cd5fc2Smrg $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 12188cd5fc2Smrg if (++n[$$2] == $(am__install_max)) \ 12288cd5fc2Smrg { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 12388cd5fc2Smrg END { for (dir in files) print dir, files[dir] }' 12488cd5fc2Smrgam__base_list = \ 12588cd5fc2Smrg sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 12688cd5fc2Smrg sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 12788cd5fc2Smrgam__uninstall_files_from_dir = { \ 12888cd5fc2Smrg test -z "$$files" \ 12988cd5fc2Smrg || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 13088cd5fc2Smrg || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 13188cd5fc2Smrg $(am__cd) "$$dir" && rm -f $$files; }; \ 13288cd5fc2Smrg } 13388cd5fc2Smrgam__installdirs = "$(DESTDIR)$(libdir)" \ 13488cd5fc2Smrg "$(DESTDIR)$(libXpresentincludedir)" 13588cd5fc2SmrgLTLIBRARIES = $(lib_LTLIBRARIES) 13688cd5fc2SmrglibXpresent_la_DEPENDENCIES = 13788cd5fc2Smrgam_libXpresent_la_OBJECTS = Xpresent.lo 13888cd5fc2SmrglibXpresent_la_OBJECTS = $(am_libXpresent_la_OBJECTS) 13988cd5fc2SmrgAM_V_lt = $(am__v_lt_@AM_V@) 14088cd5fc2Smrgam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 14188cd5fc2Smrgam__v_lt_0 = --silent 14288cd5fc2Smrgam__v_lt_1 = 14388cd5fc2SmrglibXpresent_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 14488cd5fc2Smrg $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 14588cd5fc2Smrg $(AM_CFLAGS) $(CFLAGS) $(libXpresent_la_LDFLAGS) $(LDFLAGS) -o \ 14688cd5fc2Smrg $@ 14788cd5fc2SmrgAM_V_P = $(am__v_P_@AM_V@) 14888cd5fc2Smrgam__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 14988cd5fc2Smrgam__v_P_0 = false 15088cd5fc2Smrgam__v_P_1 = : 15188cd5fc2SmrgAM_V_GEN = $(am__v_GEN_@AM_V@) 15288cd5fc2Smrgam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 15388cd5fc2Smrgam__v_GEN_0 = @echo " GEN " $@; 15488cd5fc2Smrgam__v_GEN_1 = 15588cd5fc2SmrgAM_V_at = $(am__v_at_@AM_V@) 15688cd5fc2Smrgam__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 15788cd5fc2Smrgam__v_at_0 = @ 15888cd5fc2Smrgam__v_at_1 = 15988cd5fc2SmrgDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 16088cd5fc2Smrgdepcomp = $(SHELL) $(top_srcdir)/depcomp 161a33c354dSmrgam__maybe_remake_depfiles = depfiles 162a33c354dSmrgam__depfiles_remade = ./$(DEPDIR)/Xpresent.Plo 16388cd5fc2Smrgam__mv = mv -f 16488cd5fc2SmrgCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 16588cd5fc2Smrg $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 16688cd5fc2SmrgLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 16788cd5fc2Smrg $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 16888cd5fc2Smrg $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 16988cd5fc2Smrg $(AM_CFLAGS) $(CFLAGS) 17088cd5fc2SmrgAM_V_CC = $(am__v_CC_@AM_V@) 17188cd5fc2Smrgam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 17288cd5fc2Smrgam__v_CC_0 = @echo " CC " $@; 17388cd5fc2Smrgam__v_CC_1 = 17488cd5fc2SmrgCCLD = $(CC) 17588cd5fc2SmrgLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 17688cd5fc2Smrg $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 17788cd5fc2Smrg $(AM_LDFLAGS) $(LDFLAGS) -o $@ 17888cd5fc2SmrgAM_V_CCLD = $(am__v_CCLD_@AM_V@) 17988cd5fc2Smrgam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 18088cd5fc2Smrgam__v_CCLD_0 = @echo " CCLD " $@; 18188cd5fc2Smrgam__v_CCLD_1 = 18288cd5fc2SmrgSOURCES = $(libXpresent_la_SOURCES) 18388cd5fc2SmrgDIST_SOURCES = $(libXpresent_la_SOURCES) 18488cd5fc2Smrgam__can_run_installinfo = \ 18588cd5fc2Smrg case $$AM_UPDATE_INFO_DIR in \ 18688cd5fc2Smrg n|no|NO) false;; \ 18788cd5fc2Smrg *) (install-info --version) >/dev/null 2>&1;; \ 18888cd5fc2Smrg esac 18988cd5fc2SmrgHEADERS = $(libXpresentinclude_HEADERS) 19088cd5fc2Smrgam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 19188cd5fc2Smrg# Read a list of newline-separated strings from the standard input, 19288cd5fc2Smrg# and print each of them once, without duplicates. Input order is 19388cd5fc2Smrg# *not* preserved. 19488cd5fc2Smrgam__uniquify_input = $(AWK) '\ 19588cd5fc2Smrg BEGIN { nonempty = 0; } \ 19688cd5fc2Smrg { items[$$0] = 1; nonempty = 1; } \ 19788cd5fc2Smrg END { if (nonempty) { for (i in items) print i; }; } \ 19888cd5fc2Smrg' 19988cd5fc2Smrg# Make sure the list of sources is unique. This is necessary because, 20088cd5fc2Smrg# e.g., the same source file might be shared among _SOURCES variables 20188cd5fc2Smrg# for different programs/libraries. 20288cd5fc2Smrgam__define_uniq_tagged_files = \ 20388cd5fc2Smrg list='$(am__tagged_files)'; \ 20488cd5fc2Smrg unique=`for i in $$list; do \ 20588cd5fc2Smrg if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 20688cd5fc2Smrg done | $(am__uniquify_input)` 207a33c354dSmrgam__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 20888cd5fc2SmrgDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 20988cd5fc2SmrgACLOCAL = @ACLOCAL@ 21088cd5fc2SmrgADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 21188cd5fc2SmrgADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 21288cd5fc2SmrgAMTAR = @AMTAR@ 21388cd5fc2SmrgAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 21488cd5fc2SmrgAPP_MAN_DIR = @APP_MAN_DIR@ 21588cd5fc2SmrgAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 21688cd5fc2SmrgAR = @AR@ 21788cd5fc2SmrgAUTOCONF = @AUTOCONF@ 21888cd5fc2SmrgAUTOHEADER = @AUTOHEADER@ 21988cd5fc2SmrgAUTOMAKE = @AUTOMAKE@ 22088cd5fc2SmrgAWK = @AWK@ 22188cd5fc2SmrgBASE_CFLAGS = @BASE_CFLAGS@ 22288cd5fc2SmrgCC = @CC@ 22388cd5fc2SmrgCCDEPMODE = @CCDEPMODE@ 22488cd5fc2SmrgCFLAGS = @CFLAGS@ 22588cd5fc2SmrgCHANGELOG_CMD = @CHANGELOG_CMD@ 22688cd5fc2SmrgCPPFLAGS = @CPPFLAGS@ 227a33c354dSmrgCSCOPE = @CSCOPE@ 228a33c354dSmrgCTAGS = @CTAGS@ 22988cd5fc2SmrgCWARNFLAGS = @CWARNFLAGS@ 23088cd5fc2SmrgCYGPATH_W = @CYGPATH_W@ 23188cd5fc2SmrgDEFS = @DEFS@ 23288cd5fc2SmrgDEPDIR = @DEPDIR@ 23388cd5fc2SmrgDLLTOOL = @DLLTOOL@ 23488cd5fc2SmrgDRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 23588cd5fc2SmrgDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 23688cd5fc2SmrgDSYMUTIL = @DSYMUTIL@ 23788cd5fc2SmrgDUMPBIN = @DUMPBIN@ 23888cd5fc2SmrgECHO_C = @ECHO_C@ 23988cd5fc2SmrgECHO_N = @ECHO_N@ 24088cd5fc2SmrgECHO_T = @ECHO_T@ 24188cd5fc2SmrgEGREP = @EGREP@ 242a33c354dSmrgETAGS = @ETAGS@ 24388cd5fc2SmrgEXEEXT = @EXEEXT@ 24488cd5fc2SmrgFGREP = @FGREP@ 245a33c354dSmrgFILECMD = @FILECMD@ 24688cd5fc2SmrgFILE_MAN_DIR = @FILE_MAN_DIR@ 24788cd5fc2SmrgFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 24888cd5fc2SmrgGREP = @GREP@ 24988cd5fc2SmrgINSTALL = @INSTALL@ 25088cd5fc2SmrgINSTALL_CMD = @INSTALL_CMD@ 25188cd5fc2SmrgINSTALL_DATA = @INSTALL_DATA@ 25288cd5fc2SmrgINSTALL_PROGRAM = @INSTALL_PROGRAM@ 25388cd5fc2SmrgINSTALL_SCRIPT = @INSTALL_SCRIPT@ 25488cd5fc2SmrgINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 25588cd5fc2SmrgLD = @LD@ 25688cd5fc2SmrgLDFLAGS = @LDFLAGS@ 25788cd5fc2SmrgLIBOBJS = @LIBOBJS@ 25888cd5fc2SmrgLIBS = @LIBS@ 25988cd5fc2SmrgLIBTOOL = @LIBTOOL@ 26088cd5fc2SmrgLIB_MAN_DIR = @LIB_MAN_DIR@ 26188cd5fc2SmrgLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 26288cd5fc2SmrgLIPO = @LIPO@ 26388cd5fc2SmrgLN_S = @LN_S@ 26488cd5fc2SmrgLTLIBOBJS = @LTLIBOBJS@ 265a33c354dSmrgLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 26688cd5fc2SmrgMAKEINFO = @MAKEINFO@ 26788cd5fc2SmrgMANIFEST_TOOL = @MANIFEST_TOOL@ 26888cd5fc2SmrgMAN_SUBSTS = @MAN_SUBSTS@ 26988cd5fc2SmrgMISC_MAN_DIR = @MISC_MAN_DIR@ 27088cd5fc2SmrgMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 27188cd5fc2SmrgMKDIR_P = @MKDIR_P@ 27288cd5fc2SmrgNM = @NM@ 27388cd5fc2SmrgNMEDIT = @NMEDIT@ 27488cd5fc2SmrgOBJDUMP = @OBJDUMP@ 27588cd5fc2SmrgOBJEXT = @OBJEXT@ 27688cd5fc2SmrgOTOOL = @OTOOL@ 27788cd5fc2SmrgOTOOL64 = @OTOOL64@ 27888cd5fc2SmrgPACKAGE = @PACKAGE@ 27988cd5fc2SmrgPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 28088cd5fc2SmrgPACKAGE_NAME = @PACKAGE_NAME@ 28188cd5fc2SmrgPACKAGE_STRING = @PACKAGE_STRING@ 28288cd5fc2SmrgPACKAGE_TARNAME = @PACKAGE_TARNAME@ 28388cd5fc2SmrgPACKAGE_URL = @PACKAGE_URL@ 28488cd5fc2SmrgPACKAGE_VERSION = @PACKAGE_VERSION@ 28588cd5fc2SmrgPATH_SEPARATOR = @PATH_SEPARATOR@ 28688cd5fc2SmrgPKG_CONFIG = @PKG_CONFIG@ 28788cd5fc2SmrgPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 28888cd5fc2SmrgPKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 28988cd5fc2SmrgPRESENTEXT_CFLAGS = @PRESENTEXT_CFLAGS@ 29088cd5fc2SmrgPRESENTEXT_LIBS = @PRESENTEXT_LIBS@ 29188cd5fc2SmrgPRESENTEXT_VERSION = @PRESENTEXT_VERSION@ 29288cd5fc2SmrgRANLIB = @RANLIB@ 29388cd5fc2SmrgSED = @SED@ 29488cd5fc2SmrgSET_MAKE = @SET_MAKE@ 29588cd5fc2SmrgSHELL = @SHELL@ 29688cd5fc2SmrgSTRICT_CFLAGS = @STRICT_CFLAGS@ 29788cd5fc2SmrgSTRIP = @STRIP@ 29888cd5fc2SmrgVERSION = @VERSION@ 29988cd5fc2SmrgXORG_MAN_PAGE = @XORG_MAN_PAGE@ 30088cd5fc2Smrgabs_builddir = @abs_builddir@ 30188cd5fc2Smrgabs_srcdir = @abs_srcdir@ 30288cd5fc2Smrgabs_top_builddir = @abs_top_builddir@ 30388cd5fc2Smrgabs_top_srcdir = @abs_top_srcdir@ 30488cd5fc2Smrgac_ct_AR = @ac_ct_AR@ 30588cd5fc2Smrgac_ct_CC = @ac_ct_CC@ 30688cd5fc2Smrgac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 30788cd5fc2Smrgam__include = @am__include@ 30888cd5fc2Smrgam__leading_dot = @am__leading_dot@ 30988cd5fc2Smrgam__quote = @am__quote@ 31088cd5fc2Smrgam__tar = @am__tar@ 31188cd5fc2Smrgam__untar = @am__untar@ 31288cd5fc2Smrgbindir = @bindir@ 31388cd5fc2Smrgbuild = @build@ 31488cd5fc2Smrgbuild_alias = @build_alias@ 31588cd5fc2Smrgbuild_cpu = @build_cpu@ 31688cd5fc2Smrgbuild_os = @build_os@ 31788cd5fc2Smrgbuild_vendor = @build_vendor@ 31888cd5fc2Smrgbuilddir = @builddir@ 31988cd5fc2Smrgdatadir = @datadir@ 32088cd5fc2Smrgdatarootdir = @datarootdir@ 32188cd5fc2Smrgdocdir = @docdir@ 32288cd5fc2Smrgdvidir = @dvidir@ 32388cd5fc2Smrgexec_prefix = @exec_prefix@ 32488cd5fc2Smrghost = @host@ 32588cd5fc2Smrghost_alias = @host_alias@ 32688cd5fc2Smrghost_cpu = @host_cpu@ 32788cd5fc2Smrghost_os = @host_os@ 32888cd5fc2Smrghost_vendor = @host_vendor@ 32988cd5fc2Smrghtmldir = @htmldir@ 33088cd5fc2Smrgincludedir = @includedir@ 33188cd5fc2Smrginfodir = @infodir@ 33288cd5fc2Smrginstall_sh = @install_sh@ 33388cd5fc2Smrglibdir = @libdir@ 33488cd5fc2Smrglibexecdir = @libexecdir@ 33588cd5fc2Smrglocaledir = @localedir@ 33688cd5fc2Smrglocalstatedir = @localstatedir@ 33788cd5fc2Smrgmandir = @mandir@ 33888cd5fc2Smrgmkdir_p = @mkdir_p@ 33988cd5fc2Smrgoldincludedir = @oldincludedir@ 34088cd5fc2Smrgpdfdir = @pdfdir@ 34188cd5fc2Smrgprefix = @prefix@ 34288cd5fc2Smrgprogram_transform_name = @program_transform_name@ 34388cd5fc2Smrgpsdir = @psdir@ 344a33c354dSmrgrunstatedir = @runstatedir@ 34588cd5fc2Smrgsbindir = @sbindir@ 34688cd5fc2Smrgsharedstatedir = @sharedstatedir@ 34788cd5fc2Smrgsrcdir = @srcdir@ 34888cd5fc2Smrgsysconfdir = @sysconfdir@ 34988cd5fc2Smrgtarget_alias = @target_alias@ 35088cd5fc2Smrgtop_build_prefix = @top_build_prefix@ 35188cd5fc2Smrgtop_builddir = @top_builddir@ 35288cd5fc2Smrgtop_srcdir = @top_srcdir@ 35388cd5fc2Smrglib_LTLIBRARIES = libXpresent.la 35488cd5fc2SmrglibXpresent_la_SOURCES = Xpresent.c 35588cd5fc2SmrglibXpresent_la_LIBADD = @PRESENTEXT_LIBS@ 35688cd5fc2SmrgAM_CFLAGS = $(CWARNFLAGS) @PRESENTEXT_CFLAGS@ 35788cd5fc2SmrgAM_CPPFLAGS = -I$(top_srcdir)/include 35888cd5fc2SmrglibXpresent_la_LDFLAGS = -version-number 1:0:0 -no-undefined 35988cd5fc2SmrglibXpresentincludedir = $(includedir)/X11/extensions 36088cd5fc2SmrglibXpresentinclude_HEADERS = $(top_srcdir)/include/X11/extensions/Xpresent.h 36188cd5fc2Smrgall: all-am 36288cd5fc2Smrg 36388cd5fc2Smrg.SUFFIXES: 36488cd5fc2Smrg.SUFFIXES: .c .lo .o .obj 365a33c354dSmrg$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 36688cd5fc2Smrg @for dep in $?; do \ 36788cd5fc2Smrg case '$(am__configure_deps)' in \ 36888cd5fc2Smrg *$$dep*) \ 36988cd5fc2Smrg ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 37088cd5fc2Smrg && { if test -f $@; then exit 0; else break; fi; }; \ 37188cd5fc2Smrg exit 1;; \ 37288cd5fc2Smrg esac; \ 37388cd5fc2Smrg done; \ 37488cd5fc2Smrg echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 37588cd5fc2Smrg $(am__cd) $(top_srcdir) && \ 37688cd5fc2Smrg $(AUTOMAKE) --foreign src/Makefile 37788cd5fc2SmrgMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 37888cd5fc2Smrg @case '$?' in \ 37988cd5fc2Smrg *config.status*) \ 38088cd5fc2Smrg cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 38188cd5fc2Smrg *) \ 382a33c354dSmrg echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 383a33c354dSmrg cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 38488cd5fc2Smrg esac; 38588cd5fc2Smrg 38688cd5fc2Smrg$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 38788cd5fc2Smrg cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 38888cd5fc2Smrg 389a33c354dSmrg$(top_srcdir)/configure: $(am__configure_deps) 39088cd5fc2Smrg cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 391a33c354dSmrg$(ACLOCAL_M4): $(am__aclocal_m4_deps) 39288cd5fc2Smrg cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 39388cd5fc2Smrg$(am__aclocal_m4_deps): 39488cd5fc2Smrg 39588cd5fc2Smrginstall-libLTLIBRARIES: $(lib_LTLIBRARIES) 39688cd5fc2Smrg @$(NORMAL_INSTALL) 39788cd5fc2Smrg @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 39888cd5fc2Smrg list2=; for p in $$list; do \ 39988cd5fc2Smrg if test -f $$p; then \ 40088cd5fc2Smrg list2="$$list2 $$p"; \ 40188cd5fc2Smrg else :; fi; \ 40288cd5fc2Smrg done; \ 40388cd5fc2Smrg test -z "$$list2" || { \ 40488cd5fc2Smrg echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 40588cd5fc2Smrg $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 40688cd5fc2Smrg echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 40788cd5fc2Smrg $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 40888cd5fc2Smrg } 40988cd5fc2Smrg 41088cd5fc2Smrguninstall-libLTLIBRARIES: 41188cd5fc2Smrg @$(NORMAL_UNINSTALL) 41288cd5fc2Smrg @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 41388cd5fc2Smrg for p in $$list; do \ 41488cd5fc2Smrg $(am__strip_dir) \ 41588cd5fc2Smrg echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 41688cd5fc2Smrg $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 41788cd5fc2Smrg done 41888cd5fc2Smrg 41988cd5fc2Smrgclean-libLTLIBRARIES: 42088cd5fc2Smrg -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 42188cd5fc2Smrg @list='$(lib_LTLIBRARIES)'; \ 42288cd5fc2Smrg locs=`for p in $$list; do echo $$p; done | \ 42388cd5fc2Smrg sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 42488cd5fc2Smrg sort -u`; \ 42588cd5fc2Smrg test -z "$$locs" || { \ 42688cd5fc2Smrg echo rm -f $${locs}; \ 42788cd5fc2Smrg rm -f $${locs}; \ 42888cd5fc2Smrg } 42988cd5fc2Smrg 43088cd5fc2SmrglibXpresent.la: $(libXpresent_la_OBJECTS) $(libXpresent_la_DEPENDENCIES) $(EXTRA_libXpresent_la_DEPENDENCIES) 43188cd5fc2Smrg $(AM_V_CCLD)$(libXpresent_la_LINK) -rpath $(libdir) $(libXpresent_la_OBJECTS) $(libXpresent_la_LIBADD) $(LIBS) 43288cd5fc2Smrg 43388cd5fc2Smrgmostlyclean-compile: 43488cd5fc2Smrg -rm -f *.$(OBJEXT) 43588cd5fc2Smrg 43688cd5fc2Smrgdistclean-compile: 43788cd5fc2Smrg -rm -f *.tab.c 43888cd5fc2Smrg 439a33c354dSmrg@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Xpresent.Plo@am__quote@ # am--include-marker 440a33c354dSmrg 441a33c354dSmrg$(am__depfiles_remade): 442a33c354dSmrg @$(MKDIR_P) $(@D) 443a33c354dSmrg @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 444a33c354dSmrg 445a33c354dSmrgam--depfiles: $(am__depfiles_remade) 44688cd5fc2Smrg 44788cd5fc2Smrg.c.o: 44888cd5fc2Smrg@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 44988cd5fc2Smrg@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 45088cd5fc2Smrg@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 45188cd5fc2Smrg@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 45288cd5fc2Smrg@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 45388cd5fc2Smrg 45488cd5fc2Smrg.c.obj: 45588cd5fc2Smrg@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 45688cd5fc2Smrg@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 45788cd5fc2Smrg@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 45888cd5fc2Smrg@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 45988cd5fc2Smrg@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 46088cd5fc2Smrg 46188cd5fc2Smrg.c.lo: 46288cd5fc2Smrg@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 46388cd5fc2Smrg@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 46488cd5fc2Smrg@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 46588cd5fc2Smrg@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 46688cd5fc2Smrg@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 46788cd5fc2Smrg 46888cd5fc2Smrgmostlyclean-libtool: 46988cd5fc2Smrg -rm -f *.lo 47088cd5fc2Smrg 47188cd5fc2Smrgclean-libtool: 47288cd5fc2Smrg -rm -rf .libs _libs 47388cd5fc2Smrginstall-libXpresentincludeHEADERS: $(libXpresentinclude_HEADERS) 47488cd5fc2Smrg @$(NORMAL_INSTALL) 47588cd5fc2Smrg @list='$(libXpresentinclude_HEADERS)'; test -n "$(libXpresentincludedir)" || list=; \ 47688cd5fc2Smrg if test -n "$$list"; then \ 47788cd5fc2Smrg echo " $(MKDIR_P) '$(DESTDIR)$(libXpresentincludedir)'"; \ 47888cd5fc2Smrg $(MKDIR_P) "$(DESTDIR)$(libXpresentincludedir)" || exit 1; \ 47988cd5fc2Smrg fi; \ 48088cd5fc2Smrg for p in $$list; do \ 48188cd5fc2Smrg if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 48288cd5fc2Smrg echo "$$d$$p"; \ 48388cd5fc2Smrg done | $(am__base_list) | \ 48488cd5fc2Smrg while read files; do \ 48588cd5fc2Smrg echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libXpresentincludedir)'"; \ 48688cd5fc2Smrg $(INSTALL_HEADER) $$files "$(DESTDIR)$(libXpresentincludedir)" || exit $$?; \ 48788cd5fc2Smrg done 48888cd5fc2Smrg 48988cd5fc2Smrguninstall-libXpresentincludeHEADERS: 49088cd5fc2Smrg @$(NORMAL_UNINSTALL) 49188cd5fc2Smrg @list='$(libXpresentinclude_HEADERS)'; test -n "$(libXpresentincludedir)" || list=; \ 49288cd5fc2Smrg files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 49388cd5fc2Smrg dir='$(DESTDIR)$(libXpresentincludedir)'; $(am__uninstall_files_from_dir) 49488cd5fc2Smrg 49588cd5fc2SmrgID: $(am__tagged_files) 49688cd5fc2Smrg $(am__define_uniq_tagged_files); mkid -fID $$unique 49788cd5fc2Smrgtags: tags-am 49888cd5fc2SmrgTAGS: tags 49988cd5fc2Smrg 50088cd5fc2Smrgtags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 50188cd5fc2Smrg set x; \ 50288cd5fc2Smrg here=`pwd`; \ 50388cd5fc2Smrg $(am__define_uniq_tagged_files); \ 50488cd5fc2Smrg shift; \ 50588cd5fc2Smrg if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 50688cd5fc2Smrg test -n "$$unique" || unique=$$empty_fix; \ 50788cd5fc2Smrg if test $$# -gt 0; then \ 50888cd5fc2Smrg $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 50988cd5fc2Smrg "$$@" $$unique; \ 51088cd5fc2Smrg else \ 51188cd5fc2Smrg $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 51288cd5fc2Smrg $$unique; \ 51388cd5fc2Smrg fi; \ 51488cd5fc2Smrg fi 51588cd5fc2Smrgctags: ctags-am 51688cd5fc2Smrg 51788cd5fc2SmrgCTAGS: ctags 51888cd5fc2Smrgctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 51988cd5fc2Smrg $(am__define_uniq_tagged_files); \ 52088cd5fc2Smrg test -z "$(CTAGS_ARGS)$$unique" \ 52188cd5fc2Smrg || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 52288cd5fc2Smrg $$unique 52388cd5fc2Smrg 52488cd5fc2SmrgGTAGS: 52588cd5fc2Smrg here=`$(am__cd) $(top_builddir) && pwd` \ 52688cd5fc2Smrg && $(am__cd) $(top_srcdir) \ 52788cd5fc2Smrg && gtags -i $(GTAGS_ARGS) "$$here" 52888cd5fc2Smrgcscopelist: cscopelist-am 52988cd5fc2Smrg 53088cd5fc2Smrgcscopelist-am: $(am__tagged_files) 53188cd5fc2Smrg list='$(am__tagged_files)'; \ 53288cd5fc2Smrg case "$(srcdir)" in \ 53388cd5fc2Smrg [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 53488cd5fc2Smrg *) sdir=$(subdir)/$(srcdir) ;; \ 53588cd5fc2Smrg esac; \ 53688cd5fc2Smrg for i in $$list; do \ 53788cd5fc2Smrg if test -f "$$i"; then \ 53888cd5fc2Smrg echo "$(subdir)/$$i"; \ 53988cd5fc2Smrg else \ 54088cd5fc2Smrg echo "$$sdir/$$i"; \ 54188cd5fc2Smrg fi; \ 54288cd5fc2Smrg done >> $(top_builddir)/cscope.files 54388cd5fc2Smrg 54488cd5fc2Smrgdistclean-tags: 54588cd5fc2Smrg -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 546a33c354dSmrgdistdir: $(BUILT_SOURCES) 547a33c354dSmrg $(MAKE) $(AM_MAKEFLAGS) distdir-am 54888cd5fc2Smrg 549a33c354dSmrgdistdir-am: $(DISTFILES) 55088cd5fc2Smrg @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 55188cd5fc2Smrg topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 55288cd5fc2Smrg list='$(DISTFILES)'; \ 55388cd5fc2Smrg dist_files=`for file in $$list; do echo $$file; done | \ 55488cd5fc2Smrg sed -e "s|^$$srcdirstrip/||;t" \ 55588cd5fc2Smrg -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 55688cd5fc2Smrg case $$dist_files in \ 55788cd5fc2Smrg */*) $(MKDIR_P) `echo "$$dist_files" | \ 55888cd5fc2Smrg sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 55988cd5fc2Smrg sort -u` ;; \ 56088cd5fc2Smrg esac; \ 56188cd5fc2Smrg for file in $$dist_files; do \ 56288cd5fc2Smrg if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 56388cd5fc2Smrg if test -d $$d/$$file; then \ 56488cd5fc2Smrg dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 56588cd5fc2Smrg if test -d "$(distdir)/$$file"; then \ 56688cd5fc2Smrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 56788cd5fc2Smrg fi; \ 56888cd5fc2Smrg if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 56988cd5fc2Smrg cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 57088cd5fc2Smrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 57188cd5fc2Smrg fi; \ 57288cd5fc2Smrg cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 57388cd5fc2Smrg else \ 57488cd5fc2Smrg test -f "$(distdir)/$$file" \ 57588cd5fc2Smrg || cp -p $$d/$$file "$(distdir)/$$file" \ 57688cd5fc2Smrg || exit 1; \ 57788cd5fc2Smrg fi; \ 57888cd5fc2Smrg done 57988cd5fc2Smrgcheck-am: all-am 58088cd5fc2Smrgcheck: check-am 58188cd5fc2Smrgall-am: Makefile $(LTLIBRARIES) $(HEADERS) 58288cd5fc2Smrginstalldirs: 58388cd5fc2Smrg for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libXpresentincludedir)"; do \ 58488cd5fc2Smrg test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 58588cd5fc2Smrg done 58688cd5fc2Smrginstall: install-am 58788cd5fc2Smrginstall-exec: install-exec-am 58888cd5fc2Smrginstall-data: install-data-am 58988cd5fc2Smrguninstall: uninstall-am 59088cd5fc2Smrg 59188cd5fc2Smrginstall-am: all-am 59288cd5fc2Smrg @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 59388cd5fc2Smrg 59488cd5fc2Smrginstallcheck: installcheck-am 59588cd5fc2Smrginstall-strip: 59688cd5fc2Smrg if test -z '$(STRIP)'; then \ 59788cd5fc2Smrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 59888cd5fc2Smrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 59988cd5fc2Smrg install; \ 60088cd5fc2Smrg else \ 60188cd5fc2Smrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 60288cd5fc2Smrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 60388cd5fc2Smrg "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 60488cd5fc2Smrg fi 60588cd5fc2Smrgmostlyclean-generic: 60688cd5fc2Smrg 60788cd5fc2Smrgclean-generic: 60888cd5fc2Smrg 60988cd5fc2Smrgdistclean-generic: 61088cd5fc2Smrg -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 61188cd5fc2Smrg -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 61288cd5fc2Smrg 61388cd5fc2Smrgmaintainer-clean-generic: 61488cd5fc2Smrg @echo "This command is intended for maintainers to use" 61588cd5fc2Smrg @echo "it deletes files that may require special tools to rebuild." 61688cd5fc2Smrgclean: clean-am 61788cd5fc2Smrg 61888cd5fc2Smrgclean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 61988cd5fc2Smrg mostlyclean-am 62088cd5fc2Smrg 62188cd5fc2Smrgdistclean: distclean-am 622a33c354dSmrg -rm -f ./$(DEPDIR)/Xpresent.Plo 62388cd5fc2Smrg -rm -f Makefile 62488cd5fc2Smrgdistclean-am: clean-am distclean-compile distclean-generic \ 62588cd5fc2Smrg distclean-tags 62688cd5fc2Smrg 62788cd5fc2Smrgdvi: dvi-am 62888cd5fc2Smrg 62988cd5fc2Smrgdvi-am: 63088cd5fc2Smrg 63188cd5fc2Smrghtml: html-am 63288cd5fc2Smrg 63388cd5fc2Smrghtml-am: 63488cd5fc2Smrg 63588cd5fc2Smrginfo: info-am 63688cd5fc2Smrg 63788cd5fc2Smrginfo-am: 63888cd5fc2Smrg 63988cd5fc2Smrginstall-data-am: install-libXpresentincludeHEADERS 64088cd5fc2Smrg 64188cd5fc2Smrginstall-dvi: install-dvi-am 64288cd5fc2Smrg 64388cd5fc2Smrginstall-dvi-am: 64488cd5fc2Smrg 64588cd5fc2Smrginstall-exec-am: install-libLTLIBRARIES 64688cd5fc2Smrg 64788cd5fc2Smrginstall-html: install-html-am 64888cd5fc2Smrg 64988cd5fc2Smrginstall-html-am: 65088cd5fc2Smrg 65188cd5fc2Smrginstall-info: install-info-am 65288cd5fc2Smrg 65388cd5fc2Smrginstall-info-am: 65488cd5fc2Smrg 65588cd5fc2Smrginstall-man: 65688cd5fc2Smrg 65788cd5fc2Smrginstall-pdf: install-pdf-am 65888cd5fc2Smrg 65988cd5fc2Smrginstall-pdf-am: 66088cd5fc2Smrg 66188cd5fc2Smrginstall-ps: install-ps-am 66288cd5fc2Smrg 66388cd5fc2Smrginstall-ps-am: 66488cd5fc2Smrg 66588cd5fc2Smrginstallcheck-am: 66688cd5fc2Smrg 66788cd5fc2Smrgmaintainer-clean: maintainer-clean-am 668a33c354dSmrg -rm -f ./$(DEPDIR)/Xpresent.Plo 66988cd5fc2Smrg -rm -f Makefile 67088cd5fc2Smrgmaintainer-clean-am: distclean-am maintainer-clean-generic 67188cd5fc2Smrg 67288cd5fc2Smrgmostlyclean: mostlyclean-am 67388cd5fc2Smrg 67488cd5fc2Smrgmostlyclean-am: mostlyclean-compile mostlyclean-generic \ 67588cd5fc2Smrg mostlyclean-libtool 67688cd5fc2Smrg 67788cd5fc2Smrgpdf: pdf-am 67888cd5fc2Smrg 67988cd5fc2Smrgpdf-am: 68088cd5fc2Smrg 68188cd5fc2Smrgps: ps-am 68288cd5fc2Smrg 68388cd5fc2Smrgps-am: 68488cd5fc2Smrg 68588cd5fc2Smrguninstall-am: uninstall-libLTLIBRARIES \ 68688cd5fc2Smrg uninstall-libXpresentincludeHEADERS 68788cd5fc2Smrg 68888cd5fc2Smrg.MAKE: install-am install-strip 68988cd5fc2Smrg 690a33c354dSmrg.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 691a33c354dSmrg clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \ 692a33c354dSmrg ctags ctags-am distclean distclean-compile distclean-generic \ 69388cd5fc2Smrg distclean-libtool distclean-tags distdir dvi dvi-am html \ 69488cd5fc2Smrg html-am info info-am install install-am install-data \ 69588cd5fc2Smrg install-data-am install-dvi install-dvi-am install-exec \ 69688cd5fc2Smrg install-exec-am install-html install-html-am install-info \ 69788cd5fc2Smrg install-info-am install-libLTLIBRARIES \ 69888cd5fc2Smrg install-libXpresentincludeHEADERS install-man install-pdf \ 69988cd5fc2Smrg install-pdf-am install-ps install-ps-am install-strip \ 70088cd5fc2Smrg installcheck installcheck-am installdirs maintainer-clean \ 70188cd5fc2Smrg maintainer-clean-generic mostlyclean mostlyclean-compile \ 70288cd5fc2Smrg mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 70388cd5fc2Smrg tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \ 70488cd5fc2Smrg uninstall-libXpresentincludeHEADERS 70588cd5fc2Smrg 706a33c354dSmrg.PRECIOUS: Makefile 707a33c354dSmrg 70888cd5fc2Smrg 70988cd5fc2Smrg# Tell versions [3.59,3.63) of GNU make to not export all variables. 71088cd5fc2Smrg# Otherwise a system limit (for SysV at least) may be exceeded. 71188cd5fc2Smrg.NOEXPORT: 712