summaryrefslogtreecommitdiff
path: root/plugin/test/Makefile.in
diff options
context:
space:
mode:
authorSimeon Simeonov2018-02-26 11:23:00 +0100
committerSimeon Simeonov2018-02-26 11:23:00 +0100
commit0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc (patch)
treeaf916a30553c78ce9d4f2d8658656a175c5b6921 /plugin/test/Makefile.in
Initial commit for sylpheed 3.7.0
Diffstat (limited to 'plugin/test/Makefile.in')
-rw-r--r--plugin/test/Makefile.in710
1 files changed, 710 insertions, 0 deletions
diff --git a/plugin/test/Makefile.in b/plugin/test/Makefile.in
new file mode 100644
index 0000000..e29bffe
--- /dev/null
+++ b/plugin/test/Makefile.in
@@ -0,0 +1,710 @@
1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
31 case $$MAKEFLAGS in \
32 *\\[\ \ ]*) \
33 bs=\\; \
34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36 esac; \
37 fi; \
38 skip_next=no; \
39 strip_trailopt () \
40 { \
41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 }; \
43 for flg in $$sane_makeflags; do \
44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81target_triplet = @target@
82subdir = plugin/test
83DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84 $(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp README
85ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86am__aclocal_m4_deps = $(top_srcdir)/ac/aclocal-include.m4 \
87 $(top_srcdir)/ac/gnupg-check-typedef.m4 \
88 $(top_srcdir)/configure.ac
89am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90 $(ACLOCAL_M4)
91mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
92CONFIG_HEADER = $(top_builddir)/config.h
93CONFIG_CLEAN_FILES =
94CONFIG_CLEAN_VPATH_FILES =
95am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
96am__vpath_adj = case $$p in \
97 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
98 *) f=$$p;; \
99 esac;
100am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
101am__install_max = 40
102am__nobase_strip_setup = \
103 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
104am__nobase_strip = \
105 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
106am__nobase_list = $(am__nobase_strip_setup); \
107 for p in $$list; do echo "$$p $$p"; done | \
108 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
109 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
110 if (++n[$$2] == $(am__install_max)) \
111 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
112 END { for (dir in files) print dir, files[dir] }'
113am__base_list = \
114 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
115 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
116am__uninstall_files_from_dir = { \
117 test -z "$$files" \
118 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
119 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
120 $(am__cd) "$$dir" && rm -f $$files; }; \
121 }
122am__installdirs = "$(DESTDIR)$(libdir)"
123LTLIBRARIES = $(lib_LTLIBRARIES)
124am__DEPENDENCIES_1 =
125test_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
126 $(top_builddir)/src/libsylpheed-plugin-0.la \
127 $(top_builddir)/libsylph/libsylph-0.la
128am_test_la_OBJECTS = test.lo
129test_la_OBJECTS = $(am_test_la_OBJECTS)
130AM_V_lt = $(am__v_lt_@AM_V@)
131am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
132am__v_lt_0 = --silent
133am__v_lt_1 =
134test_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
135 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
136 $(test_la_LDFLAGS) $(LDFLAGS) -o $@
137AM_V_P = $(am__v_P_@AM_V@)
138am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
139am__v_P_0 = false
140am__v_P_1 = :
141AM_V_GEN = $(am__v_GEN_@AM_V@)
142am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
143am__v_GEN_0 = @echo " GEN " $@;
144am__v_GEN_1 =
145AM_V_at = $(am__v_at_@AM_V@)
146am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
147am__v_at_0 = @
148am__v_at_1 =
149DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
150depcomp = $(SHELL) $(top_srcdir)/depcomp
151am__depfiles_maybe = depfiles
152am__mv = mv -f
153COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
154 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
155LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
156 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
157 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
158 $(AM_CFLAGS) $(CFLAGS)
159AM_V_CC = $(am__v_CC_@AM_V@)
160am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
161am__v_CC_0 = @echo " CC " $@;
162am__v_CC_1 =
163CCLD = $(CC)
164LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
165 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
166 $(AM_LDFLAGS) $(LDFLAGS) -o $@
167AM_V_CCLD = $(am__v_CCLD_@AM_V@)
168am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
169am__v_CCLD_0 = @echo " CCLD " $@;
170am__v_CCLD_1 =
171SOURCES = $(test_la_SOURCES)
172DIST_SOURCES = $(test_la_SOURCES)
173am__can_run_installinfo = \
174 case $$AM_UPDATE_INFO_DIR in \
175 n|no|NO) false;; \
176 *) (install-info --version) >/dev/null 2>&1;; \
177 esac
178am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
179# Read a list of newline-separated strings from the standard input,
180# and print each of them once, without duplicates. Input order is
181# *not* preserved.
182am__uniquify_input = $(AWK) '\
183 BEGIN { nonempty = 0; } \
184 { items[$$0] = 1; nonempty = 1; } \
185 END { if (nonempty) { for (i in items) print i; }; } \
186'
187# Make sure the list of sources is unique. This is necessary because,
188# e.g., the same source file might be shared among _SOURCES variables
189# for different programs/libraries.
190am__define_uniq_tagged_files = \
191 list='$(am__tagged_files)'; \
192 unique=`for i in $$list; do \
193 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
194 done | $(am__uniquify_input)`
195ETAGS = etags
196CTAGS = ctags
197DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
198ACLOCAL = @ACLOCAL@
199ALLOCA = @ALLOCA@
200AMTAR = @AMTAR@
201AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
202AR = @AR@
203AUTOCONF = @AUTOCONF@
204AUTOHEADER = @AUTOHEADER@
205AUTOMAKE = @AUTOMAKE@
206AWK = @AWK@
207BUILD_REVISION = @BUILD_REVISION@
208CATALOGS = @CATALOGS@
209CATOBJEXT = @CATOBJEXT@
210CC = @CC@
211CCDEPMODE = @CCDEPMODE@
212CFLAGS = @CFLAGS@
213CPP = @CPP@
214CPPFLAGS = @CPPFLAGS@
215CYGPATH_W = @CYGPATH_W@
216DATADIRNAME = @DATADIRNAME@
217DEFS = @DEFS@
218DEPDIR = @DEPDIR@
219DEVEL_VERSION = @DEVEL_VERSION@
220DLLTOOL = @DLLTOOL@
221DSYMUTIL = @DSYMUTIL@
222DUMPBIN = @DUMPBIN@
223ECHO_C = @ECHO_C@
224ECHO_N = @ECHO_N@
225ECHO_T = @ECHO_T@
226EGREP = @EGREP@
227EXEEXT = @EXEEXT@
228EXTRA_VERSION = @EXTRA_VERSION@
229FGREP = @FGREP@
230GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
231GLIB_CFLAGS = @GLIB_CFLAGS@
232GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
233GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
234GLIB_LIBS = @GLIB_LIBS@
235GLIB_MKENUMS = @GLIB_MKENUMS@
236GMOFILES = @GMOFILES@
237GMSGFMT = @GMSGFMT@
238GOBJECT_QUERY = @GOBJECT_QUERY@
239GPGME_CFLAGS = @GPGME_CFLAGS@
240GPGME_CONFIG = @GPGME_CONFIG@
241GPGME_LIBS = @GPGME_LIBS@
242GREP = @GREP@
243GTK_CFLAGS = @GTK_CFLAGS@
244GTK_LIBS = @GTK_LIBS@
245INSTALL = @INSTALL@
246INSTALL_DATA = @INSTALL_DATA@
247INSTALL_PROGRAM = @INSTALL_PROGRAM@
248INSTALL_SCRIPT = @INSTALL_SCRIPT@
249INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
250INSTOBJEXT = @INSTOBJEXT@
251INTLLIBS = @INTLLIBS@
252LD = @LD@
253LDAP_LIBS = @LDAP_LIBS@
254LDFLAGS = @LDFLAGS@
255LEX = @LEX@
256LEXLIB = @LEXLIB@
257LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
258LIBICONV = @LIBICONV@
259LIBOBJS = @LIBOBJS@
260LIBS = @LIBS@
261LIBSYLPH_CFLAGS = @LIBSYLPH_CFLAGS@
262LIBSYLPH_LIBS = @LIBSYLPH_LIBS@
263LIBTOOL = @LIBTOOL@
264LIPO = @LIPO@
265LN_S = @LN_S@
266LTLIBICONV = @LTLIBICONV@
267LTLIBOBJS = @LTLIBOBJS@
268LT_AGE = @LT_AGE@
269LT_CURRENT = @LT_CURRENT@
270LT_RELEASE = @LT_RELEASE@
271LT_REVISION = @LT_REVISION@
272MAINT = @MAINT@
273MAJOR_VERSION = @MAJOR_VERSION@
274MAKEINFO = @MAKEINFO@
275MANIFEST_TOOL = @MANIFEST_TOOL@
276MICRO_VERSION = @MICRO_VERSION@
277MINOR_VERSION = @MINOR_VERSION@
278MKDIR_P = @MKDIR_P@
279MKINSTALLDIRS = @MKINSTALLDIRS@
280MSGFMT = @MSGFMT@
281MSGFMT_OPTS = @MSGFMT_OPTS@
282NM = @NM@
283NMEDIT = @NMEDIT@
284OBJDUMP = @OBJDUMP@
285OBJEXT = @OBJEXT@
286OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
287OPENSSL_LIBS = @OPENSSL_LIBS@
288OTOOL = @OTOOL@
289OTOOL64 = @OTOOL64@
290PACKAGE = @PACKAGE@
291PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
292PACKAGE_NAME = @PACKAGE_NAME@
293PACKAGE_STRING = @PACKAGE_STRING@
294PACKAGE_TARNAME = @PACKAGE_TARNAME@
295PACKAGE_URL = @PACKAGE_URL@
296PACKAGE_VERSION = @PACKAGE_VERSION@
297PATH_SEPARATOR = @PATH_SEPARATOR@
298PKG_CONFIG = @PKG_CONFIG@
299PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
300PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
301POFILES = @POFILES@
302POSUB = @POSUB@
303PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
304PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
305RANLIB = @RANLIB@
306SED = @SED@
307SET_MAKE = @SET_MAKE@
308SHELL = @SHELL@
309STRIP = @STRIP@
310SYLPHEED_LIBS = @SYLPHEED_LIBS@
311USE_NLS = @USE_NLS@
312VERSION = @VERSION@
313WINDRES = @WINDRES@
314XGETTEXT = @XGETTEXT@
315YACC = @YACC@
316YFLAGS = @YFLAGS@
317abs_builddir = @abs_builddir@
318abs_srcdir = @abs_srcdir@
319abs_top_builddir = @abs_top_builddir@
320abs_top_srcdir = @abs_top_srcdir@
321ac_ct_AR = @ac_ct_AR@
322ac_ct_CC = @ac_ct_CC@
323ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
324am__include = @am__include@
325am__leading_dot = @am__leading_dot@
326am__quote = @am__quote@
327am__tar = @am__tar@
328am__untar = @am__untar@
329bindir = @bindir@
330build = @build@
331build_alias = @build_alias@
332build_cpu = @build_cpu@
333build_os = @build_os@
334build_vendor = @build_vendor@
335builddir = @builddir@
336datadir = @datadir@
337datarootdir = @datarootdir@
338docdir = @docdir@
339dvidir = @dvidir@
340exec_prefix = @exec_prefix@
341faqdir = @faqdir@
342host = @host@
343host_alias = @host_alias@
344host_cpu = @host_cpu@
345host_os = @host_os@
346host_vendor = @host_vendor@
347htmldir = @htmldir@
348includedir = @includedir@
349infodir = @infodir@
350install_sh = @install_sh@
351libdir = $(plugindir)
352libexecdir = @libexecdir@
353localedir = @localedir@
354localstatedir = @localstatedir@
355mandir = @mandir@
356manualdir = @manualdir@
357mkdir_p = @mkdir_p@
358oldincludedir = @oldincludedir@
359pdfdir = @pdfdir@
360plugindir = @plugindir@
361prefix = @prefix@
362program_transform_name = @program_transform_name@
363psdir = @psdir@
364sbindir = @sbindir@
365sharedstatedir = @sharedstatedir@
366srcdir = @srcdir@
367sysconfdir = @sysconfdir@
368target = @target@
369target_alias = @target_alias@
370target_cpu = @target_cpu@
371target_os = @target_os@
372target_vendor = @target_vendor@
373themedir = @themedir@
374top_build_prefix = @top_build_prefix@
375top_builddir = @top_builddir@
376top_srcdir = @top_srcdir@
377lib_LTLIBRARIES = test.la
378test_la_SOURCES = test.c test.h
379test_la_LDFLAGS = -module -no-undefined -avoid-version
380INCLUDES = \
381 -I$(top_srcdir) \
382 -I$(top_srcdir)/libsylph \
383 -I$(top_srcdir)/src \
384 $(GTK_CFLAGS)
385
386test_la_LIBADD = \
387 $(GTK_LIBS) \
388 $(top_builddir)/src/libsylpheed-plugin-0.la \
389 $(top_builddir)/libsylph/libsylph-0.la
390
391all: all-am
392
393.SUFFIXES:
394.SUFFIXES: .c .lo .o .obj
395$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
396 @for dep in $?; do \
397 case '$(am__configure_deps)' in \
398 *$$dep*) \
399 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
400 && { if test -f $@; then exit 0; else break; fi; }; \
401 exit 1;; \
402 esac; \
403 done; \
404 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugin/test/Makefile'; \
405 $(am__cd) $(top_srcdir) && \
406 $(AUTOMAKE) --foreign plugin/test/Makefile
407.PRECIOUS: Makefile
408Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
409 @case '$?' in \
410 *config.status*) \
411 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
412 *) \
413 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
414 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
415 esac;
416
417$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
418 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
419
420$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
421 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
422$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
423 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
424$(am__aclocal_m4_deps):
425
426install-libLTLIBRARIES: $(lib_LTLIBRARIES)
427 @$(NORMAL_INSTALL)
428 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
429 list2=; for p in $$list; do \
430 if test -f $$p; then \
431 list2="$$list2 $$p"; \
432 else :; fi; \
433 done; \
434 test -z "$$list2" || { \
435 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
436 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
437 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
438 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
439 }
440
441uninstall-libLTLIBRARIES:
442 @$(NORMAL_UNINSTALL)
443 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
444 for p in $$list; do \
445 $(am__strip_dir) \
446 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
447 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
448 done
449
450clean-libLTLIBRARIES:
451 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
452 @list='$(lib_LTLIBRARIES)'; \
453 locs=`for p in $$list; do echo $$p; done | \
454 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
455 sort -u`; \
456 test -z "$$locs" || { \
457 echo rm -f $${locs}; \
458 rm -f $${locs}; \
459 }
460
461test.la: $(test_la_OBJECTS) $(test_la_DEPENDENCIES) $(EXTRA_test_la_DEPENDENCIES)
462 $(AM_V_CCLD)$(test_la_LINK) -rpath $(libdir) $(test_la_OBJECTS) $(test_la_LIBADD) $(LIBS)
463
464mostlyclean-compile:
465 -rm -f *.$(OBJEXT)
466
467distclean-compile:
468 -rm -f *.tab.c
469
470@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Plo@am__quote@
471
472.c.o:
473@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
474@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
475@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
476@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
477@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
478
479.c.obj:
480@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
481@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
482@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
483@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
484@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
485
486.c.lo:
487@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
488@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
489@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
490@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
491@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
492
493mostlyclean-libtool:
494 -rm -f *.lo
495
496clean-libtool:
497 -rm -rf .libs _libs
498
499ID: $(am__tagged_files)
500 $(am__define_uniq_tagged_files); mkid -fID $$unique
501tags: tags-am
502TAGS: tags
503
504tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
505 set x; \
506 here=`pwd`; \
507 $(am__define_uniq_tagged_files); \
508 shift; \
509 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
510 test -n "$$unique" || unique=$$empty_fix; \
511 if test $$# -gt 0; then \
512 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
513 "$$@" $$unique; \
514 else \
515 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
516 $$unique; \
517 fi; \
518 fi
519ctags: ctags-am
520
521CTAGS: ctags
522ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
523 $(am__define_uniq_tagged_files); \
524 test -z "$(CTAGS_ARGS)$$unique" \
525 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
526 $$unique
527
528GTAGS:
529 here=`$(am__cd) $(top_builddir) && pwd` \
530 && $(am__cd) $(top_srcdir) \
531 && gtags -i $(GTAGS_ARGS) "$$here"
532cscopelist: cscopelist-am
533
534cscopelist-am: $(am__tagged_files)
535 list='$(am__tagged_files)'; \
536 case "$(srcdir)" in \
537 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
538 *) sdir=$(subdir)/$(srcdir) ;; \
539 esac; \
540 for i in $$list; do \
541 if test -f "$$i"; then \
542 echo "$(subdir)/$$i"; \
543 else \
544 echo "$$sdir/$$i"; \
545 fi; \
546 done >> $(top_builddir)/cscope.files
547
548distclean-tags:
549 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
550
551distdir: $(DISTFILES)
552 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
553 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
554 list='$(DISTFILES)'; \
555 dist_files=`for file in $$list; do echo $$file; done | \
556 sed -e "s|^$$srcdirstrip/||;t" \
557 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
558 case $$dist_files in \
559 */*) $(MKDIR_P) `echo "$$dist_files" | \
560 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
561 sort -u` ;; \
562 esac; \
563 for file in $$dist_files; do \
564 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
565 if test -d $$d/$$file; then \
566 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
567 if test -d "$(distdir)/$$file"; then \
568 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
569 fi; \
570 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
571 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
572 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
573 fi; \
574 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
575 else \
576 test -f "$(distdir)/$$file" \
577 || cp -p $$d/$$file "$(distdir)/$$file" \
578 || exit 1; \
579 fi; \
580 done
581check-am: all-am
582check: check-am
583all-am: Makefile $(LTLIBRARIES)
584installdirs:
585 for dir in "$(DESTDIR)$(libdir)"; do \
586 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
587 done
588install-exec: install-exec-am
589install-data: install-data-am
590uninstall: uninstall-am
591
592install-am: all-am
593 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
594
595installcheck: installcheck-am
596install-strip:
597 if test -z '$(STRIP)'; then \
598 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
599 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
600 install; \
601 else \
602 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
603 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
604 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
605 fi
606mostlyclean-generic:
607
608clean-generic:
609
610distclean-generic:
611 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
612 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
613
614maintainer-clean-generic:
615 @echo "This command is intended for maintainers to use"
616 @echo "it deletes files that may require special tools to rebuild."
617clean: clean-am
618
619clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
620 mostlyclean-am
621
622distclean: distclean-am
623 -rm -rf ./$(DEPDIR)
624 -rm -f Makefile
625distclean-am: clean-am distclean-compile distclean-generic \
626 distclean-tags
627
628dvi: dvi-am
629
630dvi-am:
631
632html: html-am
633
634html-am:
635
636info: info-am
637
638info-am:
639
640install-data-am:
641
642install-dvi: install-dvi-am
643
644install-dvi-am:
645
646install-exec-am: install-libLTLIBRARIES
647
648install-html: install-html-am
649
650install-html-am:
651
652install-info: install-info-am
653
654install-info-am:
655
656install-man:
657
658install-pdf: install-pdf-am
659
660install-pdf-am:
661
662install-ps: install-ps-am
663
664install-ps-am:
665
666installcheck-am:
667
668maintainer-clean: maintainer-clean-am
669 -rm -rf ./$(DEPDIR)
670 -rm -f Makefile
671maintainer-clean-am: distclean-am maintainer-clean-generic
672
673mostlyclean: mostlyclean-am
674
675mostlyclean-am: mostlyclean-compile mostlyclean-generic \
676 mostlyclean-libtool
677
678pdf: pdf-am
679
680pdf-am:
681
682ps: ps-am
683
684ps-am:
685
686uninstall-am: uninstall-libLTLIBRARIES
687
688.MAKE: install-am install-strip
689
690.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
691 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
692 ctags-am distclean distclean-compile distclean-generic \
693 distclean-libtool distclean-tags distdir dvi dvi-am html \
694 html-am info info-am install install-am install-data \
695 install-data-am install-dvi install-dvi-am install-exec \
696 install-exec-am install-html install-html-am install-info \
697 install-info-am install-libLTLIBRARIES install-man install-pdf \
698 install-pdf-am install-ps install-ps-am install-strip \
699 installcheck installcheck-am installdirs maintainer-clean \
700 maintainer-clean-generic mostlyclean mostlyclean-compile \
701 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
702 tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
703
704
705install:
706install-plugin: install-am
707
708# Tell versions [3.59,3.63) of GNU make to not export all variables.
709# Otherwise a system limit (for SysV at least) may be exceeded.
710.NOEXPORT: