Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/lcms2/plugins/threaded/include/Makefile.in @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 # Makefile.in generated by automake 1.16.5 from Makefile.am. | |
| 2 # @configure_input@ | |
| 3 | |
| 4 # Copyright (C) 1994-2021 Free Software Foundation, Inc. | |
| 5 | |
| 6 # This Makefile.in is free software; the Free Software Foundation | |
| 7 # gives unlimited permission to copy and/or distribute it, | |
| 8 # with or without modifications, as long as this notice is preserved. | |
| 9 | |
| 10 # This program is distributed in the hope that it will be useful, | |
| 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
| 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
| 13 # PARTICULAR PURPOSE. | |
| 14 | |
| 15 @SET_MAKE@ | |
| 16 | |
| 17 # | |
| 18 # Makefile for include directory | |
| 19 | |
| 20 VPATH = @srcdir@ | |
| 21 am__is_gnu_make = { \ | |
| 22 if test -z '$(MAKELEVEL)'; then \ | |
| 23 false; \ | |
| 24 elif test -n '$(MAKE_HOST)'; then \ | |
| 25 true; \ | |
| 26 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ | |
| 27 true; \ | |
| 28 else \ | |
| 29 false; \ | |
| 30 fi; \ | |
| 31 } | |
| 32 am__make_running_with_option = \ | |
| 33 case $${target_option-} in \ | |
| 34 ?) ;; \ | |
| 35 *) echo "am__make_running_with_option: internal error: invalid" \ | |
| 36 "target option '$${target_option-}' specified" >&2; \ | |
| 37 exit 1;; \ | |
| 38 esac; \ | |
| 39 has_opt=no; \ | |
| 40 sane_makeflags=$$MAKEFLAGS; \ | |
| 41 if $(am__is_gnu_make); then \ | |
| 42 sane_makeflags=$$MFLAGS; \ | |
| 43 else \ | |
| 44 case $$MAKEFLAGS in \ | |
| 45 *\\[\ \ ]*) \ | |
| 46 bs=\\; \ | |
| 47 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | |
| 48 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ | |
| 49 esac; \ | |
| 50 fi; \ | |
| 51 skip_next=no; \ | |
| 52 strip_trailopt () \ | |
| 53 { \ | |
| 54 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | |
| 55 }; \ | |
| 56 for flg in $$sane_makeflags; do \ | |
| 57 test $$skip_next = yes && { skip_next=no; continue; }; \ | |
| 58 case $$flg in \ | |
| 59 *=*|--*) continue;; \ | |
| 60 -*I) strip_trailopt 'I'; skip_next=yes;; \ | |
| 61 -*I?*) strip_trailopt 'I';; \ | |
| 62 -*O) strip_trailopt 'O'; skip_next=yes;; \ | |
| 63 -*O?*) strip_trailopt 'O';; \ | |
| 64 -*l) strip_trailopt 'l'; skip_next=yes;; \ | |
| 65 -*l?*) strip_trailopt 'l';; \ | |
| 66 -[dEDm]) skip_next=yes;; \ | |
| 67 -[JT]) skip_next=yes;; \ | |
| 68 esac; \ | |
| 69 case $$flg in \ | |
| 70 *$$target_option*) has_opt=yes; break;; \ | |
| 71 esac; \ | |
| 72 done; \ | |
| 73 test $$has_opt = yes | |
| 74 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | |
| 75 am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | |
| 76 pkgdatadir = $(datadir)/@PACKAGE@ | |
| 77 pkgincludedir = $(includedir)/@PACKAGE@ | |
| 78 pkglibdir = $(libdir)/@PACKAGE@ | |
| 79 pkglibexecdir = $(libexecdir)/@PACKAGE@ | |
| 80 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
| 81 install_sh_DATA = $(install_sh) -c -m 644 | |
| 82 install_sh_PROGRAM = $(install_sh) -c | |
| 83 install_sh_SCRIPT = $(install_sh) -c | |
| 84 INSTALL_HEADER = $(INSTALL_DATA) | |
| 85 transform = $(program_transform_name) | |
| 86 NORMAL_INSTALL = : | |
| 87 PRE_INSTALL = : | |
| 88 POST_INSTALL = : | |
| 89 NORMAL_UNINSTALL = : | |
| 90 PRE_UNINSTALL = : | |
| 91 POST_UNINSTALL = : | |
| 92 build_triplet = @build@ | |
| 93 host_triplet = @host@ | |
| 94 subdir = plugins/threaded/include | |
| 95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
| 96 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ | |
| 97 $(top_srcdir)/m4/ax_append_flag.m4 \ | |
| 98 $(top_srcdir)/m4/ax_check_compile_flag.m4 \ | |
| 99 $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \ | |
| 100 $(top_srcdir)/m4/ax_pthread.m4 \ | |
| 101 $(top_srcdir)/m4/ax_require_defined.m4 \ | |
| 102 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ | |
| 103 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ | |
| 104 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac | |
| 105 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
| 106 $(ACLOCAL_M4) | |
| 107 DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \ | |
| 108 $(am__DIST_COMMON) | |
| 109 mkinstalldirs = $(install_sh) -d | |
| 110 CONFIG_CLEAN_FILES = | |
| 111 CONFIG_CLEAN_VPATH_FILES = | |
| 112 AM_V_P = $(am__v_P_@AM_V@) | |
| 113 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | |
| 114 am__v_P_0 = false | |
| 115 am__v_P_1 = : | |
| 116 AM_V_GEN = $(am__v_GEN_@AM_V@) | |
| 117 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | |
| 118 am__v_GEN_0 = @echo " GEN " $@; | |
| 119 am__v_GEN_1 = | |
| 120 AM_V_at = $(am__v_at_@AM_V@) | |
| 121 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | |
| 122 am__v_at_0 = @ | |
| 123 am__v_at_1 = | |
| 124 SOURCES = | |
| 125 DIST_SOURCES = | |
| 126 am__can_run_installinfo = \ | |
| 127 case $$AM_UPDATE_INFO_DIR in \ | |
| 128 n|no|NO) false;; \ | |
| 129 *) (install-info --version) >/dev/null 2>&1;; \ | |
| 130 esac | |
| 131 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | |
| 132 am__vpath_adj = case $$p in \ | |
| 133 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | |
| 134 *) f=$$p;; \ | |
| 135 esac; | |
| 136 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | |
| 137 am__install_max = 40 | |
| 138 am__nobase_strip_setup = \ | |
| 139 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | |
| 140 am__nobase_strip = \ | |
| 141 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" | |
| 142 am__nobase_list = $(am__nobase_strip_setup); \ | |
| 143 for p in $$list; do echo "$$p $$p"; done | \ | |
| 144 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ | |
| 145 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ | |
| 146 if (++n[$$2] == $(am__install_max)) \ | |
| 147 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | |
| 148 END { for (dir in files) print dir, files[dir] }' | |
| 149 am__base_list = \ | |
| 150 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | |
| 151 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | |
| 152 am__uninstall_files_from_dir = { \ | |
| 153 test -z "$$files" \ | |
| 154 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ | |
| 155 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ | |
| 156 $(am__cd) "$$dir" && rm -f $$files; }; \ | |
| 157 } | |
| 158 am__installdirs = "$(DESTDIR)$(includedir)" | |
| 159 HEADERS = $(include_HEADERS) | |
| 160 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | |
| 161 # Read a list of newline-separated strings from the standard input, | |
| 162 # and print each of them once, without duplicates. Input order is | |
| 163 # *not* preserved. | |
| 164 am__uniquify_input = $(AWK) '\ | |
| 165 BEGIN { nonempty = 0; } \ | |
| 166 { items[$$0] = 1; nonempty = 1; } \ | |
| 167 END { if (nonempty) { for (i in items) print i; }; } \ | |
| 168 ' | |
| 169 # Make sure the list of sources is unique. This is necessary because, | |
| 170 # e.g., the same source file might be shared among _SOURCES variables | |
| 171 # for different programs/libraries. | |
| 172 am__define_uniq_tagged_files = \ | |
| 173 list='$(am__tagged_files)'; \ | |
| 174 unique=`for i in $$list; do \ | |
| 175 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 176 done | $(am__uniquify_input)` | |
| 177 am__DIST_COMMON = $(srcdir)/Makefile.in | |
| 178 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
| 179 ACLOCAL = @ACLOCAL@ | |
| 180 AMTAR = @AMTAR@ | |
| 181 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |
| 182 AR = @AR@ | |
| 183 AS = @AS@ | |
| 184 AUTOCONF = @AUTOCONF@ | |
| 185 AUTOHEADER = @AUTOHEADER@ | |
| 186 AUTOMAKE = @AUTOMAKE@ | |
| 187 AWK = @AWK@ | |
| 188 CC = @CC@ | |
| 189 CCDEPMODE = @CCDEPMODE@ | |
| 190 CFLAGS = @CFLAGS@ | |
| 191 CPP = @CPP@ | |
| 192 CPPFLAGS = @CPPFLAGS@ | |
| 193 CSCOPE = @CSCOPE@ | |
| 194 CTAGS = @CTAGS@ | |
| 195 CXX = @CXX@ | |
| 196 CXXCPP = @CXXCPP@ | |
| 197 CXXDEPMODE = @CXXDEPMODE@ | |
| 198 CXXFLAGS = @CXXFLAGS@ | |
| 199 CYGPATH_W = @CYGPATH_W@ | |
| 200 DEFS = @DEFS@ | |
| 201 DEPDIR = @DEPDIR@ | |
| 202 DLLTOOL = @DLLTOOL@ | |
| 203 DSYMUTIL = @DSYMUTIL@ | |
| 204 DUMPBIN = @DUMPBIN@ | |
| 205 ECHO_C = @ECHO_C@ | |
| 206 ECHO_N = @ECHO_N@ | |
| 207 ECHO_T = @ECHO_T@ | |
| 208 EGREP = @EGREP@ | |
| 209 ETAGS = @ETAGS@ | |
| 210 EXEEXT = @EXEEXT@ | |
| 211 FGREP = @FGREP@ | |
| 212 FILECMD = @FILECMD@ | |
| 213 GREP = @GREP@ | |
| 214 INSTALL = @INSTALL@ | |
| 215 INSTALL_DATA = @INSTALL_DATA@ | |
| 216 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
| 217 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
| 218 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
| 219 JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@ | |
| 220 LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@ | |
| 221 LD = @LD@ | |
| 222 LDFLAGS = @LDFLAGS@ | |
| 223 LIBOBJS = @LIBOBJS@ | |
| 224 LIBRARY_AGE = @LIBRARY_AGE@ | |
| 225 LIBRARY_CURRENT = @LIBRARY_CURRENT@ | |
| 226 LIBRARY_REVISION = @LIBRARY_REVISION@ | |
| 227 LIBS = @LIBS@ | |
| 228 LIBTOOL = @LIBTOOL@ | |
| 229 LIBTOOL_DEPS = @LIBTOOL_DEPS@ | |
| 230 LIB_JPEG = @LIB_JPEG@ | |
| 231 LIB_MATH = @LIB_MATH@ | |
| 232 LIB_PLUGINS = @LIB_PLUGINS@ | |
| 233 LIB_THREAD = @LIB_THREAD@ | |
| 234 LIB_TIFF = @LIB_TIFF@ | |
| 235 LIB_ZLIB = @LIB_ZLIB@ | |
| 236 LIPO = @LIPO@ | |
| 237 LN_S = @LN_S@ | |
| 238 LTLIBOBJS = @LTLIBOBJS@ | |
| 239 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ | |
| 240 MAINT = @MAINT@ | |
| 241 MAKEINFO = @MAKEINFO@ | |
| 242 MANIFEST_TOOL = @MANIFEST_TOOL@ | |
| 243 MKDIR_P = @MKDIR_P@ | |
| 244 NM = @NM@ | |
| 245 NMEDIT = @NMEDIT@ | |
| 246 OBJDUMP = @OBJDUMP@ | |
| 247 OBJEXT = @OBJEXT@ | |
| 248 OTOOL = @OTOOL@ | |
| 249 OTOOL64 = @OTOOL64@ | |
| 250 PACKAGE = @PACKAGE@ | |
| 251 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
| 252 PACKAGE_NAME = @PACKAGE_NAME@ | |
| 253 PACKAGE_STRING = @PACKAGE_STRING@ | |
| 254 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
| 255 PACKAGE_URL = @PACKAGE_URL@ | |
| 256 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
| 257 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
| 258 PTHREAD_CC = @PTHREAD_CC@ | |
| 259 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ | |
| 260 PTHREAD_CXX = @PTHREAD_CXX@ | |
| 261 PTHREAD_LIBS = @PTHREAD_LIBS@ | |
| 262 RANLIB = @RANLIB@ | |
| 263 SED = @SED@ | |
| 264 SET_MAKE = @SET_MAKE@ | |
| 265 SHELL = @SHELL@ | |
| 266 STRIP = @STRIP@ | |
| 267 TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@ | |
| 268 VERSION = @VERSION@ | |
| 269 abs_builddir = @abs_builddir@ | |
| 270 abs_srcdir = @abs_srcdir@ | |
| 271 abs_top_builddir = @abs_top_builddir@ | |
| 272 abs_top_srcdir = @abs_top_srcdir@ | |
| 273 ac_ct_AR = @ac_ct_AR@ | |
| 274 ac_ct_CC = @ac_ct_CC@ | |
| 275 ac_ct_CXX = @ac_ct_CXX@ | |
| 276 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | |
| 277 am__include = @am__include@ | |
| 278 am__leading_dot = @am__leading_dot@ | |
| 279 am__quote = @am__quote@ | |
| 280 am__tar = @am__tar@ | |
| 281 am__untar = @am__untar@ | |
| 282 ax_pthread_config = @ax_pthread_config@ | |
| 283 bindir = @bindir@ | |
| 284 build = @build@ | |
| 285 build_alias = @build_alias@ | |
| 286 build_cpu = @build_cpu@ | |
| 287 build_os = @build_os@ | |
| 288 build_vendor = @build_vendor@ | |
| 289 builddir = @builddir@ | |
| 290 datadir = @datadir@ | |
| 291 datarootdir = @datarootdir@ | |
| 292 docdir = @docdir@ | |
| 293 dvidir = @dvidir@ | |
| 294 exec_prefix = @exec_prefix@ | |
| 295 host = @host@ | |
| 296 host_alias = @host_alias@ | |
| 297 host_cpu = @host_cpu@ | |
| 298 host_os = @host_os@ | |
| 299 host_vendor = @host_vendor@ | |
| 300 htmldir = @htmldir@ | |
| 301 includedir = @includedir@ | |
| 302 infodir = @infodir@ | |
| 303 inline = @inline@ | |
| 304 install_sh = @install_sh@ | |
| 305 libdir = @libdir@ | |
| 306 libexecdir = @libexecdir@ | |
| 307 localedir = @localedir@ | |
| 308 localstatedir = @localstatedir@ | |
| 309 mandir = @mandir@ | |
| 310 mkdir_p = @mkdir_p@ | |
| 311 oldincludedir = @oldincludedir@ | |
| 312 pdfdir = @pdfdir@ | |
| 313 prefix = @prefix@ | |
| 314 program_transform_name = @program_transform_name@ | |
| 315 psdir = @psdir@ | |
| 316 runstatedir = @runstatedir@ | |
| 317 sbindir = @sbindir@ | |
| 318 sharedstatedir = @sharedstatedir@ | |
| 319 srcdir = @srcdir@ | |
| 320 sysconfdir = @sysconfdir@ | |
| 321 target_alias = @target_alias@ | |
| 322 top_build_prefix = @top_build_prefix@ | |
| 323 top_builddir = @top_builddir@ | |
| 324 top_srcdir = @top_srcdir@ | |
| 325 include_HEADERS = lcms2_threaded.h | |
| 326 EXTRA_DIST = lcms2_threaded.h | |
| 327 all: all-am | |
| 328 | |
| 329 .SUFFIXES: | |
| 330 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | |
| 331 @for dep in $?; do \ | |
| 332 case '$(am__configure_deps)' in \ | |
| 333 *$$dep*) \ | |
| 334 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |
| 335 && { if test -f $@; then exit 0; else break; fi; }; \ | |
| 336 exit 1;; \ | |
| 337 esac; \ | |
| 338 done; \ | |
| 339 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/threaded/include/Makefile'; \ | |
| 340 $(am__cd) $(top_srcdir) && \ | |
| 341 $(AUTOMAKE) --foreign plugins/threaded/include/Makefile | |
| 342 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
| 343 @case '$?' in \ | |
| 344 *config.status*) \ | |
| 345 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
| 346 *) \ | |
| 347 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ | |
| 348 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ | |
| 349 esac; | |
| 350 | |
| 351 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
| 352 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
| 353 | |
| 354 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | |
| 355 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
| 356 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | |
| 357 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
| 358 $(am__aclocal_m4_deps): | |
| 359 | |
| 360 mostlyclean-libtool: | |
| 361 -rm -f *.lo | |
| 362 | |
| 363 clean-libtool: | |
| 364 -rm -rf .libs _libs | |
| 365 install-includeHEADERS: $(include_HEADERS) | |
| 366 @$(NORMAL_INSTALL) | |
| 367 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ | |
| 368 if test -n "$$list"; then \ | |
| 369 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ | |
| 370 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ | |
| 371 fi; \ | |
| 372 for p in $$list; do \ | |
| 373 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
| 374 echo "$$d$$p"; \ | |
| 375 done | $(am__base_list) | \ | |
| 376 while read files; do \ | |
| 377 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ | |
| 378 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ | |
| 379 done | |
| 380 | |
| 381 uninstall-includeHEADERS: | |
| 382 @$(NORMAL_UNINSTALL) | |
| 383 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ | |
| 384 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |
| 385 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) | |
| 386 | |
| 387 ID: $(am__tagged_files) | |
| 388 $(am__define_uniq_tagged_files); mkid -fID $$unique | |
| 389 tags: tags-am | |
| 390 TAGS: tags | |
| 391 | |
| 392 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |
| 393 set x; \ | |
| 394 here=`pwd`; \ | |
| 395 $(am__define_uniq_tagged_files); \ | |
| 396 shift; \ | |
| 397 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
| 398 test -n "$$unique" || unique=$$empty_fix; \ | |
| 399 if test $$# -gt 0; then \ | |
| 400 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
| 401 "$$@" $$unique; \ | |
| 402 else \ | |
| 403 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
| 404 $$unique; \ | |
| 405 fi; \ | |
| 406 fi | |
| 407 ctags: ctags-am | |
| 408 | |
| 409 CTAGS: ctags | |
| 410 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |
| 411 $(am__define_uniq_tagged_files); \ | |
| 412 test -z "$(CTAGS_ARGS)$$unique" \ | |
| 413 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
| 414 $$unique | |
| 415 | |
| 416 GTAGS: | |
| 417 here=`$(am__cd) $(top_builddir) && pwd` \ | |
| 418 && $(am__cd) $(top_srcdir) \ | |
| 419 && gtags -i $(GTAGS_ARGS) "$$here" | |
| 420 cscopelist: cscopelist-am | |
| 421 | |
| 422 cscopelist-am: $(am__tagged_files) | |
| 423 list='$(am__tagged_files)'; \ | |
| 424 case "$(srcdir)" in \ | |
| 425 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | |
| 426 *) sdir=$(subdir)/$(srcdir) ;; \ | |
| 427 esac; \ | |
| 428 for i in $$list; do \ | |
| 429 if test -f "$$i"; then \ | |
| 430 echo "$(subdir)/$$i"; \ | |
| 431 else \ | |
| 432 echo "$$sdir/$$i"; \ | |
| 433 fi; \ | |
| 434 done >> $(top_builddir)/cscope.files | |
| 435 | |
| 436 distclean-tags: | |
| 437 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
| 438 distdir: $(BUILT_SOURCES) | |
| 439 $(MAKE) $(AM_MAKEFLAGS) distdir-am | |
| 440 | |
| 441 distdir-am: $(DISTFILES) | |
| 442 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
| 443 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
| 444 list='$(DISTFILES)'; \ | |
| 445 dist_files=`for file in $$list; do echo $$file; done | \ | |
| 446 sed -e "s|^$$srcdirstrip/||;t" \ | |
| 447 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
| 448 case $$dist_files in \ | |
| 449 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
| 450 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
| 451 sort -u` ;; \ | |
| 452 esac; \ | |
| 453 for file in $$dist_files; do \ | |
| 454 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
| 455 if test -d $$d/$$file; then \ | |
| 456 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
| 457 if test -d "$(distdir)/$$file"; then \ | |
| 458 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
| 459 fi; \ | |
| 460 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
| 461 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
| 462 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
| 463 fi; \ | |
| 464 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
| 465 else \ | |
| 466 test -f "$(distdir)/$$file" \ | |
| 467 || cp -p $$d/$$file "$(distdir)/$$file" \ | |
| 468 || exit 1; \ | |
| 469 fi; \ | |
| 470 done | |
| 471 check-am: all-am | |
| 472 check: check-am | |
| 473 all-am: Makefile $(HEADERS) | |
| 474 installdirs: | |
| 475 for dir in "$(DESTDIR)$(includedir)"; do \ | |
| 476 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | |
| 477 done | |
| 478 install: install-am | |
| 479 install-exec: install-exec-am | |
| 480 install-data: install-data-am | |
| 481 uninstall: uninstall-am | |
| 482 | |
| 483 install-am: all-am | |
| 484 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
| 485 | |
| 486 installcheck: installcheck-am | |
| 487 install-strip: | |
| 488 if test -z '$(STRIP)'; then \ | |
| 489 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
| 490 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
| 491 install; \ | |
| 492 else \ | |
| 493 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
| 494 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
| 495 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
| 496 fi | |
| 497 mostlyclean-generic: | |
| 498 | |
| 499 clean-generic: | |
| 500 | |
| 501 distclean-generic: | |
| 502 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
| 503 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
| 504 | |
| 505 maintainer-clean-generic: | |
| 506 @echo "This command is intended for maintainers to use" | |
| 507 @echo "it deletes files that may require special tools to rebuild." | |
| 508 clean: clean-am | |
| 509 | |
| 510 clean-am: clean-generic clean-libtool mostlyclean-am | |
| 511 | |
| 512 distclean: distclean-am | |
| 513 -rm -f Makefile | |
| 514 distclean-am: clean-am distclean-generic distclean-tags | |
| 515 | |
| 516 dvi: dvi-am | |
| 517 | |
| 518 dvi-am: | |
| 519 | |
| 520 html: html-am | |
| 521 | |
| 522 html-am: | |
| 523 | |
| 524 info: info-am | |
| 525 | |
| 526 info-am: | |
| 527 | |
| 528 install-data-am: install-includeHEADERS | |
| 529 | |
| 530 install-dvi: install-dvi-am | |
| 531 | |
| 532 install-dvi-am: | |
| 533 | |
| 534 install-exec-am: | |
| 535 | |
| 536 install-html: install-html-am | |
| 537 | |
| 538 install-html-am: | |
| 539 | |
| 540 install-info: install-info-am | |
| 541 | |
| 542 install-info-am: | |
| 543 | |
| 544 install-man: | |
| 545 | |
| 546 install-pdf: install-pdf-am | |
| 547 | |
| 548 install-pdf-am: | |
| 549 | |
| 550 install-ps: install-ps-am | |
| 551 | |
| 552 install-ps-am: | |
| 553 | |
| 554 installcheck-am: | |
| 555 | |
| 556 maintainer-clean: maintainer-clean-am | |
| 557 -rm -f Makefile | |
| 558 maintainer-clean-am: distclean-am maintainer-clean-generic | |
| 559 | |
| 560 mostlyclean: mostlyclean-am | |
| 561 | |
| 562 mostlyclean-am: mostlyclean-generic mostlyclean-libtool | |
| 563 | |
| 564 pdf: pdf-am | |
| 565 | |
| 566 pdf-am: | |
| 567 | |
| 568 ps: ps-am | |
| 569 | |
| 570 ps-am: | |
| 571 | |
| 572 uninstall-am: uninstall-includeHEADERS | |
| 573 | |
| 574 .MAKE: install-am install-strip | |
| 575 | |
| 576 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ | |
| 577 clean-libtool cscopelist-am ctags ctags-am distclean \ | |
| 578 distclean-generic distclean-libtool distclean-tags distdir dvi \ | |
| 579 dvi-am html html-am info info-am install install-am \ | |
| 580 install-data install-data-am install-dvi install-dvi-am \ | |
| 581 install-exec install-exec-am install-html install-html-am \ | |
| 582 install-includeHEADERS install-info install-info-am \ | |
| 583 install-man install-pdf install-pdf-am install-ps \ | |
| 584 install-ps-am install-strip installcheck installcheck-am \ | |
| 585 installdirs maintainer-clean maintainer-clean-generic \ | |
| 586 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ | |
| 587 ps ps-am tags tags-am uninstall uninstall-am \ | |
| 588 uninstall-includeHEADERS | |
| 589 | |
| 590 .PRECIOUS: Makefile | |
| 591 | |
| 592 | |
| 593 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
| 594 # Otherwise a system limit (for SysV at least) may be exceeded. | |
| 595 .NOEXPORT: |
