diff options
Diffstat (limited to 'src/plugins/chat/Makefile.in')
-rw-r--r-- | src/plugins/chat/Makefile.in | 518 |
1 files changed, 518 insertions, 0 deletions
diff --git a/src/plugins/chat/Makefile.in b/src/plugins/chat/Makefile.in new file mode 100644 index 00000000..35430029 --- /dev/null +++ b/src/plugins/chat/Makefile.in | |||
@@ -0,0 +1,518 @@ | |||
1 | # Makefile.in generated by automake 1.8.5 from Makefile.am. | ||
2 | # @configure_input@ | ||
3 | |||
4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | ||
5 | # 2003, 2004 Free Software Foundation, Inc. | ||
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 | SOURCES = $(libgnunetgtkmodule_chat_la_SOURCES) | ||
18 | |||
19 | srcdir = @srcdir@ | ||
20 | top_srcdir = @top_srcdir@ | ||
21 | VPATH = @srcdir@ | ||
22 | pkgdatadir = $(datadir)/@PACKAGE@ | ||
23 | pkglibdir = $(libdir)/@PACKAGE@ | ||
24 | pkgincludedir = $(includedir)/@PACKAGE@ | ||
25 | top_builddir = ../../.. | ||
26 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | ||
27 | INSTALL = @INSTALL@ | ||
28 | install_sh_DATA = $(install_sh) -c -m 644 | ||
29 | install_sh_PROGRAM = $(install_sh) -c | ||
30 | install_sh_SCRIPT = $(install_sh) -c | ||
31 | INSTALL_HEADER = $(INSTALL_DATA) | ||
32 | transform = $(program_transform_name) | ||
33 | NORMAL_INSTALL = : | ||
34 | PRE_INSTALL = : | ||
35 | POST_INSTALL = : | ||
36 | NORMAL_UNINSTALL = : | ||
37 | PRE_UNINSTALL = : | ||
38 | POST_UNINSTALL = : | ||
39 | host_triplet = @host@ | ||
40 | subdir = src/plugins/chat | ||
41 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in | ||
42 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||
43 | am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ | ||
44 | $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-2.0.m4 \ | ||
45 | $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/isc-posix.m4 \ | ||
46 | $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ | ||
47 | $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \ | ||
48 | $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \ | ||
49 | $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac | ||
50 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | ||
51 | $(ACLOCAL_M4) | ||
52 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | ||
53 | CONFIG_HEADER = $(top_builddir)/config.h | ||
54 | CONFIG_CLEAN_FILES = | ||
55 | am__installdirs = "$(DESTDIR)$(plugindir)" | ||
56 | pluginLTLIBRARIES_INSTALL = $(INSTALL) | ||
57 | LTLIBRARIES = $(plugin_LTLIBRARIES) | ||
58 | libgnunetgtkmodule_chat_la_DEPENDENCIES = \ | ||
59 | $(top_builddir)/src/common/libgnunetgtk_common.la | ||
60 | am_libgnunetgtkmodule_chat_la_OBJECTS = chat.lo | ||
61 | libgnunetgtkmodule_chat_la_OBJECTS = \ | ||
62 | $(am_libgnunetgtkmodule_chat_la_OBJECTS) | ||
63 | DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) | ||
64 | depcomp = $(SHELL) $(top_srcdir)/depcomp | ||
65 | am__depfiles_maybe = depfiles | ||
66 | @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/chat.Plo | ||
67 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | ||
68 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | ||
69 | LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ | ||
70 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | ||
71 | $(AM_CFLAGS) $(CFLAGS) | ||
72 | CCLD = $(CC) | ||
73 | LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | ||
74 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ | ||
75 | SOURCES = $(libgnunetgtkmodule_chat_la_SOURCES) | ||
76 | DIST_SOURCES = $(libgnunetgtkmodule_chat_la_SOURCES) | ||
77 | ETAGS = etags | ||
78 | CTAGS = ctags | ||
79 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
80 | ACLOCAL = @ACLOCAL@ | ||
81 | AMDEP_FALSE = @AMDEP_FALSE@ | ||
82 | AMDEP_TRUE = @AMDEP_TRUE@ | ||
83 | AMTAR = @AMTAR@ | ||
84 | AR = @AR@ | ||
85 | AS = @AS@ | ||
86 | AUTOCONF = @AUTOCONF@ | ||
87 | AUTOHEADER = @AUTOHEADER@ | ||
88 | AUTOMAKE = @AUTOMAKE@ | ||
89 | AWK = @AWK@ | ||
90 | CC = @CC@ | ||
91 | CCDEPMODE = @CCDEPMODE@ | ||
92 | CFLAGS = @CFLAGS@ | ||
93 | CONVENIENCE_LTDL_FALSE = @CONVENIENCE_LTDL_FALSE@ | ||
94 | CONVENIENCE_LTDL_TRUE = @CONVENIENCE_LTDL_TRUE@ | ||
95 | CPP = @CPP@ | ||
96 | CPPFLAGS = @CPPFLAGS@ | ||
97 | CXX = @CXX@ | ||
98 | CXXCPP = @CXXCPP@ | ||
99 | CXXDEPMODE = @CXXDEPMODE@ | ||
100 | CXXFLAGS = @CXXFLAGS@ | ||
101 | CYGPATH_W = @CYGPATH_W@ | ||
102 | DEFS = @DEFS@ | ||
103 | DEPDIR = @DEPDIR@ | ||
104 | DLLTOOL = @DLLTOOL@ | ||
105 | ECHO = @ECHO@ | ||
106 | ECHO_C = @ECHO_C@ | ||
107 | ECHO_N = @ECHO_N@ | ||
108 | ECHO_T = @ECHO_T@ | ||
109 | EGREP = @EGREP@ | ||
110 | EXEEXT = @EXEEXT@ | ||
111 | F77 = @F77@ | ||
112 | FFLAGS = @FFLAGS@ | ||
113 | GMSGFMT = @GMSGFMT@ | ||
114 | GNUNETGTK_CFLAGS = @GNUNETGTK_CFLAGS@ | ||
115 | GNUNETGTK_LIBS = @GNUNETGTK_LIBS@ | ||
116 | GREP = @GREP@ | ||
117 | GTK_CFLAGS = @GTK_CFLAGS@ | ||
118 | GTK_LIBS = @GTK_LIBS@ | ||
119 | HAVE_GTK_FALSE = @HAVE_GTK_FALSE@ | ||
120 | HAVE_GTK_TRUE = @HAVE_GTK_TRUE@ | ||
121 | HAVE_LIBGKSU2_FALSE = @HAVE_LIBGKSU2_FALSE@ | ||
122 | HAVE_LIBGKSU2_TRUE = @HAVE_LIBGKSU2_TRUE@ | ||
123 | HAVE_LIBNOTIFY_FALSE = @HAVE_LIBNOTIFY_FALSE@ | ||
124 | HAVE_LIBNOTIFY_TRUE = @HAVE_LIBNOTIFY_TRUE@ | ||
125 | INSTALL_DATA = @INSTALL_DATA@ | ||
126 | INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@ | ||
127 | INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@ | ||
128 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | ||
129 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | ||
130 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | ||
131 | INTLLIBS = @INTLLIBS@ | ||
132 | LDFLAGS = @LDFLAGS@ | ||
133 | LIBADD_DL = @LIBADD_DL@ | ||
134 | LIBGKSU2_CFLAGS = @LIBGKSU2_CFLAGS@ | ||
135 | LIBGKSU2_LIBS = @LIBGKSU2_LIBS@ | ||
136 | LIBICONV = @LIBICONV@ | ||
137 | LIBINTL = @LIBINTL@ | ||
138 | LIBLTDL = @LIBLTDL@ | ||
139 | LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@ | ||
140 | LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@ | ||
141 | LIBOBJS = @LIBOBJS@ | ||
142 | LIBS = @LIBS@ | ||
143 | LIBTOOL = @LIBTOOL@ | ||
144 | LN_S = @LN_S@ | ||
145 | LTDLINCL = @LTDLINCL@ | ||
146 | LTLIBICONV = @LTLIBICONV@ | ||
147 | LTLIBINTL = @LTLIBINTL@ | ||
148 | LTLIBOBJS = @LTLIBOBJS@ | ||
149 | MAKEINFO = @MAKEINFO@ | ||
150 | MINGW_FALSE = @MINGW_FALSE@ | ||
151 | MINGW_TRUE = @MINGW_TRUE@ | ||
152 | MKINSTALLDIRS = @MKINSTALLDIRS@ | ||
153 | MSGFMT = @MSGFMT@ | ||
154 | MSGMERGE = @MSGMERGE@ | ||
155 | OBJDUMP = @OBJDUMP@ | ||
156 | OBJEXT = @OBJEXT@ | ||
157 | PACKAGE = @PACKAGE@ | ||
158 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | ||
159 | PACKAGE_DATA = @PACKAGE_DATA@ | ||
160 | PACKAGE_NAME = @PACKAGE_NAME@ | ||
161 | PACKAGE_STRING = @PACKAGE_STRING@ | ||
162 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | ||
163 | PACKAGE_VERSION = @PACKAGE_VERSION@ | ||
164 | PATH_SEPARATOR = @PATH_SEPARATOR@ | ||
165 | PKG_CONFIG = @PKG_CONFIG@ | ||
166 | POSUB = @POSUB@ | ||
167 | RANLIB = @RANLIB@ | ||
168 | SED = @SED@ | ||
169 | SET_MAKE = @SET_MAKE@ | ||
170 | SHELL = @SHELL@ | ||
171 | STRIP = @STRIP@ | ||
172 | USE_NLS = @USE_NLS@ | ||
173 | VERSION = @VERSION@ | ||
174 | XGETTEXT = @XGETTEXT@ | ||
175 | ac_ct_CC = @ac_ct_CC@ | ||
176 | ac_ct_CXX = @ac_ct_CXX@ | ||
177 | ac_ct_F77 = @ac_ct_F77@ | ||
178 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ | ||
179 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ | ||
180 | am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ | ||
181 | am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ | ||
182 | am__include = @am__include@ | ||
183 | am__leading_dot = @am__leading_dot@ | ||
184 | am__quote = @am__quote@ | ||
185 | bindir = @bindir@ | ||
186 | build = @build@ | ||
187 | build_alias = @build_alias@ | ||
188 | build_cpu = @build_cpu@ | ||
189 | build_os = @build_os@ | ||
190 | build_vendor = @build_vendor@ | ||
191 | datadir = @datadir@ | ||
192 | datarootdir = @datarootdir@ | ||
193 | docdir = @docdir@ | ||
194 | dvidir = @dvidir@ | ||
195 | exec_prefix = @exec_prefix@ | ||
196 | host = @host@ | ||
197 | host_alias = @host_alias@ | ||
198 | host_cpu = @host_cpu@ | ||
199 | host_os = @host_os@ | ||
200 | host_vendor = @host_vendor@ | ||
201 | htmldir = @htmldir@ | ||
202 | includedir = @includedir@ | ||
203 | infodir = @infodir@ | ||
204 | install_sh = @install_sh@ | ||
205 | libdir = @libdir@ | ||
206 | libexecdir = @libexecdir@ | ||
207 | localedir = @localedir@ | ||
208 | localstatedir = @localstatedir@ | ||
209 | mandir = @mandir@ | ||
210 | mkdir_p = @mkdir_p@ | ||
211 | oldincludedir = @oldincludedir@ | ||
212 | pdfdir = @pdfdir@ | ||
213 | prefix = @prefix@ | ||
214 | program_transform_name = @program_transform_name@ | ||
215 | psdir = @psdir@ | ||
216 | sbindir = @sbindir@ | ||
217 | sharedstatedir = @sharedstatedir@ | ||
218 | subdirs = @subdirs@ | ||
219 | sysconfdir = @sysconfdir@ | ||
220 | target_alias = @target_alias@ | ||
221 | INCLUDES = \ | ||
222 | -I$(top_srcdir)/intl \ | ||
223 | -I$(top_srcdir)/src/include \ | ||
224 | @GTK_CFLAGS@ \ | ||
225 | @GNUNETGTK_CFLAGS@ | ||
226 | |||
227 | plugindir = $(libdir)/GNUnet | ||
228 | plugin_LTLIBRARIES = \ | ||
229 | libgnunetgtkmodule_chat.la | ||
230 | |||
231 | libgnunetgtkmodule_chat_la_SOURCES = \ | ||
232 | chat.c | ||
233 | |||
234 | libgnunetgtkmodule_chat_la_LIBADD = \ | ||
235 | $(top_builddir)/src/common/libgnunetgtk_common.la \ | ||
236 | -lgnunetutil @GTK_LIBS@ @GNUNETGTK_LIBS@ | ||
237 | |||
238 | libgnunetgtkmodule_chat_la_LDFLAGS = \ | ||
239 | -export-dynamic -avoid-version -module | ||
240 | |||
241 | all: all-am | ||
242 | |||
243 | .SUFFIXES: | ||
244 | .SUFFIXES: .c .lo .o .obj | ||
245 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
246 | @for dep in $?; do \ | ||
247 | case '$(am__configure_deps)' in \ | ||
248 | *$$dep*) \ | ||
249 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ | ||
250 | && exit 0; \ | ||
251 | exit 1;; \ | ||
252 | esac; \ | ||
253 | done; \ | ||
254 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/plugins/chat/Makefile'; \ | ||
255 | cd $(top_srcdir) && \ | ||
256 | $(AUTOMAKE) --gnu src/plugins/chat/Makefile | ||
257 | .PRECIOUS: Makefile | ||
258 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||
259 | @case '$?' in \ | ||
260 | *config.status*) \ | ||
261 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | ||
262 | *) \ | ||
263 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | ||
264 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | ||
265 | esac; | ||
266 | |||
267 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||
268 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
269 | |||
270 | $(top_srcdir)/configure: $(am__configure_deps) | ||
271 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
272 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
273 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
274 | install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES) | ||
275 | @$(NORMAL_INSTALL) | ||
276 | test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)" | ||
277 | @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ | ||
278 | if test -f $$p; then \ | ||
279 | f="`echo $$p | sed -e 's|^.*/||'`"; \ | ||
280 | echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \ | ||
281 | $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \ | ||
282 | else :; fi; \ | ||
283 | done | ||
284 | |||
285 | uninstall-pluginLTLIBRARIES: | ||
286 | @$(NORMAL_UNINSTALL) | ||
287 | @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ | ||
288 | p="`echo $$p | sed -e 's|^.*/||'`"; \ | ||
289 | echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \ | ||
290 | $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \ | ||
291 | done | ||
292 | |||
293 | clean-pluginLTLIBRARIES: | ||
294 | -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES) | ||
295 | @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ | ||
296 | dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ | ||
297 | test "$$dir" != "$$p" || dir=.; \ | ||
298 | echo "rm -f \"$${dir}/so_locations\""; \ | ||
299 | rm -f "$${dir}/so_locations"; \ | ||
300 | done | ||
301 | libgnunetgtkmodule_chat.la: $(libgnunetgtkmodule_chat_la_OBJECTS) $(libgnunetgtkmodule_chat_la_DEPENDENCIES) | ||
302 | $(LINK) -rpath $(plugindir) $(libgnunetgtkmodule_chat_la_LDFLAGS) $(libgnunetgtkmodule_chat_la_OBJECTS) $(libgnunetgtkmodule_chat_la_LIBADD) $(LIBS) | ||
303 | |||
304 | mostlyclean-compile: | ||
305 | -rm -f *.$(OBJEXT) | ||
306 | |||
307 | distclean-compile: | ||
308 | -rm -f *.tab.c | ||
309 | |||
310 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chat.Plo@am__quote@ | ||
311 | |||
312 | .c.o: | ||
313 | @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ | ||
314 | @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi | ||
315 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | ||
316 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ | ||
317 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
318 | @am__fastdepCC_FALSE@ $(COMPILE) -c $< | ||
319 | |||
320 | .c.obj: | ||
321 | @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ | ||
322 | @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi | ||
323 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | ||
324 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ | ||
325 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
326 | @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` | ||
327 | |||
328 | .c.lo: | ||
329 | @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ | ||
330 | @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi | ||
331 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | ||
332 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ | ||
333 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
334 | @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< | ||
335 | |||
336 | mostlyclean-libtool: | ||
337 | -rm -f *.lo | ||
338 | |||
339 | clean-libtool: | ||
340 | -rm -rf .libs _libs | ||
341 | |||
342 | distclean-libtool: | ||
343 | -rm -f libtool | ||
344 | uninstall-info-am: | ||
345 | |||
346 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | ||
347 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
348 | unique=`for i in $$list; do \ | ||
349 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
350 | done | \ | ||
351 | $(AWK) ' { files[$$0] = 1; } \ | ||
352 | END { for (i in files) print i; }'`; \ | ||
353 | mkid -fID $$unique | ||
354 | tags: TAGS | ||
355 | |||
356 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | ||
357 | $(TAGS_FILES) $(LISP) | ||
358 | tags=; \ | ||
359 | here=`pwd`; \ | ||
360 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
361 | unique=`for i in $$list; do \ | ||
362 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
363 | done | \ | ||
364 | $(AWK) ' { files[$$0] = 1; } \ | ||
365 | END { for (i in files) print i; }'`; \ | ||
366 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ | ||
367 | test -n "$$unique" || unique=$$empty_fix; \ | ||
368 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | ||
369 | $$tags $$unique; \ | ||
370 | fi | ||
371 | ctags: CTAGS | ||
372 | CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | ||
373 | $(TAGS_FILES) $(LISP) | ||
374 | tags=; \ | ||
375 | here=`pwd`; \ | ||
376 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
377 | unique=`for i in $$list; do \ | ||
378 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
379 | done | \ | ||
380 | $(AWK) ' { files[$$0] = 1; } \ | ||
381 | END { for (i in files) print i; }'`; \ | ||
382 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ | ||
383 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | ||
384 | $$tags $$unique | ||
385 | |||
386 | GTAGS: | ||
387 | here=`$(am__cd) $(top_builddir) && pwd` \ | ||
388 | && cd $(top_srcdir) \ | ||
389 | && gtags -i $(GTAGS_ARGS) $$here | ||
390 | |||
391 | distclean-tags: | ||
392 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
393 | |||
394 | distdir: $(DISTFILES) | ||
395 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ | ||
396 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ | ||
397 | list='$(DISTFILES)'; for file in $$list; do \ | ||
398 | case $$file in \ | ||
399 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ | ||
400 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ | ||
401 | esac; \ | ||
402 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | ||
403 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ | ||
404 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ | ||
405 | dir="/$$dir"; \ | ||
406 | $(mkdir_p) "$(distdir)$$dir"; \ | ||
407 | else \ | ||
408 | dir=''; \ | ||
409 | fi; \ | ||
410 | if test -d $$d/$$file; then \ | ||
411 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | ||
412 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | ||
413 | fi; \ | ||
414 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | ||
415 | else \ | ||
416 | test -f $(distdir)/$$file \ | ||
417 | || cp -p $$d/$$file $(distdir)/$$file \ | ||
418 | || exit 1; \ | ||
419 | fi; \ | ||
420 | done | ||
421 | check-am: all-am | ||
422 | check: check-am | ||
423 | all-am: Makefile $(LTLIBRARIES) | ||
424 | installdirs: | ||
425 | for dir in "$(DESTDIR)$(plugindir)"; do \ | ||
426 | test -z "$$dir" || $(mkdir_p) "$$dir"; \ | ||
427 | done | ||
428 | install: install-am | ||
429 | install-exec: install-exec-am | ||
430 | install-data: install-data-am | ||
431 | uninstall: uninstall-am | ||
432 | |||
433 | install-am: all-am | ||
434 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
435 | |||
436 | installcheck: installcheck-am | ||
437 | install-strip: | ||
438 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
439 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
440 | `test -z '$(STRIP)' || \ | ||
441 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | ||
442 | mostlyclean-generic: | ||
443 | |||
444 | clean-generic: | ||
445 | |||
446 | distclean-generic: | ||
447 | -rm -f $(CONFIG_CLEAN_FILES) | ||
448 | |||
449 | maintainer-clean-generic: | ||
450 | @echo "This command is intended for maintainers to use" | ||
451 | @echo "it deletes files that may require special tools to rebuild." | ||
452 | clean: clean-am | ||
453 | |||
454 | clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \ | ||
455 | mostlyclean-am | ||
456 | |||
457 | distclean: distclean-am | ||
458 | -rm -rf ./$(DEPDIR) | ||
459 | -rm -f Makefile | ||
460 | distclean-am: clean-am distclean-compile distclean-generic \ | ||
461 | distclean-libtool distclean-tags | ||
462 | |||
463 | dvi: dvi-am | ||
464 | |||
465 | dvi-am: | ||
466 | |||
467 | html: html-am | ||
468 | |||
469 | info: info-am | ||
470 | |||
471 | info-am: | ||
472 | |||
473 | install-data-am: install-pluginLTLIBRARIES | ||
474 | |||
475 | install-exec-am: | ||
476 | |||
477 | install-info: install-info-am | ||
478 | |||
479 | install-man: | ||
480 | |||
481 | installcheck-am: | ||
482 | |||
483 | maintainer-clean: maintainer-clean-am | ||
484 | -rm -rf ./$(DEPDIR) | ||
485 | -rm -f Makefile | ||
486 | maintainer-clean-am: distclean-am maintainer-clean-generic | ||
487 | |||
488 | mostlyclean: mostlyclean-am | ||
489 | |||
490 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | ||
491 | mostlyclean-libtool | ||
492 | |||
493 | pdf: pdf-am | ||
494 | |||
495 | pdf-am: | ||
496 | |||
497 | ps: ps-am | ||
498 | |||
499 | ps-am: | ||
500 | |||
501 | uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES | ||
502 | |||
503 | .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ | ||
504 | clean-libtool clean-pluginLTLIBRARIES ctags distclean \ | ||
505 | distclean-compile distclean-generic distclean-libtool \ | ||
506 | distclean-tags distdir dvi dvi-am html html-am info info-am \ | ||
507 | install install-am install-data install-data-am install-exec \ | ||
508 | install-exec-am install-info install-info-am install-man \ | ||
509 | install-pluginLTLIBRARIES install-strip installcheck \ | ||
510 | installcheck-am installdirs maintainer-clean \ | ||
511 | maintainer-clean-generic mostlyclean mostlyclean-compile \ | ||
512 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | ||
513 | tags uninstall uninstall-am uninstall-info-am \ | ||
514 | uninstall-pluginLTLIBRARIES | ||
515 | |||
516 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
517 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
518 | .NOEXPORT: | ||