VirtualBox

source: vbox/trunk/src/VBox/Additions/3D/mesa/mesa-17.3.9/Makefile.in@ 95281

最後變更 在這個檔案從95281是 75443,由 vboxsync 提交於 6 年 前

Exported Mesa related code to OSE.

  • 屬性 svn:eol-style 設為 LF
檔案大小: 34.0 KB
 
1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 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# Copyright © 2012 Intel Corporation
18#
19# Permission is hereby granted, free of charge, to any person obtaining a
20# copy of this software and associated documentation files (the "Software"),
21# to deal in the Software without restriction, including without limitation
22# the rights to use, copy, modify, merge, publish, distribute, sublicense,
23# and/or sell copies of the Software, and to permit persons to whom the
24# Software is furnished to do so, subject to the following conditions:
25#
26# The above copyright notice and this permission notice (including the next
27# paragraph) shall be included in all copies or substantial portions of the
28# Software.
29#
30# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
33# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
35# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
36# IN THE SOFTWARE.
37
38VPATH = @srcdir@
39am__is_gnu_make = { \
40 if test -z '$(MAKELEVEL)'; then \
41 false; \
42 elif test -n '$(MAKE_HOST)'; then \
43 true; \
44 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
45 true; \
46 else \
47 false; \
48 fi; \
49}
50am__make_running_with_option = \
51 case $${target_option-} in \
52 ?) ;; \
53 *) echo "am__make_running_with_option: internal error: invalid" \
54 "target option '$${target_option-}' specified" >&2; \
55 exit 1;; \
56 esac; \
57 has_opt=no; \
58 sane_makeflags=$$MAKEFLAGS; \
59 if $(am__is_gnu_make); then \
60 sane_makeflags=$$MFLAGS; \
61 else \
62 case $$MAKEFLAGS in \
63 *\\[\ \ ]*) \
64 bs=\\; \
65 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
66 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
67 esac; \
68 fi; \
69 skip_next=no; \
70 strip_trailopt () \
71 { \
72 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
73 }; \
74 for flg in $$sane_makeflags; do \
75 test $$skip_next = yes && { skip_next=no; continue; }; \
76 case $$flg in \
77 *=*|--*) continue;; \
78 -*I) strip_trailopt 'I'; skip_next=yes;; \
79 -*I?*) strip_trailopt 'I';; \
80 -*O) strip_trailopt 'O'; skip_next=yes;; \
81 -*O?*) strip_trailopt 'O';; \
82 -*l) strip_trailopt 'l'; skip_next=yes;; \
83 -*l?*) strip_trailopt 'l';; \
84 -[dEDm]) skip_next=yes;; \
85 -[JT]) skip_next=yes;; \
86 esac; \
87 case $$flg in \
88 *$$target_option*) has_opt=yes; break;; \
89 esac; \
90 done; \
91 test $$has_opt = yes
92am__make_dryrun = (target_option=n; $(am__make_running_with_option))
93am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
94pkgdatadir = $(datadir)/@PACKAGE@
95pkgincludedir = $(includedir)/@PACKAGE@
96pkglibdir = $(libdir)/@PACKAGE@
97pkglibexecdir = $(libexecdir)/@PACKAGE@
98am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
99install_sh_DATA = $(install_sh) -c -m 644
100install_sh_PROGRAM = $(install_sh) -c
101install_sh_SCRIPT = $(install_sh) -c
102INSTALL_HEADER = $(INSTALL_DATA)
103transform = $(program_transform_name)
104NORMAL_INSTALL = :
105PRE_INSTALL = :
106POST_INSTALL = :
107NORMAL_UNINSTALL = :
108PRE_UNINSTALL = :
109POST_UNINSTALL = :
110build_triplet = @build@
111host_triplet = @host@
112target_triplet = @target@
113subdir = .
114ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
115am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
116 $(top_srcdir)/m4/ax_check_gnu_make.m4 \
117 $(top_srcdir)/m4/ax_check_python_mako_module.m4 \
118 $(top_srcdir)/m4/ax_gcc_builtin.m4 \
119 $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
120 $(top_srcdir)/m4/ax_prog_bison.m4 \
121 $(top_srcdir)/m4/ax_prog_flex.m4 \
122 $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
123 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
124 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
125 $(top_srcdir)/VERSION $(top_srcdir)/configure.ac
126am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
127 $(ACLOCAL_M4)
128DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
129 $(am__configure_deps) $(noinst_HEADERS) $(am__DIST_COMMON)
130am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
131 configure.lineno config.status.lineno
132mkinstalldirs = $(install_sh) -d
133CONFIG_CLEAN_FILES = src/egl/main/egl.pc src/gbm/main/gbm.pc \
134 src/mapi/es1api/glesv1_cm.pc src/mapi/es2api/glesv2.pc
135CONFIG_CLEAN_VPATH_FILES =
136AM_V_P = $(am__v_P_@AM_V@)
137am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
138am__v_P_0 = false
139am__v_P_1 = :
140AM_V_GEN = $(am__v_GEN_@AM_V@)
141am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
142am__v_GEN_0 = @echo " GEN " $@;
143am__v_GEN_1 =
144AM_V_at = $(am__v_at_@AM_V@)
145am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
146am__v_at_0 = @
147am__v_at_1 =
148SOURCES =
149DIST_SOURCES =
150RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
151 ctags-recursive dvi-recursive html-recursive info-recursive \
152 install-data-recursive install-dvi-recursive \
153 install-exec-recursive install-html-recursive \
154 install-info-recursive install-pdf-recursive \
155 install-ps-recursive install-recursive installcheck-recursive \
156 installdirs-recursive pdf-recursive ps-recursive \
157 tags-recursive uninstall-recursive
158am__can_run_installinfo = \
159 case $$AM_UPDATE_INFO_DIR in \
160 n|no|NO) false;; \
161 *) (install-info --version) >/dev/null 2>&1;; \
162 esac
163HEADERS = $(noinst_HEADERS)
164RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
165 distclean-recursive maintainer-clean-recursive
166am__recursive_targets = \
167 $(RECURSIVE_TARGETS) \
168 $(RECURSIVE_CLEAN_TARGETS) \
169 $(am__extra_recursive_targets)
170AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
171 cscope distdir dist dist-all distcheck
172am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
173# Read a list of newline-separated strings from the standard input,
174# and print each of them once, without duplicates. Input order is
175# *not* preserved.
176am__uniquify_input = $(AWK) '\
177 BEGIN { nonempty = 0; } \
178 { items[$$0] = 1; nonempty = 1; } \
179 END { if (nonempty) { for (i in items) print i; }; } \
180'
181# Make sure the list of sources is unique. This is necessary because,
182# e.g., the same source file might be shared among _SOURCES variables
183# for different programs/libraries.
184am__define_uniq_tagged_files = \
185 list='$(am__tagged_files)'; \
186 unique=`for i in $$list; do \
187 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
188 done | $(am__uniquify_input)`
189ETAGS = etags
190CTAGS = ctags
191CSCOPE = cscope
192DIST_SUBDIRS = $(SUBDIRS)
193am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/bin/ar-lib \
194 $(top_srcdir)/bin/compile $(top_srcdir)/bin/config.guess \
195 $(top_srcdir)/bin/config.sub $(top_srcdir)/bin/install-sh \
196 $(top_srcdir)/bin/ltmain.sh $(top_srcdir)/bin/missing \
197 $(top_srcdir)/src/egl/main/egl.pc.in \
198 $(top_srcdir)/src/gbm/main/gbm.pc.in \
199 $(top_srcdir)/src/mapi/es1api/glesv1_cm.pc.in \
200 $(top_srcdir)/src/mapi/es2api/glesv2.pc.in bin/ar-lib \
201 bin/compile bin/config.guess bin/config.sub bin/install-sh \
202 bin/ltmain.sh bin/missing
203DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
204distdir = $(PACKAGE)-$(VERSION)
205top_distdir = $(distdir)
206am__remove_distdir = \
207 if test -d "$(distdir)"; then \
208 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
209 && rm -rf "$(distdir)" \
210 || { sleep 5 && rm -rf "$(distdir)"; }; \
211 else :; fi
212am__post_remove_distdir = $(am__remove_distdir)
213am__relativize = \
214 dir0=`pwd`; \
215 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
216 sed_rest='s,^[^/]*/*,,'; \
217 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
218 sed_butlast='s,/*[^/]*$$,,'; \
219 while test -n "$$dir1"; do \
220 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
221 if test "$$first" != "."; then \
222 if test "$$first" = ".."; then \
223 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
224 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
225 else \
226 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
227 if test "$$first2" = "$$first"; then \
228 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
229 else \
230 dir2="../$$dir2"; \
231 fi; \
232 dir0="$$dir0"/"$$first"; \
233 fi; \
234 fi; \
235 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
236 done; \
237 reldir="$$dir2"
238DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
239GZIP_ENV = --best
240DIST_TARGETS = dist-xz dist-gzip
241distuninstallcheck_listfiles = find . -type f -print
242am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
243 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
244distcleancheck_listfiles = find . -type f -print
245ACLOCAL = @ACLOCAL@
246AMDGPU_CFLAGS = @AMDGPU_CFLAGS@
247AMDGPU_LIBS = @AMDGPU_LIBS@
248AMTAR = @AMTAR@
249AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
250ANDROID_CFLAGS = @ANDROID_CFLAGS@
251ANDROID_LIBS = @ANDROID_LIBS@
252AR = @AR@
253AUTOCONF = @AUTOCONF@
254AUTOHEADER = @AUTOHEADER@
255AUTOMAKE = @AUTOMAKE@
256AWK = @AWK@
257BSYMBOLIC = @BSYMBOLIC@
258CC = @CC@
259CCAS = @CCAS@
260CCASDEPMODE = @CCASDEPMODE@
261CCASFLAGS = @CCASFLAGS@
262CCDEPMODE = @CCDEPMODE@
263CFLAGS = @CFLAGS@
264CLANG_RESOURCE_DIR = @CLANG_RESOURCE_DIR@
265CLOCK_LIB = @CLOCK_LIB@
266CLOVER_STD_OVERRIDE = @CLOVER_STD_OVERRIDE@
267CPP = @CPP@
268CPPFLAGS = @CPPFLAGS@
269CXX = @CXX@
270CXXCPP = @CXXCPP@
271CXXDEPMODE = @CXXDEPMODE@
272CXXFLAGS = @CXXFLAGS@
273CYGPATH_W = @CYGPATH_W@
274D3D_DRIVER_INSTALL_DIR = @D3D_DRIVER_INSTALL_DIR@
275DEFINES = @DEFINES@
276DEFS = @DEFS@
277DEPDIR = @DEPDIR@
278DLLTOOL = @DLLTOOL@
279DLOPEN_LIBS = @DLOPEN_LIBS@
280DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@
281DRI2PROTO_LIBS = @DRI2PROTO_LIBS@
282DRIGL_CFLAGS = @DRIGL_CFLAGS@
283DRIGL_LIBS = @DRIGL_LIBS@
284DRI_DRIVER_INSTALL_DIR = @DRI_DRIVER_INSTALL_DIR@
285DRI_DRIVER_SEARCH_DIR = @DRI_DRIVER_SEARCH_DIR@
286DRI_LIB_DEPS = @DRI_LIB_DEPS@
287DRI_PC_REQ_PRIV = @DRI_PC_REQ_PRIV@
288DSYMUTIL = @DSYMUTIL@
289DUMPBIN = @DUMPBIN@
290ECHO_C = @ECHO_C@
291ECHO_N = @ECHO_N@
292ECHO_T = @ECHO_T@
293EGL_CFLAGS = @EGL_CFLAGS@
294EGL_LIB_DEPS = @EGL_LIB_DEPS@
295EGL_NATIVE_PLATFORM = @EGL_NATIVE_PLATFORM@
296EGREP = @EGREP@
297ETNAVIV_CFLAGS = @ETNAVIV_CFLAGS@
298ETNAVIV_LIBS = @ETNAVIV_LIBS@
299EXEEXT = @EXEEXT@
300EXPAT_CFLAGS = @EXPAT_CFLAGS@
301EXPAT_LIBS = @EXPAT_LIBS@
302FGREP = @FGREP@
303FREEDRENO_CFLAGS = @FREEDRENO_CFLAGS@
304FREEDRENO_LIBS = @FREEDRENO_LIBS@
305GALLIUM_PIPE_LOADER_DEFINES = @GALLIUM_PIPE_LOADER_DEFINES@
306GBM_PC_LIB_PRIV = @GBM_PC_LIB_PRIV@
307GBM_PC_REQ_PRIV = @GBM_PC_REQ_PRIV@
308GC_SECTIONS = @GC_SECTIONS@
309GLESv1_CM_LIB_DEPS = @GLESv1_CM_LIB_DEPS@
310GLESv1_CM_PC_LIB_PRIV = @GLESv1_CM_PC_LIB_PRIV@
311GLESv2_LIB_DEPS = @GLESv2_LIB_DEPS@
312GLESv2_PC_LIB_PRIV = @GLESv2_PC_LIB_PRIV@
313GLPROTO_CFLAGS = @GLPROTO_CFLAGS@
314GLPROTO_LIBS = @GLPROTO_LIBS@
315GLVND_CFLAGS = @GLVND_CFLAGS@
316GLVND_LIBS = @GLVND_LIBS@
317GLX_TLS = @GLX_TLS@
318GL_LIB = @GL_LIB@
319GL_LIB_DEPS = @GL_LIB_DEPS@
320GL_PC_CFLAGS = @GL_PC_CFLAGS@
321GL_PC_LIB_PRIV = @GL_PC_LIB_PRIV@
322GL_PC_REQ_PRIV = @GL_PC_REQ_PRIV@
323GREP = @GREP@
324HAVE_XF86VIDMODE = @HAVE_XF86VIDMODE@
325I915_CFLAGS = @I915_CFLAGS@
326I915_LIBS = @I915_LIBS@
327INDENT = @INDENT@
328INDENT_FLAGS = @INDENT_FLAGS@
329INSTALL = @INSTALL@
330INSTALL_DATA = @INSTALL_DATA@
331INSTALL_PROGRAM = @INSTALL_PROGRAM@
332INSTALL_SCRIPT = @INSTALL_SCRIPT@
333INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
334LD = @LD@
335LDFLAGS = @LDFLAGS@
336LD_NO_UNDEFINED = @LD_NO_UNDEFINED@
337LEX = @LEX@
338LEXLIB = @LEXLIB@
339LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
340LIBATOMIC_LIBS = @LIBATOMIC_LIBS@
341LIBCLC_INCLUDEDIR = @LIBCLC_INCLUDEDIR@
342LIBCLC_LIBEXECDIR = @LIBCLC_LIBEXECDIR@
343LIBDRM_CFLAGS = @LIBDRM_CFLAGS@
344LIBDRM_LIBS = @LIBDRM_LIBS@
345LIBELF_CFLAGS = @LIBELF_CFLAGS@
346LIBELF_LIBS = @LIBELF_LIBS@
347LIBGLVND_DATADIR = @LIBGLVND_DATADIR@
348LIBOBJS = @LIBOBJS@
349LIBS = @LIBS@
350LIBSENSORS_LIBS = @LIBSENSORS_LIBS@
351LIBTOOL = @LIBTOOL@
352LIBUNWIND_CFLAGS = @LIBUNWIND_CFLAGS@
353LIBUNWIND_LIBS = @LIBUNWIND_LIBS@
354LIB_DIR = @LIB_DIR@
355LIB_EXT = @LIB_EXT@
356LIPO = @LIPO@
357LLVM_CFLAGS = @LLVM_CFLAGS@
358LLVM_CONFIG = @LLVM_CONFIG@
359LLVM_CXXFLAGS = @LLVM_CXXFLAGS@
360LLVM_INCLUDEDIR = @LLVM_INCLUDEDIR@
361LLVM_LDFLAGS = @LLVM_LDFLAGS@
362LLVM_LIBS = @LLVM_LIBS@
363LN_S = @LN_S@
364LTLIBOBJS = @LTLIBOBJS@
365LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
366MAKEINFO = @MAKEINFO@
367MANIFEST_TOOL = @MANIFEST_TOOL@
368MKDIR_P = @MKDIR_P@
369MSVC2013_COMPAT_CFLAGS = @MSVC2013_COMPAT_CFLAGS@
370MSVC2013_COMPAT_CXXFLAGS = @MSVC2013_COMPAT_CXXFLAGS@
371NINE_MAJOR = @NINE_MAJOR@
372NINE_MINOR = @NINE_MINOR@
373NINE_TINY = @NINE_TINY@
374NINE_VERSION = @NINE_VERSION@
375NM = @NM@
376NMEDIT = @NMEDIT@
377NOUVEAU_CFLAGS = @NOUVEAU_CFLAGS@
378NOUVEAU_LIBS = @NOUVEAU_LIBS@
379NVVIEUX_CFLAGS = @NVVIEUX_CFLAGS@
380NVVIEUX_LIBS = @NVVIEUX_LIBS@
381OBJDUMP = @OBJDUMP@
382OBJEXT = @OBJEXT@
383OMX_BELLAGIO_CFLAGS = @OMX_BELLAGIO_CFLAGS@
384OMX_BELLAGIO_LIBS = @OMX_BELLAGIO_LIBS@
385OMX_BELLAGIO_LIB_INSTALL_DIR = @OMX_BELLAGIO_LIB_INSTALL_DIR@
386OPENCL_LIBNAME = @OPENCL_LIBNAME@
387OPENCL_VERSION = @OPENCL_VERSION@
388OSMESA_LIB = @OSMESA_LIB@
389OSMESA_LIB_DEPS = @OSMESA_LIB_DEPS@
390OSMESA_PC_LIB_PRIV = @OSMESA_PC_LIB_PRIV@
391OSMESA_PC_REQ = @OSMESA_PC_REQ@
392OSMESA_VERSION = @OSMESA_VERSION@
393OTOOL = @OTOOL@
394OTOOL64 = @OTOOL64@
395PACKAGE = @PACKAGE@
396PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
397PACKAGE_NAME = @PACKAGE_NAME@
398PACKAGE_STRING = @PACKAGE_STRING@
399PACKAGE_TARNAME = @PACKAGE_TARNAME@
400PACKAGE_URL = @PACKAGE_URL@
401PACKAGE_VERSION = @PACKAGE_VERSION@
402PATH_SEPARATOR = @PATH_SEPARATOR@
403PKG_CONFIG = @PKG_CONFIG@
404PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
405PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
406POSIX_SHELL = @POSIX_SHELL@
407PTHREADSTUBS_CFLAGS = @PTHREADSTUBS_CFLAGS@
408PTHREADSTUBS_LIBS = @PTHREADSTUBS_LIBS@
409PTHREAD_CC = @PTHREAD_CC@
410PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
411PTHREAD_LIBS = @PTHREAD_LIBS@
412PWR8_CFLAGS = @PWR8_CFLAGS@
413PYTHON2 = @PYTHON2@
414RADEON_CFLAGS = @RADEON_CFLAGS@
415RADEON_LIBS = @RADEON_LIBS@
416RANLIB = @RANLIB@
417RM = @RM@
418SED = @SED@
419SELINUX_CFLAGS = @SELINUX_CFLAGS@
420SELINUX_LIBS = @SELINUX_LIBS@
421SET_MAKE = @SET_MAKE@
422SHELL = @SHELL@
423SIMPENROSE_CFLAGS = @SIMPENROSE_CFLAGS@
424SIMPENROSE_LIBS = @SIMPENROSE_LIBS@
425SSE41_CFLAGS = @SSE41_CFLAGS@
426STRIP = @STRIP@
427SWR_AVX2_CXXFLAGS = @SWR_AVX2_CXXFLAGS@
428SWR_AVX_CXXFLAGS = @SWR_AVX_CXXFLAGS@
429SWR_CXX11_CXXFLAGS = @SWR_CXX11_CXXFLAGS@
430SWR_KNL_CXXFLAGS = @SWR_KNL_CXXFLAGS@
431SWR_SKX_CXXFLAGS = @SWR_SKX_CXXFLAGS@
432VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
433VALGRIND_LIBS = @VALGRIND_LIBS@
434VA_CFLAGS = @VA_CFLAGS@
435VA_LIBS = @VA_LIBS@
436VA_LIB_INSTALL_DIR = @VA_LIB_INSTALL_DIR@
437VA_MAJOR = @VA_MAJOR@
438VA_MINOR = @VA_MINOR@
439VC5_SIMULATOR_CFLAGS = @VC5_SIMULATOR_CFLAGS@
440VC5_SIMULATOR_LIBS = @VC5_SIMULATOR_LIBS@
441VDPAU_CFLAGS = @VDPAU_CFLAGS@
442VDPAU_LIBS = @VDPAU_LIBS@
443VDPAU_LIB_INSTALL_DIR = @VDPAU_LIB_INSTALL_DIR@
444VDPAU_MAJOR = @VDPAU_MAJOR@
445VDPAU_MINOR = @VDPAU_MINOR@
446VERSION = @VERSION@
447VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
448VISIBILITY_CXXFLAGS = @VISIBILITY_CXXFLAGS@
449VL_CFLAGS = @VL_CFLAGS@
450VL_LIBS = @VL_LIBS@
451VULKAN_ICD_INSTALL_DIR = @VULKAN_ICD_INSTALL_DIR@
452WAYLAND_CLIENT_CFLAGS = @WAYLAND_CLIENT_CFLAGS@
453WAYLAND_CLIENT_LIBS = @WAYLAND_CLIENT_LIBS@
454WAYLAND_PROTOCOLS_DATADIR = @WAYLAND_PROTOCOLS_DATADIR@
455WAYLAND_SCANNER = @WAYLAND_SCANNER@
456WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
457WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
458WAYLAND_SERVER_CFLAGS = @WAYLAND_SERVER_CFLAGS@
459WAYLAND_SERVER_LIBS = @WAYLAND_SERVER_LIBS@
460WNO_OVERRIDE_INIT = @WNO_OVERRIDE_INIT@
461X11_INCLUDES = @X11_INCLUDES@
462XA_MAJOR = @XA_MAJOR@
463XA_MINOR = @XA_MINOR@
464XA_TINY = @XA_TINY@
465XA_VERSION = @XA_VERSION@
466XCB_DRI2_CFLAGS = @XCB_DRI2_CFLAGS@
467XCB_DRI2_LIBS = @XCB_DRI2_LIBS@
468XCB_DRI3_CFLAGS = @XCB_DRI3_CFLAGS@
469XCB_DRI3_LIBS = @XCB_DRI3_LIBS@
470XF86VIDMODE_CFLAGS = @XF86VIDMODE_CFLAGS@
471XF86VIDMODE_LIBS = @XF86VIDMODE_LIBS@
472XLIBGL_CFLAGS = @XLIBGL_CFLAGS@
473XLIBGL_LIBS = @XLIBGL_LIBS@
474XVMC_CFLAGS = @XVMC_CFLAGS@
475XVMC_LIBS = @XVMC_LIBS@
476XVMC_LIB_INSTALL_DIR = @XVMC_LIB_INSTALL_DIR@
477XVMC_MAJOR = @XVMC_MAJOR@
478XVMC_MINOR = @XVMC_MINOR@
479YACC = @YACC@
480YFLAGS = @YFLAGS@
481ZLIB_CFLAGS = @ZLIB_CFLAGS@
482ZLIB_LIBS = @ZLIB_LIBS@
483abs_builddir = @abs_builddir@
484abs_srcdir = @abs_srcdir@
485abs_top_builddir = @abs_top_builddir@
486abs_top_srcdir = @abs_top_srcdir@
487ac_ct_AR = @ac_ct_AR@
488ac_ct_CC = @ac_ct_CC@
489ac_ct_CXX = @ac_ct_CXX@
490ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
491acv_mako_found = @acv_mako_found@
492am__include = @am__include@
493am__leading_dot = @am__leading_dot@
494am__quote = @am__quote@
495am__tar = @am__tar@
496am__untar = @am__untar@
497ax_pthread_config = @ax_pthread_config@
498bindir = @bindir@
499build = @build@
500build_alias = @build_alias@
501build_cpu = @build_cpu@
502build_os = @build_os@
503build_vendor = @build_vendor@
504builddir = @builddir@
505datadir = @datadir@
506datarootdir = @datarootdir@
507docdir = @docdir@
508dvidir = @dvidir@
509exec_prefix = @exec_prefix@
510host = @host@
511host_alias = @host_alias@
512host_cpu = @host_cpu@
513host_os = @host_os@
514host_vendor = @host_vendor@
515htmldir = @htmldir@
516ifGNUmake = @ifGNUmake@
517includedir = @includedir@
518infodir = @infodir@
519install_sh = @install_sh@
520libdir = @libdir@
521libexecdir = @libexecdir@
522localedir = @localedir@
523localstatedir = @localstatedir@
524mandir = @mandir@
525mkdir_p = @mkdir_p@
526oldincludedir = @oldincludedir@
527pdfdir = @pdfdir@
528prefix = @prefix@
529program_transform_name = @program_transform_name@
530psdir = @psdir@
531runstatedir = @runstatedir@
532sbindir = @sbindir@
533sharedstatedir = @sharedstatedir@
534srcdir = @srcdir@
535sysconfdir = @sysconfdir@
536target = @target@
537target_alias = @target_alias@
538target_cpu = @target_cpu@
539target_os = @target_os@
540target_vendor = @target_vendor@
541top_build_prefix = @top_build_prefix@
542top_builddir = @top_builddir@
543top_srcdir = @top_srcdir@
544SUBDIRS = src
545AM_DISTCHECK_CONFIGURE_FLAGS = \
546 --enable-dri \
547 --enable-dri3 \
548 --enable-egl \
549 --enable-gallium-tests \
550 --enable-gallium-osmesa \
551 --enable-llvm \
552 --enable-gbm \
553 --enable-gles1 \
554 --enable-gles2 \
555 --enable-glx \
556 --enable-glx-tls \
557 --enable-nine \
558 --enable-opencl \
559 --enable-opengl \
560 --enable-va \
561 --enable-vdpau \
562 --enable-xa \
563 --enable-xvmc \
564 --enable-llvm-shared-libs \
565 --enable-libunwind \
566 --with-platforms=x11,wayland,drm,surfaceless \
567 --with-dri-drivers=i915,i965,nouveau,radeon,r200,swrast \
568 --with-gallium-drivers=i915,nouveau,r300,pl111,r600,radeonsi,freedreno,svga,swrast,vc4,virgl,swr,etnaviv,imx \
569 --with-vulkan-drivers=intel,radeon
570
571ACLOCAL_AMFLAGS = -I m4
572EXTRA_DIST = \
573 autogen.sh \
574 common.py \
575 docs \
576 doxygen \
577 bin/git_sha1_gen.py \
578 scons \
579 SConstruct \
580 build-support/conftest.dyn \
581 build-support/conftest.map
582
583noinst_HEADERS = \
584 include/c99_alloca.h \
585 include/c99_compat.h \
586 include/c99_math.h \
587 include/c11 \
588 include/drm-uapi/drm.h \
589 include/drm-uapi/drm_fourcc.h \
590 include/drm-uapi/drm_mode.h \
591 include/drm-uapi/i915_drm.h \
592 include/drm-uapi/vc4_drm.h \
593 include/D3D9 \
594 include/GL/wglext.h \
595 include/HaikuGL \
596 include/no_extern_c.h \
597 include/pci_ids
598
599all: all-recursive
600
601.SUFFIXES:
602am--refresh: Makefile
603 @:
604$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
605 @for dep in $?; do \
606 case '$(am__configure_deps)' in \
607 *$$dep*) \
608 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
609 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
610 && exit 0; \
611 exit 1;; \
612 esac; \
613 done; \
614 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
615 $(am__cd) $(top_srcdir) && \
616 $(AUTOMAKE) --foreign Makefile
617Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
618 @case '$?' in \
619 *config.status*) \
620 echo ' $(SHELL) ./config.status'; \
621 $(SHELL) ./config.status;; \
622 *) \
623 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
624 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
625 esac;
626
627$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
628 $(SHELL) ./config.status --recheck
629
630$(top_srcdir)/configure: $(am__configure_deps)
631 $(am__cd) $(srcdir) && $(AUTOCONF)
632$(ACLOCAL_M4): $(am__aclocal_m4_deps)
633 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
634$(am__aclocal_m4_deps):
635src/egl/main/egl.pc: $(top_builddir)/config.status $(top_srcdir)/src/egl/main/egl.pc.in
636 cd $(top_builddir) && $(SHELL) ./config.status $@
637src/gbm/main/gbm.pc: $(top_builddir)/config.status $(top_srcdir)/src/gbm/main/gbm.pc.in
638 cd $(top_builddir) && $(SHELL) ./config.status $@
639src/mapi/es1api/glesv1_cm.pc: $(top_builddir)/config.status $(top_srcdir)/src/mapi/es1api/glesv1_cm.pc.in
640 cd $(top_builddir) && $(SHELL) ./config.status $@
641src/mapi/es2api/glesv2.pc: $(top_builddir)/config.status $(top_srcdir)/src/mapi/es2api/glesv2.pc.in
642 cd $(top_builddir) && $(SHELL) ./config.status $@
643
644mostlyclean-libtool:
645 -rm -f *.lo
646
647clean-libtool:
648 -rm -rf .libs _libs
649
650distclean-libtool:
651 -rm -f libtool config.lt
652
653# This directory's subdirectories are mostly independent; you can cd
654# into them and run 'make' without going through this Makefile.
655# To change the values of 'make' variables: instead of editing Makefiles,
656# (1) if the variable is set in 'config.status', edit 'config.status'
657# (which will cause the Makefiles to be regenerated when you run 'make');
658# (2) otherwise, pass the desired values on the 'make' command line.
659$(am__recursive_targets):
660 @fail=; \
661 if $(am__make_keepgoing); then \
662 failcom='fail=yes'; \
663 else \
664 failcom='exit 1'; \
665 fi; \
666 dot_seen=no; \
667 target=`echo $@ | sed s/-recursive//`; \
668 case "$@" in \
669 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
670 *) list='$(SUBDIRS)' ;; \
671 esac; \
672 for subdir in $$list; do \
673 echo "Making $$target in $$subdir"; \
674 if test "$$subdir" = "."; then \
675 dot_seen=yes; \
676 local_target="$$target-am"; \
677 else \
678 local_target="$$target"; \
679 fi; \
680 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
681 || eval $$failcom; \
682 done; \
683 if test "$$dot_seen" = "no"; then \
684 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
685 fi; test -z "$$fail"
686
687ID: $(am__tagged_files)
688 $(am__define_uniq_tagged_files); mkid -fID $$unique
689tags: tags-recursive
690TAGS: tags
691
692tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
693 set x; \
694 here=`pwd`; \
695 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
696 include_option=--etags-include; \
697 empty_fix=.; \
698 else \
699 include_option=--include; \
700 empty_fix=; \
701 fi; \
702 list='$(SUBDIRS)'; for subdir in $$list; do \
703 if test "$$subdir" = .; then :; else \
704 test ! -f $$subdir/TAGS || \
705 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
706 fi; \
707 done; \
708 $(am__define_uniq_tagged_files); \
709 shift; \
710 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
711 test -n "$$unique" || unique=$$empty_fix; \
712 if test $$# -gt 0; then \
713 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
714 "$$@" $$unique; \
715 else \
716 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
717 $$unique; \
718 fi; \
719 fi
720ctags: ctags-recursive
721
722CTAGS: ctags
723ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
724 $(am__define_uniq_tagged_files); \
725 test -z "$(CTAGS_ARGS)$$unique" \
726 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
727 $$unique
728
729GTAGS:
730 here=`$(am__cd) $(top_builddir) && pwd` \
731 && $(am__cd) $(top_srcdir) \
732 && gtags -i $(GTAGS_ARGS) "$$here"
733cscope: cscope.files
734 test ! -s cscope.files \
735 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
736clean-cscope:
737 -rm -f cscope.files
738cscope.files: clean-cscope cscopelist
739cscopelist: cscopelist-recursive
740
741cscopelist-am: $(am__tagged_files)
742 list='$(am__tagged_files)'; \
743 case "$(srcdir)" in \
744 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
745 *) sdir=$(subdir)/$(srcdir) ;; \
746 esac; \
747 for i in $$list; do \
748 if test -f "$$i"; then \
749 echo "$(subdir)/$$i"; \
750 else \
751 echo "$$sdir/$$i"; \
752 fi; \
753 done >> $(top_builddir)/cscope.files
754
755distclean-tags:
756 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
757 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
758
759distdir: $(DISTFILES)
760 $(am__remove_distdir)
761 test -d "$(distdir)" || mkdir "$(distdir)"
762 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
763 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
764 list='$(DISTFILES)'; \
765 dist_files=`for file in $$list; do echo $$file; done | \
766 sed -e "s|^$$srcdirstrip/||;t" \
767 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
768 case $$dist_files in \
769 */*) $(MKDIR_P) `echo "$$dist_files" | \
770 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
771 sort -u` ;; \
772 esac; \
773 for file in $$dist_files; do \
774 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
775 if test -d $$d/$$file; then \
776 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
777 if test -d "$(distdir)/$$file"; then \
778 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
779 fi; \
780 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
781 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
782 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
783 fi; \
784 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
785 else \
786 test -f "$(distdir)/$$file" \
787 || cp -p $$d/$$file "$(distdir)/$$file" \
788 || exit 1; \
789 fi; \
790 done
791 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
792 if test "$$subdir" = .; then :; else \
793 $(am__make_dryrun) \
794 || test -d "$(distdir)/$$subdir" \
795 || $(MKDIR_P) "$(distdir)/$$subdir" \
796 || exit 1; \
797 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
798 $(am__relativize); \
799 new_distdir=$$reldir; \
800 dir1=$$subdir; dir2="$(top_distdir)"; \
801 $(am__relativize); \
802 new_top_distdir=$$reldir; \
803 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
804 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
805 ($(am__cd) $$subdir && \
806 $(MAKE) $(AM_MAKEFLAGS) \
807 top_distdir="$$new_top_distdir" \
808 distdir="$$new_distdir" \
809 am__remove_distdir=: \
810 am__skip_length_check=: \
811 am__skip_mode_fix=: \
812 distdir) \
813 || exit 1; \
814 fi; \
815 done
816 $(MAKE) $(AM_MAKEFLAGS) \
817 top_distdir="$(top_distdir)" distdir="$(distdir)" \
818 dist-hook
819 -test -n "$(am__skip_mode_fix)" \
820 || find "$(distdir)" -type d ! -perm -755 \
821 -exec chmod u+rwx,go+rx {} \; -o \
822 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
823 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
824 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
825 || chmod -R a+r "$(distdir)"
826dist-gzip: distdir
827 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
828 $(am__post_remove_distdir)
829
830dist-bzip2: distdir
831 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
832 $(am__post_remove_distdir)
833
834dist-lzip: distdir
835 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
836 $(am__post_remove_distdir)
837dist-xz: distdir
838 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
839 $(am__post_remove_distdir)
840
841dist-tarZ: distdir
842 @echo WARNING: "Support for distribution archives compressed with" \
843 "legacy program 'compress' is deprecated." >&2
844 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
845 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
846 $(am__post_remove_distdir)
847
848dist-shar: distdir
849 @echo WARNING: "Support for shar distribution archives is" \
850 "deprecated." >&2
851 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
852 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
853 $(am__post_remove_distdir)
854
855dist-zip: distdir
856 -rm -f $(distdir).zip
857 zip -rq $(distdir).zip $(distdir)
858 $(am__post_remove_distdir)
859
860dist dist-all:
861 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
862 $(am__post_remove_distdir)
863
864# This target untars the dist file and tries a VPATH configuration. Then
865# it guarantees that the distribution is self-contained by making another
866# tarfile.
867distcheck: dist
868 case '$(DIST_ARCHIVES)' in \
869 *.tar.gz*) \
870 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
871 *.tar.bz2*) \
872 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
873 *.tar.lz*) \
874 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
875 *.tar.xz*) \
876 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
877 *.tar.Z*) \
878 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
879 *.shar.gz*) \
880 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
881 *.zip*) \
882 unzip $(distdir).zip ;;\
883 esac
884 chmod -R a-w $(distdir)
885 chmod u+w $(distdir)
886 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
887 chmod a-w $(distdir)
888 test -d $(distdir)/_build || exit 0; \
889 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
890 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
891 && am__cwd=`pwd` \
892 && $(am__cd) $(distdir)/_build/sub \
893 && ../../configure \
894 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
895 $(DISTCHECK_CONFIGURE_FLAGS) \
896 --srcdir=../.. --prefix="$$dc_install_base" \
897 && $(MAKE) $(AM_MAKEFLAGS) \
898 && $(MAKE) $(AM_MAKEFLAGS) dvi \
899 && $(MAKE) $(AM_MAKEFLAGS) check \
900 && $(MAKE) $(AM_MAKEFLAGS) install \
901 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
902 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
903 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
904 distuninstallcheck \
905 && chmod -R a-w "$$dc_install_base" \
906 && ({ \
907 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
908 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
909 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
910 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
911 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
912 } || { rm -rf "$$dc_destdir"; exit 1; }) \
913 && rm -rf "$$dc_destdir" \
914 && $(MAKE) $(AM_MAKEFLAGS) dist \
915 && rm -rf $(DIST_ARCHIVES) \
916 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
917 && cd "$$am__cwd" \
918 || exit 1
919 $(am__post_remove_distdir)
920 @(echo "$(distdir) archives ready for distribution: "; \
921 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
922 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
923distuninstallcheck:
924 @test -n '$(distuninstallcheck_dir)' || { \
925 echo 'ERROR: trying to run $@ with an empty' \
926 '$$(distuninstallcheck_dir)' >&2; \
927 exit 1; \
928 }; \
929 $(am__cd) '$(distuninstallcheck_dir)' || { \
930 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
931 exit 1; \
932 }; \
933 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
934 || { echo "ERROR: files left after uninstall:" ; \
935 if test -n "$(DESTDIR)"; then \
936 echo " (check DESTDIR support)"; \
937 fi ; \
938 $(distuninstallcheck_listfiles) ; \
939 exit 1; } >&2
940distcleancheck: distclean
941 @if test '$(srcdir)' = . ; then \
942 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
943 exit 1 ; \
944 fi
945 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
946 || { echo "ERROR: files left in build directory after distclean:" ; \
947 $(distcleancheck_listfiles) ; \
948 exit 1; } >&2
949check-am: all-am
950check: check-recursive
951all-am: Makefile $(HEADERS)
952installdirs: installdirs-recursive
953installdirs-am:
954install: install-recursive
955install-exec: install-exec-recursive
956install-data: install-data-recursive
957uninstall: uninstall-recursive
958
959install-am: all-am
960 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
961
962installcheck: installcheck-recursive
963install-strip:
964 if test -z '$(STRIP)'; then \
965 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
966 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
967 install; \
968 else \
969 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
970 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
971 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
972 fi
973mostlyclean-generic:
974
975clean-generic:
976
977distclean-generic:
978 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
979 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
980
981maintainer-clean-generic:
982 @echo "This command is intended for maintainers to use"
983 @echo "it deletes files that may require special tools to rebuild."
984clean: clean-recursive
985
986clean-am: clean-generic clean-libtool mostlyclean-am
987
988distclean: distclean-recursive
989 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
990 -rm -f Makefile
991distclean-am: clean-am distclean-generic distclean-libtool \
992 distclean-tags
993
994dvi: dvi-recursive
995
996dvi-am:
997
998html: html-recursive
999
1000html-am:
1001
1002info: info-recursive
1003
1004info-am:
1005
1006install-data-am:
1007
1008install-dvi: install-dvi-recursive
1009
1010install-dvi-am:
1011
1012install-exec-am:
1013
1014install-html: install-html-recursive
1015
1016install-html-am:
1017
1018install-info: install-info-recursive
1019
1020install-info-am:
1021
1022install-man:
1023
1024install-pdf: install-pdf-recursive
1025
1026install-pdf-am:
1027
1028install-ps: install-ps-recursive
1029
1030install-ps-am:
1031
1032installcheck-am:
1033
1034maintainer-clean: maintainer-clean-recursive
1035 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1036 -rm -rf $(top_srcdir)/autom4te.cache
1037 -rm -f Makefile
1038maintainer-clean-am: distclean-am maintainer-clean-generic
1039
1040mostlyclean: mostlyclean-recursive
1041
1042mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1043
1044pdf: pdf-recursive
1045
1046pdf-am:
1047
1048ps: ps-recursive
1049
1050ps-am:
1051
1052uninstall-am:
1053
1054.MAKE: $(am__recursive_targets) install-am install-strip
1055
1056.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1057 am--refresh check check-am clean clean-cscope clean-generic \
1058 clean-libtool cscope cscopelist-am ctags ctags-am dist \
1059 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1060 dist-tarZ dist-xz dist-zip distcheck distclean \
1061 distclean-generic distclean-libtool distclean-tags \
1062 distcleancheck distdir distuninstallcheck dvi dvi-am html \
1063 html-am info info-am install install-am install-data \
1064 install-data-am install-dvi install-dvi-am install-exec \
1065 install-exec-am install-html install-html-am install-info \
1066 install-info-am install-man install-pdf install-pdf-am \
1067 install-ps install-ps-am install-strip installcheck \
1068 installcheck-am installdirs installdirs-am maintainer-clean \
1069 maintainer-clean-generic mostlyclean mostlyclean-generic \
1070 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1071 uninstall-am
1072
1073.PRECIOUS: Makefile
1074
1075
1076# We list some directories in EXTRA_DIST, but don't actually want to include
1077# the .gitignore files in the tarball.
1078dist-hook:
1079 find $(distdir) -name .gitignore -exec $(RM) {} +
1080
1081# Tell versions [3.59,3.63) of GNU make to not export all variables.
1082# Otherwise a system limit (for SysV at least) may be exceeded.
1083.NOEXPORT:
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette