]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - spl/lib/Makefile.in
BCM270X: Enable the DSI panel node in the VC4 overlay.
[mirror_ubuntu-zesty-kernel.git] / spl / lib / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 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 ###############################################################################
18 # Copyright (C) 2007-2010 Lawrence Livermore National Security, LLC.
19 # Copyright (C) 2007 The Regents of the University of California.
20 # Written by Brian Behlendorf <behlendorf1@llnl.gov>.
21 ###############################################################################
22 # Common rules for user space components.
23 ###############################################################################
24
25 VPATH = @srcdir@
26 am__is_gnu_make = { \
27 if test -z '$(MAKELEVEL)'; then \
28 false; \
29 elif test -n '$(MAKE_HOST)'; then \
30 true; \
31 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
32 true; \
33 else \
34 false; \
35 fi; \
36 }
37 am__make_running_with_option = \
38 case $${target_option-} in \
39 ?) ;; \
40 *) echo "am__make_running_with_option: internal error: invalid" \
41 "target option '$${target_option-}' specified" >&2; \
42 exit 1;; \
43 esac; \
44 has_opt=no; \
45 sane_makeflags=$$MAKEFLAGS; \
46 if $(am__is_gnu_make); then \
47 sane_makeflags=$$MFLAGS; \
48 else \
49 case $$MAKEFLAGS in \
50 *\\[\ \ ]*) \
51 bs=\\; \
52 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
53 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
54 esac; \
55 fi; \
56 skip_next=no; \
57 strip_trailopt () \
58 { \
59 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
60 }; \
61 for flg in $$sane_makeflags; do \
62 test $$skip_next = yes && { skip_next=no; continue; }; \
63 case $$flg in \
64 *=*|--*) continue;; \
65 -*I) strip_trailopt 'I'; skip_next=yes;; \
66 -*I?*) strip_trailopt 'I';; \
67 -*O) strip_trailopt 'O'; skip_next=yes;; \
68 -*O?*) strip_trailopt 'O';; \
69 -*l) strip_trailopt 'l'; skip_next=yes;; \
70 -*l?*) strip_trailopt 'l';; \
71 -[dEDm]) skip_next=yes;; \
72 -[JT]) skip_next=yes;; \
73 esac; \
74 case $$flg in \
75 *$$target_option*) has_opt=yes; break;; \
76 esac; \
77 done; \
78 test $$has_opt = yes
79 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
80 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
81 pkgdatadir = $(datadir)/@PACKAGE@
82 pkgincludedir = $(includedir)/@PACKAGE@
83 pkglibdir = $(libdir)/@PACKAGE@
84 pkglibexecdir = $(libexecdir)/@PACKAGE@
85 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
86 install_sh_DATA = $(install_sh) -c -m 644
87 install_sh_PROGRAM = $(install_sh) -c
88 install_sh_SCRIPT = $(install_sh) -c
89 INSTALL_HEADER = $(INSTALL_DATA)
90 transform = $(program_transform_name)
91 NORMAL_INSTALL = :
92 PRE_INSTALL = :
93 POST_INSTALL = :
94 NORMAL_UNINSTALL = :
95 PRE_UNINSTALL = :
96 POST_UNINSTALL = :
97 build_triplet = @build@
98 host_triplet = @host@
99 target_triplet = @target@
100 subdir = lib
101 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
102 am__aclocal_m4_deps = $(top_srcdir)/config/libtool.m4 \
103 $(top_srcdir)/config/ltoptions.m4 \
104 $(top_srcdir)/config/ltsugar.m4 \
105 $(top_srcdir)/config/ltversion.m4 \
106 $(top_srcdir)/config/lt~obsolete.m4 \
107 $(top_srcdir)/config/spl-build.m4 \
108 $(top_srcdir)/config/spl-meta.m4 $(top_srcdir)/configure.ac
109 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
110 $(ACLOCAL_M4)
111 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
112 mkinstalldirs = $(install_sh) -d
113 CONFIG_HEADER = $(top_builddir)/spl_config.h
114 CONFIG_CLEAN_FILES =
115 CONFIG_CLEAN_VPATH_FILES =
116 LTLIBRARIES = $(noinst_LTLIBRARIES)
117 libcommon_la_LIBADD =
118 am_libcommon_la_OBJECTS = list.lo
119 libcommon_la_OBJECTS = $(am_libcommon_la_OBJECTS)
120 AM_V_lt = $(am__v_lt_@AM_V@)
121 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
122 am__v_lt_0 = --silent
123 am__v_lt_1 =
124 AM_V_P = $(am__v_P_@AM_V@)
125 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
126 am__v_P_0 = false
127 am__v_P_1 = :
128 AM_V_GEN = $(am__v_GEN_@AM_V@)
129 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
130 am__v_GEN_0 = @echo " GEN " $@;
131 am__v_GEN_1 =
132 AM_V_at = $(am__v_at_@AM_V@)
133 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
134 am__v_at_0 = @
135 am__v_at_1 =
136 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
137 am__depfiles_maybe = depfiles
138 am__mv = mv -f
139 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
140 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
141 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
142 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
143 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
144 $(AM_CFLAGS) $(CFLAGS)
145 AM_V_CC = $(am__v_CC_@AM_V@)
146 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
147 am__v_CC_0 = @echo " CC " $@;
148 am__v_CC_1 =
149 CCLD = $(CC)
150 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
151 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
152 $(AM_LDFLAGS) $(LDFLAGS) -o $@
153 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
154 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
155 am__v_CCLD_0 = @echo " CCLD " $@;
156 am__v_CCLD_1 =
157 SOURCES = $(libcommon_la_SOURCES)
158 DIST_SOURCES = $(libcommon_la_SOURCES)
159 am__can_run_installinfo = \
160 case $$AM_UPDATE_INFO_DIR in \
161 n|no|NO) false;; \
162 *) (install-info --version) >/dev/null 2>&1;; \
163 esac
164 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
165 # Read a list of newline-separated strings from the standard input,
166 # and print each of them once, without duplicates. Input order is
167 # *not* preserved.
168 am__uniquify_input = $(AWK) '\
169 BEGIN { nonempty = 0; } \
170 { items[$$0] = 1; nonempty = 1; } \
171 END { if (nonempty) { for (i in items) print i; }; } \
172 '
173 # Make sure the list of sources is unique. This is necessary because,
174 # e.g., the same source file might be shared among _SOURCES variables
175 # for different programs/libraries.
176 am__define_uniq_tagged_files = \
177 list='$(am__tagged_files)'; \
178 unique=`for i in $$list; do \
179 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
180 done | $(am__uniquify_input)`
181 ETAGS = etags
182 CTAGS = ctags
183 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/Rules.am \
184 $(top_srcdir)/config/depcomp
185 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
186 ACLOCAL = @ACLOCAL@
187 ALIEN = @ALIEN@
188 ALIEN_VERSION = @ALIEN_VERSION@
189 AMTAR = @AMTAR@
190 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
191 AR = @AR@
192 AUTOCONF = @AUTOCONF@
193 AUTOHEADER = @AUTOHEADER@
194 AUTOMAKE = @AUTOMAKE@
195 AWK = @AWK@
196 CC = @CC@
197 CCDEPMODE = @CCDEPMODE@
198 CFLAGS = @CFLAGS@
199 CPP = @CPP@
200 CPPFLAGS = @CPPFLAGS@
201 CYGPATH_W = @CYGPATH_W@
202 DEBUG_CFLAGS = @DEBUG_CFLAGS@
203 DEBUG_KMEM = @DEBUG_KMEM@
204 DEBUG_KMEM_TRACKING = @DEBUG_KMEM_TRACKING@
205 DEBUG_SPL = @DEBUG_SPL@
206 DEFAULT_PACKAGE = @DEFAULT_PACKAGE@
207 DEFS = @DEFS@
208 DEPDIR = @DEPDIR@
209 DLLTOOL = @DLLTOOL@
210 DPKG = @DPKG@
211 DPKGBUILD = @DPKGBUILD@
212 DPKGBUILD_VERSION = @DPKGBUILD_VERSION@
213 DPKG_VERSION = @DPKG_VERSION@
214 DSYMUTIL = @DSYMUTIL@
215 DUMPBIN = @DUMPBIN@
216 ECHO_C = @ECHO_C@
217 ECHO_N = @ECHO_N@
218 ECHO_T = @ECHO_T@
219 EGREP = @EGREP@
220 EXEEXT = @EXEEXT@
221 FGREP = @FGREP@
222 GREP = @GREP@
223 HAVE_ALIEN = @HAVE_ALIEN@
224 HAVE_DPKG = @HAVE_DPKG@
225 HAVE_DPKGBUILD = @HAVE_DPKGBUILD@
226 HAVE_RPM = @HAVE_RPM@
227 HAVE_RPMBUILD = @HAVE_RPMBUILD@
228 INSTALL = @INSTALL@
229 INSTALL_DATA = @INSTALL_DATA@
230 INSTALL_PROGRAM = @INSTALL_PROGRAM@
231 INSTALL_SCRIPT = @INSTALL_SCRIPT@
232 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
233 KERNELCPPFLAGS = @KERNELCPPFLAGS@
234 KERNELMAKE_PARAMS = @KERNELMAKE_PARAMS@
235 LD = @LD@
236 LDFLAGS = @LDFLAGS@
237 LIBOBJS = @LIBOBJS@
238 LIBS = @LIBS@
239 LIBTOOL = @LIBTOOL@
240 LINUX = @LINUX@
241 LINUX_OBJ = @LINUX_OBJ@
242 LINUX_SYMBOLS = @LINUX_SYMBOLS@
243 LINUX_VERSION = @LINUX_VERSION@
244 LIPO = @LIPO@
245 LN_S = @LN_S@
246 LTLIBOBJS = @LTLIBOBJS@
247 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
248 MAINT = @MAINT@
249 MAKEINFO = @MAKEINFO@
250 MANIFEST_TOOL = @MANIFEST_TOOL@
251 MKDIR_P = @MKDIR_P@
252 NM = @NM@
253 NMEDIT = @NMEDIT@
254 OBJDUMP = @OBJDUMP@
255 OBJEXT = @OBJEXT@
256 OTOOL = @OTOOL@
257 OTOOL64 = @OTOOL64@
258 PACKAGE = @PACKAGE@
259 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
260 PACKAGE_NAME = @PACKAGE_NAME@
261 PACKAGE_STRING = @PACKAGE_STRING@
262 PACKAGE_TARNAME = @PACKAGE_TARNAME@
263 PACKAGE_URL = @PACKAGE_URL@
264 PACKAGE_VERSION = @PACKAGE_VERSION@
265 PATH_SEPARATOR = @PATH_SEPARATOR@
266 RANLIB = @RANLIB@
267 RELEASE = @RELEASE@
268 RPM = @RPM@
269 RPMBUILD = @RPMBUILD@
270 RPMBUILD_VERSION = @RPMBUILD_VERSION@
271 RPM_DEFINE_COMMON = @RPM_DEFINE_COMMON@
272 RPM_DEFINE_DKMS = @RPM_DEFINE_DKMS@
273 RPM_DEFINE_KMOD = @RPM_DEFINE_KMOD@
274 RPM_DEFINE_UTIL = @RPM_DEFINE_UTIL@
275 RPM_SPEC_DIR = @RPM_SPEC_DIR@
276 RPM_VERSION = @RPM_VERSION@
277 SED = @SED@
278 SET_MAKE = @SET_MAKE@
279 SHELL = @SHELL@
280 SPL_CONFIG = @SPL_CONFIG@
281 SPL_META_ALIAS = @SPL_META_ALIAS@
282 SPL_META_AUTHOR = @SPL_META_AUTHOR@
283 SPL_META_DATA = @SPL_META_DATA@
284 SPL_META_LICENSE = @SPL_META_LICENSE@
285 SPL_META_LT_AGE = @SPL_META_LT_AGE@
286 SPL_META_LT_CURRENT = @SPL_META_LT_CURRENT@
287 SPL_META_LT_REVISION = @SPL_META_LT_REVISION@
288 SPL_META_NAME = @SPL_META_NAME@
289 SPL_META_RELEASE = @SPL_META_RELEASE@
290 SPL_META_VERSION = @SPL_META_VERSION@
291 SRPM_DEFINE_COMMON = @SRPM_DEFINE_COMMON@
292 SRPM_DEFINE_DKMS = @SRPM_DEFINE_DKMS@
293 SRPM_DEFINE_KMOD = @SRPM_DEFINE_KMOD@
294 SRPM_DEFINE_UTIL = @SRPM_DEFINE_UTIL@
295 STRIP = @STRIP@
296 VENDOR = @VENDOR@
297 VERSION = @VERSION@
298 abs_builddir = @abs_builddir@
299 abs_srcdir = @abs_srcdir@
300 abs_top_builddir = @abs_top_builddir@
301 abs_top_srcdir = @abs_top_srcdir@
302 ac_ct_AR = @ac_ct_AR@
303 ac_ct_CC = @ac_ct_CC@
304 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
305 am__include = @am__include@
306 am__leading_dot = @am__leading_dot@
307 am__quote = @am__quote@
308 am__tar = @am__tar@
309 am__untar = @am__untar@
310 bindir = @bindir@
311 build = @build@
312 build_alias = @build_alias@
313 build_cpu = @build_cpu@
314 build_os = @build_os@
315 build_vendor = @build_vendor@
316 builddir = @builddir@
317 datadir = @datadir@
318 datarootdir = @datarootdir@
319 docdir = @docdir@
320 dvidir = @dvidir@
321 exec_prefix = @exec_prefix@
322 host = @host@
323 host_alias = @host_alias@
324 host_cpu = @host_cpu@
325 host_os = @host_os@
326 host_vendor = @host_vendor@
327 htmldir = @htmldir@
328 includedir = @includedir@
329 infodir = @infodir@
330 install_sh = @install_sh@
331 libdir = @libdir@
332 libexecdir = @libexecdir@
333 localedir = @localedir@
334 localstatedir = @localstatedir@
335 mandir = @mandir@
336 mkdir_p = @mkdir_p@
337 oldincludedir = @oldincludedir@
338 pdfdir = @pdfdir@
339 prefix = @prefix@
340 program_transform_name = @program_transform_name@
341 psdir = @psdir@
342 runstatedir = @runstatedir@
343 sbindir = @sbindir@
344 sharedstatedir = @sharedstatedir@
345 srcdir = @srcdir@
346 sysconfdir = @sysconfdir@
347 target = @target@
348 target_alias = @target_alias@
349 target_cpu = @target_cpu@
350 target_os = @target_os@
351 target_vendor = @target_vendor@
352 top_build_prefix = @top_build_prefix@
353 top_builddir = @top_builddir@
354 top_srcdir = @top_srcdir@
355 DEFAULT_INCLUDES = -include ${top_builddir}/spl_config.h
356 AM_LIBTOOLFLAGS = --silent
357 AM_CPPFLAGS = -D__USE_LARGEFILE64
358 AM_CFLAGS = -Wall -Wshadow -Wstrict-prototypes -fno-strict-aliasing \
359 ${DEBUG_CFLAGS}
360 noinst_LTLIBRARIES = libcommon.la
361 libcommon_la_SOURCES = list.c
362 EXTRA_DIST = list.h
363 all: all-am
364
365 .SUFFIXES:
366 .SUFFIXES: .c .lo .o .obj
367 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/Rules.am $(am__configure_deps)
368 @for dep in $?; do \
369 case '$(am__configure_deps)' in \
370 *$$dep*) \
371 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
372 && { if test -f $@; then exit 0; else break; fi; }; \
373 exit 1;; \
374 esac; \
375 done; \
376 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
377 $(am__cd) $(top_srcdir) && \
378 $(AUTOMAKE) --gnu lib/Makefile
379 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
380 @case '$?' in \
381 *config.status*) \
382 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
383 *) \
384 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
385 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
386 esac;
387 $(top_srcdir)/config/Rules.am $(am__empty):
388
389 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
390 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
391
392 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
393 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
394 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
395 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
396 $(am__aclocal_m4_deps):
397
398 clean-noinstLTLIBRARIES:
399 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
400 @list='$(noinst_LTLIBRARIES)'; \
401 locs=`for p in $$list; do echo $$p; done | \
402 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
403 sort -u`; \
404 test -z "$$locs" || { \
405 echo rm -f $${locs}; \
406 rm -f $${locs}; \
407 }
408
409 libcommon.la: $(libcommon_la_OBJECTS) $(libcommon_la_DEPENDENCIES) $(EXTRA_libcommon_la_DEPENDENCIES)
410 $(AM_V_CCLD)$(LINK) $(libcommon_la_OBJECTS) $(libcommon_la_LIBADD) $(LIBS)
411
412 mostlyclean-compile:
413 -rm -f *.$(OBJEXT)
414
415 distclean-compile:
416 -rm -f *.tab.c
417
418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Plo@am__quote@
419
420 .c.o:
421 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
422 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
423 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
424 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
426
427 .c.obj:
428 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
429 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
430 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
431 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
432 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
433
434 .c.lo:
435 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
436 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
437 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
438 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
439 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
440
441 mostlyclean-libtool:
442 -rm -f *.lo
443
444 clean-libtool:
445 -rm -rf .libs _libs
446
447 ID: $(am__tagged_files)
448 $(am__define_uniq_tagged_files); mkid -fID $$unique
449 tags: tags-am
450 TAGS: tags
451
452 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
453 set x; \
454 here=`pwd`; \
455 $(am__define_uniq_tagged_files); \
456 shift; \
457 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
458 test -n "$$unique" || unique=$$empty_fix; \
459 if test $$# -gt 0; then \
460 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
461 "$$@" $$unique; \
462 else \
463 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
464 $$unique; \
465 fi; \
466 fi
467 ctags: ctags-am
468
469 CTAGS: ctags
470 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
471 $(am__define_uniq_tagged_files); \
472 test -z "$(CTAGS_ARGS)$$unique" \
473 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
474 $$unique
475
476 GTAGS:
477 here=`$(am__cd) $(top_builddir) && pwd` \
478 && $(am__cd) $(top_srcdir) \
479 && gtags -i $(GTAGS_ARGS) "$$here"
480 cscopelist: cscopelist-am
481
482 cscopelist-am: $(am__tagged_files)
483 list='$(am__tagged_files)'; \
484 case "$(srcdir)" in \
485 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
486 *) sdir=$(subdir)/$(srcdir) ;; \
487 esac; \
488 for i in $$list; do \
489 if test -f "$$i"; then \
490 echo "$(subdir)/$$i"; \
491 else \
492 echo "$$sdir/$$i"; \
493 fi; \
494 done >> $(top_builddir)/cscope.files
495
496 distclean-tags:
497 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
498
499 distdir: $(DISTFILES)
500 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
501 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
502 list='$(DISTFILES)'; \
503 dist_files=`for file in $$list; do echo $$file; done | \
504 sed -e "s|^$$srcdirstrip/||;t" \
505 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
506 case $$dist_files in \
507 */*) $(MKDIR_P) `echo "$$dist_files" | \
508 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
509 sort -u` ;; \
510 esac; \
511 for file in $$dist_files; do \
512 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
513 if test -d $$d/$$file; then \
514 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
515 if test -d "$(distdir)/$$file"; then \
516 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
517 fi; \
518 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
519 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
520 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
521 fi; \
522 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
523 else \
524 test -f "$(distdir)/$$file" \
525 || cp -p $$d/$$file "$(distdir)/$$file" \
526 || exit 1; \
527 fi; \
528 done
529 check-am: all-am
530 check: check-am
531 all-am: Makefile $(LTLIBRARIES)
532 installdirs:
533 install: install-am
534 install-exec: install-exec-am
535 install-data: install-data-am
536 uninstall: uninstall-am
537
538 install-am: all-am
539 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
540
541 installcheck: installcheck-am
542 install-strip:
543 if test -z '$(STRIP)'; then \
544 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
545 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
546 install; \
547 else \
548 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
549 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
550 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
551 fi
552 mostlyclean-generic:
553
554 clean-generic:
555
556 distclean-generic:
557 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
558 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
559
560 maintainer-clean-generic:
561 @echo "This command is intended for maintainers to use"
562 @echo "it deletes files that may require special tools to rebuild."
563 clean: clean-am
564
565 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
566 mostlyclean-am
567
568 distclean: distclean-am
569 -rm -rf ./$(DEPDIR)
570 -rm -f Makefile
571 distclean-am: clean-am distclean-compile distclean-generic \
572 distclean-tags
573
574 dvi: dvi-am
575
576 dvi-am:
577
578 html: html-am
579
580 html-am:
581
582 info: info-am
583
584 info-am:
585
586 install-data-am:
587
588 install-dvi: install-dvi-am
589
590 install-dvi-am:
591
592 install-exec-am:
593
594 install-html: install-html-am
595
596 install-html-am:
597
598 install-info: install-info-am
599
600 install-info-am:
601
602 install-man:
603
604 install-pdf: install-pdf-am
605
606 install-pdf-am:
607
608 install-ps: install-ps-am
609
610 install-ps-am:
611
612 installcheck-am:
613
614 maintainer-clean: maintainer-clean-am
615 -rm -rf ./$(DEPDIR)
616 -rm -f Makefile
617 maintainer-clean-am: distclean-am maintainer-clean-generic
618
619 mostlyclean: mostlyclean-am
620
621 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
622 mostlyclean-libtool
623
624 pdf: pdf-am
625
626 pdf-am:
627
628 ps: ps-am
629
630 ps-am:
631
632 uninstall-am:
633
634 .MAKE: install-am install-strip
635
636 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
637 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
638 ctags-am distclean distclean-compile distclean-generic \
639 distclean-libtool distclean-tags distdir dvi dvi-am html \
640 html-am info info-am install install-am install-data \
641 install-data-am install-dvi install-dvi-am install-exec \
642 install-exec-am install-html install-html-am install-info \
643 install-info-am install-man install-pdf install-pdf-am \
644 install-ps install-ps-am install-strip installcheck \
645 installcheck-am installdirs maintainer-clean \
646 maintainer-clean-generic mostlyclean mostlyclean-compile \
647 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
648 tags tags-am uninstall uninstall-am
649
650 .PRECIOUS: Makefile
651
652
653 # Tell versions [3.59,3.63) of GNU make to not export all variables.
654 # Otherwise a system limit (for SysV at least) may be exceeded.
655 .NOEXPORT: