1# Makefile.in generated by automake 1.17 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2024 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 18VPATH = @srcdir@ 19am__is_gnu_make = { \ 20 if test -z '$(MAKELEVEL)'; then \ 21 false; \ 22 elif test -n '$(MAKE_HOST)'; then \ 23 true; \ 24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 25 true; \ 26 else \ 27 false; \ 28 fi; \ 29} 30am__make_running_with_option = \ 31 case $${target_option-} in \ 32 ?) ;; \ 33 *) echo "am__make_running_with_option: internal error: invalid" \ 34 "target option '$${target_option-}' specified" >&2; \ 35 exit 1;; \ 36 esac; \ 37 has_opt=no; \ 38 sane_makeflags=$$MAKEFLAGS; \ 39 if $(am__is_gnu_make); then \ 40 sane_makeflags=$$MFLAGS; \ 41 else \ 42 case $$MAKEFLAGS in \ 43 *\\[\ \ ]*) \ 44 bs=\\; \ 45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 47 esac; \ 48 fi; \ 49 skip_next=no; \ 50 strip_trailopt () \ 51 { \ 52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 53 }; \ 54 for flg in $$sane_makeflags; do \ 55 test $$skip_next = yes && { skip_next=no; continue; }; \ 56 case $$flg in \ 57 *=*|--*) continue;; \ 58 -*I) strip_trailopt 'I'; skip_next=yes;; \ 59 -*I?*) strip_trailopt 'I';; \ 60 -*O) strip_trailopt 'O'; skip_next=yes;; \ 61 -*O?*) strip_trailopt 'O';; \ 62 -*l) strip_trailopt 'l'; skip_next=yes;; \ 63 -*l?*) strip_trailopt 'l';; \ 64 -[dEDm]) skip_next=yes;; \ 65 -[JT]) skip_next=yes;; \ 66 esac; \ 67 case $$flg in \ 68 *$$target_option*) has_opt=yes; break;; \ 69 esac; \ 70 done; \ 71 test $$has_opt = yes 72am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 73am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 74am__rm_f = rm -f $(am__rm_f_notfound) 75am__rm_rf = rm -rf $(am__rm_f_notfound) 76pkgdatadir = $(datadir)/@PACKAGE@ 77pkgincludedir = $(includedir)/@PACKAGE@ 78pkglibdir = $(libdir)/@PACKAGE@ 79pkglibexecdir = $(libexecdir)/@PACKAGE@ 80am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 81install_sh_DATA = $(install_sh) -c -m 644 82install_sh_PROGRAM = $(install_sh) -c 83install_sh_SCRIPT = $(install_sh) -c 84INSTALL_HEADER = $(INSTALL_DATA) 85transform = $(program_transform_name) 86NORMAL_INSTALL = : 87PRE_INSTALL = : 88POST_INSTALL = : 89NORMAL_UNINSTALL = : 90PRE_UNINSTALL = : 91POST_UNINSTALL = : 92build_triplet = @build@ 93host_triplet = @host@ 94subdir = hw/xfree86/os-support 95ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 96am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ 97 $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ 98 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 99 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 100 $(top_srcdir)/configure.ac 101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 102 $(ACLOCAL_M4) 103DIST_COMMON = $(srcdir)/Makefile.am $(sdk_HEADERS) $(am__DIST_COMMON) 104mkinstalldirs = $(install_sh) -d 105CONFIG_HEADER = $(top_builddir)/include/do-not-use-config.h \ 106 $(top_builddir)/include/xorg-server.h \ 107 $(top_builddir)/include/dix-config.h \ 108 $(top_builddir)/include/xorg-config.h \ 109 $(top_builddir)/include/xkb-config.h \ 110 $(top_builddir)/include/xwin-config.h \ 111 $(top_builddir)/include/version-config.h 112CONFIG_CLEAN_FILES = 113CONFIG_CLEAN_VPATH_FILES = 114LTLIBRARIES = $(noinst_LTLIBRARIES) 115libxorgos_la_DEPENDENCIES = @XORG_OS_SUBDIR@/lib@XORG_OS_SUBDIR@.la \ 116 bus/libbus.la misc/libmisc.la 117am_libxorgos_la_OBJECTS = 118libxorgos_la_OBJECTS = $(am_libxorgos_la_OBJECTS) 119AM_V_lt = $(am__v_lt_@AM_V@) 120am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 121am__v_lt_0 = --silent 122am__v_lt_1 = 123AM_V_P = $(am__v_P_@AM_V@) 124am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 125am__v_P_0 = false 126am__v_P_1 = : 127AM_V_GEN = $(am__v_GEN_@AM_V@) 128am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 129am__v_GEN_0 = @echo " GEN " $@; 130am__v_GEN_1 = 131AM_V_at = $(am__v_at_@AM_V@) 132am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 133am__v_at_0 = @ 134am__v_at_1 = 135DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include 136COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 137 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 138LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 139 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 140 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 141 $(AM_CFLAGS) $(CFLAGS) 142AM_V_CC = $(am__v_CC_@AM_V@) 143am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 144am__v_CC_0 = @echo " CC " $@; 145am__v_CC_1 = 146CCLD = $(CC) 147LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 148 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 149 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 150AM_V_CCLD = $(am__v_CCLD_@AM_V@) 151am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 152am__v_CCLD_0 = @echo " CCLD " $@; 153am__v_CCLD_1 = 154SOURCES = $(libxorgos_la_SOURCES) 155DIST_SOURCES = $(libxorgos_la_SOURCES) 156RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 157 ctags-recursive dvi-recursive html-recursive info-recursive \ 158 install-data-recursive install-dvi-recursive \ 159 install-exec-recursive install-html-recursive \ 160 install-info-recursive install-pdf-recursive \ 161 install-ps-recursive install-recursive installcheck-recursive \ 162 installdirs-recursive pdf-recursive ps-recursive \ 163 tags-recursive uninstall-recursive 164am__can_run_installinfo = \ 165 case $$AM_UPDATE_INFO_DIR in \ 166 n|no|NO) false;; \ 167 *) (install-info --version) >/dev/null 2>&1;; \ 168 esac 169am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 170am__vpath_adj = case $$p in \ 171 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 172 *) f=$$p;; \ 173 esac; 174am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 175am__install_max = 40 176am__nobase_strip_setup = \ 177 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 178am__nobase_strip = \ 179 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 180am__nobase_list = $(am__nobase_strip_setup); \ 181 for p in $$list; do echo "$$p $$p"; done | \ 182 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 183 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 184 if (++n[$$2] == $(am__install_max)) \ 185 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 186 END { for (dir in files) print dir, files[dir] }' 187am__base_list = \ 188 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 189 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 190am__uninstall_files_from_dir = { \ 191 { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 192 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 193 $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \ 194 } 195am__installdirs = "$(DESTDIR)$(sdkdir)" 196HEADERS = $(sdk_HEADERS) 197RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 198 distclean-recursive maintainer-clean-recursive 199am__recursive_targets = \ 200 $(RECURSIVE_TARGETS) \ 201 $(RECURSIVE_CLEAN_TARGETS) \ 202 $(am__extra_recursive_targets) 203AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 204 distdir distdir-am 205am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 206# Read a list of newline-separated strings from the standard input, 207# and print each of them once, without duplicates. Input order is 208# *not* preserved. 209am__uniquify_input = $(AWK) '\ 210 BEGIN { nonempty = 0; } \ 211 { items[$$0] = 1; nonempty = 1; } \ 212 END { if (nonempty) { for (i in items) print i; }; } \ 213' 214# Make sure the list of sources is unique. This is necessary because, 215# e.g., the same source file might be shared among _SOURCES variables 216# for different programs/libraries. 217am__define_uniq_tagged_files = \ 218 list='$(am__tagged_files)'; \ 219 unique=`for i in $$list; do \ 220 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 221 done | $(am__uniquify_input)` 222am__DIST_COMMON = $(srcdir)/Makefile.in 223DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 224am__relativize = \ 225 dir0=`pwd`; \ 226 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 227 sed_rest='s,^[^/]*/*,,'; \ 228 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 229 sed_butlast='s,/*[^/]*$$,,'; \ 230 while test -n "$$dir1"; do \ 231 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 232 if test "$$first" != "."; then \ 233 if test "$$first" = ".."; then \ 234 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 235 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 236 else \ 237 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 238 if test "$$first2" = "$$first"; then \ 239 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 240 else \ 241 dir2="../$$dir2"; \ 242 fi; \ 243 dir0="$$dir0"/"$$first"; \ 244 fi; \ 245 fi; \ 246 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 247 done; \ 248 reldir="$$dir2" 249ACLOCAL = @ACLOCAL@ 250ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 251ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 252AMTAR = @AMTAR@ 253AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 254APPLE_APPLICATIONS_DIR = @APPLE_APPLICATIONS_DIR@ 255APPLE_APPLICATION_NAME = @APPLE_APPLICATION_NAME@ 256APP_MAN_DIR = @APP_MAN_DIR@ 257APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 258AR = @AR@ 259AS = @AS@ 260AUTOCONF = @AUTOCONF@ 261AUTOHEADER = @AUTOHEADER@ 262AUTOMAKE = @AUTOMAKE@ 263AWK = @AWK@ 264BASE_CFLAGS = @BASE_CFLAGS@ 265BASE_FONT_PATH = @BASE_FONT_PATH@ 266BUNDLE_ID_PREFIX = @BUNDLE_ID_PREFIX@ 267BUNDLE_VERSION = @BUNDLE_VERSION@ 268BUNDLE_VERSION_STRING = @BUNDLE_VERSION_STRING@ 269CC = @CC@ 270CCAS = @CCAS@ 271CCASDEPMODE = @CCASDEPMODE@ 272CCASFLAGS = @CCASFLAGS@ 273CCDEPMODE = @CCDEPMODE@ 274CFLAGS = @CFLAGS@ 275CHANGELOG_CMD = @CHANGELOG_CMD@ 276COMPILEDDEFAULTFONTPATH = @COMPILEDDEFAULTFONTPATH@ 277CPP = @CPP@ 278CPPFLAGS = @CPPFLAGS@ 279CSCOPE = @CSCOPE@ 280CTAGS = @CTAGS@ 281CWARNFLAGS = @CWARNFLAGS@ 282CYGPATH_W = @CYGPATH_W@ 283DBUS_CFLAGS = @DBUS_CFLAGS@ 284DBUS_LIBS = @DBUS_LIBS@ 285DEFAULT_LIBRARY_PATH = @DEFAULT_LIBRARY_PATH@ 286DEFAULT_LOGDIR = @DEFAULT_LOGDIR@ 287DEFAULT_LOGPREFIX = @DEFAULT_LOGPREFIX@ 288DEFAULT_MODULE_PATH = @DEFAULT_MODULE_PATH@ 289DEFAULT_XDG_DATA_HOME = @DEFAULT_XDG_DATA_HOME@ 290DEFAULT_XDG_DATA_HOME_LOGDIR = @DEFAULT_XDG_DATA_HOME_LOGDIR@ 291DEFS = @DEFS@ 292DEPDIR = @DEPDIR@ 293DGA_CFLAGS = @DGA_CFLAGS@ 294DGA_LIBS = @DGA_LIBS@ 295DIX_CFLAGS = @DIX_CFLAGS@ 296DIX_LIB = @DIX_LIB@ 297DLLTOOL = @DLLTOOL@ 298DLOPEN_LIBS = @DLOPEN_LIBS@ 299DOT = @DOT@ 300DOXYGEN = @DOXYGEN@ 301DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@ 302DRI2PROTO_LIBS = @DRI2PROTO_LIBS@ 303DRI3PROTO_CFLAGS = @DRI3PROTO_CFLAGS@ 304DRI3PROTO_LIBS = @DRI3PROTO_LIBS@ 305DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 306DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 307DRI_DRIVER_PATH = @DRI_DRIVER_PATH@ 308DSYMUTIL = @DSYMUTIL@ 309DTRACE = @DTRACE@ 310DUMPBIN = @DUMPBIN@ 311ECHO_C = @ECHO_C@ 312ECHO_N = @ECHO_N@ 313ECHO_T = @ECHO_T@ 314EGREP = @EGREP@ 315ETAGS = @ETAGS@ 316EXEEXT = @EXEEXT@ 317FGREP = @FGREP@ 318FILECMD = @FILECMD@ 319FILE_MAN_DIR = @FILE_MAN_DIR@ 320FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 321FONT100DPIDIR = @FONT100DPIDIR@ 322FONT75DPIDIR = @FONT75DPIDIR@ 323FONTMISCDIR = @FONTMISCDIR@ 324FONTOTFDIR = @FONTOTFDIR@ 325FONTROOTDIR = @FONTROOTDIR@ 326FONTTTFDIR = @FONTTTFDIR@ 327FONTTYPE1DIR = @FONTTYPE1DIR@ 328FOP = @FOP@ 329GBM_CFLAGS = @GBM_CFLAGS@ 330GBM_LIBS = @GBM_LIBS@ 331GLAMOR_CFLAGS = @GLAMOR_CFLAGS@ 332GLAMOR_LIBS = @GLAMOR_LIBS@ 333GLX_ARCH_DEFINES = @GLX_ARCH_DEFINES@ 334GLX_DEFINES = @GLX_DEFINES@ 335GLX_SYS_LIBS = @GLX_SYS_LIBS@ 336GL_CFLAGS = @GL_CFLAGS@ 337GL_LIBS = @GL_LIBS@ 338GREP = @GREP@ 339HAL_CFLAGS = @HAL_CFLAGS@ 340HAL_LIBS = @HAL_LIBS@ 341HAVE_DOT = @HAVE_DOT@ 342INSTALL = @INSTALL@ 343INSTALL_CMD = @INSTALL_CMD@ 344INSTALL_DATA = @INSTALL_DATA@ 345INSTALL_PROGRAM = @INSTALL_PROGRAM@ 346INSTALL_SCRIPT = @INSTALL_SCRIPT@ 347INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 348KDRIVE_CFLAGS = @KDRIVE_CFLAGS@ 349KDRIVE_INCS = @KDRIVE_INCS@ 350KDRIVE_LIBS = @KDRIVE_LIBS@ 351KDRIVE_LOCAL_LIBS = @KDRIVE_LOCAL_LIBS@ 352KDRIVE_MAIN_LIB = @KDRIVE_MAIN_LIB@ 353KDRIVE_PURE_INCS = @KDRIVE_PURE_INCS@ 354KDRIVE_PURE_LIBS = @KDRIVE_PURE_LIBS@ 355KHRONOS_OPENGL_REGISTRY_CFLAGS = @KHRONOS_OPENGL_REGISTRY_CFLAGS@ 356KHRONOS_OPENGL_REGISTRY_LIBS = @KHRONOS_OPENGL_REGISTRY_LIBS@ 357KHRONOS_SPEC_DIR = @KHRONOS_SPEC_DIR@ 358LD = @LD@ 359LDFLAGS = @LDFLAGS@ 360LD_EXPORT_SYMBOLS_FLAG = @LD_EXPORT_SYMBOLS_FLAG@ 361LD_NO_UNDEFINED_FLAG = @LD_NO_UNDEFINED_FLAG@ 362LEX = @LEX@ 363LEXLIB = @LEXLIB@ 364LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 365LIBBSD_CFLAGS = @LIBBSD_CFLAGS@ 366LIBBSD_LIBS = @LIBBSD_LIBS@ 367LIBDRM_CFLAGS = @LIBDRM_CFLAGS@ 368LIBDRM_LIBS = @LIBDRM_LIBS@ 369LIBOBJS = @LIBOBJS@ 370LIBS = @LIBS@ 371LIBSHA1_CFLAGS = @LIBSHA1_CFLAGS@ 372LIBSHA1_LIBS = @LIBSHA1_LIBS@ 373LIBTOOL = @LIBTOOL@ 374LIBUNWIND_CFLAGS = @LIBUNWIND_CFLAGS@ 375LIBUNWIND_LIBS = @LIBUNWIND_LIBS@ 376LIBXCVT_CFLAGS = @LIBXCVT_CFLAGS@ 377LIBXCVT_LIBS = @LIBXCVT_LIBS@ 378LIB_MAN_DIR = @LIB_MAN_DIR@ 379LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 380LIPO = @LIPO@ 381LN_S = @LN_S@ 382LTLIBOBJS = @LTLIBOBJS@ 383LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 384MAIN_LIB = @MAIN_LIB@ 385MAKEINFO = @MAKEINFO@ 386MANIFEST_TOOL = @MANIFEST_TOOL@ 387MAN_SUBSTS = @MAN_SUBSTS@ 388MISC_MAN_DIR = @MISC_MAN_DIR@ 389MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 390MKDIR_P = @MKDIR_P@ 391NM = @NM@ 392NMEDIT = @NMEDIT@ 393OBJC = @OBJC@ 394OBJCCLD = @OBJCCLD@ 395OBJCDEPMODE = @OBJCDEPMODE@ 396OBJCFLAGS = @OBJCFLAGS@ 397OBJCLINK = @OBJCLINK@ 398OBJDUMP = @OBJDUMP@ 399OBJEXT = @OBJEXT@ 400OPENSSL_CFLAGS = @OPENSSL_CFLAGS@ 401OPENSSL_LIBS = @OPENSSL_LIBS@ 402OS_LIB = @OS_LIB@ 403OTOOL = @OTOOL@ 404OTOOL64 = @OTOOL64@ 405PACKAGE = @PACKAGE@ 406PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 407PACKAGE_NAME = @PACKAGE_NAME@ 408PACKAGE_STRING = @PACKAGE_STRING@ 409PACKAGE_TARNAME = @PACKAGE_TARNAME@ 410PACKAGE_URL = @PACKAGE_URL@ 411PACKAGE_VERSION = @PACKAGE_VERSION@ 412PATH_SEPARATOR = @PATH_SEPARATOR@ 413PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 414PCIACCESS_LIBS = @PCIACCESS_LIBS@ 415PCI_TXT_IDS_PATH = @PCI_TXT_IDS_PATH@ 416PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ 417PIXMAN_LIBS = @PIXMAN_LIBS@ 418PKG_CONFIG = @PKG_CONFIG@ 419PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 420PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 421PROJECTROOT = @PROJECTROOT@ 422PTHREAD_CC = @PTHREAD_CC@ 423PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 424PTHREAD_LIBS = @PTHREAD_LIBS@ 425PYTHON3 = @PYTHON3@ 426RANLIB = @RANLIB@ 427RAWCPP = @RAWCPP@ 428RAWCPPFLAGS = @RAWCPPFLAGS@ 429RELEASE_DATE = @RELEASE_DATE@ 430SDK_REQUIRED_MODULES = @SDK_REQUIRED_MODULES@ 431SED = @SED@ 432SELINUX_CFLAGS = @SELINUX_CFLAGS@ 433SELINUX_LIBS = @SELINUX_LIBS@ 434SERVER_MISC_CONFIG_PATH = @SERVER_MISC_CONFIG_PATH@ 435SET_MAKE = @SET_MAKE@ 436SHA1_CFLAGS = @SHA1_CFLAGS@ 437SHA1_LIBS = @SHA1_LIBS@ 438SHELL = @SHELL@ 439SOLARIS_INOUT_ARCH = @SOLARIS_INOUT_ARCH@ 440STRICT_CFLAGS = @STRICT_CFLAGS@ 441STRIP = @STRIP@ 442STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 443SUID_WRAPPER_DIR = @SUID_WRAPPER_DIR@ 444SYSCONFDIR = @SYSCONFDIR@ 445SYSTEMD_DAEMON_CFLAGS = @SYSTEMD_DAEMON_CFLAGS@ 446SYSTEMD_DAEMON_LIBS = @SYSTEMD_DAEMON_LIBS@ 447TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ 448UDEV_CFLAGS = @UDEV_CFLAGS@ 449UDEV_LIBS = @UDEV_LIBS@ 450UTILS_SYS_LIBS = @UTILS_SYS_LIBS@ 451VENDOR_NAME_SHORT = @VENDOR_NAME_SHORT@ 452VERSION = @VERSION@ 453WINDOWSDRI_CFLAGS = @WINDOWSDRI_CFLAGS@ 454WINDOWSDRI_LIBS = @WINDOWSDRI_LIBS@ 455WINDRES = @WINDRES@ 456XCONFIGDIR = @XCONFIGDIR@ 457XCONFIGFILE = @XCONFIGFILE@ 458XDMCP_CFLAGS = @XDMCP_CFLAGS@ 459XDMCP_LIBS = @XDMCP_LIBS@ 460XEPHYR_CFLAGS = @XEPHYR_CFLAGS@ 461XEPHYR_INCS = @XEPHYR_INCS@ 462XEPHYR_LIBS = @XEPHYR_LIBS@ 463XF86CONFIGDIR = @XF86CONFIGDIR@ 464XF86CONFIGFILE = @XF86CONFIGFILE@ 465XKB_BASE_DIRECTORY = @XKB_BASE_DIRECTORY@ 466XKB_BIN_DIRECTORY = @XKB_BIN_DIRECTORY@ 467XKB_COMPILED_DIR = @XKB_COMPILED_DIR@ 468XKB_DFLT_LAYOUT = @XKB_DFLT_LAYOUT@ 469XKB_DFLT_MODEL = @XKB_DFLT_MODEL@ 470XKB_DFLT_OPTIONS = @XKB_DFLT_OPTIONS@ 471XKB_DFLT_RULES = @XKB_DFLT_RULES@ 472XKB_DFLT_VARIANT = @XKB_DFLT_VARIANT@ 473XKM_OUTPUT_DIR = @XKM_OUTPUT_DIR@ 474XLIB_CFLAGS = @XLIB_CFLAGS@ 475XLIB_LIBS = @XLIB_LIBS@ 476XMLTO = @XMLTO@ 477XNESTMODULES_CFLAGS = @XNESTMODULES_CFLAGS@ 478XNESTMODULES_LIBS = @XNESTMODULES_LIBS@ 479XNEST_LIBS = @XNEST_LIBS@ 480XNEST_SYS_LIBS = @XNEST_SYS_LIBS@ 481XORG_CFLAGS = @XORG_CFLAGS@ 482XORG_DRIVER_LIBS = @XORG_DRIVER_LIBS@ 483XORG_INCS = @XORG_INCS@ 484XORG_LIBS = @XORG_LIBS@ 485XORG_MALLOC_DEBUG_ENV = @XORG_MALLOC_DEBUG_ENV@ 486XORG_MAN_PAGE = @XORG_MAN_PAGE@ 487XORG_MODULES_CFLAGS = @XORG_MODULES_CFLAGS@ 488XORG_MODULES_LIBS = @XORG_MODULES_LIBS@ 489XORG_OS_SUBDIR = @XORG_OS_SUBDIR@ 490XORG_SGML_PATH = @XORG_SGML_PATH@ 491XORG_SYS_LIBS = @XORG_SYS_LIBS@ 492XPBPROXY_CFLAGS = @XPBPROXY_CFLAGS@ 493XPBPROXY_LIBS = @XPBPROXY_LIBS@ 494XQUARTZ_LIBS = @XQUARTZ_LIBS@ 495XQUARTZ_SPARKLE = @XQUARTZ_SPARKLE@ 496XQUARTZ_SPARKLE_FEED_URL = @XQUARTZ_SPARKLE_FEED_URL@ 497XSERVERCFLAGS_CFLAGS = @XSERVERCFLAGS_CFLAGS@ 498XSERVERCFLAGS_LIBS = @XSERVERCFLAGS_LIBS@ 499XSERVERLIBS_CFLAGS = @XSERVERLIBS_CFLAGS@ 500XSERVERLIBS_LIBS = @XSERVERLIBS_LIBS@ 501XSERVER_LIBS = @XSERVER_LIBS@ 502XSERVER_SYS_LIBS = @XSERVER_SYS_LIBS@ 503XSHMFENCE_CFLAGS = @XSHMFENCE_CFLAGS@ 504XSHMFENCE_LIBS = @XSHMFENCE_LIBS@ 505XSLTPROC = @XSLTPROC@ 506XSL_STYLESHEET = @XSL_STYLESHEET@ 507XVFB_LIBS = @XVFB_LIBS@ 508XVFB_SYS_LIBS = @XVFB_SYS_LIBS@ 509XWINMODULES_CFLAGS = @XWINMODULES_CFLAGS@ 510XWINMODULES_LIBS = @XWINMODULES_LIBS@ 511XWIN_LIBS = @XWIN_LIBS@ 512XWIN_SERVER_NAME = @XWIN_SERVER_NAME@ 513XWIN_SYS_LIBS = @XWIN_SYS_LIBS@ 514YACC = @YACC@ 515YFLAGS = @YFLAGS@ 516abi_ansic = @abi_ansic@ 517abi_extension = @abi_extension@ 518abi_videodrv = @abi_videodrv@ 519abi_xinput = @abi_xinput@ 520abs_builddir = @abs_builddir@ 521abs_srcdir = @abs_srcdir@ 522abs_top_builddir = @abs_top_builddir@ 523abs_top_srcdir = @abs_top_srcdir@ 524ac_ct_AR = @ac_ct_AR@ 525ac_ct_CC = @ac_ct_CC@ 526ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 527am__include = @am__include@ 528am__leading_dot = @am__leading_dot@ 529am__quote = @am__quote@ 530am__rm_f_notfound = @am__rm_f_notfound@ 531am__tar = @am__tar@ 532am__untar = @am__untar@ 533am__xargs_n = @am__xargs_n@ 534ax_pthread_config = @ax_pthread_config@ 535bindir = @bindir@ 536build = @build@ 537build_alias = @build_alias@ 538build_cpu = @build_cpu@ 539build_os = @build_os@ 540build_vendor = @build_vendor@ 541builddir = @builddir@ 542datadir = @datadir@ 543datarootdir = @datarootdir@ 544docdir = @docdir@ 545driverdir = @driverdir@ 546dvidir = @dvidir@ 547exec_prefix = @exec_prefix@ 548extdir = @extdir@ 549host = @host@ 550host_alias = @host_alias@ 551host_cpu = @host_cpu@ 552host_os = @host_os@ 553host_vendor = @host_vendor@ 554htmldir = @htmldir@ 555includedir = @includedir@ 556infodir = @infodir@ 557install_sh = @install_sh@ 558libdir = @libdir@ 559libexecdir = @libexecdir@ 560localedir = @localedir@ 561localstatedir = @localstatedir@ 562logdir = @logdir@ 563mandir = @mandir@ 564mkdir_p = @mkdir_p@ 565moduledir = @moduledir@ 566oldincludedir = @oldincludedir@ 567pdfdir = @pdfdir@ 568prefix = @prefix@ 569program_transform_name = @program_transform_name@ 570psdir = @psdir@ 571runstatedir = @runstatedir@ 572sbindir = @sbindir@ 573sdkdir = @sdkdir@ 574sharedstatedir = @sharedstatedir@ 575srcdir = @srcdir@ 576symbol_visibility = @symbol_visibility@ 577sysconfdir = @sysconfdir@ 578sysconfigdir = @sysconfigdir@ 579target_alias = @target_alias@ 580top_build_prefix = @top_build_prefix@ 581top_builddir = @top_builddir@ 582top_srcdir = @top_srcdir@ 583SUBDIRS = bus @XORG_OS_SUBDIR@ misc $(DRI_SUBDIRS) 584DIST_SUBDIRS = bsd bus misc linux solaris stub hurd 585sdk_HEADERS = xf86_OSproc.h xf86_OSlib.h 586EXTRA_DIST = int10Defines.h xf86OSpriv.h 587 588# to get the grouping semantics right, you have to glom these three together 589# as one library, otherwise libtool will actively defeat your attempts to 590# list them multiple times on the link line. 591noinst_LTLIBRARIES = libxorgos.la 592libxorgos_la_SOURCES = 593libxorgos_la_LIBADD = @XORG_OS_SUBDIR@/lib@XORG_OS_SUBDIR@.la \ 594 bus/libbus.la \ 595 misc/libmisc.la 596 597AM_CFLAGS = $(DIX_CFLAGS) 598all: all-recursive 599 600.SUFFIXES: 601$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 602 @for dep in $?; do \ 603 case '$(am__configure_deps)' in \ 604 *$$dep*) \ 605 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 606 && { if test -f $@; then exit 0; else break; fi; }; \ 607 exit 1;; \ 608 esac; \ 609 done; \ 610 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign hw/xfree86/os-support/Makefile'; \ 611 $(am__cd) $(top_srcdir) && \ 612 $(AUTOMAKE) --foreign hw/xfree86/os-support/Makefile 613Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 614 @case '$?' in \ 615 *config.status*) \ 616 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 617 *) \ 618 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 619 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 620 esac; 621 622$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 623 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 624 625$(top_srcdir)/configure: $(am__configure_deps) 626 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 627$(ACLOCAL_M4): $(am__aclocal_m4_deps) 628 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 629$(am__aclocal_m4_deps): 630 631clean-noinstLTLIBRARIES: 632 -$(am__rm_f) $(noinst_LTLIBRARIES) 633 @list='$(noinst_LTLIBRARIES)'; \ 634 locs=`for p in $$list; do echo $$p; done | \ 635 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 636 sort -u`; \ 637 echo rm -f $${locs}; \ 638 $(am__rm_f) $${locs} 639 640libxorgos.la: $(libxorgos_la_OBJECTS) $(libxorgos_la_DEPENDENCIES) $(EXTRA_libxorgos_la_DEPENDENCIES) 641 $(AM_V_CCLD)$(LINK) $(libxorgos_la_OBJECTS) $(libxorgos_la_LIBADD) $(LIBS) 642 643mostlyclean-compile: 644 -rm -f *.$(OBJEXT) 645 646distclean-compile: 647 -rm -f *.tab.c 648 649mostlyclean-libtool: 650 -rm -f *.lo 651 652clean-libtool: 653 -rm -rf .libs _libs 654install-sdkHEADERS: $(sdk_HEADERS) 655 @$(NORMAL_INSTALL) 656 @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ 657 if test -n "$$list"; then \ 658 echo " $(MKDIR_P) '$(DESTDIR)$(sdkdir)'"; \ 659 $(MKDIR_P) "$(DESTDIR)$(sdkdir)" || exit 1; \ 660 fi; \ 661 for p in $$list; do \ 662 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 663 echo "$$d$$p"; \ 664 done | $(am__base_list) | \ 665 while read files; do \ 666 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ 667 $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ 668 done 669 670uninstall-sdkHEADERS: 671 @$(NORMAL_UNINSTALL) 672 @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ 673 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 674 dir='$(DESTDIR)$(sdkdir)'; $(am__uninstall_files_from_dir) 675 676# This directory's subdirectories are mostly independent; you can cd 677# into them and run 'make' without going through this Makefile. 678# To change the values of 'make' variables: instead of editing Makefiles, 679# (1) if the variable is set in 'config.status', edit 'config.status' 680# (which will cause the Makefiles to be regenerated when you run 'make'); 681# (2) otherwise, pass the desired values on the 'make' command line. 682$(am__recursive_targets): 683 @fail=; \ 684 if $(am__make_keepgoing); then \ 685 failcom='fail=yes'; \ 686 else \ 687 failcom='exit 1'; \ 688 fi; \ 689 dot_seen=no; \ 690 target=`echo $@ | sed s/-recursive//`; \ 691 case "$@" in \ 692 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 693 *) list='$(SUBDIRS)' ;; \ 694 esac; \ 695 for subdir in $$list; do \ 696 echo "Making $$target in $$subdir"; \ 697 if test "$$subdir" = "."; then \ 698 dot_seen=yes; \ 699 local_target="$$target-am"; \ 700 else \ 701 local_target="$$target"; \ 702 fi; \ 703 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 704 || eval $$failcom; \ 705 done; \ 706 if test "$$dot_seen" = "no"; then \ 707 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 708 fi; test -z "$$fail" 709 710ID: $(am__tagged_files) 711 $(am__define_uniq_tagged_files); mkid -fID $$unique 712tags: tags-recursive 713TAGS: tags 714 715tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 716 set x; \ 717 here=`pwd`; \ 718 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 719 include_option=--etags-include; \ 720 empty_fix=.; \ 721 else \ 722 include_option=--include; \ 723 empty_fix=; \ 724 fi; \ 725 list='$(SUBDIRS)'; for subdir in $$list; do \ 726 if test "$$subdir" = .; then :; else \ 727 test ! -f $$subdir/TAGS || \ 728 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 729 fi; \ 730 done; \ 731 $(am__define_uniq_tagged_files); \ 732 shift; \ 733 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 734 test -n "$$unique" || unique=$$empty_fix; \ 735 if test $$# -gt 0; then \ 736 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 737 "$$@" $$unique; \ 738 else \ 739 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 740 $$unique; \ 741 fi; \ 742 fi 743ctags: ctags-recursive 744 745CTAGS: ctags 746ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 747 $(am__define_uniq_tagged_files); \ 748 test -z "$(CTAGS_ARGS)$$unique" \ 749 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 750 $$unique 751 752GTAGS: 753 here=`$(am__cd) $(top_builddir) && pwd` \ 754 && $(am__cd) $(top_srcdir) \ 755 && gtags -i $(GTAGS_ARGS) "$$here" 756cscopelist: cscopelist-recursive 757 758cscopelist-am: $(am__tagged_files) 759 list='$(am__tagged_files)'; \ 760 case "$(srcdir)" in \ 761 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 762 *) sdir=$(subdir)/$(srcdir) ;; \ 763 esac; \ 764 for i in $$list; do \ 765 if test -f "$$i"; then \ 766 echo "$(subdir)/$$i"; \ 767 else \ 768 echo "$$sdir/$$i"; \ 769 fi; \ 770 done >> $(top_builddir)/cscope.files 771 772distclean-tags: 773 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 774distdir: $(BUILT_SOURCES) 775 $(MAKE) $(AM_MAKEFLAGS) distdir-am 776 777distdir-am: $(DISTFILES) 778 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 779 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 780 list='$(DISTFILES)'; \ 781 dist_files=`for file in $$list; do echo $$file; done | \ 782 sed -e "s|^$$srcdirstrip/||;t" \ 783 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 784 case $$dist_files in \ 785 */*) $(MKDIR_P) `echo "$$dist_files" | \ 786 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 787 sort -u` ;; \ 788 esac; \ 789 for file in $$dist_files; do \ 790 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 791 if test -d $$d/$$file; then \ 792 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 793 if test -d "$(distdir)/$$file"; then \ 794 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 795 fi; \ 796 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 797 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 798 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 799 fi; \ 800 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 801 else \ 802 test -f "$(distdir)/$$file" \ 803 || cp -p $$d/$$file "$(distdir)/$$file" \ 804 || exit 1; \ 805 fi; \ 806 done 807 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 808 if test "$$subdir" = .; then :; else \ 809 $(am__make_dryrun) \ 810 || test -d "$(distdir)/$$subdir" \ 811 || $(MKDIR_P) "$(distdir)/$$subdir" \ 812 || exit 1; \ 813 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 814 $(am__relativize); \ 815 new_distdir=$$reldir; \ 816 dir1=$$subdir; dir2="$(top_distdir)"; \ 817 $(am__relativize); \ 818 new_top_distdir=$$reldir; \ 819 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 820 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 821 ($(am__cd) $$subdir && \ 822 $(MAKE) $(AM_MAKEFLAGS) \ 823 top_distdir="$$new_top_distdir" \ 824 distdir="$$new_distdir" \ 825 am__remove_distdir=: \ 826 am__skip_length_check=: \ 827 am__skip_mode_fix=: \ 828 distdir) \ 829 || exit 1; \ 830 fi; \ 831 done 832check-am: all-am 833check: check-recursive 834all-am: Makefile $(LTLIBRARIES) $(HEADERS) 835installdirs: installdirs-recursive 836installdirs-am: 837 for dir in "$(DESTDIR)$(sdkdir)"; do \ 838 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 839 done 840install: install-recursive 841install-exec: install-exec-recursive 842install-data: install-data-recursive 843uninstall: uninstall-recursive 844 845install-am: all-am 846 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 847 848installcheck: installcheck-recursive 849install-strip: 850 if test -z '$(STRIP)'; then \ 851 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 852 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 853 install; \ 854 else \ 855 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 856 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 857 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 858 fi 859mostlyclean-generic: 860 861clean-generic: 862 863distclean-generic: 864 -$(am__rm_f) $(CONFIG_CLEAN_FILES) 865 -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) 866 867maintainer-clean-generic: 868 @echo "This command is intended for maintainers to use" 869 @echo "it deletes files that may require special tools to rebuild." 870clean: clean-recursive 871 872clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 873 mostlyclean-am 874 875distclean: distclean-recursive 876 -rm -f Makefile 877distclean-am: clean-am distclean-compile distclean-generic \ 878 distclean-tags 879 880dvi: dvi-recursive 881 882dvi-am: 883 884html: html-recursive 885 886html-am: 887 888info: info-recursive 889 890info-am: 891 892install-data-am: install-sdkHEADERS 893 894install-dvi: install-dvi-recursive 895 896install-dvi-am: 897 898install-exec-am: 899 900install-html: install-html-recursive 901 902install-html-am: 903 904install-info: install-info-recursive 905 906install-info-am: 907 908install-man: 909 910install-pdf: install-pdf-recursive 911 912install-pdf-am: 913 914install-ps: install-ps-recursive 915 916install-ps-am: 917 918installcheck-am: 919 920maintainer-clean: maintainer-clean-recursive 921 -rm -f Makefile 922maintainer-clean-am: distclean-am maintainer-clean-generic 923 924mostlyclean: mostlyclean-recursive 925 926mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 927 mostlyclean-libtool 928 929pdf: pdf-recursive 930 931pdf-am: 932 933ps: ps-recursive 934 935ps-am: 936 937uninstall-am: uninstall-sdkHEADERS 938 939.MAKE: $(am__recursive_targets) install-am install-strip 940 941.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 942 check-am clean clean-generic clean-libtool \ 943 clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ 944 distclean-compile distclean-generic distclean-libtool \ 945 distclean-tags distdir dvi dvi-am html html-am info info-am \ 946 install install-am install-data install-data-am install-dvi \ 947 install-dvi-am install-exec install-exec-am install-html \ 948 install-html-am install-info install-info-am install-man \ 949 install-pdf install-pdf-am install-ps install-ps-am \ 950 install-sdkHEADERS install-strip installcheck installcheck-am \ 951 installdirs installdirs-am maintainer-clean \ 952 maintainer-clean-generic mostlyclean mostlyclean-compile \ 953 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 954 tags tags-am uninstall uninstall-am uninstall-sdkHEADERS 955 956.PRECIOUS: Makefile 957 958 959# Tell versions [3.59,3.63) of GNU make to not export all variables. 960# Otherwise a system limit (for SysV at least) may be exceeded. 961.NOEXPORT: 962 963# Tell GNU make to disable its built-in pattern rules. 964%:: %,v 965%:: RCS/%,v 966%:: RCS/% 967%:: s.% 968%:: SCCS/s.% 969