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 |
|
---|
38 | VPATH = @srcdir@
|
---|
39 | am__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 | }
|
---|
50 | am__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
|
---|
92 | am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
---|
93 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
---|
94 | pkgdatadir = $(datadir)/@PACKAGE@
|
---|
95 | pkgincludedir = $(includedir)/@PACKAGE@
|
---|
96 | pkglibdir = $(libdir)/@PACKAGE@
|
---|
97 | pkglibexecdir = $(libexecdir)/@PACKAGE@
|
---|
98 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
---|
99 | install_sh_DATA = $(install_sh) -c -m 644
|
---|
100 | install_sh_PROGRAM = $(install_sh) -c
|
---|
101 | install_sh_SCRIPT = $(install_sh) -c
|
---|
102 | INSTALL_HEADER = $(INSTALL_DATA)
|
---|
103 | transform = $(program_transform_name)
|
---|
104 | NORMAL_INSTALL = :
|
---|
105 | PRE_INSTALL = :
|
---|
106 | POST_INSTALL = :
|
---|
107 | NORMAL_UNINSTALL = :
|
---|
108 | PRE_UNINSTALL = :
|
---|
109 | POST_UNINSTALL = :
|
---|
110 | build_triplet = @build@
|
---|
111 | host_triplet = @host@
|
---|
112 | target_triplet = @target@
|
---|
113 | subdir = .
|
---|
114 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
---|
115 | am__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
|
---|
126 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
---|
127 | $(ACLOCAL_M4)
|
---|
128 | DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
|
---|
129 | $(am__configure_deps) $(noinst_HEADERS) $(am__DIST_COMMON)
|
---|
130 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
---|
131 | configure.lineno config.status.lineno
|
---|
132 | mkinstalldirs = $(install_sh) -d
|
---|
133 | CONFIG_CLEAN_FILES = src/egl/main/egl.pc src/gbm/main/gbm.pc \
|
---|
134 | src/mapi/es1api/glesv1_cm.pc src/mapi/es2api/glesv2.pc
|
---|
135 | CONFIG_CLEAN_VPATH_FILES =
|
---|
136 | AM_V_P = $(am__v_P_@AM_V@)
|
---|
137 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
---|
138 | am__v_P_0 = false
|
---|
139 | am__v_P_1 = :
|
---|
140 | AM_V_GEN = $(am__v_GEN_@AM_V@)
|
---|
141 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
---|
142 | am__v_GEN_0 = @echo " GEN " $@;
|
---|
143 | am__v_GEN_1 =
|
---|
144 | AM_V_at = $(am__v_at_@AM_V@)
|
---|
145 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
---|
146 | am__v_at_0 = @
|
---|
147 | am__v_at_1 =
|
---|
148 | SOURCES =
|
---|
149 | DIST_SOURCES =
|
---|
150 | RECURSIVE_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
|
---|
158 | am__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
|
---|
163 | HEADERS = $(noinst_HEADERS)
|
---|
164 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
---|
165 | distclean-recursive maintainer-clean-recursive
|
---|
166 | am__recursive_targets = \
|
---|
167 | $(RECURSIVE_TARGETS) \
|
---|
168 | $(RECURSIVE_CLEAN_TARGETS) \
|
---|
169 | $(am__extra_recursive_targets)
|
---|
170 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
|
---|
171 | cscope distdir dist dist-all distcheck
|
---|
172 | am__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.
|
---|
176 | am__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.
|
---|
184 | am__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)`
|
---|
189 | ETAGS = etags
|
---|
190 | CTAGS = ctags
|
---|
191 | CSCOPE = cscope
|
---|
192 | DIST_SUBDIRS = $(SUBDIRS)
|
---|
193 | am__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
|
---|
203 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
---|
204 | distdir = $(PACKAGE)-$(VERSION)
|
---|
205 | top_distdir = $(distdir)
|
---|
206 | am__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
|
---|
212 | am__post_remove_distdir = $(am__remove_distdir)
|
---|
213 | am__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"
|
---|
238 | DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
|
---|
239 | GZIP_ENV = --best
|
---|
240 | DIST_TARGETS = dist-xz dist-gzip
|
---|
241 | distuninstallcheck_listfiles = find . -type f -print
|
---|
242 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
|
---|
243 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
|
---|
244 | distcleancheck_listfiles = find . -type f -print
|
---|
245 | ACLOCAL = @ACLOCAL@
|
---|
246 | AMDGPU_CFLAGS = @AMDGPU_CFLAGS@
|
---|
247 | AMDGPU_LIBS = @AMDGPU_LIBS@
|
---|
248 | AMTAR = @AMTAR@
|
---|
249 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
---|
250 | ANDROID_CFLAGS = @ANDROID_CFLAGS@
|
---|
251 | ANDROID_LIBS = @ANDROID_LIBS@
|
---|
252 | AR = @AR@
|
---|
253 | AUTOCONF = @AUTOCONF@
|
---|
254 | AUTOHEADER = @AUTOHEADER@
|
---|
255 | AUTOMAKE = @AUTOMAKE@
|
---|
256 | AWK = @AWK@
|
---|
257 | BSYMBOLIC = @BSYMBOLIC@
|
---|
258 | CC = @CC@
|
---|
259 | CCAS = @CCAS@
|
---|
260 | CCASDEPMODE = @CCASDEPMODE@
|
---|
261 | CCASFLAGS = @CCASFLAGS@
|
---|
262 | CCDEPMODE = @CCDEPMODE@
|
---|
263 | CFLAGS = @CFLAGS@
|
---|
264 | CLANG_RESOURCE_DIR = @CLANG_RESOURCE_DIR@
|
---|
265 | CLOCK_LIB = @CLOCK_LIB@
|
---|
266 | CLOVER_STD_OVERRIDE = @CLOVER_STD_OVERRIDE@
|
---|
267 | CPP = @CPP@
|
---|
268 | CPPFLAGS = @CPPFLAGS@
|
---|
269 | CXX = @CXX@
|
---|
270 | CXXCPP = @CXXCPP@
|
---|
271 | CXXDEPMODE = @CXXDEPMODE@
|
---|
272 | CXXFLAGS = @CXXFLAGS@
|
---|
273 | CYGPATH_W = @CYGPATH_W@
|
---|
274 | D3D_DRIVER_INSTALL_DIR = @D3D_DRIVER_INSTALL_DIR@
|
---|
275 | DEFINES = @DEFINES@
|
---|
276 | DEFS = @DEFS@
|
---|
277 | DEPDIR = @DEPDIR@
|
---|
278 | DLLTOOL = @DLLTOOL@
|
---|
279 | DLOPEN_LIBS = @DLOPEN_LIBS@
|
---|
280 | DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@
|
---|
281 | DRI2PROTO_LIBS = @DRI2PROTO_LIBS@
|
---|
282 | DRIGL_CFLAGS = @DRIGL_CFLAGS@
|
---|
283 | DRIGL_LIBS = @DRIGL_LIBS@
|
---|
284 | DRI_DRIVER_INSTALL_DIR = @DRI_DRIVER_INSTALL_DIR@
|
---|
285 | DRI_DRIVER_SEARCH_DIR = @DRI_DRIVER_SEARCH_DIR@
|
---|
286 | DRI_LIB_DEPS = @DRI_LIB_DEPS@
|
---|
287 | DRI_PC_REQ_PRIV = @DRI_PC_REQ_PRIV@
|
---|
288 | DSYMUTIL = @DSYMUTIL@
|
---|
289 | DUMPBIN = @DUMPBIN@
|
---|
290 | ECHO_C = @ECHO_C@
|
---|
291 | ECHO_N = @ECHO_N@
|
---|
292 | ECHO_T = @ECHO_T@
|
---|
293 | EGL_CFLAGS = @EGL_CFLAGS@
|
---|
294 | EGL_LIB_DEPS = @EGL_LIB_DEPS@
|
---|
295 | EGL_NATIVE_PLATFORM = @EGL_NATIVE_PLATFORM@
|
---|
296 | EGREP = @EGREP@
|
---|
297 | ETNAVIV_CFLAGS = @ETNAVIV_CFLAGS@
|
---|
298 | ETNAVIV_LIBS = @ETNAVIV_LIBS@
|
---|
299 | EXEEXT = @EXEEXT@
|
---|
300 | EXPAT_CFLAGS = @EXPAT_CFLAGS@
|
---|
301 | EXPAT_LIBS = @EXPAT_LIBS@
|
---|
302 | FGREP = @FGREP@
|
---|
303 | FREEDRENO_CFLAGS = @FREEDRENO_CFLAGS@
|
---|
304 | FREEDRENO_LIBS = @FREEDRENO_LIBS@
|
---|
305 | GALLIUM_PIPE_LOADER_DEFINES = @GALLIUM_PIPE_LOADER_DEFINES@
|
---|
306 | GBM_PC_LIB_PRIV = @GBM_PC_LIB_PRIV@
|
---|
307 | GBM_PC_REQ_PRIV = @GBM_PC_REQ_PRIV@
|
---|
308 | GC_SECTIONS = @GC_SECTIONS@
|
---|
309 | GLESv1_CM_LIB_DEPS = @GLESv1_CM_LIB_DEPS@
|
---|
310 | GLESv1_CM_PC_LIB_PRIV = @GLESv1_CM_PC_LIB_PRIV@
|
---|
311 | GLESv2_LIB_DEPS = @GLESv2_LIB_DEPS@
|
---|
312 | GLESv2_PC_LIB_PRIV = @GLESv2_PC_LIB_PRIV@
|
---|
313 | GLPROTO_CFLAGS = @GLPROTO_CFLAGS@
|
---|
314 | GLPROTO_LIBS = @GLPROTO_LIBS@
|
---|
315 | GLVND_CFLAGS = @GLVND_CFLAGS@
|
---|
316 | GLVND_LIBS = @GLVND_LIBS@
|
---|
317 | GLX_TLS = @GLX_TLS@
|
---|
318 | GL_LIB = @GL_LIB@
|
---|
319 | GL_LIB_DEPS = @GL_LIB_DEPS@
|
---|
320 | GL_PC_CFLAGS = @GL_PC_CFLAGS@
|
---|
321 | GL_PC_LIB_PRIV = @GL_PC_LIB_PRIV@
|
---|
322 | GL_PC_REQ_PRIV = @GL_PC_REQ_PRIV@
|
---|
323 | GREP = @GREP@
|
---|
324 | HAVE_XF86VIDMODE = @HAVE_XF86VIDMODE@
|
---|
325 | I915_CFLAGS = @I915_CFLAGS@
|
---|
326 | I915_LIBS = @I915_LIBS@
|
---|
327 | INDENT = @INDENT@
|
---|
328 | INDENT_FLAGS = @INDENT_FLAGS@
|
---|
329 | INSTALL = @INSTALL@
|
---|
330 | INSTALL_DATA = @INSTALL_DATA@
|
---|
331 | INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
---|
332 | INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
---|
333 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
---|
334 | LD = @LD@
|
---|
335 | LDFLAGS = @LDFLAGS@
|
---|
336 | LD_NO_UNDEFINED = @LD_NO_UNDEFINED@
|
---|
337 | LEX = @LEX@
|
---|
338 | LEXLIB = @LEXLIB@
|
---|
339 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
---|
340 | LIBATOMIC_LIBS = @LIBATOMIC_LIBS@
|
---|
341 | LIBCLC_INCLUDEDIR = @LIBCLC_INCLUDEDIR@
|
---|
342 | LIBCLC_LIBEXECDIR = @LIBCLC_LIBEXECDIR@
|
---|
343 | LIBDRM_CFLAGS = @LIBDRM_CFLAGS@
|
---|
344 | LIBDRM_LIBS = @LIBDRM_LIBS@
|
---|
345 | LIBELF_CFLAGS = @LIBELF_CFLAGS@
|
---|
346 | LIBELF_LIBS = @LIBELF_LIBS@
|
---|
347 | LIBGLVND_DATADIR = @LIBGLVND_DATADIR@
|
---|
348 | LIBOBJS = @LIBOBJS@
|
---|
349 | LIBS = @LIBS@
|
---|
350 | LIBSENSORS_LIBS = @LIBSENSORS_LIBS@
|
---|
351 | LIBTOOL = @LIBTOOL@
|
---|
352 | LIBUNWIND_CFLAGS = @LIBUNWIND_CFLAGS@
|
---|
353 | LIBUNWIND_LIBS = @LIBUNWIND_LIBS@
|
---|
354 | LIB_DIR = @LIB_DIR@
|
---|
355 | LIB_EXT = @LIB_EXT@
|
---|
356 | LIPO = @LIPO@
|
---|
357 | LLVM_CFLAGS = @LLVM_CFLAGS@
|
---|
358 | LLVM_CONFIG = @LLVM_CONFIG@
|
---|
359 | LLVM_CXXFLAGS = @LLVM_CXXFLAGS@
|
---|
360 | LLVM_INCLUDEDIR = @LLVM_INCLUDEDIR@
|
---|
361 | LLVM_LDFLAGS = @LLVM_LDFLAGS@
|
---|
362 | LLVM_LIBS = @LLVM_LIBS@
|
---|
363 | LN_S = @LN_S@
|
---|
364 | LTLIBOBJS = @LTLIBOBJS@
|
---|
365 | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
|
---|
366 | MAKEINFO = @MAKEINFO@
|
---|
367 | MANIFEST_TOOL = @MANIFEST_TOOL@
|
---|
368 | MKDIR_P = @MKDIR_P@
|
---|
369 | MSVC2013_COMPAT_CFLAGS = @MSVC2013_COMPAT_CFLAGS@
|
---|
370 | MSVC2013_COMPAT_CXXFLAGS = @MSVC2013_COMPAT_CXXFLAGS@
|
---|
371 | NINE_MAJOR = @NINE_MAJOR@
|
---|
372 | NINE_MINOR = @NINE_MINOR@
|
---|
373 | NINE_TINY = @NINE_TINY@
|
---|
374 | NINE_VERSION = @NINE_VERSION@
|
---|
375 | NM = @NM@
|
---|
376 | NMEDIT = @NMEDIT@
|
---|
377 | NOUVEAU_CFLAGS = @NOUVEAU_CFLAGS@
|
---|
378 | NOUVEAU_LIBS = @NOUVEAU_LIBS@
|
---|
379 | NVVIEUX_CFLAGS = @NVVIEUX_CFLAGS@
|
---|
380 | NVVIEUX_LIBS = @NVVIEUX_LIBS@
|
---|
381 | OBJDUMP = @OBJDUMP@
|
---|
382 | OBJEXT = @OBJEXT@
|
---|
383 | OMX_BELLAGIO_CFLAGS = @OMX_BELLAGIO_CFLAGS@
|
---|
384 | OMX_BELLAGIO_LIBS = @OMX_BELLAGIO_LIBS@
|
---|
385 | OMX_BELLAGIO_LIB_INSTALL_DIR = @OMX_BELLAGIO_LIB_INSTALL_DIR@
|
---|
386 | OPENCL_LIBNAME = @OPENCL_LIBNAME@
|
---|
387 | OPENCL_VERSION = @OPENCL_VERSION@
|
---|
388 | OSMESA_LIB = @OSMESA_LIB@
|
---|
389 | OSMESA_LIB_DEPS = @OSMESA_LIB_DEPS@
|
---|
390 | OSMESA_PC_LIB_PRIV = @OSMESA_PC_LIB_PRIV@
|
---|
391 | OSMESA_PC_REQ = @OSMESA_PC_REQ@
|
---|
392 | OSMESA_VERSION = @OSMESA_VERSION@
|
---|
393 | OTOOL = @OTOOL@
|
---|
394 | OTOOL64 = @OTOOL64@
|
---|
395 | PACKAGE = @PACKAGE@
|
---|
396 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
---|
397 | PACKAGE_NAME = @PACKAGE_NAME@
|
---|
398 | PACKAGE_STRING = @PACKAGE_STRING@
|
---|
399 | PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
---|
400 | PACKAGE_URL = @PACKAGE_URL@
|
---|
401 | PACKAGE_VERSION = @PACKAGE_VERSION@
|
---|
402 | PATH_SEPARATOR = @PATH_SEPARATOR@
|
---|
403 | PKG_CONFIG = @PKG_CONFIG@
|
---|
404 | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
|
---|
405 | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
|
---|
406 | POSIX_SHELL = @POSIX_SHELL@
|
---|
407 | PTHREADSTUBS_CFLAGS = @PTHREADSTUBS_CFLAGS@
|
---|
408 | PTHREADSTUBS_LIBS = @PTHREADSTUBS_LIBS@
|
---|
409 | PTHREAD_CC = @PTHREAD_CC@
|
---|
410 | PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
|
---|
411 | PTHREAD_LIBS = @PTHREAD_LIBS@
|
---|
412 | PWR8_CFLAGS = @PWR8_CFLAGS@
|
---|
413 | PYTHON2 = @PYTHON2@
|
---|
414 | RADEON_CFLAGS = @RADEON_CFLAGS@
|
---|
415 | RADEON_LIBS = @RADEON_LIBS@
|
---|
416 | RANLIB = @RANLIB@
|
---|
417 | RM = @RM@
|
---|
418 | SED = @SED@
|
---|
419 | SELINUX_CFLAGS = @SELINUX_CFLAGS@
|
---|
420 | SELINUX_LIBS = @SELINUX_LIBS@
|
---|
421 | SET_MAKE = @SET_MAKE@
|
---|
422 | SHELL = @SHELL@
|
---|
423 | SIMPENROSE_CFLAGS = @SIMPENROSE_CFLAGS@
|
---|
424 | SIMPENROSE_LIBS = @SIMPENROSE_LIBS@
|
---|
425 | SSE41_CFLAGS = @SSE41_CFLAGS@
|
---|
426 | STRIP = @STRIP@
|
---|
427 | SWR_AVX2_CXXFLAGS = @SWR_AVX2_CXXFLAGS@
|
---|
428 | SWR_AVX_CXXFLAGS = @SWR_AVX_CXXFLAGS@
|
---|
429 | SWR_CXX11_CXXFLAGS = @SWR_CXX11_CXXFLAGS@
|
---|
430 | SWR_KNL_CXXFLAGS = @SWR_KNL_CXXFLAGS@
|
---|
431 | SWR_SKX_CXXFLAGS = @SWR_SKX_CXXFLAGS@
|
---|
432 | VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
|
---|
433 | VALGRIND_LIBS = @VALGRIND_LIBS@
|
---|
434 | VA_CFLAGS = @VA_CFLAGS@
|
---|
435 | VA_LIBS = @VA_LIBS@
|
---|
436 | VA_LIB_INSTALL_DIR = @VA_LIB_INSTALL_DIR@
|
---|
437 | VA_MAJOR = @VA_MAJOR@
|
---|
438 | VA_MINOR = @VA_MINOR@
|
---|
439 | VC5_SIMULATOR_CFLAGS = @VC5_SIMULATOR_CFLAGS@
|
---|
440 | VC5_SIMULATOR_LIBS = @VC5_SIMULATOR_LIBS@
|
---|
441 | VDPAU_CFLAGS = @VDPAU_CFLAGS@
|
---|
442 | VDPAU_LIBS = @VDPAU_LIBS@
|
---|
443 | VDPAU_LIB_INSTALL_DIR = @VDPAU_LIB_INSTALL_DIR@
|
---|
444 | VDPAU_MAJOR = @VDPAU_MAJOR@
|
---|
445 | VDPAU_MINOR = @VDPAU_MINOR@
|
---|
446 | VERSION = @VERSION@
|
---|
447 | VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
|
---|
448 | VISIBILITY_CXXFLAGS = @VISIBILITY_CXXFLAGS@
|
---|
449 | VL_CFLAGS = @VL_CFLAGS@
|
---|
450 | VL_LIBS = @VL_LIBS@
|
---|
451 | VULKAN_ICD_INSTALL_DIR = @VULKAN_ICD_INSTALL_DIR@
|
---|
452 | WAYLAND_CLIENT_CFLAGS = @WAYLAND_CLIENT_CFLAGS@
|
---|
453 | WAYLAND_CLIENT_LIBS = @WAYLAND_CLIENT_LIBS@
|
---|
454 | WAYLAND_PROTOCOLS_DATADIR = @WAYLAND_PROTOCOLS_DATADIR@
|
---|
455 | WAYLAND_SCANNER = @WAYLAND_SCANNER@
|
---|
456 | WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
|
---|
457 | WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
|
---|
458 | WAYLAND_SERVER_CFLAGS = @WAYLAND_SERVER_CFLAGS@
|
---|
459 | WAYLAND_SERVER_LIBS = @WAYLAND_SERVER_LIBS@
|
---|
460 | WNO_OVERRIDE_INIT = @WNO_OVERRIDE_INIT@
|
---|
461 | X11_INCLUDES = @X11_INCLUDES@
|
---|
462 | XA_MAJOR = @XA_MAJOR@
|
---|
463 | XA_MINOR = @XA_MINOR@
|
---|
464 | XA_TINY = @XA_TINY@
|
---|
465 | XA_VERSION = @XA_VERSION@
|
---|
466 | XCB_DRI2_CFLAGS = @XCB_DRI2_CFLAGS@
|
---|
467 | XCB_DRI2_LIBS = @XCB_DRI2_LIBS@
|
---|
468 | XCB_DRI3_CFLAGS = @XCB_DRI3_CFLAGS@
|
---|
469 | XCB_DRI3_LIBS = @XCB_DRI3_LIBS@
|
---|
470 | XF86VIDMODE_CFLAGS = @XF86VIDMODE_CFLAGS@
|
---|
471 | XF86VIDMODE_LIBS = @XF86VIDMODE_LIBS@
|
---|
472 | XLIBGL_CFLAGS = @XLIBGL_CFLAGS@
|
---|
473 | XLIBGL_LIBS = @XLIBGL_LIBS@
|
---|
474 | XVMC_CFLAGS = @XVMC_CFLAGS@
|
---|
475 | XVMC_LIBS = @XVMC_LIBS@
|
---|
476 | XVMC_LIB_INSTALL_DIR = @XVMC_LIB_INSTALL_DIR@
|
---|
477 | XVMC_MAJOR = @XVMC_MAJOR@
|
---|
478 | XVMC_MINOR = @XVMC_MINOR@
|
---|
479 | YACC = @YACC@
|
---|
480 | YFLAGS = @YFLAGS@
|
---|
481 | ZLIB_CFLAGS = @ZLIB_CFLAGS@
|
---|
482 | ZLIB_LIBS = @ZLIB_LIBS@
|
---|
483 | abs_builddir = @abs_builddir@
|
---|
484 | abs_srcdir = @abs_srcdir@
|
---|
485 | abs_top_builddir = @abs_top_builddir@
|
---|
486 | abs_top_srcdir = @abs_top_srcdir@
|
---|
487 | ac_ct_AR = @ac_ct_AR@
|
---|
488 | ac_ct_CC = @ac_ct_CC@
|
---|
489 | ac_ct_CXX = @ac_ct_CXX@
|
---|
490 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
---|
491 | acv_mako_found = @acv_mako_found@
|
---|
492 | am__include = @am__include@
|
---|
493 | am__leading_dot = @am__leading_dot@
|
---|
494 | am__quote = @am__quote@
|
---|
495 | am__tar = @am__tar@
|
---|
496 | am__untar = @am__untar@
|
---|
497 | ax_pthread_config = @ax_pthread_config@
|
---|
498 | bindir = @bindir@
|
---|
499 | build = @build@
|
---|
500 | build_alias = @build_alias@
|
---|
501 | build_cpu = @build_cpu@
|
---|
502 | build_os = @build_os@
|
---|
503 | build_vendor = @build_vendor@
|
---|
504 | builddir = @builddir@
|
---|
505 | datadir = @datadir@
|
---|
506 | datarootdir = @datarootdir@
|
---|
507 | docdir = @docdir@
|
---|
508 | dvidir = @dvidir@
|
---|
509 | exec_prefix = @exec_prefix@
|
---|
510 | host = @host@
|
---|
511 | host_alias = @host_alias@
|
---|
512 | host_cpu = @host_cpu@
|
---|
513 | host_os = @host_os@
|
---|
514 | host_vendor = @host_vendor@
|
---|
515 | htmldir = @htmldir@
|
---|
516 | ifGNUmake = @ifGNUmake@
|
---|
517 | includedir = @includedir@
|
---|
518 | infodir = @infodir@
|
---|
519 | install_sh = @install_sh@
|
---|
520 | libdir = @libdir@
|
---|
521 | libexecdir = @libexecdir@
|
---|
522 | localedir = @localedir@
|
---|
523 | localstatedir = @localstatedir@
|
---|
524 | mandir = @mandir@
|
---|
525 | mkdir_p = @mkdir_p@
|
---|
526 | oldincludedir = @oldincludedir@
|
---|
527 | pdfdir = @pdfdir@
|
---|
528 | prefix = @prefix@
|
---|
529 | program_transform_name = @program_transform_name@
|
---|
530 | psdir = @psdir@
|
---|
531 | runstatedir = @runstatedir@
|
---|
532 | sbindir = @sbindir@
|
---|
533 | sharedstatedir = @sharedstatedir@
|
---|
534 | srcdir = @srcdir@
|
---|
535 | sysconfdir = @sysconfdir@
|
---|
536 | target = @target@
|
---|
537 | target_alias = @target_alias@
|
---|
538 | target_cpu = @target_cpu@
|
---|
539 | target_os = @target_os@
|
---|
540 | target_vendor = @target_vendor@
|
---|
541 | top_build_prefix = @top_build_prefix@
|
---|
542 | top_builddir = @top_builddir@
|
---|
543 | top_srcdir = @top_srcdir@
|
---|
544 | SUBDIRS = src
|
---|
545 | AM_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 |
|
---|
571 | ACLOCAL_AMFLAGS = -I m4
|
---|
572 | EXTRA_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 |
|
---|
583 | noinst_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 |
|
---|
599 | all: all-recursive
|
---|
600 |
|
---|
601 | .SUFFIXES:
|
---|
602 | am--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
|
---|
617 | Makefile: $(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):
|
---|
635 | src/egl/main/egl.pc: $(top_builddir)/config.status $(top_srcdir)/src/egl/main/egl.pc.in
|
---|
636 | cd $(top_builddir) && $(SHELL) ./config.status $@
|
---|
637 | src/gbm/main/gbm.pc: $(top_builddir)/config.status $(top_srcdir)/src/gbm/main/gbm.pc.in
|
---|
638 | cd $(top_builddir) && $(SHELL) ./config.status $@
|
---|
639 | src/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 $@
|
---|
641 | src/mapi/es2api/glesv2.pc: $(top_builddir)/config.status $(top_srcdir)/src/mapi/es2api/glesv2.pc.in
|
---|
642 | cd $(top_builddir) && $(SHELL) ./config.status $@
|
---|
643 |
|
---|
644 | mostlyclean-libtool:
|
---|
645 | -rm -f *.lo
|
---|
646 |
|
---|
647 | clean-libtool:
|
---|
648 | -rm -rf .libs _libs
|
---|
649 |
|
---|
650 | distclean-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 |
|
---|
687 | ID: $(am__tagged_files)
|
---|
688 | $(am__define_uniq_tagged_files); mkid -fID $$unique
|
---|
689 | tags: tags-recursive
|
---|
690 | TAGS: tags
|
---|
691 |
|
---|
692 | tags-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
|
---|
720 | ctags: ctags-recursive
|
---|
721 |
|
---|
722 | CTAGS: ctags
|
---|
723 | ctags-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 |
|
---|
729 | GTAGS:
|
---|
730 | here=`$(am__cd) $(top_builddir) && pwd` \
|
---|
731 | && $(am__cd) $(top_srcdir) \
|
---|
732 | && gtags -i $(GTAGS_ARGS) "$$here"
|
---|
733 | cscope: cscope.files
|
---|
734 | test ! -s cscope.files \
|
---|
735 | || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
|
---|
736 | clean-cscope:
|
---|
737 | -rm -f cscope.files
|
---|
738 | cscope.files: clean-cscope cscopelist
|
---|
739 | cscopelist: cscopelist-recursive
|
---|
740 |
|
---|
741 | cscopelist-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 |
|
---|
755 | distclean-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 |
|
---|
759 | distdir: $(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)"
|
---|
826 | dist-gzip: distdir
|
---|
827 | tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
|
---|
828 | $(am__post_remove_distdir)
|
---|
829 |
|
---|
830 | dist-bzip2: distdir
|
---|
831 | tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
|
---|
832 | $(am__post_remove_distdir)
|
---|
833 |
|
---|
834 | dist-lzip: distdir
|
---|
835 | tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
|
---|
836 | $(am__post_remove_distdir)
|
---|
837 | dist-xz: distdir
|
---|
838 | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
|
---|
839 | $(am__post_remove_distdir)
|
---|
840 |
|
---|
841 | dist-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 |
|
---|
848 | dist-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 |
|
---|
855 | dist-zip: distdir
|
---|
856 | -rm -f $(distdir).zip
|
---|
857 | zip -rq $(distdir).zip $(distdir)
|
---|
858 | $(am__post_remove_distdir)
|
---|
859 |
|
---|
860 | dist 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.
|
---|
867 | distcheck: 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'
|
---|
923 | distuninstallcheck:
|
---|
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
|
---|
940 | distcleancheck: 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
|
---|
949 | check-am: all-am
|
---|
950 | check: check-recursive
|
---|
951 | all-am: Makefile $(HEADERS)
|
---|
952 | installdirs: installdirs-recursive
|
---|
953 | installdirs-am:
|
---|
954 | install: install-recursive
|
---|
955 | install-exec: install-exec-recursive
|
---|
956 | install-data: install-data-recursive
|
---|
957 | uninstall: uninstall-recursive
|
---|
958 |
|
---|
959 | install-am: all-am
|
---|
960 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
---|
961 |
|
---|
962 | installcheck: installcheck-recursive
|
---|
963 | install-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
|
---|
973 | mostlyclean-generic:
|
---|
974 |
|
---|
975 | clean-generic:
|
---|
976 |
|
---|
977 | distclean-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 |
|
---|
981 | maintainer-clean-generic:
|
---|
982 | @echo "This command is intended for maintainers to use"
|
---|
983 | @echo "it deletes files that may require special tools to rebuild."
|
---|
984 | clean: clean-recursive
|
---|
985 |
|
---|
986 | clean-am: clean-generic clean-libtool mostlyclean-am
|
---|
987 |
|
---|
988 | distclean: distclean-recursive
|
---|
989 | -rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
---|
990 | -rm -f Makefile
|
---|
991 | distclean-am: clean-am distclean-generic distclean-libtool \
|
---|
992 | distclean-tags
|
---|
993 |
|
---|
994 | dvi: dvi-recursive
|
---|
995 |
|
---|
996 | dvi-am:
|
---|
997 |
|
---|
998 | html: html-recursive
|
---|
999 |
|
---|
1000 | html-am:
|
---|
1001 |
|
---|
1002 | info: info-recursive
|
---|
1003 |
|
---|
1004 | info-am:
|
---|
1005 |
|
---|
1006 | install-data-am:
|
---|
1007 |
|
---|
1008 | install-dvi: install-dvi-recursive
|
---|
1009 |
|
---|
1010 | install-dvi-am:
|
---|
1011 |
|
---|
1012 | install-exec-am:
|
---|
1013 |
|
---|
1014 | install-html: install-html-recursive
|
---|
1015 |
|
---|
1016 | install-html-am:
|
---|
1017 |
|
---|
1018 | install-info: install-info-recursive
|
---|
1019 |
|
---|
1020 | install-info-am:
|
---|
1021 |
|
---|
1022 | install-man:
|
---|
1023 |
|
---|
1024 | install-pdf: install-pdf-recursive
|
---|
1025 |
|
---|
1026 | install-pdf-am:
|
---|
1027 |
|
---|
1028 | install-ps: install-ps-recursive
|
---|
1029 |
|
---|
1030 | install-ps-am:
|
---|
1031 |
|
---|
1032 | installcheck-am:
|
---|
1033 |
|
---|
1034 | maintainer-clean: maintainer-clean-recursive
|
---|
1035 | -rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
---|
1036 | -rm -rf $(top_srcdir)/autom4te.cache
|
---|
1037 | -rm -f Makefile
|
---|
1038 | maintainer-clean-am: distclean-am maintainer-clean-generic
|
---|
1039 |
|
---|
1040 | mostlyclean: mostlyclean-recursive
|
---|
1041 |
|
---|
1042 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
---|
1043 |
|
---|
1044 | pdf: pdf-recursive
|
---|
1045 |
|
---|
1046 | pdf-am:
|
---|
1047 |
|
---|
1048 | ps: ps-recursive
|
---|
1049 |
|
---|
1050 | ps-am:
|
---|
1051 |
|
---|
1052 | uninstall-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.
|
---|
1078 | dist-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:
|
---|