1159b3361Sopenharmony_ci# Makefile.in generated by automake 1.16.2 from Makefile.am. 2159b3361Sopenharmony_ci# @configure_input@ 3159b3361Sopenharmony_ci 4159b3361Sopenharmony_ci# Copyright (C) 1994-2020 Free Software Foundation, Inc. 5159b3361Sopenharmony_ci 6159b3361Sopenharmony_ci# This Makefile.in is free software; the Free Software Foundation 7159b3361Sopenharmony_ci# gives unlimited permission to copy and/or distribute it, 8159b3361Sopenharmony_ci# with or without modifications, as long as this notice is preserved. 9159b3361Sopenharmony_ci 10159b3361Sopenharmony_ci# This program is distributed in the hope that it will be useful, 11159b3361Sopenharmony_ci# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12159b3361Sopenharmony_ci# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13159b3361Sopenharmony_ci# PARTICULAR PURPOSE. 14159b3361Sopenharmony_ci 15159b3361Sopenharmony_ci@SET_MAKE@ 16159b3361Sopenharmony_ci 17159b3361Sopenharmony_ci# global section for every Makefile.am 18159b3361Sopenharmony_ciVPATH = @srcdir@ 19159b3361Sopenharmony_ciam__is_gnu_make = { \ 20159b3361Sopenharmony_ci if test -z '$(MAKELEVEL)'; then \ 21159b3361Sopenharmony_ci false; \ 22159b3361Sopenharmony_ci elif test -n '$(MAKE_HOST)'; then \ 23159b3361Sopenharmony_ci true; \ 24159b3361Sopenharmony_ci elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 25159b3361Sopenharmony_ci true; \ 26159b3361Sopenharmony_ci else \ 27159b3361Sopenharmony_ci false; \ 28159b3361Sopenharmony_ci fi; \ 29159b3361Sopenharmony_ci} 30159b3361Sopenharmony_ciam__make_running_with_option = \ 31159b3361Sopenharmony_ci case $${target_option-} in \ 32159b3361Sopenharmony_ci ?) ;; \ 33159b3361Sopenharmony_ci *) echo "am__make_running_with_option: internal error: invalid" \ 34159b3361Sopenharmony_ci "target option '$${target_option-}' specified" >&2; \ 35159b3361Sopenharmony_ci exit 1;; \ 36159b3361Sopenharmony_ci esac; \ 37159b3361Sopenharmony_ci has_opt=no; \ 38159b3361Sopenharmony_ci sane_makeflags=$$MAKEFLAGS; \ 39159b3361Sopenharmony_ci if $(am__is_gnu_make); then \ 40159b3361Sopenharmony_ci sane_makeflags=$$MFLAGS; \ 41159b3361Sopenharmony_ci else \ 42159b3361Sopenharmony_ci case $$MAKEFLAGS in \ 43159b3361Sopenharmony_ci *\\[\ \ ]*) \ 44159b3361Sopenharmony_ci bs=\\; \ 45159b3361Sopenharmony_ci sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 46159b3361Sopenharmony_ci | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 47159b3361Sopenharmony_ci esac; \ 48159b3361Sopenharmony_ci fi; \ 49159b3361Sopenharmony_ci skip_next=no; \ 50159b3361Sopenharmony_ci strip_trailopt () \ 51159b3361Sopenharmony_ci { \ 52159b3361Sopenharmony_ci flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 53159b3361Sopenharmony_ci }; \ 54159b3361Sopenharmony_ci for flg in $$sane_makeflags; do \ 55159b3361Sopenharmony_ci test $$skip_next = yes && { skip_next=no; continue; }; \ 56159b3361Sopenharmony_ci case $$flg in \ 57159b3361Sopenharmony_ci *=*|--*) continue;; \ 58159b3361Sopenharmony_ci -*I) strip_trailopt 'I'; skip_next=yes;; \ 59159b3361Sopenharmony_ci -*I?*) strip_trailopt 'I';; \ 60159b3361Sopenharmony_ci -*O) strip_trailopt 'O'; skip_next=yes;; \ 61159b3361Sopenharmony_ci -*O?*) strip_trailopt 'O';; \ 62159b3361Sopenharmony_ci -*l) strip_trailopt 'l'; skip_next=yes;; \ 63159b3361Sopenharmony_ci -*l?*) strip_trailopt 'l';; \ 64159b3361Sopenharmony_ci -[dEDm]) skip_next=yes;; \ 65159b3361Sopenharmony_ci -[JT]) skip_next=yes;; \ 66159b3361Sopenharmony_ci esac; \ 67159b3361Sopenharmony_ci case $$flg in \ 68159b3361Sopenharmony_ci *$$target_option*) has_opt=yes; break;; \ 69159b3361Sopenharmony_ci esac; \ 70159b3361Sopenharmony_ci done; \ 71159b3361Sopenharmony_ci test $$has_opt = yes 72159b3361Sopenharmony_ciam__make_dryrun = (target_option=n; $(am__make_running_with_option)) 73159b3361Sopenharmony_ciam__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 74159b3361Sopenharmony_cipkgdatadir = $(datadir)/@PACKAGE@ 75159b3361Sopenharmony_cipkgincludedir = $(includedir)/@PACKAGE@ 76159b3361Sopenharmony_cipkglibdir = $(libdir)/@PACKAGE@ 77159b3361Sopenharmony_cipkglibexecdir = $(libexecdir)/@PACKAGE@ 78159b3361Sopenharmony_ciam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 79159b3361Sopenharmony_ciinstall_sh_DATA = $(install_sh) -c -m 644 80159b3361Sopenharmony_ciinstall_sh_PROGRAM = $(install_sh) -c 81159b3361Sopenharmony_ciinstall_sh_SCRIPT = $(install_sh) -c 82159b3361Sopenharmony_ciINSTALL_HEADER = $(INSTALL_DATA) 83159b3361Sopenharmony_citransform = $(program_transform_name) 84159b3361Sopenharmony_ciNORMAL_INSTALL = : 85159b3361Sopenharmony_ciPRE_INSTALL = : 86159b3361Sopenharmony_ciPOST_INSTALL = : 87159b3361Sopenharmony_ciNORMAL_UNINSTALL = : 88159b3361Sopenharmony_ciPRE_UNINSTALL = : 89159b3361Sopenharmony_ciPOST_UNINSTALL = : 90159b3361Sopenharmony_cibuild_triplet = @build@ 91159b3361Sopenharmony_cihost_triplet = @host@ 92159b3361Sopenharmony_cisubdir = doc 93159b3361Sopenharmony_ciACLOCAL_M4 = $(top_srcdir)/aclocal.m4 94159b3361Sopenharmony_ciam__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 95159b3361Sopenharmony_ci $(top_srcdir)/configure.in 96159b3361Sopenharmony_ciam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 97159b3361Sopenharmony_ci $(ACLOCAL_M4) 98159b3361Sopenharmony_ciDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 99159b3361Sopenharmony_cimkinstalldirs = $(install_sh) -d 100159b3361Sopenharmony_ciCONFIG_HEADER = $(top_builddir)/config.h 101159b3361Sopenharmony_ciCONFIG_CLEAN_FILES = 102159b3361Sopenharmony_ciCONFIG_CLEAN_VPATH_FILES = 103159b3361Sopenharmony_ciAM_V_P = $(am__v_P_@AM_V@) 104159b3361Sopenharmony_ciam__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 105159b3361Sopenharmony_ciam__v_P_0 = false 106159b3361Sopenharmony_ciam__v_P_1 = : 107159b3361Sopenharmony_ciAM_V_GEN = $(am__v_GEN_@AM_V@) 108159b3361Sopenharmony_ciam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 109159b3361Sopenharmony_ciam__v_GEN_0 = @echo " GEN " $@; 110159b3361Sopenharmony_ciam__v_GEN_1 = 111159b3361Sopenharmony_ciAM_V_at = $(am__v_at_@AM_V@) 112159b3361Sopenharmony_ciam__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 113159b3361Sopenharmony_ciam__v_at_0 = @ 114159b3361Sopenharmony_ciam__v_at_1 = 115159b3361Sopenharmony_ciSOURCES = 116159b3361Sopenharmony_ciDIST_SOURCES = 117159b3361Sopenharmony_ciRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 118159b3361Sopenharmony_ci ctags-recursive dvi-recursive html-recursive info-recursive \ 119159b3361Sopenharmony_ci install-data-recursive install-dvi-recursive \ 120159b3361Sopenharmony_ci install-exec-recursive install-html-recursive \ 121159b3361Sopenharmony_ci install-info-recursive install-pdf-recursive \ 122159b3361Sopenharmony_ci install-ps-recursive install-recursive installcheck-recursive \ 123159b3361Sopenharmony_ci installdirs-recursive pdf-recursive ps-recursive \ 124159b3361Sopenharmony_ci tags-recursive uninstall-recursive 125159b3361Sopenharmony_ciam__can_run_installinfo = \ 126159b3361Sopenharmony_ci case $$AM_UPDATE_INFO_DIR in \ 127159b3361Sopenharmony_ci n|no|NO) false;; \ 128159b3361Sopenharmony_ci *) (install-info --version) >/dev/null 2>&1;; \ 129159b3361Sopenharmony_ci esac 130159b3361Sopenharmony_ciRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 131159b3361Sopenharmony_ci distclean-recursive maintainer-clean-recursive 132159b3361Sopenharmony_ciam__recursive_targets = \ 133159b3361Sopenharmony_ci $(RECURSIVE_TARGETS) \ 134159b3361Sopenharmony_ci $(RECURSIVE_CLEAN_TARGETS) \ 135159b3361Sopenharmony_ci $(am__extra_recursive_targets) 136159b3361Sopenharmony_ciAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 137159b3361Sopenharmony_ci distdir distdir-am 138159b3361Sopenharmony_ciam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 139159b3361Sopenharmony_ci# Read a list of newline-separated strings from the standard input, 140159b3361Sopenharmony_ci# and print each of them once, without duplicates. Input order is 141159b3361Sopenharmony_ci# *not* preserved. 142159b3361Sopenharmony_ciam__uniquify_input = $(AWK) '\ 143159b3361Sopenharmony_ci BEGIN { nonempty = 0; } \ 144159b3361Sopenharmony_ci { items[$$0] = 1; nonempty = 1; } \ 145159b3361Sopenharmony_ci END { if (nonempty) { for (i in items) print i; }; } \ 146159b3361Sopenharmony_ci' 147159b3361Sopenharmony_ci# Make sure the list of sources is unique. This is necessary because, 148159b3361Sopenharmony_ci# e.g., the same source file might be shared among _SOURCES variables 149159b3361Sopenharmony_ci# for different programs/libraries. 150159b3361Sopenharmony_ciam__define_uniq_tagged_files = \ 151159b3361Sopenharmony_ci list='$(am__tagged_files)'; \ 152159b3361Sopenharmony_ci unique=`for i in $$list; do \ 153159b3361Sopenharmony_ci if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 154159b3361Sopenharmony_ci done | $(am__uniquify_input)` 155159b3361Sopenharmony_ciETAGS = etags 156159b3361Sopenharmony_ciCTAGS = ctags 157159b3361Sopenharmony_ciDIST_SUBDIRS = $(SUBDIRS) 158159b3361Sopenharmony_ciam__DIST_COMMON = $(srcdir)/Makefile.in \ 159159b3361Sopenharmony_ci $(top_srcdir)/Makefile.am.global 160159b3361Sopenharmony_ciDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 161159b3361Sopenharmony_ciam__relativize = \ 162159b3361Sopenharmony_ci dir0=`pwd`; \ 163159b3361Sopenharmony_ci sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 164159b3361Sopenharmony_ci sed_rest='s,^[^/]*/*,,'; \ 165159b3361Sopenharmony_ci sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 166159b3361Sopenharmony_ci sed_butlast='s,/*[^/]*$$,,'; \ 167159b3361Sopenharmony_ci while test -n "$$dir1"; do \ 168159b3361Sopenharmony_ci first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 169159b3361Sopenharmony_ci if test "$$first" != "."; then \ 170159b3361Sopenharmony_ci if test "$$first" = ".."; then \ 171159b3361Sopenharmony_ci dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 172159b3361Sopenharmony_ci dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 173159b3361Sopenharmony_ci else \ 174159b3361Sopenharmony_ci first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 175159b3361Sopenharmony_ci if test "$$first2" = "$$first"; then \ 176159b3361Sopenharmony_ci dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 177159b3361Sopenharmony_ci else \ 178159b3361Sopenharmony_ci dir2="../$$dir2"; \ 179159b3361Sopenharmony_ci fi; \ 180159b3361Sopenharmony_ci dir0="$$dir0"/"$$first"; \ 181159b3361Sopenharmony_ci fi; \ 182159b3361Sopenharmony_ci fi; \ 183159b3361Sopenharmony_ci dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 184159b3361Sopenharmony_ci done; \ 185159b3361Sopenharmony_ci reldir="$$dir2" 186159b3361Sopenharmony_ciACLOCAL = @ACLOCAL@ 187159b3361Sopenharmony_ciALLOCA = @ALLOCA@ 188159b3361Sopenharmony_ciAMTAR = @AMTAR@ 189159b3361Sopenharmony_ciAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 190159b3361Sopenharmony_ciAR = @AR@ 191159b3361Sopenharmony_ciAUTOCONF = @AUTOCONF@ 192159b3361Sopenharmony_ciAUTOHEADER = @AUTOHEADER@ 193159b3361Sopenharmony_ciAUTOMAKE = @AUTOMAKE@ 194159b3361Sopenharmony_ciAWK = @AWK@ 195159b3361Sopenharmony_ciCC = @CC@ 196159b3361Sopenharmony_ciCCDEPMODE = @CCDEPMODE@ 197159b3361Sopenharmony_ciCFLAGS = @CFLAGS@ 198159b3361Sopenharmony_ciCONFIG_DEFS = @CONFIG_DEFS@ 199159b3361Sopenharmony_ciCONFIG_MATH_LIB = @CONFIG_MATH_LIB@ 200159b3361Sopenharmony_ciCPP = @CPP@ 201159b3361Sopenharmony_ciCPPFLAGS = @CPPFLAGS@ 202159b3361Sopenharmony_ciCPUCCODE = @CPUCCODE@ 203159b3361Sopenharmony_ciCPUTYPE = @CPUTYPE@ 204159b3361Sopenharmony_ciCYGPATH_W = @CYGPATH_W@ 205159b3361Sopenharmony_ciDEFS = @DEFS@ 206159b3361Sopenharmony_ciDEPDIR = @DEPDIR@ 207159b3361Sopenharmony_ciDLLTOOL = @DLLTOOL@ 208159b3361Sopenharmony_ciDSYMUTIL = @DSYMUTIL@ 209159b3361Sopenharmony_ciDUMPBIN = @DUMPBIN@ 210159b3361Sopenharmony_ciECHO_C = @ECHO_C@ 211159b3361Sopenharmony_ciECHO_N = @ECHO_N@ 212159b3361Sopenharmony_ciECHO_T = @ECHO_T@ 213159b3361Sopenharmony_ciEGREP = @EGREP@ 214159b3361Sopenharmony_ciEXEEXT = @EXEEXT@ 215159b3361Sopenharmony_ciFGREP = @FGREP@ 216159b3361Sopenharmony_ciFRONTEND_CFLAGS = @FRONTEND_CFLAGS@ 217159b3361Sopenharmony_ciFRONTEND_LDADD = @FRONTEND_LDADD@ 218159b3361Sopenharmony_ciFRONTEND_LDFLAGS = @FRONTEND_LDFLAGS@ 219159b3361Sopenharmony_ciGREP = @GREP@ 220159b3361Sopenharmony_ciGTK_CFLAGS = @GTK_CFLAGS@ 221159b3361Sopenharmony_ciGTK_CONFIG = @GTK_CONFIG@ 222159b3361Sopenharmony_ciGTK_LIBS = @GTK_LIBS@ 223159b3361Sopenharmony_ciINCLUDES = @INCLUDES@ 224159b3361Sopenharmony_ciINSTALL = @INSTALL@ 225159b3361Sopenharmony_ciINSTALL_DATA = @INSTALL_DATA@ 226159b3361Sopenharmony_ciINSTALL_PROGRAM = @INSTALL_PROGRAM@ 227159b3361Sopenharmony_ciINSTALL_SCRIPT = @INSTALL_SCRIPT@ 228159b3361Sopenharmony_ciINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 229159b3361Sopenharmony_ciLD = @LD@ 230159b3361Sopenharmony_ciLDADD = @LDADD@ 231159b3361Sopenharmony_ciLDFLAGS = @LDFLAGS@ 232159b3361Sopenharmony_ciLIBICONV = @LIBICONV@ 233159b3361Sopenharmony_ciLIBMP3LAME_LDADD = @LIBMP3LAME_LDADD@ 234159b3361Sopenharmony_ciLIBOBJS = @LIBOBJS@ 235159b3361Sopenharmony_ciLIBS = @LIBS@ 236159b3361Sopenharmony_ciLIBTOOL = @LIBTOOL@ 237159b3361Sopenharmony_ciLIBTOOL_DEPS = @LIBTOOL_DEPS@ 238159b3361Sopenharmony_ciLIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@ 239159b3361Sopenharmony_ciLIB_MINOR_VERSION = @LIB_MINOR_VERSION@ 240159b3361Sopenharmony_ciLIPO = @LIPO@ 241159b3361Sopenharmony_ciLN_S = @LN_S@ 242159b3361Sopenharmony_ciLTLIBICONV = @LTLIBICONV@ 243159b3361Sopenharmony_ciLTLIBOBJS = @LTLIBOBJS@ 244159b3361Sopenharmony_ciLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 245159b3361Sopenharmony_ciMAINT = @MAINT@ 246159b3361Sopenharmony_ciMAKEDEP = @MAKEDEP@ 247159b3361Sopenharmony_ciMAKEINFO = @MAKEINFO@ 248159b3361Sopenharmony_ciMANIFEST_TOOL = @MANIFEST_TOOL@ 249159b3361Sopenharmony_ciMKDIR_P = @MKDIR_P@ 250159b3361Sopenharmony_ciNASM = @NASM@ 251159b3361Sopenharmony_ciNASM_FORMAT = @NASM_FORMAT@ 252159b3361Sopenharmony_ciNM = @NM@ 253159b3361Sopenharmony_ciNMEDIT = @NMEDIT@ 254159b3361Sopenharmony_ciOBJDUMP = @OBJDUMP@ 255159b3361Sopenharmony_ciOBJEXT = @OBJEXT@ 256159b3361Sopenharmony_ciOTOOL = @OTOOL@ 257159b3361Sopenharmony_ciOTOOL64 = @OTOOL64@ 258159b3361Sopenharmony_ciPACKAGE = @PACKAGE@ 259159b3361Sopenharmony_ciPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 260159b3361Sopenharmony_ciPACKAGE_NAME = @PACKAGE_NAME@ 261159b3361Sopenharmony_ciPACKAGE_STRING = @PACKAGE_STRING@ 262159b3361Sopenharmony_ciPACKAGE_TARNAME = @PACKAGE_TARNAME@ 263159b3361Sopenharmony_ciPACKAGE_URL = @PACKAGE_URL@ 264159b3361Sopenharmony_ciPACKAGE_VERSION = @PACKAGE_VERSION@ 265159b3361Sopenharmony_ciPATH_SEPARATOR = @PATH_SEPARATOR@ 266159b3361Sopenharmony_ciPKG_CONFIG = @PKG_CONFIG@ 267159b3361Sopenharmony_ciPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 268159b3361Sopenharmony_ciPKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 269159b3361Sopenharmony_ciRANLIB = @RANLIB@ 270159b3361Sopenharmony_ciRM_F = @RM_F@ 271159b3361Sopenharmony_ciSED = @SED@ 272159b3361Sopenharmony_ciSET_MAKE = @SET_MAKE@ 273159b3361Sopenharmony_ciSHELL = @SHELL@ 274159b3361Sopenharmony_ciSNDFILE_CFLAGS = @SNDFILE_CFLAGS@ 275159b3361Sopenharmony_ciSNDFILE_LIBS = @SNDFILE_LIBS@ 276159b3361Sopenharmony_ciSTRIP = @STRIP@ 277159b3361Sopenharmony_ciVERSION = @VERSION@ 278159b3361Sopenharmony_ciWITH_FRONTEND = @WITH_FRONTEND@ 279159b3361Sopenharmony_ciWITH_MP3RTP = @WITH_MP3RTP@ 280159b3361Sopenharmony_ciWITH_MP3X = @WITH_MP3X@ 281159b3361Sopenharmony_ciabs_builddir = @abs_builddir@ 282159b3361Sopenharmony_ciabs_srcdir = @abs_srcdir@ 283159b3361Sopenharmony_ciabs_top_builddir = @abs_top_builddir@ 284159b3361Sopenharmony_ciabs_top_srcdir = @abs_top_srcdir@ 285159b3361Sopenharmony_ciac_ct_AR = @ac_ct_AR@ 286159b3361Sopenharmony_ciac_ct_CC = @ac_ct_CC@ 287159b3361Sopenharmony_ciac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 288159b3361Sopenharmony_ciam__include = @am__include@ 289159b3361Sopenharmony_ciam__leading_dot = @am__leading_dot@ 290159b3361Sopenharmony_ciam__quote = @am__quote@ 291159b3361Sopenharmony_ciam__tar = @am__tar@ 292159b3361Sopenharmony_ciam__untar = @am__untar@ 293159b3361Sopenharmony_cibindir = @bindir@ 294159b3361Sopenharmony_cibuild = @build@ 295159b3361Sopenharmony_cibuild_alias = @build_alias@ 296159b3361Sopenharmony_cibuild_cpu = @build_cpu@ 297159b3361Sopenharmony_cibuild_os = @build_os@ 298159b3361Sopenharmony_cibuild_vendor = @build_vendor@ 299159b3361Sopenharmony_cibuilddir = @builddir@ 300159b3361Sopenharmony_cidatadir = @datadir@ 301159b3361Sopenharmony_cidatarootdir = @datarootdir@ 302159b3361Sopenharmony_cidocdir = @docdir@ 303159b3361Sopenharmony_cidvidir = @dvidir@ 304159b3361Sopenharmony_ciexec_prefix = @exec_prefix@ 305159b3361Sopenharmony_cihost = @host@ 306159b3361Sopenharmony_cihost_alias = @host_alias@ 307159b3361Sopenharmony_cihost_cpu = @host_cpu@ 308159b3361Sopenharmony_cihost_os = @host_os@ 309159b3361Sopenharmony_cihost_vendor = @host_vendor@ 310159b3361Sopenharmony_cihtmldir = @htmldir@ 311159b3361Sopenharmony_ciincludedir = @includedir@ 312159b3361Sopenharmony_ciinfodir = @infodir@ 313159b3361Sopenharmony_ciinstall_sh = @install_sh@ 314159b3361Sopenharmony_cilibdir = @libdir@ 315159b3361Sopenharmony_cilibexecdir = @libexecdir@ 316159b3361Sopenharmony_cilocaledir = @localedir@ 317159b3361Sopenharmony_cilocalstatedir = @localstatedir@ 318159b3361Sopenharmony_cimandir = @mandir@ 319159b3361Sopenharmony_cimkdir_p = @mkdir_p@ 320159b3361Sopenharmony_cimpg123_CFLAGS = @mpg123_CFLAGS@ 321159b3361Sopenharmony_cimpg123_LIBS = @mpg123_LIBS@ 322159b3361Sopenharmony_cioldincludedir = @oldincludedir@ 323159b3361Sopenharmony_cipdfdir = @pdfdir@ 324159b3361Sopenharmony_ciprefix = @prefix@ 325159b3361Sopenharmony_ciprogram_transform_name = @program_transform_name@ 326159b3361Sopenharmony_cipsdir = @psdir@ 327159b3361Sopenharmony_cisbindir = @sbindir@ 328159b3361Sopenharmony_cisharedstatedir = @sharedstatedir@ 329159b3361Sopenharmony_cisrcdir = @srcdir@ 330159b3361Sopenharmony_cisysconfdir = @sysconfdir@ 331159b3361Sopenharmony_citarget_alias = @target_alias@ 332159b3361Sopenharmony_citop_build_prefix = @top_build_prefix@ 333159b3361Sopenharmony_citop_builddir = @top_builddir@ 334159b3361Sopenharmony_citop_srcdir = @top_srcdir@ 335159b3361Sopenharmony_ciAUTOMAKE_OPTIONS = 1.15 foreign 336159b3361Sopenharmony_ciSUBDIRS = html man 337159b3361Sopenharmony_ciall: all-recursive 338159b3361Sopenharmony_ci 339159b3361Sopenharmony_ci.SUFFIXES: 340159b3361Sopenharmony_ci$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.global $(am__configure_deps) 341159b3361Sopenharmony_ci @for dep in $?; do \ 342159b3361Sopenharmony_ci case '$(am__configure_deps)' in \ 343159b3361Sopenharmony_ci *$$dep*) \ 344159b3361Sopenharmony_ci ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 345159b3361Sopenharmony_ci && { if test -f $@; then exit 0; else break; fi; }; \ 346159b3361Sopenharmony_ci exit 1;; \ 347159b3361Sopenharmony_ci esac; \ 348159b3361Sopenharmony_ci done; \ 349159b3361Sopenharmony_ci echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ 350159b3361Sopenharmony_ci $(am__cd) $(top_srcdir) && \ 351159b3361Sopenharmony_ci $(AUTOMAKE) --foreign doc/Makefile 352159b3361Sopenharmony_ciMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 353159b3361Sopenharmony_ci @case '$?' in \ 354159b3361Sopenharmony_ci *config.status*) \ 355159b3361Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 356159b3361Sopenharmony_ci *) \ 357159b3361Sopenharmony_ci echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 358159b3361Sopenharmony_ci cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 359159b3361Sopenharmony_ci esac; 360159b3361Sopenharmony_ci$(top_srcdir)/Makefile.am.global $(am__empty): 361159b3361Sopenharmony_ci 362159b3361Sopenharmony_ci$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 363159b3361Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 364159b3361Sopenharmony_ci 365159b3361Sopenharmony_ci$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 366159b3361Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 367159b3361Sopenharmony_ci$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 368159b3361Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 369159b3361Sopenharmony_ci$(am__aclocal_m4_deps): 370159b3361Sopenharmony_ci 371159b3361Sopenharmony_cimostlyclean-libtool: 372159b3361Sopenharmony_ci -rm -f *.lo 373159b3361Sopenharmony_ci 374159b3361Sopenharmony_ciclean-libtool: 375159b3361Sopenharmony_ci -rm -rf .libs _libs 376159b3361Sopenharmony_ci 377159b3361Sopenharmony_ci# This directory's subdirectories are mostly independent; you can cd 378159b3361Sopenharmony_ci# into them and run 'make' without going through this Makefile. 379159b3361Sopenharmony_ci# To change the values of 'make' variables: instead of editing Makefiles, 380159b3361Sopenharmony_ci# (1) if the variable is set in 'config.status', edit 'config.status' 381159b3361Sopenharmony_ci# (which will cause the Makefiles to be regenerated when you run 'make'); 382159b3361Sopenharmony_ci# (2) otherwise, pass the desired values on the 'make' command line. 383159b3361Sopenharmony_ci$(am__recursive_targets): 384159b3361Sopenharmony_ci @fail=; \ 385159b3361Sopenharmony_ci if $(am__make_keepgoing); then \ 386159b3361Sopenharmony_ci failcom='fail=yes'; \ 387159b3361Sopenharmony_ci else \ 388159b3361Sopenharmony_ci failcom='exit 1'; \ 389159b3361Sopenharmony_ci fi; \ 390159b3361Sopenharmony_ci dot_seen=no; \ 391159b3361Sopenharmony_ci target=`echo $@ | sed s/-recursive//`; \ 392159b3361Sopenharmony_ci case "$@" in \ 393159b3361Sopenharmony_ci distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 394159b3361Sopenharmony_ci *) list='$(SUBDIRS)' ;; \ 395159b3361Sopenharmony_ci esac; \ 396159b3361Sopenharmony_ci for subdir in $$list; do \ 397159b3361Sopenharmony_ci echo "Making $$target in $$subdir"; \ 398159b3361Sopenharmony_ci if test "$$subdir" = "."; then \ 399159b3361Sopenharmony_ci dot_seen=yes; \ 400159b3361Sopenharmony_ci local_target="$$target-am"; \ 401159b3361Sopenharmony_ci else \ 402159b3361Sopenharmony_ci local_target="$$target"; \ 403159b3361Sopenharmony_ci fi; \ 404159b3361Sopenharmony_ci ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 405159b3361Sopenharmony_ci || eval $$failcom; \ 406159b3361Sopenharmony_ci done; \ 407159b3361Sopenharmony_ci if test "$$dot_seen" = "no"; then \ 408159b3361Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 409159b3361Sopenharmony_ci fi; test -z "$$fail" 410159b3361Sopenharmony_ci 411159b3361Sopenharmony_ciID: $(am__tagged_files) 412159b3361Sopenharmony_ci $(am__define_uniq_tagged_files); mkid -fID $$unique 413159b3361Sopenharmony_citags: tags-recursive 414159b3361Sopenharmony_ciTAGS: tags 415159b3361Sopenharmony_ci 416159b3361Sopenharmony_citags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 417159b3361Sopenharmony_ci set x; \ 418159b3361Sopenharmony_ci here=`pwd`; \ 419159b3361Sopenharmony_ci if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 420159b3361Sopenharmony_ci include_option=--etags-include; \ 421159b3361Sopenharmony_ci empty_fix=.; \ 422159b3361Sopenharmony_ci else \ 423159b3361Sopenharmony_ci include_option=--include; \ 424159b3361Sopenharmony_ci empty_fix=; \ 425159b3361Sopenharmony_ci fi; \ 426159b3361Sopenharmony_ci list='$(SUBDIRS)'; for subdir in $$list; do \ 427159b3361Sopenharmony_ci if test "$$subdir" = .; then :; else \ 428159b3361Sopenharmony_ci test ! -f $$subdir/TAGS || \ 429159b3361Sopenharmony_ci set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 430159b3361Sopenharmony_ci fi; \ 431159b3361Sopenharmony_ci done; \ 432159b3361Sopenharmony_ci $(am__define_uniq_tagged_files); \ 433159b3361Sopenharmony_ci shift; \ 434159b3361Sopenharmony_ci if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 435159b3361Sopenharmony_ci test -n "$$unique" || unique=$$empty_fix; \ 436159b3361Sopenharmony_ci if test $$# -gt 0; then \ 437159b3361Sopenharmony_ci $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 438159b3361Sopenharmony_ci "$$@" $$unique; \ 439159b3361Sopenharmony_ci else \ 440159b3361Sopenharmony_ci $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 441159b3361Sopenharmony_ci $$unique; \ 442159b3361Sopenharmony_ci fi; \ 443159b3361Sopenharmony_ci fi 444159b3361Sopenharmony_cictags: ctags-recursive 445159b3361Sopenharmony_ci 446159b3361Sopenharmony_ciCTAGS: ctags 447159b3361Sopenharmony_cictags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 448159b3361Sopenharmony_ci $(am__define_uniq_tagged_files); \ 449159b3361Sopenharmony_ci test -z "$(CTAGS_ARGS)$$unique" \ 450159b3361Sopenharmony_ci || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 451159b3361Sopenharmony_ci $$unique 452159b3361Sopenharmony_ci 453159b3361Sopenharmony_ciGTAGS: 454159b3361Sopenharmony_ci here=`$(am__cd) $(top_builddir) && pwd` \ 455159b3361Sopenharmony_ci && $(am__cd) $(top_srcdir) \ 456159b3361Sopenharmony_ci && gtags -i $(GTAGS_ARGS) "$$here" 457159b3361Sopenharmony_cicscopelist: cscopelist-recursive 458159b3361Sopenharmony_ci 459159b3361Sopenharmony_cicscopelist-am: $(am__tagged_files) 460159b3361Sopenharmony_ci list='$(am__tagged_files)'; \ 461159b3361Sopenharmony_ci case "$(srcdir)" in \ 462159b3361Sopenharmony_ci [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 463159b3361Sopenharmony_ci *) sdir=$(subdir)/$(srcdir) ;; \ 464159b3361Sopenharmony_ci esac; \ 465159b3361Sopenharmony_ci for i in $$list; do \ 466159b3361Sopenharmony_ci if test -f "$$i"; then \ 467159b3361Sopenharmony_ci echo "$(subdir)/$$i"; \ 468159b3361Sopenharmony_ci else \ 469159b3361Sopenharmony_ci echo "$$sdir/$$i"; \ 470159b3361Sopenharmony_ci fi; \ 471159b3361Sopenharmony_ci done >> $(top_builddir)/cscope.files 472159b3361Sopenharmony_ci 473159b3361Sopenharmony_cidistclean-tags: 474159b3361Sopenharmony_ci -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 475159b3361Sopenharmony_ci 476159b3361Sopenharmony_cidistdir: $(BUILT_SOURCES) 477159b3361Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) distdir-am 478159b3361Sopenharmony_ci 479159b3361Sopenharmony_cidistdir-am: $(DISTFILES) 480159b3361Sopenharmony_ci @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 481159b3361Sopenharmony_ci topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 482159b3361Sopenharmony_ci list='$(DISTFILES)'; \ 483159b3361Sopenharmony_ci dist_files=`for file in $$list; do echo $$file; done | \ 484159b3361Sopenharmony_ci sed -e "s|^$$srcdirstrip/||;t" \ 485159b3361Sopenharmony_ci -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 486159b3361Sopenharmony_ci case $$dist_files in \ 487159b3361Sopenharmony_ci */*) $(MKDIR_P) `echo "$$dist_files" | \ 488159b3361Sopenharmony_ci sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 489159b3361Sopenharmony_ci sort -u` ;; \ 490159b3361Sopenharmony_ci esac; \ 491159b3361Sopenharmony_ci for file in $$dist_files; do \ 492159b3361Sopenharmony_ci if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 493159b3361Sopenharmony_ci if test -d $$d/$$file; then \ 494159b3361Sopenharmony_ci dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 495159b3361Sopenharmony_ci if test -d "$(distdir)/$$file"; then \ 496159b3361Sopenharmony_ci find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 497159b3361Sopenharmony_ci fi; \ 498159b3361Sopenharmony_ci if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 499159b3361Sopenharmony_ci cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 500159b3361Sopenharmony_ci find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 501159b3361Sopenharmony_ci fi; \ 502159b3361Sopenharmony_ci cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 503159b3361Sopenharmony_ci else \ 504159b3361Sopenharmony_ci test -f "$(distdir)/$$file" \ 505159b3361Sopenharmony_ci || cp -p $$d/$$file "$(distdir)/$$file" \ 506159b3361Sopenharmony_ci || exit 1; \ 507159b3361Sopenharmony_ci fi; \ 508159b3361Sopenharmony_ci done 509159b3361Sopenharmony_ci @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 510159b3361Sopenharmony_ci if test "$$subdir" = .; then :; else \ 511159b3361Sopenharmony_ci $(am__make_dryrun) \ 512159b3361Sopenharmony_ci || test -d "$(distdir)/$$subdir" \ 513159b3361Sopenharmony_ci || $(MKDIR_P) "$(distdir)/$$subdir" \ 514159b3361Sopenharmony_ci || exit 1; \ 515159b3361Sopenharmony_ci dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 516159b3361Sopenharmony_ci $(am__relativize); \ 517159b3361Sopenharmony_ci new_distdir=$$reldir; \ 518159b3361Sopenharmony_ci dir1=$$subdir; dir2="$(top_distdir)"; \ 519159b3361Sopenharmony_ci $(am__relativize); \ 520159b3361Sopenharmony_ci new_top_distdir=$$reldir; \ 521159b3361Sopenharmony_ci echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 522159b3361Sopenharmony_ci echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 523159b3361Sopenharmony_ci ($(am__cd) $$subdir && \ 524159b3361Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) \ 525159b3361Sopenharmony_ci top_distdir="$$new_top_distdir" \ 526159b3361Sopenharmony_ci distdir="$$new_distdir" \ 527159b3361Sopenharmony_ci am__remove_distdir=: \ 528159b3361Sopenharmony_ci am__skip_length_check=: \ 529159b3361Sopenharmony_ci am__skip_mode_fix=: \ 530159b3361Sopenharmony_ci distdir) \ 531159b3361Sopenharmony_ci || exit 1; \ 532159b3361Sopenharmony_ci fi; \ 533159b3361Sopenharmony_ci done 534159b3361Sopenharmony_cicheck-am: all-am 535159b3361Sopenharmony_cicheck: check-recursive 536159b3361Sopenharmony_ciall-am: Makefile 537159b3361Sopenharmony_ciinstalldirs: installdirs-recursive 538159b3361Sopenharmony_ciinstalldirs-am: 539159b3361Sopenharmony_ciinstall: install-recursive 540159b3361Sopenharmony_ciinstall-exec: install-exec-recursive 541159b3361Sopenharmony_ciinstall-data: install-data-recursive 542159b3361Sopenharmony_ciuninstall: uninstall-recursive 543159b3361Sopenharmony_ci 544159b3361Sopenharmony_ciinstall-am: all-am 545159b3361Sopenharmony_ci @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 546159b3361Sopenharmony_ci 547159b3361Sopenharmony_ciinstallcheck: installcheck-recursive 548159b3361Sopenharmony_ciinstall-strip: 549159b3361Sopenharmony_ci if test -z '$(STRIP)'; then \ 550159b3361Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 551159b3361Sopenharmony_ci install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 552159b3361Sopenharmony_ci install; \ 553159b3361Sopenharmony_ci else \ 554159b3361Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 555159b3361Sopenharmony_ci install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 556159b3361Sopenharmony_ci "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 557159b3361Sopenharmony_ci fi 558159b3361Sopenharmony_cimostlyclean-generic: 559159b3361Sopenharmony_ci 560159b3361Sopenharmony_ciclean-generic: 561159b3361Sopenharmony_ci 562159b3361Sopenharmony_cidistclean-generic: 563159b3361Sopenharmony_ci -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 564159b3361Sopenharmony_ci -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 565159b3361Sopenharmony_ci 566159b3361Sopenharmony_cimaintainer-clean-generic: 567159b3361Sopenharmony_ci @echo "This command is intended for maintainers to use" 568159b3361Sopenharmony_ci @echo "it deletes files that may require special tools to rebuild." 569159b3361Sopenharmony_ciclean: clean-recursive 570159b3361Sopenharmony_ci 571159b3361Sopenharmony_ciclean-am: clean-generic clean-libtool mostlyclean-am 572159b3361Sopenharmony_ci 573159b3361Sopenharmony_cidistclean: distclean-recursive 574159b3361Sopenharmony_ci -rm -f Makefile 575159b3361Sopenharmony_cidistclean-am: clean-am distclean-generic distclean-tags 576159b3361Sopenharmony_ci 577159b3361Sopenharmony_cidvi: dvi-recursive 578159b3361Sopenharmony_ci 579159b3361Sopenharmony_cidvi-am: 580159b3361Sopenharmony_ci 581159b3361Sopenharmony_cihtml: html-recursive 582159b3361Sopenharmony_ci 583159b3361Sopenharmony_cihtml-am: 584159b3361Sopenharmony_ci 585159b3361Sopenharmony_ciinfo: info-recursive 586159b3361Sopenharmony_ci 587159b3361Sopenharmony_ciinfo-am: 588159b3361Sopenharmony_ci 589159b3361Sopenharmony_ciinstall-data-am: 590159b3361Sopenharmony_ci 591159b3361Sopenharmony_ciinstall-dvi: install-dvi-recursive 592159b3361Sopenharmony_ci 593159b3361Sopenharmony_ciinstall-dvi-am: 594159b3361Sopenharmony_ci 595159b3361Sopenharmony_ciinstall-exec-am: 596159b3361Sopenharmony_ci 597159b3361Sopenharmony_ciinstall-html: install-html-recursive 598159b3361Sopenharmony_ci 599159b3361Sopenharmony_ciinstall-html-am: 600159b3361Sopenharmony_ci 601159b3361Sopenharmony_ciinstall-info: install-info-recursive 602159b3361Sopenharmony_ci 603159b3361Sopenharmony_ciinstall-info-am: 604159b3361Sopenharmony_ci 605159b3361Sopenharmony_ciinstall-man: 606159b3361Sopenharmony_ci 607159b3361Sopenharmony_ciinstall-pdf: install-pdf-recursive 608159b3361Sopenharmony_ci 609159b3361Sopenharmony_ciinstall-pdf-am: 610159b3361Sopenharmony_ci 611159b3361Sopenharmony_ciinstall-ps: install-ps-recursive 612159b3361Sopenharmony_ci 613159b3361Sopenharmony_ciinstall-ps-am: 614159b3361Sopenharmony_ci 615159b3361Sopenharmony_ciinstallcheck-am: 616159b3361Sopenharmony_ci 617159b3361Sopenharmony_cimaintainer-clean: maintainer-clean-recursive 618159b3361Sopenharmony_ci -rm -f Makefile 619159b3361Sopenharmony_cimaintainer-clean-am: distclean-am maintainer-clean-generic 620159b3361Sopenharmony_ci 621159b3361Sopenharmony_cimostlyclean: mostlyclean-recursive 622159b3361Sopenharmony_ci 623159b3361Sopenharmony_cimostlyclean-am: mostlyclean-generic mostlyclean-libtool 624159b3361Sopenharmony_ci 625159b3361Sopenharmony_cipdf: pdf-recursive 626159b3361Sopenharmony_ci 627159b3361Sopenharmony_cipdf-am: 628159b3361Sopenharmony_ci 629159b3361Sopenharmony_cips: ps-recursive 630159b3361Sopenharmony_ci 631159b3361Sopenharmony_cips-am: 632159b3361Sopenharmony_ci 633159b3361Sopenharmony_ciuninstall-am: 634159b3361Sopenharmony_ci 635159b3361Sopenharmony_ci.MAKE: $(am__recursive_targets) install-am install-strip 636159b3361Sopenharmony_ci 637159b3361Sopenharmony_ci.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 638159b3361Sopenharmony_ci check-am clean clean-generic clean-libtool cscopelist-am ctags \ 639159b3361Sopenharmony_ci ctags-am distclean distclean-generic distclean-libtool \ 640159b3361Sopenharmony_ci distclean-tags distdir dvi dvi-am html html-am info info-am \ 641159b3361Sopenharmony_ci install install-am install-data install-data-am install-dvi \ 642159b3361Sopenharmony_ci install-dvi-am install-exec install-exec-am install-html \ 643159b3361Sopenharmony_ci install-html-am install-info install-info-am install-man \ 644159b3361Sopenharmony_ci install-pdf install-pdf-am install-ps install-ps-am \ 645159b3361Sopenharmony_ci install-strip installcheck installcheck-am installdirs \ 646159b3361Sopenharmony_ci installdirs-am maintainer-clean maintainer-clean-generic \ 647159b3361Sopenharmony_ci mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 648159b3361Sopenharmony_ci ps ps-am tags tags-am uninstall uninstall-am 649159b3361Sopenharmony_ci 650159b3361Sopenharmony_ci.PRECIOUS: Makefile 651159b3361Sopenharmony_ci 652159b3361Sopenharmony_ci 653159b3361Sopenharmony_ci# end global section 654159b3361Sopenharmony_ci 655159b3361Sopenharmony_ci# Tell versions [3.59,3.63) of GNU make to not export all variables. 656159b3361Sopenharmony_ci# Otherwise a system limit (for SysV at least) may be exceeded. 657159b3361Sopenharmony_ci.NOEXPORT: 658