File indexing completed on 2025-08-05 08:14:58
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019 VPATH = ..
0020 am__is_gnu_make = { \
0021 if test -z '$(MAKELEVEL)'; then \
0022 false; \
0023 elif test -n '$(MAKE_HOST)'; then \
0024 true; \
0025 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
0026 true; \
0027 else \
0028 false; \
0029 fi; \
0030 }
0031 am__make_running_with_option = \
0032 case $${target_option-} in \
0033 ?) ;; \
0034 *) echo "am__make_running_with_option: internal error: invalid" \
0035 "target option '$${target_option-}' specified" >&2; \
0036 exit 1;; \
0037 esac; \
0038 has_opt=no; \
0039 sane_makeflags=$$MAKEFLAGS; \
0040 if $(am__is_gnu_make); then \
0041 sane_makeflags=$$MFLAGS; \
0042 else \
0043 case $$MAKEFLAGS in \
0044 *\\[\ \ ]*) \
0045 bs=\\; \
0046 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
0047 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
0048 esac; \
0049 fi; \
0050 skip_next=no; \
0051 strip_trailopt () \
0052 { \
0053 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
0054 }; \
0055 for flg in $$sane_makeflags; do \
0056 test $$skip_next = yes && { skip_next=no; continue; }; \
0057 case $$flg in \
0058 *=*|--*) continue;; \
0059 -*I) strip_trailopt 'I'; skip_next=yes;; \
0060 -*I?*) strip_trailopt 'I';; \
0061 -*O) strip_trailopt 'O'; skip_next=yes;; \
0062 -*O?*) strip_trailopt 'O';; \
0063 -*l) strip_trailopt 'l'; skip_next=yes;; \
0064 -*l?*) strip_trailopt 'l';; \
0065 -[dEDm]) skip_next=yes;; \
0066 -[JT]) skip_next=yes;; \
0067 esac; \
0068 case $$flg in \
0069 *$$target_option*) has_opt=yes; break;; \
0070 esac; \
0071 done; \
0072 test $$has_opt = yes
0073 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
0074 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
0075 pkgdatadir = $(datadir)/checkepdmap
0076 pkgincludedir = $(includedir)/checkepdmap
0077 pkglibdir = $(libdir)/checkepdmap
0078 pkglibexecdir = $(libexecdir)/checkepdmap
0079 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
0080 install_sh_DATA = $(install_sh) -c -m 644
0081 install_sh_PROGRAM = $(install_sh) -c
0082 install_sh_SCRIPT = $(install_sh) -c
0083 INSTALL_HEADER = $(INSTALL_DATA)
0084 transform = $(program_transform_name)
0085 NORMAL_INSTALL = :
0086 PRE_INSTALL = :
0087 POST_INSTALL = :
0088 NORMAL_UNINSTALL = :
0089 PRE_UNINSTALL = :
0090 POST_UNINSTALL = :
0091 build_triplet = x86_64-pc-linux-gnu
0092 host_triplet = x86_64-pc-linux-gnu
0093 noinst_PROGRAMS = testexternals$(EXEEXT)
0094 subdir = .
0095 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
0096 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
0097 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
0098 $(ACLOCAL_M4)
0099 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
0100 $(am__configure_deps) $(pkginclude_HEADERS) $(am__DIST_COMMON)
0101 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
0102 configure.lineno config.status.lineno
0103 mkinstalldirs = $(install_sh) -d
0104 CONFIG_CLEAN_FILES =
0105 CONFIG_CLEAN_VPATH_FILES =
0106 PROGRAMS = $(noinst_PROGRAMS)
0107 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
0108 am__vpath_adj = case $$p in \
0109 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
0110 *) f=$$p;; \
0111 esac;
0112 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
0113 am__install_max = 40
0114 am__nobase_strip_setup = \
0115 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
0116 am__nobase_strip = \
0117 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
0118 am__nobase_list = $(am__nobase_strip_setup); \
0119 for p in $$list; do echo "$$p $$p"; done | \
0120 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
0121 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
0122 if (++n[$$2] == $(am__install_max)) \
0123 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
0124 END { for (dir in files) print dir, files[dir] }'
0125 am__base_list = \
0126 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
0127 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
0128 am__uninstall_files_from_dir = { \
0129 test -z "$$files" \
0130 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
0131 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
0132 $(am__cd) "$$dir" && rm -f $$files; }; \
0133 }
0134 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"
0135 LTLIBRARIES = $(lib_LTLIBRARIES)
0136 libCheckEpdMap_la_DEPENDENCIES =
0137 am_libCheckEpdMap_la_OBJECTS = CheckEpdMap.lo
0138 libCheckEpdMap_la_OBJECTS = $(am_libCheckEpdMap_la_OBJECTS)
0139 AM_V_lt = $(am__v_lt_$(V))
0140 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
0141 am__v_lt_0 = --silent
0142 am__v_lt_1 =
0143 am_testexternals_OBJECTS = testexternals.$(OBJEXT)
0144 testexternals_OBJECTS = $(am_testexternals_OBJECTS)
0145 testexternals_DEPENDENCIES = libCheckEpdMap.la
0146 AM_V_P = $(am__v_P_$(V))
0147 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
0148 am__v_P_0 = false
0149 am__v_P_1 = :
0150 AM_V_GEN = $(am__v_GEN_$(V))
0151 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
0152 am__v_GEN_0 = @echo " GEN " $@;
0153 am__v_GEN_1 =
0154 AM_V_at = $(am__v_at_$(V))
0155 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
0156 am__v_at_0 = @
0157 am__v_at_1 =
0158 DEFAULT_INCLUDES = -I. -I$(srcdir)
0159 depcomp = $(SHELL) $(top_srcdir)/depcomp
0160 am__maybe_remake_depfiles = depfiles
0161 am__depfiles_remade = ./$(DEPDIR)/CheckEpdMap.Plo \
0162 ./$(DEPDIR)/testexternals.Po
0163 am__mv = mv -f
0164 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
0165 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
0166 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
0167 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
0168 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
0169 $(AM_CXXFLAGS) $(CXXFLAGS)
0170 AM_V_CXX = $(am__v_CXX_$(V))
0171 am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
0172 am__v_CXX_0 = @echo " CXX " $@;
0173 am__v_CXX_1 =
0174 CXXLD = $(CXX)
0175 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
0176 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
0177 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
0178 AM_V_CXXLD = $(am__v_CXXLD_$(V))
0179 am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
0180 am__v_CXXLD_0 = @echo " CXXLD " $@;
0181 am__v_CXXLD_1 =
0182 SOURCES = $(libCheckEpdMap_la_SOURCES) $(testexternals_SOURCES)
0183 DIST_SOURCES = $(libCheckEpdMap_la_SOURCES) $(testexternals_SOURCES)
0184 am__can_run_installinfo = \
0185 case $$AM_UPDATE_INFO_DIR in \
0186 n|no|NO) false;; \
0187 *) (install-info --version) >/dev/null 2>&1;; \
0188 esac
0189 HEADERS = $(pkginclude_HEADERS)
0190 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
0191
0192
0193
0194 am__uniquify_input = $(AWK) '\
0195 BEGIN { nonempty = 0; } \
0196 { items[$$0] = 1; nonempty = 1; } \
0197 END { if (nonempty) { for (i in items) print i; }; } \
0198 '
0199
0200
0201
0202 am__define_uniq_tagged_files = \
0203 list='$(am__tagged_files)'; \
0204 unique=`for i in $$list; do \
0205 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
0206 done | $(am__uniquify_input)`
0207 ETAGS = etags
0208 CTAGS = ctags
0209 CSCOPE = cscope
0210 AM_RECURSIVE_TARGETS = cscope
0211 am__DIST_COMMON = $(srcdir)/Makefile.in compile config.guess \
0212 config.sub depcomp install-sh ltmain.sh missing
0213 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
0214 distdir = $(PACKAGE)-$(VERSION)
0215 top_distdir = $(distdir)
0216 am__remove_distdir = \
0217 if test -d "$(distdir)"; then \
0218 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
0219 && rm -rf "$(distdir)" \
0220 || { sleep 5 && rm -rf "$(distdir)"; }; \
0221 else :; fi
0222 am__post_remove_distdir = $(am__remove_distdir)
0223 DIST_ARCHIVES = $(distdir).tar.gz
0224 GZIP_ENV = --best
0225 DIST_TARGETS = dist-gzip
0226 distuninstallcheck_listfiles = find . -type f -print
0227 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
0228 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
0229 distcleancheck_listfiles = find . -type f -print
0230 ACLOCAL = ${SHELL} /sphenix/user/ecroft/sEPDMappingScanner/src/missing aclocal-1.16
0231 AMTAR = $${TAR-tar}
0232 AM_DEFAULT_VERBOSITY = 1
0233 AR = ar
0234 AUTOCONF = ${SHELL} /sphenix/user/ecroft/sEPDMappingScanner/src/missing autoconf
0235 AUTOHEADER = ${SHELL} /sphenix/user/ecroft/sEPDMappingScanner/src/missing autoheader
0236 AUTOMAKE = ${SHELL} /sphenix/user/ecroft/sEPDMappingScanner/src/missing automake-1.16
0237 AWK = gawk
0238 CC = /cvmfs/sphenix.sdcc.bnl.gov/alma9.2-gcc-14.2.0/opt/sphenix/core/gcc/14.2.0-2f0a0/x86_64-el9/bin/gcc
0239 CCDEPMODE = depmode=gcc3
0240 CFLAGS = -g -O2
0241 CPP = /cvmfs/sphenix.sdcc.bnl.gov/alma9.2-gcc-14.2.0/opt/sphenix/core/gcc/14.2.0-2f0a0/x86_64-el9/bin/gcc -E
0242 CPPFLAGS =
0243 CXX = /cvmfs/sphenix.sdcc.bnl.gov/alma9.2-gcc-14.2.0/opt/sphenix/core/gcc/14.2.0-2f0a0/x86_64-el9/bin/g++
0244 CXXCPP = /cvmfs/sphenix.sdcc.bnl.gov/alma9.2-gcc-14.2.0/opt/sphenix/core/gcc/14.2.0-2f0a0/x86_64-el9/bin/g++ -E
0245 CXXDEPMODE = depmode=gcc3
0246 CXXFLAGS = -g -O2 -std=c++20 -Wall -Wextra -Werror -Wshadow
0247 CYGPATH_W = echo
0248 DEFS = -DPACKAGE_NAME=\"checkepdmap\" -DPACKAGE_TARNAME=\"checkepdmap\" -DPACKAGE_VERSION=\"1.00\" -DPACKAGE_STRING=\"checkepdmap\ 1.00\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"checkepdmap\" -DVERSION=\"1.00\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
0249 DEPDIR = .deps
0250 DLLTOOL = false
0251 DSYMUTIL =
0252 DUMPBIN =
0253 ECHO_C =
0254 ECHO_N = -n
0255 ECHO_T =
0256 EGREP = /usr/bin/grep -E
0257 EXEEXT =
0258 FGREP = /usr/bin/grep -F
0259 GREP = /usr/bin/grep
0260 INSTALL = /usr/bin/install -c
0261 INSTALL_DATA = ${INSTALL} -m 644
0262 INSTALL_PROGRAM = ${INSTALL}
0263 INSTALL_SCRIPT = ${INSTALL}
0264 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
0265 LD = /cvmfs/sphenix.sdcc.bnl.gov/alma9.2-gcc-14.2.0/opt/sphenix/core/binutils/2.40-acaab/x86_64-el9/bin/ld -m elf_x86_64
0266 LDFLAGS = -Wl,--enable-new-dtags
0267 LIBOBJS =
0268 LIBS =
0269 LIBTOOL = $(SHELL) $(top_builddir)/libtool
0270 LIPO =
0271 LN_S = ln -s
0272 LTLIBOBJS =
0273 LT_SYS_LIBRARY_PATH =
0274 MAKEINFO = ${SHELL} /sphenix/user/ecroft/sEPDMappingScanner/src/missing makeinfo
0275 MANIFEST_TOOL = :
0276 MKDIR_P = /usr/bin/mkdir -p
0277 NM = /cvmfs/sphenix.sdcc.bnl.gov/alma9.2-gcc-14.2.0/opt/sphenix/core/binutils/2.40-acaab/x86_64-el9/bin/nm -B
0278 NMEDIT =
0279 OBJDUMP = objdump
0280 OBJEXT = o
0281 OTOOL =
0282 OTOOL64 =
0283 PACKAGE = checkepdmap
0284 PACKAGE_BUGREPORT =
0285 PACKAGE_NAME = checkepdmap
0286 PACKAGE_STRING = checkepdmap 1.00
0287 PACKAGE_TARNAME = checkepdmap
0288 PACKAGE_URL =
0289 PACKAGE_VERSION = 1.00
0290 PATH_SEPARATOR = :
0291 RANLIB = ranlib
0292 SED = /usr/bin/sed
0293 SET_MAKE =
0294 SHELL = /bin/sh
0295 STRIP = strip
0296 VERSION = 1.00
0297 abs_builddir = /sphenix/user/ecroft/sEPDMappingScanner/src/build
0298 abs_srcdir = /sphenix/user/ecroft/sEPDMappingScanner/src/build/..
0299 abs_top_builddir = /sphenix/user/ecroft/sEPDMappingScanner/src/build
0300 abs_top_srcdir = /sphenix/user/ecroft/sEPDMappingScanner/src/build/..
0301 ac_ct_AR = ar
0302 ac_ct_CC = /cvmfs/sphenix.sdcc.bnl.gov/alma9.2-gcc-14.2.0/opt/sphenix/core/gcc/14.2.0-2f0a0/x86_64-el9/bin/gcc
0303 ac_ct_CXX =
0304 ac_ct_DUMPBIN =
0305 am__include = include
0306 am__leading_dot = .
0307 am__quote =
0308 am__tar = $${TAR-tar} chof - "$$tardir"
0309 am__untar = $${TAR-tar} xf -
0310 bindir = ${exec_prefix}/bin
0311 build = x86_64-pc-linux-gnu
0312 build_alias =
0313 build_cpu = x86_64
0314 build_os = linux-gnu
0315 build_vendor = pc
0316 builddir = .
0317 datadir = ${datarootdir}
0318 datarootdir = ${prefix}/share
0319 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
0320 dvidir = ${docdir}
0321 exec_prefix = ${prefix}
0322 host = x86_64-pc-linux-gnu
0323 host_alias =
0324 host_cpu = x86_64
0325 host_os = linux-gnu
0326 host_vendor = pc
0327 htmldir = ${docdir}
0328 includedir = ${prefix}/include
0329 infodir = ${datarootdir}/info
0330 install_sh = ${SHELL} /sphenix/user/ecroft/sEPDMappingScanner/src/install-sh
0331 libdir = ${exec_prefix}/lib
0332 libexecdir = ${exec_prefix}/libexec
0333 localedir = ${datarootdir}/locale
0334 localstatedir = ${prefix}/var
0335 mandir = ${datarootdir}/man
0336 mkdir_p = $(MKDIR_P)
0337 oldincludedir = /usr/include
0338 pdfdir = ${docdir}
0339 prefix = /sphenix/u/ecroft/install
0340 program_transform_name = s,x,x,
0341 psdir = ${docdir}
0342 runstatedir = ${localstatedir}/run
0343 sbindir = ${exec_prefix}/sbin
0344 sharedstatedir = ${prefix}/com
0345 srcdir = ..
0346 sysconfdir = ${prefix}/etc
0347 target_alias =
0348 top_build_prefix =
0349 top_builddir = .
0350 top_srcdir = ..
0351 AUTOMAKE_OPTIONS = foreign
0352 AM_CPPFLAGS = \
0353 -I$(includedir) \
0354 -I$(OFFLINE_MAIN)/include \
0355 -isystem`root-config --incdir`
0356
0357 AM_LDFLAGS = \
0358 -L$(libdir) \
0359 -L$(OFFLINE_MAIN)/lib \
0360 -L$(OFFLINE_MAIN)/lib64
0361
0362 pkginclude_HEADERS = \
0363 CheckEpdMap.h
0364
0365 lib_LTLIBRARIES = \
0366 libCheckEpdMap.la
0367
0368 libCheckEpdMap_la_SOURCES = \
0369 CheckEpdMap.cc
0370
0371
0372
0373 libCheckEpdMap_la_LIBADD = \
0374 -lepd_io \
0375 -lfun4all \
0376 -lffamodules \
0377 -lcdbobjects \
0378 -lphool
0379
0380 BUILT_SOURCES = testexternals.cc
0381 testexternals_SOURCES = testexternals.cc
0382 testexternals_LDADD = libCheckEpdMap.la
0383 all: $(BUILT_SOURCES)
0384 $(MAKE) $(AM_MAKEFLAGS) all-am
0385
0386 .SUFFIXES:
0387 .SUFFIXES: .cc .lo .o .obj
0388 am--refresh: Makefile
0389 @:
0390 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
0391 @for dep in $?; do \
0392 case '$(am__configure_deps)' in \
0393 *$$dep*) \
0394 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
0395 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
0396 && exit 0; \
0397 exit 1;; \
0398 esac; \
0399 done; \
0400 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
0401 $(am__cd) $(top_srcdir) && \
0402 $(AUTOMAKE) --foreign Makefile
0403 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
0404 @case '$?' in \
0405 *config.status*) \
0406 echo ' $(SHELL) ./config.status'; \
0407 $(SHELL) ./config.status;; \
0408 *) \
0409 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
0410 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
0411 esac;
0412
0413 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
0414 $(SHELL) ./config.status --recheck
0415
0416 $(top_srcdir)/configure: $(am__configure_deps)
0417 $(am__cd) $(srcdir) && $(AUTOCONF)
0418 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
0419 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
0420 $(am__aclocal_m4_deps):
0421
0422 clean-noinstPROGRAMS:
0423 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
0424 echo " rm -f" $$list; \
0425 rm -f $$list || exit $$?; \
0426 test -n "$(EXEEXT)" || exit 0; \
0427 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
0428 echo " rm -f" $$list; \
0429 rm -f $$list
0430
0431 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
0432 @$(NORMAL_INSTALL)
0433 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
0434 list2=; for p in $$list; do \
0435 if test -f $$p; then \
0436 list2="$$list2 $$p"; \
0437 else :; fi; \
0438 done; \
0439 test -z "$$list2" || { \
0440 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
0441 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
0442 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
0443 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
0444 }
0445
0446 uninstall-libLTLIBRARIES:
0447 @$(NORMAL_UNINSTALL)
0448 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
0449 for p in $$list; do \
0450 $(am__strip_dir) \
0451 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
0452 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
0453 done
0454
0455 clean-libLTLIBRARIES:
0456 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
0457 @list='$(lib_LTLIBRARIES)'; \
0458 locs=`for p in $$list; do echo $$p; done | \
0459 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
0460 sort -u`; \
0461 test -z "$$locs" || { \
0462 echo rm -f $${locs}; \
0463 rm -f $${locs}; \
0464 }
0465
0466 libCheckEpdMap.la: $(libCheckEpdMap_la_OBJECTS) $(libCheckEpdMap_la_DEPENDENCIES) $(EXTRA_libCheckEpdMap_la_DEPENDENCIES)
0467 $(AM_V_CXXLD)$(CXXLINK) -rpath $(libdir) $(libCheckEpdMap_la_OBJECTS) $(libCheckEpdMap_la_LIBADD) $(LIBS)
0468
0469 testexternals$(EXEEXT): $(testexternals_OBJECTS) $(testexternals_DEPENDENCIES) $(EXTRA_testexternals_DEPENDENCIES)
0470 @rm -f testexternals$(EXEEXT)
0471 $(AM_V_CXXLD)$(CXXLINK) $(testexternals_OBJECTS) $(testexternals_LDADD) $(LIBS)
0472
0473 mostlyclean-compile:
0474 -rm -f *.$(OBJEXT)
0475
0476 distclean-compile:
0477 -rm -f *.tab.c
0478
0479 include ./$(DEPDIR)/CheckEpdMap.Plo
0480 include ./$(DEPDIR)/testexternals.Po
0481
0482 $(am__depfiles_remade):
0483 @$(MKDIR_P) $(@D)
0484 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
0485
0486 am--depfiles: $(am__depfiles_remade)
0487
0488 .cc.o:
0489 $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
0490 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
0491
0492
0493
0494
0495 .cc.obj:
0496 $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
0497 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
0498
0499
0500
0501
0502 .cc.lo:
0503 $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
0504 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
0505
0506
0507
0508
0509 mostlyclean-libtool:
0510 -rm -f *.lo
0511
0512 clean-libtool:
0513 -rm -rf .libs _libs
0514
0515 distclean-libtool:
0516 -rm -f libtool config.lt
0517 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
0518 @$(NORMAL_INSTALL)
0519 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
0520 if test -n "$$list"; then \
0521 echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
0522 $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
0523 fi; \
0524 for p in $$list; do \
0525 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
0526 echo "$$d$$p"; \
0527 done | $(am__base_list) | \
0528 while read files; do \
0529 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
0530 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
0531 done
0532
0533 uninstall-pkgincludeHEADERS:
0534 @$(NORMAL_UNINSTALL)
0535 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
0536 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
0537 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
0538
0539 ID: $(am__tagged_files)
0540 $(am__define_uniq_tagged_files); mkid -fID $$unique
0541 tags: tags-am
0542 TAGS: tags
0543
0544 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
0545 set x; \
0546 here=`pwd`; \
0547 $(am__define_uniq_tagged_files); \
0548 shift; \
0549 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
0550 test -n "$$unique" || unique=$$empty_fix; \
0551 if test $$
0552 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
0553 "$$@" $$unique; \
0554 else \
0555 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
0556 $$unique; \
0557 fi; \
0558 fi
0559 ctags: ctags-am
0560
0561 CTAGS: ctags
0562 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
0563 $(am__define_uniq_tagged_files); \
0564 test -z "$(CTAGS_ARGS)$$unique" \
0565 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
0566 $$unique
0567
0568 GTAGS:
0569 here=`$(am__cd) $(top_builddir) && pwd` \
0570 && $(am__cd) $(top_srcdir) \
0571 && gtags -i $(GTAGS_ARGS) "$$here"
0572 cscope: cscope.files
0573 test ! -s cscope.files \
0574 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
0575 clean-cscope:
0576 -rm -f cscope.files
0577 cscope.files: clean-cscope cscopelist
0578 cscopelist: cscopelist-am
0579
0580 cscopelist-am: $(am__tagged_files)
0581 list='$(am__tagged_files)'; \
0582 case "$(srcdir)" in \
0583 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
0584 *) sdir=$(subdir)/$(srcdir) ;; \
0585 esac; \
0586 for i in $$list; do \
0587 if test -f "$$i"; then \
0588 echo "$(subdir)/$$i"; \
0589 else \
0590 echo "$$sdir/$$i"; \
0591 fi; \
0592 done >> $(top_builddir)/cscope.files
0593
0594 distclean-tags:
0595 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
0596 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
0597
0598 distdir: $(BUILT_SOURCES)
0599 $(MAKE) $(AM_MAKEFLAGS) distdir-am
0600
0601 distdir-am: $(DISTFILES)
0602 $(am__remove_distdir)
0603 test -d "$(distdir)" || mkdir "$(distdir)"
0604 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
0605 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
0606 list='$(DISTFILES)'; \
0607 dist_files=`for file in $$list; do echo $$file; done | \
0608 sed -e "s|^$$srcdirstrip/||;t" \
0609 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
0610 case $$dist_files in \
0611 */*) $(MKDIR_P) `echo "$$dist_files" | \
0612 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
0613 sort -u` ;; \
0614 esac; \
0615 for file in $$dist_files; do \
0616 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
0617 if test -d $$d/$$file; then \
0618 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
0619 if test -d "$(distdir)/$$file"; then \
0620 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
0621 fi; \
0622 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
0623 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
0624 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
0625 fi; \
0626 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
0627 else \
0628 test -f "$(distdir)/$$file" \
0629 || cp -p $$d/$$file "$(distdir)/$$file" \
0630 || exit 1; \
0631 fi; \
0632 done
0633 -test -n "$(am__skip_mode_fix)" \
0634 || find "$(distdir)" -type d ! -perm -755 \
0635 -exec chmod u+rwx,go+rx {} \; -o \
0636 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
0637 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
0638 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
0639 || chmod -R a+r "$(distdir)"
0640 dist-gzip: distdir
0641 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
0642 $(am__post_remove_distdir)
0643
0644 dist-bzip2: distdir
0645 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
0646 $(am__post_remove_distdir)
0647
0648 dist-lzip: distdir
0649 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
0650 $(am__post_remove_distdir)
0651
0652 dist-xz: distdir
0653 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
0654 $(am__post_remove_distdir)
0655
0656 dist-zstd: distdir
0657 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
0658 $(am__post_remove_distdir)
0659
0660 dist-tarZ: distdir
0661 @echo WARNING: "Support for distribution archives compressed with" \
0662 "legacy program 'compress' is deprecated." >&2
0663 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
0664 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
0665 $(am__post_remove_distdir)
0666
0667 dist-shar: distdir
0668 @echo WARNING: "Support for shar distribution archives is" \
0669 "deprecated." >&2
0670 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
0671 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
0672 $(am__post_remove_distdir)
0673
0674 dist-zip: distdir
0675 -rm -f $(distdir).zip
0676 zip -rq $(distdir).zip $(distdir)
0677 $(am__post_remove_distdir)
0678
0679 dist dist-all:
0680 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
0681 $(am__post_remove_distdir)
0682
0683
0684
0685
0686 distcheck: dist
0687 case '$(DIST_ARCHIVES)' in \
0688 *.tar.gz*) \
0689 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
0690 *.tar.bz2*) \
0691 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
0692 *.tar.lz*) \
0693 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
0694 *.tar.xz*) \
0695 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
0696 *.tar.Z*) \
0697 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
0698 *.shar.gz*) \
0699 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
0700 *.zip*) \
0701 unzip $(distdir).zip ;;\
0702 *.tar.zst*) \
0703 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
0704 esac
0705 chmod -R a-w $(distdir)
0706 chmod u+w $(distdir)
0707 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
0708 chmod a-w $(distdir)
0709 test -d $(distdir)/_build || exit 0; \
0710 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
0711 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
0712 && am__cwd=`pwd` \
0713 && $(am__cd) $(distdir)/_build/sub \
0714 && ../../configure \
0715 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
0716 $(DISTCHECK_CONFIGURE_FLAGS) \
0717 --srcdir=../.. --prefix="$$dc_install_base" \
0718 && $(MAKE) $(AM_MAKEFLAGS) \
0719 && $(MAKE) $(AM_MAKEFLAGS) dvi \
0720 && $(MAKE) $(AM_MAKEFLAGS) check \
0721 && $(MAKE) $(AM_MAKEFLAGS) install \
0722 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
0723 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
0724 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
0725 distuninstallcheck \
0726 && chmod -R a-w "$$dc_install_base" \
0727 && ({ \
0728 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
0729 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
0730 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
0731 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
0732 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
0733 } || { rm -rf "$$dc_destdir"; exit 1; }) \
0734 && rm -rf "$$dc_destdir" \
0735 && $(MAKE) $(AM_MAKEFLAGS) dist \
0736 && rm -rf $(DIST_ARCHIVES) \
0737 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
0738 && cd "$$am__cwd" \
0739 || exit 1
0740 $(am__post_remove_distdir)
0741 @(echo "$(distdir) archives ready for distribution: "; \
0742 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
0743 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
0744 distuninstallcheck:
0745 @test -n '$(distuninstallcheck_dir)' || { \
0746 echo 'ERROR: trying to run $@ with an empty' \
0747 '$$(distuninstallcheck_dir)' >&2; \
0748 exit 1; \
0749 }; \
0750 $(am__cd) '$(distuninstallcheck_dir)' || { \
0751 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
0752 exit 1; \
0753 }; \
0754 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
0755 || { echo "ERROR: files left after uninstall:" ; \
0756 if test -n "$(DESTDIR)"; then \
0757 echo " (check DESTDIR support)"; \
0758 fi ; \
0759 $(distuninstallcheck_listfiles) ; \
0760 exit 1; } >&2
0761 distcleancheck: distclean
0762 @if test '$(srcdir)' = . ; then \
0763 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
0764 exit 1 ; \
0765 fi
0766 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
0767 || { echo "ERROR: files left in build directory after distclean:" ; \
0768 $(distcleancheck_listfiles) ; \
0769 exit 1; } >&2
0770 check-am: all-am
0771 check: $(BUILT_SOURCES)
0772 $(MAKE) $(AM_MAKEFLAGS) check-am
0773 all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(HEADERS)
0774 installdirs:
0775 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"; do \
0776 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
0777 done
0778 install: $(BUILT_SOURCES)
0779 $(MAKE) $(AM_MAKEFLAGS) install-am
0780 install-exec: install-exec-am
0781 install-data: install-data-am
0782 uninstall: uninstall-am
0783
0784 install-am: all-am
0785 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
0786
0787 installcheck: installcheck-am
0788 install-strip:
0789 if test -z '$(STRIP)'; then \
0790 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
0791 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
0792 install; \
0793 else \
0794 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
0795 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
0796 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
0797 fi
0798 mostlyclean-generic:
0799
0800 clean-generic:
0801
0802 distclean-generic:
0803 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
0804 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
0805
0806 maintainer-clean-generic:
0807 @echo "This command is intended for maintainers to use"
0808 @echo "it deletes files that may require special tools to rebuild."
0809 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
0810 clean: clean-am
0811
0812 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
0813 clean-noinstPROGRAMS mostlyclean-am
0814
0815 distclean: distclean-am
0816 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
0817 -rm -f ./$(DEPDIR)/CheckEpdMap.Plo
0818 -rm -f ./$(DEPDIR)/testexternals.Po
0819 -rm -f Makefile
0820 distclean-am: clean-am distclean-compile distclean-generic \
0821 distclean-libtool distclean-tags
0822
0823 dvi: dvi-am
0824
0825 dvi-am:
0826
0827 html: html-am
0828
0829 html-am:
0830
0831 info: info-am
0832
0833 info-am:
0834
0835 install-data-am: install-pkgincludeHEADERS
0836
0837 install-dvi: install-dvi-am
0838
0839 install-dvi-am:
0840
0841 install-exec-am: install-libLTLIBRARIES
0842
0843 install-html: install-html-am
0844
0845 install-html-am:
0846
0847 install-info: install-info-am
0848
0849 install-info-am:
0850
0851 install-man:
0852
0853 install-pdf: install-pdf-am
0854
0855 install-pdf-am:
0856
0857 install-ps: install-ps-am
0858
0859 install-ps-am:
0860
0861 installcheck-am:
0862
0863 maintainer-clean: maintainer-clean-am
0864 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
0865 -rm -rf $(top_srcdir)/autom4te.cache
0866 -rm -f ./$(DEPDIR)/CheckEpdMap.Plo
0867 -rm -f ./$(DEPDIR)/testexternals.Po
0868 -rm -f Makefile
0869 maintainer-clean-am: distclean-am maintainer-clean-generic
0870
0871 mostlyclean: mostlyclean-am
0872
0873 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
0874 mostlyclean-libtool
0875
0876 pdf: pdf-am
0877
0878 pdf-am:
0879
0880 ps: ps-am
0881
0882 ps-am:
0883
0884 uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgincludeHEADERS
0885
0886 .MAKE: all check install install-am install-strip
0887
0888 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles am--refresh check \
0889 check-am clean clean-cscope clean-generic clean-libLTLIBRARIES \
0890 clean-libtool clean-local clean-noinstPROGRAMS cscope \
0891 cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
0892 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
0893 dist-zstd distcheck distclean distclean-compile \
0894 distclean-generic distclean-libtool distclean-tags \
0895 distcleancheck distdir distuninstallcheck dvi dvi-am html \
0896 html-am info info-am install install-am install-data \
0897 install-data-am install-dvi install-dvi-am install-exec \
0898 install-exec-am install-html install-html-am install-info \
0899 install-info-am install-libLTLIBRARIES install-man install-pdf \
0900 install-pdf-am install-pkgincludeHEADERS install-ps \
0901 install-ps-am install-strip installcheck installcheck-am \
0902 installdirs maintainer-clean maintainer-clean-generic \
0903 mostlyclean mostlyclean-compile mostlyclean-generic \
0904 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
0905 uninstall-am uninstall-libLTLIBRARIES \
0906 uninstall-pkgincludeHEADERS
0907
0908 .PRECIOUS: Makefile
0909
0910
0911
0912 testexternals.cc:
0913 echo "//*** autogenerated – do not commit" > $@
0914 echo "int main(){return 0;}" >> $@
0915
0916 clean-local:
0917 rm -f $(BUILT_SOURCES)
0918
0919
0920
0921 .NOEXPORT: