1# Makefile.in generated by automake 1.16.2 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2020 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 17VPATH = @srcdir@ 18am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28} 29am__make_running_with_option = \ 30 case $${target_option-} in \ 31 ?) ;; \ 32 *) echo "am__make_running_with_option: internal error: invalid" \ 33 "target option '$${target_option-}' specified" >&2; \ 34 exit 1;; \ 35 esac; \ 36 has_opt=no; \ 37 sane_makeflags=$$MAKEFLAGS; \ 38 if $(am__is_gnu_make); then \ 39 sane_makeflags=$$MFLAGS; \ 40 else \ 41 case $$MAKEFLAGS in \ 42 *\\[\ \ ]*) \ 43 bs=\\; \ 44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46 esac; \ 47 fi; \ 48 skip_next=no; \ 49 strip_trailopt () \ 50 { \ 51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 }; \ 53 for flg in $$sane_makeflags; do \ 54 test $$skip_next = yes && { skip_next=no; continue; }; \ 55 case $$flg in \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ 60 -*O?*) strip_trailopt 'O';; \ 61 -*l) strip_trailopt 'l'; skip_next=yes;; \ 62 -*l?*) strip_trailopt 'l';; \ 63 -[dEDm]) skip_next=yes;; \ 64 -[JT]) skip_next=yes;; \ 65 esac; \ 66 case $$flg in \ 67 *$$target_option*) has_opt=yes; break;; \ 68 esac; \ 69 done; \ 70 test $$has_opt = yes 71am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73pkgdatadir = $(datadir)/@PACKAGE@ 74pkgincludedir = $(includedir)/@PACKAGE@ 75pkglibdir = $(libdir)/@PACKAGE@ 76pkglibexecdir = $(libexecdir)/@PACKAGE@ 77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 78install_sh_DATA = $(install_sh) -c -m 644 79install_sh_PROGRAM = $(install_sh) -c 80install_sh_SCRIPT = $(install_sh) -c 81INSTALL_HEADER = $(INSTALL_DATA) 82transform = $(program_transform_name) 83NORMAL_INSTALL = : 84PRE_INSTALL = : 85POST_INSTALL = : 86NORMAL_UNINSTALL = : 87PRE_UNINSTALL = : 88POST_UNINSTALL = : 89bin_PROGRAMS = anonymizer$(EXEEXT) 90subdir = examples/anonymizer 91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 92am__aclocal_m4_deps = $(top_srcdir)/elfio/elfio_version.hpp \ 93 $(top_srcdir)/configure.ac 94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 95 $(ACLOCAL_M4) 96DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 97mkinstalldirs = $(install_sh) -d 98CONFIG_CLEAN_FILES = 99CONFIG_CLEAN_VPATH_FILES = 100am__installdirs = "$(DESTDIR)$(bindir)" 101PROGRAMS = $(bin_PROGRAMS) 102am_anonymizer_OBJECTS = anonymizer.$(OBJEXT) 103anonymizer_OBJECTS = $(am_anonymizer_OBJECTS) 104anonymizer_LDADD = $(LDADD) 105AM_V_P = $(am__v_P_@AM_V@) 106am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 107am__v_P_0 = false 108am__v_P_1 = : 109AM_V_GEN = $(am__v_GEN_@AM_V@) 110am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 111am__v_GEN_0 = @echo " GEN " $@; 112am__v_GEN_1 = 113AM_V_at = $(am__v_at_@AM_V@) 114am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 115am__v_at_0 = @ 116am__v_at_1 = 117DEFAULT_INCLUDES = -I.@am__isrc@ 118depcomp = $(SHELL) $(top_srcdir)/depcomp 119am__maybe_remake_depfiles = depfiles 120am__depfiles_remade = ./$(DEPDIR)/anonymizer.Po 121am__mv = mv -f 122CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 123 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 124AM_V_CXX = $(am__v_CXX_@AM_V@) 125am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) 126am__v_CXX_0 = @echo " CXX " $@; 127am__v_CXX_1 = 128CXXLD = $(CXX) 129CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ 130 -o $@ 131AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) 132am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) 133am__v_CXXLD_0 = @echo " CXXLD " $@; 134am__v_CXXLD_1 = 135SOURCES = $(anonymizer_SOURCES) 136DIST_SOURCES = $(anonymizer_SOURCES) 137am__can_run_installinfo = \ 138 case $$AM_UPDATE_INFO_DIR in \ 139 n|no|NO) false;; \ 140 *) (install-info --version) >/dev/null 2>&1;; \ 141 esac 142am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 143# Read a list of newline-separated strings from the standard input, 144# and print each of them once, without duplicates. Input order is 145# *not* preserved. 146am__uniquify_input = $(AWK) '\ 147 BEGIN { nonempty = 0; } \ 148 { items[$$0] = 1; nonempty = 1; } \ 149 END { if (nonempty) { for (i in items) print i; }; } \ 150' 151# Make sure the list of sources is unique. This is necessary because, 152# e.g., the same source file might be shared among _SOURCES variables 153# for different programs/libraries. 154am__define_uniq_tagged_files = \ 155 list='$(am__tagged_files)'; \ 156 unique=`for i in $$list; do \ 157 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 158 done | $(am__uniquify_input)` 159ETAGS = etags 160CTAGS = ctags 161am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 162DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 163ACLOCAL = @ACLOCAL@ 164AMTAR = @AMTAR@ 165AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 166AUTOCONF = @AUTOCONF@ 167AUTOHEADER = @AUTOHEADER@ 168AUTOMAKE = @AUTOMAKE@ 169AWK = @AWK@ 170CC = @CC@ 171CCDEPMODE = @CCDEPMODE@ 172CFLAGS = @CFLAGS@ 173CPPFLAGS = @CPPFLAGS@ 174CXX = @CXX@ 175CXXDEPMODE = @CXXDEPMODE@ 176CXXFLAGS = @CXXFLAGS@ 177CYGPATH_W = @CYGPATH_W@ 178DEFS = @DEFS@ 179DEPDIR = @DEPDIR@ 180ECHO_C = @ECHO_C@ 181ECHO_N = @ECHO_N@ 182ECHO_T = @ECHO_T@ 183EXEEXT = @EXEEXT@ 184INSTALL = @INSTALL@ 185INSTALL_DATA = @INSTALL_DATA@ 186INSTALL_PROGRAM = @INSTALL_PROGRAM@ 187INSTALL_SCRIPT = @INSTALL_SCRIPT@ 188INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 189LDFLAGS = @LDFLAGS@ 190LIBOBJS = @LIBOBJS@ 191LIBS = @LIBS@ 192LTLIBOBJS = @LTLIBOBJS@ 193MAKEINFO = @MAKEINFO@ 194MKDIR_P = @MKDIR_P@ 195OBJEXT = @OBJEXT@ 196PACKAGE = @PACKAGE@ 197PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 198PACKAGE_NAME = @PACKAGE_NAME@ 199PACKAGE_STRING = @PACKAGE_STRING@ 200PACKAGE_TARNAME = @PACKAGE_TARNAME@ 201PACKAGE_URL = @PACKAGE_URL@ 202PACKAGE_VERSION = @PACKAGE_VERSION@ 203PATH_SEPARATOR = @PATH_SEPARATOR@ 204SET_MAKE = @SET_MAKE@ 205SHELL = @SHELL@ 206STRIP = @STRIP@ 207VERSION = @VERSION@ 208abs_builddir = @abs_builddir@ 209abs_srcdir = @abs_srcdir@ 210abs_top_builddir = @abs_top_builddir@ 211abs_top_srcdir = @abs_top_srcdir@ 212ac_ct_CC = @ac_ct_CC@ 213ac_ct_CXX = @ac_ct_CXX@ 214am__include = @am__include@ 215am__leading_dot = @am__leading_dot@ 216am__quote = @am__quote@ 217am__tar = @am__tar@ 218am__untar = @am__untar@ 219bindir = @bindir@ 220build_alias = @build_alias@ 221builddir = @builddir@ 222datadir = @datadir@ 223datarootdir = @datarootdir@ 224docdir = @docdir@ 225dvidir = @dvidir@ 226exec_prefix = @exec_prefix@ 227host_alias = @host_alias@ 228htmldir = @htmldir@ 229includedir = @includedir@ 230infodir = @infodir@ 231install_sh = @install_sh@ 232libdir = @libdir@ 233libexecdir = @libexecdir@ 234localedir = @localedir@ 235localstatedir = @localstatedir@ 236mandir = @mandir@ 237mkdir_p = @mkdir_p@ 238oldincludedir = @oldincludedir@ 239pdfdir = @pdfdir@ 240prefix = @prefix@ 241program_transform_name = @program_transform_name@ 242psdir = @psdir@ 243runstatedir = @runstatedir@ 244sbindir = @sbindir@ 245sharedstatedir = @sharedstatedir@ 246srcdir = @srcdir@ 247sysconfdir = @sysconfdir@ 248target_alias = @target_alias@ 249top_build_prefix = @top_build_prefix@ 250top_builddir = @top_builddir@ 251top_srcdir = @top_srcdir@ 252AM_CPPFLAGS = -I$(top_srcdir) 253anonymizer_SOURCES = anonymizer.cpp 254EXTRA_DIST = CMakeLists.txt 255all: all-am 256 257.SUFFIXES: 258.SUFFIXES: .cpp .o .obj 259$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 260 @for dep in $?; do \ 261 case '$(am__configure_deps)' in \ 262 *$$dep*) \ 263 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 264 && { if test -f $@; then exit 0; else break; fi; }; \ 265 exit 1;; \ 266 esac; \ 267 done; \ 268 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/anonymizer/Makefile'; \ 269 $(am__cd) $(top_srcdir) && \ 270 $(AUTOMAKE) --foreign examples/anonymizer/Makefile 271Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 272 @case '$?' in \ 273 *config.status*) \ 274 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 275 *) \ 276 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 277 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 278 esac; 279 280$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 281 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 282 283$(top_srcdir)/configure: $(am__configure_deps) 284 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 285$(ACLOCAL_M4): $(am__aclocal_m4_deps) 286 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 287$(am__aclocal_m4_deps): 288install-binPROGRAMS: $(bin_PROGRAMS) 289 @$(NORMAL_INSTALL) 290 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 291 if test -n "$$list"; then \ 292 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 293 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 294 fi; \ 295 for p in $$list; do echo "$$p $$p"; done | \ 296 sed 's/$(EXEEXT)$$//' | \ 297 while read p p1; do if test -f $$p \ 298 ; then echo "$$p"; echo "$$p"; else :; fi; \ 299 done | \ 300 sed -e 'p;s,.*/,,;n;h' \ 301 -e 's|.*|.|' \ 302 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 303 sed 'N;N;N;s,\n, ,g' | \ 304 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 305 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 306 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 307 else { print "f", $$3 "/" $$4, $$1; } } \ 308 END { for (d in files) print "f", d, files[d] }' | \ 309 while read type dir files; do \ 310 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 311 test -z "$$files" || { \ 312 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 313 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 314 } \ 315 ; done 316 317uninstall-binPROGRAMS: 318 @$(NORMAL_UNINSTALL) 319 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 320 files=`for p in $$list; do echo "$$p"; done | \ 321 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 322 -e 's/$$/$(EXEEXT)/' \ 323 `; \ 324 test -n "$$list" || exit 0; \ 325 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 326 cd "$(DESTDIR)$(bindir)" && rm -f $$files 327 328clean-binPROGRAMS: 329 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 330 331anonymizer$(EXEEXT): $(anonymizer_OBJECTS) $(anonymizer_DEPENDENCIES) $(EXTRA_anonymizer_DEPENDENCIES) 332 @rm -f anonymizer$(EXEEXT) 333 $(AM_V_CXXLD)$(CXXLINK) $(anonymizer_OBJECTS) $(anonymizer_LDADD) $(LIBS) 334 335mostlyclean-compile: 336 -rm -f *.$(OBJEXT) 337 338distclean-compile: 339 -rm -f *.tab.c 340 341@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/anonymizer.Po@am__quote@ # am--include-marker 342 343$(am__depfiles_remade): 344 @$(MKDIR_P) $(@D) 345 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 346 347am--depfiles: $(am__depfiles_remade) 348 349.cpp.o: 350@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 351@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 352@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 353@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 354@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< 355 356.cpp.obj: 357@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 358@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 359@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 360@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 361@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 362 363ID: $(am__tagged_files) 364 $(am__define_uniq_tagged_files); mkid -fID $$unique 365tags: tags-am 366TAGS: tags 367 368tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 369 set x; \ 370 here=`pwd`; \ 371 $(am__define_uniq_tagged_files); \ 372 shift; \ 373 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 374 test -n "$$unique" || unique=$$empty_fix; \ 375 if test $$# -gt 0; then \ 376 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 377 "$$@" $$unique; \ 378 else \ 379 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 380 $$unique; \ 381 fi; \ 382 fi 383ctags: ctags-am 384 385CTAGS: ctags 386ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 387 $(am__define_uniq_tagged_files); \ 388 test -z "$(CTAGS_ARGS)$$unique" \ 389 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 390 $$unique 391 392GTAGS: 393 here=`$(am__cd) $(top_builddir) && pwd` \ 394 && $(am__cd) $(top_srcdir) \ 395 && gtags -i $(GTAGS_ARGS) "$$here" 396cscopelist: cscopelist-am 397 398cscopelist-am: $(am__tagged_files) 399 list='$(am__tagged_files)'; \ 400 case "$(srcdir)" in \ 401 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 402 *) sdir=$(subdir)/$(srcdir) ;; \ 403 esac; \ 404 for i in $$list; do \ 405 if test -f "$$i"; then \ 406 echo "$(subdir)/$$i"; \ 407 else \ 408 echo "$$sdir/$$i"; \ 409 fi; \ 410 done >> $(top_builddir)/cscope.files 411 412distclean-tags: 413 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 414 415distdir: $(BUILT_SOURCES) 416 $(MAKE) $(AM_MAKEFLAGS) distdir-am 417 418distdir-am: $(DISTFILES) 419 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 420 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 421 list='$(DISTFILES)'; \ 422 dist_files=`for file in $$list; do echo $$file; done | \ 423 sed -e "s|^$$srcdirstrip/||;t" \ 424 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 425 case $$dist_files in \ 426 */*) $(MKDIR_P) `echo "$$dist_files" | \ 427 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 428 sort -u` ;; \ 429 esac; \ 430 for file in $$dist_files; do \ 431 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 432 if test -d $$d/$$file; then \ 433 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 434 if test -d "$(distdir)/$$file"; then \ 435 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 436 fi; \ 437 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 438 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 439 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 440 fi; \ 441 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 442 else \ 443 test -f "$(distdir)/$$file" \ 444 || cp -p $$d/$$file "$(distdir)/$$file" \ 445 || exit 1; \ 446 fi; \ 447 done 448check-am: all-am 449check: check-am 450all-am: Makefile $(PROGRAMS) 451installdirs: 452 for dir in "$(DESTDIR)$(bindir)"; do \ 453 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 454 done 455install: install-am 456install-exec: install-exec-am 457install-data: install-data-am 458uninstall: uninstall-am 459 460install-am: all-am 461 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 462 463installcheck: installcheck-am 464install-strip: 465 if test -z '$(STRIP)'; then \ 466 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 467 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 468 install; \ 469 else \ 470 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 471 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 472 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 473 fi 474mostlyclean-generic: 475 476clean-generic: 477 478distclean-generic: 479 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 480 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 481 482maintainer-clean-generic: 483 @echo "This command is intended for maintainers to use" 484 @echo "it deletes files that may require special tools to rebuild." 485clean: clean-am 486 487clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 488 489distclean: distclean-am 490 -rm -f ./$(DEPDIR)/anonymizer.Po 491 -rm -f Makefile 492distclean-am: clean-am distclean-compile distclean-generic \ 493 distclean-tags 494 495dvi: dvi-am 496 497dvi-am: 498 499html: html-am 500 501html-am: 502 503info: info-am 504 505info-am: 506 507install-data-am: 508 509install-dvi: install-dvi-am 510 511install-dvi-am: 512 513install-exec-am: install-binPROGRAMS 514 515install-html: install-html-am 516 517install-html-am: 518 519install-info: install-info-am 520 521install-info-am: 522 523install-man: 524 525install-pdf: install-pdf-am 526 527install-pdf-am: 528 529install-ps: install-ps-am 530 531install-ps-am: 532 533installcheck-am: 534 535maintainer-clean: maintainer-clean-am 536 -rm -f ./$(DEPDIR)/anonymizer.Po 537 -rm -f Makefile 538maintainer-clean-am: distclean-am maintainer-clean-generic 539 540mostlyclean: mostlyclean-am 541 542mostlyclean-am: mostlyclean-compile mostlyclean-generic 543 544pdf: pdf-am 545 546pdf-am: 547 548ps: ps-am 549 550ps-am: 551 552uninstall-am: uninstall-binPROGRAMS 553 554.MAKE: install-am install-strip 555 556.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 557 clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \ 558 distclean distclean-compile distclean-generic distclean-tags \ 559 distdir dvi dvi-am html html-am info info-am install \ 560 install-am install-binPROGRAMS install-data install-data-am \ 561 install-dvi install-dvi-am install-exec install-exec-am \ 562 install-html install-html-am install-info install-info-am \ 563 install-man install-pdf install-pdf-am install-ps \ 564 install-ps-am install-strip installcheck installcheck-am \ 565 installdirs maintainer-clean maintainer-clean-generic \ 566 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ 567 ps ps-am tags tags-am uninstall uninstall-am \ 568 uninstall-binPROGRAMS 569 570.PRECIOUS: Makefile 571 572 573# Tell versions [3.59,3.63) of GNU make to not export all variables. 574# Otherwise a system limit (for SysV at least) may be exceeded. 575.NOEXPORT: 576