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@ 16VPATH = @srcdir@ 17am__is_gnu_make = { \ 18 if test -z '$(MAKELEVEL)'; then \ 19 false; \ 20 elif test -n '$(MAKE_HOST)'; then \ 21 true; \ 22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 23 true; \ 24 else \ 25 false; \ 26 fi; \ 27} 28am__make_running_with_option = \ 29 case $${target_option-} in \ 30 ?) ;; \ 31 *) echo "am__make_running_with_option: internal error: invalid" \ 32 "target option '$${target_option-}' specified" >&2; \ 33 exit 1;; \ 34 esac; \ 35 has_opt=no; \ 36 sane_makeflags=$$MAKEFLAGS; \ 37 if $(am__is_gnu_make); then \ 38 sane_makeflags=$$MFLAGS; \ 39 else \ 40 case $$MAKEFLAGS in \ 41 *\\[\ \ ]*) \ 42 bs=\\; \ 43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 45 esac; \ 46 fi; \ 47 skip_next=no; \ 48 strip_trailopt () \ 49 { \ 50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 51 }; \ 52 for flg in $$sane_makeflags; do \ 53 test $$skip_next = yes && { skip_next=no; continue; }; \ 54 case $$flg in \ 55 *=*|--*) continue;; \ 56 -*I) strip_trailopt 'I'; skip_next=yes;; \ 57 -*I?*) strip_trailopt 'I';; \ 58 -*O) strip_trailopt 'O'; skip_next=yes;; \ 59 -*O?*) strip_trailopt 'O';; \ 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \ 62 -[dEDm]) skip_next=yes;; \ 63 -[JT]) skip_next=yes;; \ 64 esac; \ 65 case $$flg in \ 66 *$$target_option*) has_opt=yes; break;; \ 67 esac; \ 68 done; \ 69 test $$has_opt = yes 70am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 71am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 72pkgdatadir = $(datadir)/@PACKAGE@ 73pkgincludedir = $(includedir)/@PACKAGE@ 74pkglibdir = $(libdir)/@PACKAGE@ 75pkglibexecdir = $(libexecdir)/@PACKAGE@ 76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 77install_sh_DATA = $(install_sh) -c -m 644 78install_sh_PROGRAM = $(install_sh) -c 79install_sh_SCRIPT = $(install_sh) -c 80INSTALL_HEADER = $(INSTALL_DATA) 81transform = $(program_transform_name) 82NORMAL_INSTALL = : 83PRE_INSTALL = : 84POST_INSTALL = : 85NORMAL_UNINSTALL = : 86PRE_UNINSTALL = : 87POST_UNINSTALL = : 88build_triplet = @build@ 89host_triplet = @host@ 90subdir = build/android 91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 92am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ 93 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/pkg.m4 \ 94 $(top_srcdir)/m4/vice_args.m4 \ 95 $(top_srcdir)/m4/vice_compiler_checks.m4 \ 96 $(top_srcdir)/configure.ac 97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 98 $(ACLOCAL_M4) 99DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 100mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 101CONFIG_HEADER = $(top_builddir)/src/config.h 102CONFIG_CLEAN_FILES = 103CONFIG_CLEAN_VPATH_FILES = 104AM_V_P = $(am__v_P_@AM_V@) 105am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 106am__v_P_0 = false 107am__v_P_1 = : 108AM_V_GEN = $(am__v_GEN_@AM_V@) 109am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 110am__v_GEN_0 = @echo " GEN " $@; 111am__v_GEN_1 = 112AM_V_at = $(am__v_at_@AM_V@) 113am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 114am__v_at_0 = @ 115am__v_at_1 = 116SOURCES = 117DIST_SOURCES = 118am__can_run_installinfo = \ 119 case $$AM_UPDATE_INFO_DIR in \ 120 n|no|NO) false;; \ 121 *) (install-info --version) >/dev/null 2>&1;; \ 122 esac 123am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 124am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs 125DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 126ACLOCAL = @ACLOCAL@ 127AMTAR = @AMTAR@ 128AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 129AR = @AR@ 130ARCH_DIR = @ARCH_DIR@ 131ARCH_EXTRA_SUBDIR = @ARCH_EXTRA_SUBDIR@ 132ARCH_INCLUDES = @ARCH_INCLUDES@ 133ARCH_LIBS = @ARCH_LIBS@ 134ARCH_MAKE_BINDIST_DIR = @ARCH_MAKE_BINDIST_DIR@ 135ARCH_SRC_DIR = @ARCH_SRC_DIR@ 136AUTOCONF = @AUTOCONF@ 137AUTOHEADER = @AUTOHEADER@ 138AUTOMAKE = @AUTOMAKE@ 139AWK = @AWK@ 140BASH = @BASH@ 141CC = @CC@ 142CCAS = @CCAS@ 143CCASDEPMODE = @CCASDEPMODE@ 144CCASFLAGS = @CCASFLAGS@ 145CCDEPMODE = @CCDEPMODE@ 146CFLAGS = @CFLAGS@ 147CPP = @CPP@ 148CPPFLAGS = @CPPFLAGS@ 149CROSS = @CROSS@ 150CXX = @CXX@ 151CXXCPP = @CXXCPP@ 152CXXDEPMODE = @CXXDEPMODE@ 153CXXFLAGS = @CXXFLAGS@ 154CYGPATH_W = @CYGPATH_W@ 155DEBUGBUILD = @DEBUGBUILD@ 156DEFS = @DEFS@ 157DEPDIR = @DEPDIR@ 158DOS2UNIX = @DOS2UNIX@ 159DYNLIB_LIBS = @DYNLIB_LIBS@ 160ECHO_C = @ECHO_C@ 161ECHO_N = @ECHO_N@ 162ECHO_T = @ECHO_T@ 163EGREP = @EGREP@ 164ENABLE_ARCH = @ENABLE_ARCH@ 165EXEEXT = @EXEEXT@ 166FCCACHE = @FCCACHE@ 167FFMPEGSUB = @FFMPEGSUB@ 168FFMPEG_AVRESAMPLE_CFLAGS = @FFMPEG_AVRESAMPLE_CFLAGS@ 169FFMPEG_AVRESAMPLE_LIBS = @FFMPEG_AVRESAMPLE_LIBS@ 170FFMPEG_AV_CFLAGS = @FFMPEG_AV_CFLAGS@ 171FFMPEG_AV_LIBS = @FFMPEG_AV_LIBS@ 172FFMPEG_DEP = @FFMPEG_DEP@ 173FFMPEG_DIR = @FFMPEG_DIR@ 174FFMPEG_INCLUDES = @FFMPEG_INCLUDES@ 175FFMPEG_LIBS = @FFMPEG_LIBS@ 176FFMPEG_SWRESAMPLE_CFLAGS = @FFMPEG_SWRESAMPLE_CFLAGS@ 177FFMPEG_SWRESAMPLE_LIBS = @FFMPEG_SWRESAMPLE_LIBS@ 178FFMPEG_SWSCALE_CFLAGS = @FFMPEG_SWSCALE_CFLAGS@ 179FFMPEG_SWSCALE_LIBS = @FFMPEG_SWSCALE_LIBS@ 180FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ 181FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ 182FW_DIR = @FW_DIR@ 183GFXOUTPUT_DRIVERS = @GFXOUTPUT_DRIVERS@ 184GFXOUTPUT_LIBS = @GFXOUTPUT_LIBS@ 185GLEW_CFLAGS = @GLEW_CFLAGS@ 186GLEW_LIBS = @GLEW_LIBS@ 187GLIB_CFLAGS = @GLIB_CFLAGS@ 188GLIB_LIBS = @GLIB_LIBS@ 189GREP = @GREP@ 190GTK_CFLAGS = @GTK_CFLAGS@ 191GTK_LIBS = @GTK_LIBS@ 192HAVE_CXX11 = @HAVE_CXX11@ 193HAVE_READLINE = @HAVE_READLINE@ 194ICONV = @ICONV@ 195ICOTOOL = @ICOTOOL@ 196INLINE_UNIT_GROWTH = @INLINE_UNIT_GROWTH@ 197INSTALL = @INSTALL@ 198INSTALL_DATA = @INSTALL_DATA@ 199INSTALL_PROGRAM = @INSTALL_PROGRAM@ 200INSTALL_SCRIPT = @INSTALL_SCRIPT@ 201INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 202JOY_LIBS = @JOY_LIBS@ 203LAMEMP3SUB = @LAMEMP3SUB@ 204LDFLAGS = @LDFLAGS@ 205LEX = @LEX@ 206LEXLIB = @LEXLIB@ 207LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 208LIBFFMPEGSUB = @LIBFFMPEGSUB@ 209LIBOBJS = @LIBOBJS@ 210LIBS = @LIBS@ 211LIBX264SUB = @LIBX264SUB@ 212LINKCC = @LINKCC@ 213LN_S = @LN_S@ 214LTLIBOBJS = @LTLIBOBJS@ 215MAKEGUIDE = @MAKEGUIDE@ 216MAKEINFO = @MAKEINFO@ 217MAX_INLINE_INSN_SINGLE = @MAX_INLINE_INSN_SINGLE@ 218MKDIR_P = @MKDIR_P@ 219MONITOR_CFLAGS = @MONITOR_CFLAGS@ 220NETPLAY_LIBS = @NETPLAY_LIBS@ 221OBJC = @OBJC@ 222OBJCDEPMODE = @OBJCDEPMODE@ 223OBJCFLAGS = @OBJCFLAGS@ 224OBJCPP = @OBJCPP@ 225OBJEXT = @OBJEXT@ 226PACKAGE = @PACKAGE@ 227PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 228PACKAGE_NAME = @PACKAGE_NAME@ 229PACKAGE_STRING = @PACKAGE_STRING@ 230PACKAGE_TARNAME = @PACKAGE_TARNAME@ 231PACKAGE_URL = @PACKAGE_URL@ 232PACKAGE_VERSION = @PACKAGE_VERSION@ 233PATH_SEPARATOR = @PATH_SEPARATOR@ 234PDFTEX = @PDFTEX@ 235PERL = @PERL@ 236PKG_CONFIG = @PKG_CONFIG@ 237PLATFORM_DOX_FLAGS = @PLATFORM_DOX_FLAGS@ 238PNG_CFLAGS = @PNG_CFLAGS@ 239PNG_LIBS = @PNG_LIBS@ 240PROGRAM_PREFIX = @PROGRAM_PREFIX@ 241PROGRAM_SUFFIX = @PROGRAM_SUFFIX@ 242RANLIB = @RANLIB@ 243READLINE = @READLINE@ 244READLINE_LIBS = @READLINE_LIBS@ 245RESIDDTVSUB = @RESIDDTVSUB@ 246RESIDSUB = @RESIDSUB@ 247RESID_DEP = @RESID_DEP@ 248RESID_DIR = @RESID_DIR@ 249RESID_DTV_DEP = @RESID_DTV_DEP@ 250RESID_DTV_DIR = @RESID_DTV_DIR@ 251RESID_DTV_INCLUDES = @RESID_DTV_INCLUDES@ 252RESID_DTV_LIBS = @RESID_DTV_LIBS@ 253RESID_INCLUDES = @RESID_INCLUDES@ 254RESID_LIBS = @RESID_LIBS@ 255SDL2_CFLAGS = @SDL2_CFLAGS@ 256SDL2_IMAGE_CFLAGS = @SDL2_IMAGE_CFLAGS@ 257SDL2_IMAGE_LIBS = @SDL2_IMAGE_LIBS@ 258SDL2_LIBS = @SDL2_LIBS@ 259SDLCONFIG = @SDLCONFIG@ 260SDL_EXTRA_LIBS = @SDL_EXTRA_LIBS@ 261SDL_IMAGE_CFLAGS = @SDL_IMAGE_CFLAGS@ 262SDL_IMAGE_LIBS = @SDL_IMAGE_LIBS@ 263SDL_VERSION = @SDL_VERSION@ 264SET_MAKE = @SET_MAKE@ 265SHELL = @SHELL@ 266SOUND_DRIVERS = @SOUND_DRIVERS@ 267SOUND_LIBS = @SOUND_LIBS@ 268SOUND_MIDAS_OBJ = @SOUND_MIDAS_OBJ@ 269SOUND_SDL_OBJ = @SOUND_SDL_OBJ@ 270SOUND_USS_OBJ = @SOUND_USS_OBJ@ 271STRIP = @STRIP@ 272SVN = @SVN@ 273SVNVERSION = @SVNVERSION@ 274TAR = @TAR@ 275TEXI2DVI = @TEXI2DVI@ 276TFE_LIBS = @TFE_LIBS@ 277UI_LIBS = @UI_LIBS@ 278VERSION = @VERSION@ 279VERSION_COMBINED = @VERSION_COMBINED@ 280VERSION_RC = @VERSION_RC@ 281VICE_CFLAGS = @VICE_CFLAGS@ 282VICE_CPPFLAGS = @VICE_CPPFLAGS@ 283VICE_CXXFLAGS = @VICE_CXXFLAGS@ 284VICE_DATADIR = @VICE_DATADIR@ 285VICE_DOCDIR = @VICE_DOCDIR@ 286VICE_LDFLAGS = @VICE_LDFLAGS@ 287VICE_OBJCFLAGS = @VICE_OBJCFLAGS@ 288VICE_PDF_FILE_NAME = @VICE_PDF_FILE_NAME@ 289VICE_VERSION = @VICE_VERSION@ 290VICE_VERSION_BUILD = @VICE_VERSION_BUILD@ 291VICE_VERSION_MAJOR = @VICE_VERSION_MAJOR@ 292VICE_VERSION_MINOR = @VICE_VERSION_MINOR@ 293VTE_CXXFLAGS = @VTE_CXXFLAGS@ 294WINDRES = @WINDRES@ 295WINDRES_LIB = @WINDRES_LIB@ 296XA = @XA@ 297XDG_DESKTOP_MENU = @XDG_DESKTOP_MENU@ 298YACC = @YACC@ 299YASM = @YASM@ 300ZLIB_LIBS = @ZLIB_LIBS@ 301abs_builddir = @abs_builddir@ 302abs_srcdir = @abs_srcdir@ 303abs_top_builddir = @abs_top_builddir@ 304abs_top_srcdir = @abs_top_srcdir@ 305ac_ct_CC = @ac_ct_CC@ 306ac_ct_CXX = @ac_ct_CXX@ 307ac_ct_OBJC = @ac_ct_OBJC@ 308am__include = @am__include@ 309am__leading_dot = @am__leading_dot@ 310am__quote = @am__quote@ 311am__tar = @am__tar@ 312am__untar = @am__untar@ 313bindir = @bindir@ 314build = @build@ 315build_alias = @build_alias@ 316build_cpu = @build_cpu@ 317build_os = @build_os@ 318build_vendor = @build_vendor@ 319builddir = @builddir@ 320datadir = @datadir@ 321datarootdir = @datarootdir@ 322docdir = @docdir@ 323dvidir = @dvidir@ 324exec_prefix = @exec_prefix@ 325host = @host@ 326host_alias = @host_alias@ 327host_cpu = @host_cpu@ 328host_os = @host_os@ 329host_vendor = @host_vendor@ 330htmldir = @htmldir@ 331includedir = @includedir@ 332infodir = @infodir@ 333install_sh = @install_sh@ 334libdir = @libdir@ 335libexecdir = @libexecdir@ 336localedir = @localedir@ 337localstatedir = @localstatedir@ 338mandir = @mandir@ 339mkdir_p = @mkdir_p@ 340objdump = @objdump@ 341oldincludedir = @oldincludedir@ 342pdfdir = @pdfdir@ 343prefix = @prefix@ 344program_transform_name = @program_transform_name@ 345psdir = @psdir@ 346runstatedir = @runstatedir@ 347sbindir = @sbindir@ 348sdl_config = @sdl_config@ 349sharedstatedir = @sharedstatedir@ 350srcdir = @srcdir@ 351subdirs = @subdirs@ 352sysconfdir = @sysconfdir@ 353target_alias = @target_alias@ 354top_build_prefix = @top_build_prefix@ 355top_builddir = @top_builddir@ 356top_srcdir = @top_srcdir@ 357vsid_LDFLAGS = @vsid_LDFLAGS@ 358x128_LDFLAGS = @x128_LDFLAGS@ 359x64_LDFLAGS = @x64_LDFLAGS@ 360xcbm2_LDFLAGS = @xcbm2_LDFLAGS@ 361xpet_LDFLAGS = @xpet_LDFLAGS@ 362xplus4_LDFLAGS = @xplus4_LDFLAGS@ 363xscpu64_LDFLAGS = @xscpu64_LDFLAGS@ 364xvic_LDFLAGS = @xvic_LDFLAGS@ 365EXTRA_DIST = \ 366 build-android.sh \ 367 push-roms.sh 368 369all: all-am 370 371.SUFFIXES: 372$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 373 @for dep in $?; do \ 374 case '$(am__configure_deps)' in \ 375 *$$dep*) \ 376 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 377 && { if test -f $@; then exit 0; else break; fi; }; \ 378 exit 1;; \ 379 esac; \ 380 done; \ 381 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign build/android/Makefile'; \ 382 $(am__cd) $(top_srcdir) && \ 383 $(AUTOMAKE) --foreign build/android/Makefile 384Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 385 @case '$?' in \ 386 *config.status*) \ 387 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 388 *) \ 389 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 390 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 391 esac; 392 393$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 394 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 395 396$(top_srcdir)/configure: $(am__configure_deps) 397 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 398$(ACLOCAL_M4): $(am__aclocal_m4_deps) 399 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 400$(am__aclocal_m4_deps): 401tags TAGS: 402 403ctags CTAGS: 404 405cscope cscopelist: 406 407 408distdir: $(BUILT_SOURCES) 409 $(MAKE) $(AM_MAKEFLAGS) distdir-am 410 411distdir-am: $(DISTFILES) 412 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 413 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 414 list='$(DISTFILES)'; \ 415 dist_files=`for file in $$list; do echo $$file; done | \ 416 sed -e "s|^$$srcdirstrip/||;t" \ 417 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 418 case $$dist_files in \ 419 */*) $(MKDIR_P) `echo "$$dist_files" | \ 420 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 421 sort -u` ;; \ 422 esac; \ 423 for file in $$dist_files; do \ 424 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 425 if test -d $$d/$$file; then \ 426 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 427 if test -d "$(distdir)/$$file"; then \ 428 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 429 fi; \ 430 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 431 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 432 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 433 fi; \ 434 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 435 else \ 436 test -f "$(distdir)/$$file" \ 437 || cp -p $$d/$$file "$(distdir)/$$file" \ 438 || exit 1; \ 439 fi; \ 440 done 441check-am: all-am 442check: check-am 443all-am: Makefile 444installdirs: 445install: install-am 446install-exec: install-exec-am 447install-data: install-data-am 448uninstall: uninstall-am 449 450install-am: all-am 451 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 452 453installcheck: installcheck-am 454install-strip: 455 if test -z '$(STRIP)'; then \ 456 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 457 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 458 install; \ 459 else \ 460 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 461 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 462 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 463 fi 464mostlyclean-generic: 465 466clean-generic: 467 468distclean-generic: 469 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 470 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 471 472maintainer-clean-generic: 473 @echo "This command is intended for maintainers to use" 474 @echo "it deletes files that may require special tools to rebuild." 475clean: clean-am 476 477clean-am: clean-generic mostlyclean-am 478 479distclean: distclean-am 480 -rm -f Makefile 481distclean-am: clean-am distclean-generic 482 483dvi: dvi-am 484 485dvi-am: 486 487html: html-am 488 489html-am: 490 491info: info-am 492 493info-am: 494 495install-data-am: 496 497install-dvi: install-dvi-am 498 499install-dvi-am: 500 501install-exec-am: 502 503install-html: install-html-am 504 505install-html-am: 506 507install-info: install-info-am 508 509install-info-am: 510 511install-man: 512 513install-pdf: install-pdf-am 514 515install-pdf-am: 516 517install-ps: install-ps-am 518 519install-ps-am: 520 521installcheck-am: 522 523maintainer-clean: maintainer-clean-am 524 -rm -f Makefile 525maintainer-clean-am: distclean-am maintainer-clean-generic 526 527mostlyclean: mostlyclean-am 528 529mostlyclean-am: mostlyclean-generic 530 531pdf: pdf-am 532 533pdf-am: 534 535ps: ps-am 536 537ps-am: 538 539uninstall-am: 540 541.MAKE: install-am install-strip 542 543.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ 544 ctags-am distclean distclean-generic distdir dvi dvi-am html \ 545 html-am info info-am install install-am install-data \ 546 install-data-am install-dvi install-dvi-am install-exec \ 547 install-exec-am install-html install-html-am install-info \ 548 install-info-am install-man install-pdf install-pdf-am \ 549 install-ps install-ps-am install-strip installcheck \ 550 installcheck-am installdirs maintainer-clean \ 551 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 552 pdf-am ps ps-am tags-am uninstall uninstall-am 553 554.PRECIOUS: Makefile 555 556 557# Tell versions [3.59,3.63) of GNU make to not export all variables. 558# Otherwise a system limit (for SysV at least) may be exceeded. 559.NOEXPORT: 560