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 = : 89build_triplet = @build@ 90host_triplet = @host@ 91subdir = doc/doxygen 92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 94 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 95 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 96 $(top_srcdir)/m4/weston.m4 $(top_srcdir)/configure.ac 97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 98 $(ACLOCAL_M4) 99DIST_COMMON = $(srcdir)/Makefile.am $(dist_noinst_DATA) \ 100 $(am__DIST_COMMON) 101mkinstalldirs = $(install_sh) -d 102CONFIG_HEADER = $(top_builddir)/config.h 103CONFIG_CLEAN_FILES = wayland.doxygen 104CONFIG_CLEAN_VPATH_FILES = 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 = 117SOURCES = 118DIST_SOURCES = 119am__can_run_installinfo = \ 120 case $$AM_UPDATE_INFO_DIR in \ 121 n|no|NO) false;; \ 122 *) (install-info --version) >/dev/null 2>&1;; \ 123 esac 124am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 125am__vpath_adj = case $$p in \ 126 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 127 *) f=$$p;; \ 128 esac; 129am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 130am__install_max = 40 131am__nobase_strip_setup = \ 132 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 133am__nobase_strip = \ 134 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 135am__nobase_list = $(am__nobase_strip_setup); \ 136 for p in $$list; do echo "$$p $$p"; done | \ 137 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 138 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 139 if (++n[$$2] == $(am__install_max)) \ 140 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 141 END { for (dir in files) print dir, files[dir] }' 142am__base_list = \ 143 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 144 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 145am__uninstall_files_from_dir = { \ 146 test -z "$$files" \ 147 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 148 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 149 $(am__cd) "$$dir" && rm -f $$files; }; \ 150 } 151man3dir = $(mandir)/man3 152am__installdirs = "$(DESTDIR)$(man3dir)" 153NROFF = nroff 154MANS = $(dist_man3_MANS) 155DATA = $(dist_noinst_DATA) $(noinst_DATA) 156am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 157am__DIST_COMMON = $(dist_man3_MANS) $(srcdir)/Makefile.in \ 158 $(srcdir)/wayland.doxygen.in 159DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 160ACLOCAL = @ACLOCAL@ 161AMTAR = @AMTAR@ 162AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 163AR = @AR@ 164AUTOCONF = @AUTOCONF@ 165AUTOHEADER = @AUTOHEADER@ 166AUTOMAKE = @AUTOMAKE@ 167AWK = @AWK@ 168CC = @CC@ 169CCAS = @CCAS@ 170CCASDEPMODE = @CCASDEPMODE@ 171CCASFLAGS = @CCASFLAGS@ 172CCDEPMODE = @CCDEPMODE@ 173CFLAGS = @CFLAGS@ 174CPPFLAGS = @CPPFLAGS@ 175CXX = @CXX@ 176CXXCPP = @CXXCPP@ 177CXXDEPMODE = @CXXDEPMODE@ 178CXXFLAGS = @CXXFLAGS@ 179CYGPATH_W = @CYGPATH_W@ 180DEFS = @DEFS@ 181DEPDIR = @DEPDIR@ 182DLLTOOL = @DLLTOOL@ 183DL_LIBS = @DL_LIBS@ 184DOCS_STYLESHEET = @DOCS_STYLESHEET@ 185DOT = @DOT@ 186DOXYGEN = @DOXYGEN@ 187DSYMUTIL = @DSYMUTIL@ 188DUMPBIN = @DUMPBIN@ 189ECHO_C = @ECHO_C@ 190ECHO_N = @ECHO_N@ 191ECHO_T = @ECHO_T@ 192EGREP = @EGREP@ 193EXEEXT = @EXEEXT@ 194EXPAT_CFLAGS = @EXPAT_CFLAGS@ 195EXPAT_LIBS = @EXPAT_LIBS@ 196FFI_CFLAGS = @FFI_CFLAGS@ 197FFI_LIBS = @FFI_LIBS@ 198FGREP = @FGREP@ 199GCC_CFLAGS = @GCC_CFLAGS@ 200GREP = @GREP@ 201ICONDIR = @ICONDIR@ 202INSTALL = @INSTALL@ 203INSTALL_DATA = @INSTALL_DATA@ 204INSTALL_PROGRAM = @INSTALL_PROGRAM@ 205INSTALL_SCRIPT = @INSTALL_SCRIPT@ 206INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 207LD = @LD@ 208LDFLAGS = @LDFLAGS@ 209LIBOBJS = @LIBOBJS@ 210LIBS = @LIBS@ 211LIBTOOL = @LIBTOOL@ 212LIBXML_CFLAGS = @LIBXML_CFLAGS@ 213LIBXML_LIBS = @LIBXML_LIBS@ 214LIPO = @LIPO@ 215LN_S = @LN_S@ 216LTLIBOBJS = @LTLIBOBJS@ 217LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 218MAKEINFO = @MAKEINFO@ 219MANIFEST_TOOL = @MANIFEST_TOOL@ 220MKDIR_P = @MKDIR_P@ 221NM = @NM@ 222NMEDIT = @NMEDIT@ 223OBJDUMP = @OBJDUMP@ 224OBJEXT = @OBJEXT@ 225OTOOL = @OTOOL@ 226OTOOL64 = @OTOOL64@ 227PACKAGE = @PACKAGE@ 228PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 229PACKAGE_NAME = @PACKAGE_NAME@ 230PACKAGE_STRING = @PACKAGE_STRING@ 231PACKAGE_TARNAME = @PACKAGE_TARNAME@ 232PACKAGE_URL = @PACKAGE_URL@ 233PACKAGE_VERSION = @PACKAGE_VERSION@ 234PATH_SEPARATOR = @PATH_SEPARATOR@ 235PKG_CONFIG = @PKG_CONFIG@ 236PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 237PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 238RANLIB = @RANLIB@ 239RT_LIBS = @RT_LIBS@ 240SED = @SED@ 241SET_MAKE = @SET_MAKE@ 242SHELL = @SHELL@ 243STRIP = @STRIP@ 244VERSION = @VERSION@ 245WAYLAND_VERSION = @WAYLAND_VERSION@ 246WAYLAND_VERSION_MAJOR = @WAYLAND_VERSION_MAJOR@ 247WAYLAND_VERSION_MICRO = @WAYLAND_VERSION_MICRO@ 248WAYLAND_VERSION_MINOR = @WAYLAND_VERSION_MINOR@ 249XMLTO = @XMLTO@ 250XSLTPROC = @XSLTPROC@ 251abs_builddir = @abs_builddir@ 252abs_srcdir = @abs_srcdir@ 253abs_top_builddir = @abs_top_builddir@ 254abs_top_srcdir = @abs_top_srcdir@ 255ac_ct_AR = @ac_ct_AR@ 256ac_ct_CC = @ac_ct_CC@ 257ac_ct_CXX = @ac_ct_CXX@ 258ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 259am__include = @am__include@ 260am__leading_dot = @am__leading_dot@ 261am__quote = @am__quote@ 262am__tar = @am__tar@ 263am__untar = @am__untar@ 264bindir = @bindir@ 265build = @build@ 266build_alias = @build_alias@ 267build_cpu = @build_cpu@ 268build_os = @build_os@ 269build_vendor = @build_vendor@ 270builddir = @builddir@ 271datadir = @datadir@ 272datarootdir = @datarootdir@ 273docdir = @docdir@ 274dvidir = @dvidir@ 275exec_prefix = @exec_prefix@ 276host = @host@ 277host_alias = @host_alias@ 278host_cpu = @host_cpu@ 279host_os = @host_os@ 280host_vendor = @host_vendor@ 281htmldir = @htmldir@ 282includedir = @includedir@ 283infodir = @infodir@ 284install_sh = @install_sh@ 285libdir = @libdir@ 286libexecdir = @libexecdir@ 287localedir = @localedir@ 288localstatedir = @localstatedir@ 289mandir = @mandir@ 290mkdir_p = @mkdir_p@ 291oldincludedir = @oldincludedir@ 292pdfdir = @pdfdir@ 293prefix = @prefix@ 294program_transform_name = @program_transform_name@ 295psdir = @psdir@ 296runstatedir = @runstatedir@ 297sbindir = @sbindir@ 298sharedstatedir = @sharedstatedir@ 299srcdir = @srcdir@ 300sysconfdir = @sysconfdir@ 301target_alias = @target_alias@ 302top_build_prefix = @top_build_prefix@ 303top_builddir = @top_builddir@ 304top_srcdir = @top_srcdir@ 305.SUFFIXES = .gv .png .map 306noinst_DATA = \ 307 xml/Client/index.xml \ 308 xml/Cursor/index.xml \ 309 xml/Server/index.xml \ 310 html/Client/index.html \ 311 html/Cursor/index.html \ 312 html/Server/index.html 313 314dist_noinst_DATA = wayland.doxygen.in 315scanned_src_files_shared = \ 316 $(top_srcdir)/src/wayland-util.h 317 318scanned_src_files_Client = \ 319 $(scanned_src_files_shared) \ 320 $(top_srcdir)/src/wayland-client.c \ 321 $(top_srcdir)/src/wayland-client.h \ 322 $(top_srcdir)/src/wayland-client-core.h 323 324scanned_src_files_Cursor = \ 325 $(top_srcdir)/cursor/wayland-cursor.c \ 326 $(top_srcdir)/cursor/wayland-cursor.h 327 328scanned_src_files_Server = \ 329 $(scanned_src_files_shared) \ 330 $(top_srcdir)/src/event-loop.c \ 331 $(top_srcdir)/src/wayland-server.c \ 332 $(top_srcdir)/src/wayland-server.h \ 333 $(top_srcdir)/src/wayland-server-core.h \ 334 $(top_srcdir)/src/wayland-shm.c 335 336scanned_src_files_man = \ 337 $(scanned_src_files_Server) \ 338 $(top_srcdir)/src/wayland-client.c \ 339 $(top_srcdir)/src/wayland-client.h \ 340 $(top_srcdir)/src/wayland-client-core.h 341 342extra_doxygen = \ 343 mainpage.dox 344 345extra_doxygen_Server = \ 346 $(top_builddir)/protocol/wayland-server-protocol.h \ 347 $(extra_doxygen) 348 349extra_doxygen_Client = \ 350 $(top_builddir)/protocol/wayland-client-protocol.h \ 351 $(extra_doxygen) 352 353extra_doxygen_Cursor = \ 354 $(extra_doxygen) 355 356diagramsdir := $(srcdir)/dot 357diagramssrc := $(wildcard $(diagramsdir)/*.gv) 358diagrams := $(patsubst $(diagramsdir)/%,xml/%,$(diagramssrc:.gv=.png)) 359diagram_maps := $(patsubst $(diagramsdir)/%,xml/%,$(diagramssrc:.gv=.map)) 360 361# find all man/man3/wl_foo.3 pages 362# for this to work, we need to create them before the man target (hence 363# all-local below) 364dist_man3_MANS = $(shell test -d man && find man/man3 -name "wl_*.3" -printf "man/man3/%P\n") 365 366# Listing various directories that might need to be created. 367alldirsrel := xml xml/Client xml/Server xml/Cursor man/man3 html/Client html/Server html/Cursor 368alldirs := $(patsubst %,$(CURDIR)/%,$(alldirsrel)) 369EXTRA_DIST = $(diagramssrc) 370all: all-am 371 372.SUFFIXES: 373$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 374 @for dep in $?; do \ 375 case '$(am__configure_deps)' in \ 376 *$$dep*) \ 377 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 378 && { if test -f $@; then exit 0; else break; fi; }; \ 379 exit 1;; \ 380 esac; \ 381 done; \ 382 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/doxygen/Makefile'; \ 383 $(am__cd) $(top_srcdir) && \ 384 $(AUTOMAKE) --foreign doc/doxygen/Makefile 385Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 386 @case '$?' in \ 387 *config.status*) \ 388 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 389 *) \ 390 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 391 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 392 esac; 393 394$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 395 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 396 397$(top_srcdir)/configure: $(am__configure_deps) 398 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 399$(ACLOCAL_M4): $(am__aclocal_m4_deps) 400 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 401$(am__aclocal_m4_deps): 402wayland.doxygen: $(top_builddir)/config.status $(srcdir)/wayland.doxygen.in 403 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 404 405mostlyclean-libtool: 406 -rm -f *.lo 407 408clean-libtool: 409 -rm -rf .libs _libs 410install-man3: $(dist_man3_MANS) 411 @$(NORMAL_INSTALL) 412 @list1='$(dist_man3_MANS)'; \ 413 list2=''; \ 414 test -n "$(man3dir)" \ 415 && test -n "`echo $$list1$$list2`" \ 416 || exit 0; \ 417 echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \ 418 $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \ 419 { for i in $$list1; do echo "$$i"; done; \ 420 if test -n "$$list2"; then \ 421 for i in $$list2; do echo "$$i"; done \ 422 | sed -n '/\.3[a-z]*$$/p'; \ 423 fi; \ 424 } | while read p; do \ 425 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 426 echo "$$d$$p"; echo "$$p"; \ 427 done | \ 428 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ 429 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 430 sed 'N;N;s,\n, ,g' | { \ 431 list=; while read file base inst; do \ 432 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 433 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ 434 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \ 435 fi; \ 436 done; \ 437 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 438 while read files; do \ 439 test -z "$$files" || { \ 440 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \ 441 $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \ 442 done; } 443 444uninstall-man3: 445 @$(NORMAL_UNINSTALL) 446 @list='$(dist_man3_MANS)'; test -n "$(man3dir)" || exit 0; \ 447 files=`{ for i in $$list; do echo "$$i"; done; \ 448 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ 449 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 450 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir) 451tags TAGS: 452 453ctags CTAGS: 454 455cscope cscopelist: 456 457 458distdir: $(BUILT_SOURCES) 459 $(MAKE) $(AM_MAKEFLAGS) distdir-am 460 461distdir-am: $(DISTFILES) 462 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 463 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 464 list='$(DISTFILES)'; \ 465 dist_files=`for file in $$list; do echo $$file; done | \ 466 sed -e "s|^$$srcdirstrip/||;t" \ 467 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 468 case $$dist_files in \ 469 */*) $(MKDIR_P) `echo "$$dist_files" | \ 470 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 471 sort -u` ;; \ 472 esac; \ 473 for file in $$dist_files; do \ 474 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 475 if test -d $$d/$$file; then \ 476 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 477 if test -d "$(distdir)/$$file"; then \ 478 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 479 fi; \ 480 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 481 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 482 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 483 fi; \ 484 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 485 else \ 486 test -f "$(distdir)/$$file" \ 487 || cp -p $$d/$$file "$(distdir)/$$file" \ 488 || exit 1; \ 489 fi; \ 490 done 491check-am: all-am 492check: check-am 493all-am: Makefile $(MANS) $(DATA) all-local 494installdirs: 495 for dir in "$(DESTDIR)$(man3dir)"; do \ 496 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 497 done 498install: install-am 499install-exec: install-exec-am 500install-data: install-data-am 501uninstall: uninstall-am 502 503install-am: all-am 504 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 505 506installcheck: installcheck-am 507install-strip: 508 if test -z '$(STRIP)'; then \ 509 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 510 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 511 install; \ 512 else \ 513 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 514 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 515 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 516 fi 517mostlyclean-generic: 518 519clean-generic: 520 521distclean-generic: 522 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 523 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 524 525maintainer-clean-generic: 526 @echo "This command is intended for maintainers to use" 527 @echo "it deletes files that may require special tools to rebuild." 528clean: clean-am 529 530clean-am: clean-generic clean-libtool clean-local mostlyclean-am 531 532distclean: distclean-am 533 -rm -f Makefile 534distclean-am: clean-am distclean-generic 535 536dvi: dvi-am 537 538dvi-am: 539 540html: html-am 541 542html-am: 543 544info: info-am 545 546info-am: 547 548install-data-am: install-man 549 550install-dvi: install-dvi-am 551 552install-dvi-am: 553 554install-exec-am: 555 556install-html: install-html-am 557 558install-html-am: 559 560install-info: install-info-am 561 562install-info-am: 563 564install-man: install-man3 565 566install-pdf: install-pdf-am 567 568install-pdf-am: 569 570install-ps: install-ps-am 571 572install-ps-am: 573 574installcheck-am: 575 576maintainer-clean: maintainer-clean-am 577 -rm -f Makefile 578maintainer-clean-am: distclean-am maintainer-clean-generic 579 580mostlyclean: mostlyclean-am 581 582mostlyclean-am: mostlyclean-generic mostlyclean-libtool 583 584pdf: pdf-am 585 586pdf-am: 587 588ps: ps-am 589 590ps-am: 591 592uninstall-am: uninstall-man 593 594uninstall-man: uninstall-man3 595 596.MAKE: install-am install-strip 597 598.PHONY: all all-am all-local check check-am clean clean-generic \ 599 clean-libtool clean-local cscopelist-am ctags-am distclean \ 600 distclean-generic distclean-libtool distdir dvi dvi-am html \ 601 html-am info info-am install install-am install-data \ 602 install-data-am install-dvi install-dvi-am install-exec \ 603 install-exec-am install-html install-html-am install-info \ 604 install-info-am install-man install-man3 install-pdf \ 605 install-pdf-am install-ps install-ps-am install-strip \ 606 installcheck installcheck-am installdirs maintainer-clean \ 607 maintainer-clean-generic mostlyclean mostlyclean-generic \ 608 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ 609 uninstall-am uninstall-man uninstall-man3 610 611.PRECIOUS: Makefile 612 613 614$(diagrams): $(diagramssrc) 615 616$(diagram_maps): $(diagramssrc) 617 618xml/%/index.xml: $(top_srcdir)/src/scanner.c $(scanned_src_files_%) wayland.doxygen $(diagrams) $(diagram_maps) | $(CURDIR)/xml/% 619 $(AM_V_GEN)(cat wayland.doxygen; \ 620 echo "GENERATE_XML=YES"; \ 621 echo "XML_OUTPUT=xml/$*"; \ 622 echo "INPUT= $(scanned_src_files_$*)"; \ 623 ) | $(DOXYGEN) - 624 625html/%/index.html: $(scanned_src_files_%) wayland.doxygen $(diagrams) $(diagram_maps) | $(CURDIR)/html/% 626 $(AM_V_GEN)(cat wayland.doxygen; \ 627 echo "PROJECT_NAME=\"Wayland $* API\""; \ 628 echo "GENERATE_HTML=YES"; \ 629 echo "HTML_OUTPUT=html/$*"; \ 630 echo "INPUT= $(scanned_src_files_$*) $(extra_doxygen_$*)"; \ 631 ) | $(DOXYGEN) - 632 633man/man3/wl_display.3: $(top_srcdir)/src/scanner.c $(scanned_src_files_man) wayland.doxygen | $(CURDIR)/man/man3 634 $(AM_V_GEN)(cat wayland.doxygen; \ 635 echo "GENERATE_MAN=YES"; \ 636 echo "MAN_OUTPUT=man"; \ 637 echo "JAVADOC_AUTOBRIEF=NO"; \ 638 echo "INPUT= $(scanned_src_files_man)"; \ 639 ) | $(DOXYGEN) - 640 641xml/%.png: $(diagramsdir)/%.gv | $(CURDIR)/xml 642 $(AM_V_GEN)$(DOT) -Tpng -o$@ $< 643 644xml/%.map: $(diagramsdir)/%.gv | $(CURDIR)/xml 645 $(AM_V_GEN)$(DOT) -Tcmapx_np -o$@ $< 646 647# general rule to create one of the listed directories. 648$(alldirs): 649 $(AM_V_GEN)$(MKDIR_P) $@ 650 651# there is no man-local 652all-local: man/man3/wl_display.3 653 654clean-local: 655 rm -rf xml/ 656 rm -rf html/ 657 rm -rf man/ 658 659# Tell versions [3.59,3.63) of GNU make to not export all variables. 660# Otherwise a system limit (for SysV at least) may be exceeded. 661.NOEXPORT: 662