aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/Makefile.in')
-rw-r--r--src/conversation/Makefile.in819
1 files changed, 0 insertions, 819 deletions
diff --git a/src/conversation/Makefile.in b/src/conversation/Makefile.in
deleted file mode 100644
index 30119ae7..00000000
--- a/src/conversation/Makefile.in
+++ /dev/null
@@ -1,819 +0,0 @@
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@
81bin_PROGRAMS = gnunet-conversation-gtk$(EXEEXT)
82subdir = src/conversation
83DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84 $(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp
85ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
87 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-2.0.m4 \
88 $(top_srcdir)/m4/gtk-3.0.m4 $(top_srcdir)/m4/iconv.m4 \
89 $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lib-ld.m4 \
90 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
91 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
92 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
93 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
94 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
95 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97 $(ACLOCAL_M4)
98mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99CONFIG_HEADER = $(top_builddir)/gnunet_gtk_config.h
100CONFIG_CLEAN_FILES =
101CONFIG_CLEAN_VPATH_FILES =
102am__installdirs = "$(DESTDIR)$(bindir)"
103PROGRAMS = $(bin_PROGRAMS)
104am_gnunet_conversation_gtk_OBJECTS = \
105 gnunet-conversation-gtk.$(OBJEXT) \
106 gnunet-conversation-gtk_about.$(OBJEXT)
107gnunet_conversation_gtk_OBJECTS = \
108 $(am_gnunet_conversation_gtk_OBJECTS)
109am__DEPENDENCIES_1 =
110gnunet_conversation_gtk_DEPENDENCIES = \
111 $(top_builddir)/src/lib/libgnunetgtk.la $(am__DEPENDENCIES_1)
112AM_V_lt = $(am__v_lt_@AM_V@)
113am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
114am__v_lt_0 = --silent
115am__v_lt_1 =
116gnunet_conversation_gtk_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
117 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
118 $(AM_CFLAGS) $(CFLAGS) $(gnunet_conversation_gtk_LDFLAGS) \
119 $(LDFLAGS) -o $@
120AM_V_P = $(am__v_P_@AM_V@)
121am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
122am__v_P_0 = false
123am__v_P_1 = :
124AM_V_GEN = $(am__v_GEN_@AM_V@)
125am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
126am__v_GEN_0 = @echo " GEN " $@;
127am__v_GEN_1 =
128AM_V_at = $(am__v_at_@AM_V@)
129am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
130am__v_at_0 = @
131am__v_at_1 =
132DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
133depcomp = $(SHELL) $(top_srcdir)/depcomp
134am__depfiles_maybe = depfiles
135am__mv = mv -f
136COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
137 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
138LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
139 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
140 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
141 $(AM_CFLAGS) $(CFLAGS)
142AM_V_CC = $(am__v_CC_@AM_V@)
143am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
144am__v_CC_0 = @echo " CC " $@;
145am__v_CC_1 =
146CCLD = $(CC)
147LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
149 $(AM_LDFLAGS) $(LDFLAGS) -o $@
150AM_V_CCLD = $(am__v_CCLD_@AM_V@)
151am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
152am__v_CCLD_0 = @echo " CCLD " $@;
153am__v_CCLD_1 =
154SOURCES = $(gnunet_conversation_gtk_SOURCES)
155DIST_SOURCES = $(gnunet_conversation_gtk_SOURCES)
156RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
157 ctags-recursive dvi-recursive html-recursive info-recursive \
158 install-data-recursive install-dvi-recursive \
159 install-exec-recursive install-html-recursive \
160 install-info-recursive install-pdf-recursive \
161 install-ps-recursive install-recursive installcheck-recursive \
162 installdirs-recursive pdf-recursive ps-recursive \
163 tags-recursive uninstall-recursive
164am__can_run_installinfo = \
165 case $$AM_UPDATE_INFO_DIR in \
166 n|no|NO) false;; \
167 *) (install-info --version) >/dev/null 2>&1;; \
168 esac
169RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
170 distclean-recursive maintainer-clean-recursive
171am__recursive_targets = \
172 $(RECURSIVE_TARGETS) \
173 $(RECURSIVE_CLEAN_TARGETS) \
174 $(am__extra_recursive_targets)
175AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
176 distdir
177am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
178# Read a list of newline-separated strings from the standard input,
179# and print each of them once, without duplicates. Input order is
180# *not* preserved.
181am__uniquify_input = $(AWK) '\
182 BEGIN { nonempty = 0; } \
183 { items[$$0] = 1; nonempty = 1; } \
184 END { if (nonempty) { for (i in items) print i; }; } \
185'
186# Make sure the list of sources is unique. This is necessary because,
187# e.g., the same source file might be shared among _SOURCES variables
188# for different programs/libraries.
189am__define_uniq_tagged_files = \
190 list='$(am__tagged_files)'; \
191 unique=`for i in $$list; do \
192 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
193 done | $(am__uniquify_input)`
194ETAGS = etags
195CTAGS = ctags
196DIST_SUBDIRS = $(SUBDIRS)
197DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
198am__relativize = \
199 dir0=`pwd`; \
200 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
201 sed_rest='s,^[^/]*/*,,'; \
202 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
203 sed_butlast='s,/*[^/]*$$,,'; \
204 while test -n "$$dir1"; do \
205 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
206 if test "$$first" != "."; then \
207 if test "$$first" = ".."; then \
208 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
209 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
210 else \
211 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
212 if test "$$first2" = "$$first"; then \
213 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
214 else \
215 dir2="../$$dir2"; \
216 fi; \
217 dir0="$$dir0"/"$$first"; \
218 fi; \
219 fi; \
220 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
221 done; \
222 reldir="$$dir2"
223ACLOCAL = @ACLOCAL@
224AMTAR = @AMTAR@
225AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
226AR = @AR@
227AS = @AS@
228AUTOCONF = @AUTOCONF@
229AUTOHEADER = @AUTOHEADER@
230AUTOMAKE = @AUTOMAKE@
231AWK = @AWK@
232CC = @CC@
233CCDEPMODE = @CCDEPMODE@
234CFLAGS = @CFLAGS@
235CPP = @CPP@
236CPPFLAGS = @CPPFLAGS@
237CYGPATH_W = @CYGPATH_W@
238DEFS = @DEFS@
239DEPDIR = @DEPDIR@
240DLLTOOL = @DLLTOOL@
241DSYMUTIL = @DSYMUTIL@
242DUMPBIN = @DUMPBIN@
243ECHO_C = @ECHO_C@
244ECHO_N = @ECHO_N@
245ECHO_T = @ECHO_T@
246EGREP = @EGREP@
247ENABLE_ON_UNIX = @ENABLE_ON_UNIX@
248ENABLE_ON_W32 = @ENABLE_ON_W32@
249EXEEXT = @EXEEXT@
250FGREP = @FGREP@
251GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
252GLADE_CFLAGS = @GLADE_CFLAGS@
253GLADE_LIBS = @GLADE_LIBS@
254GMSGFMT = @GMSGFMT@
255GMSGFMT_015 = @GMSGFMT_015@
256GNUNET_CFLAGS = @GNUNET_CFLAGS@
257GNUNET_CONVERSATION_APP = @GNUNET_CONVERSATION_APP@
258GNUNET_FS_APP = @GNUNET_FS_APP@
259GNUNET_FS_GTK_NAME = @GNUNET_FS_GTK_NAME@
260GNUNET_FS_GTK_VERSION3 = @GNUNET_FS_GTK_VERSION3@
261GNUNET_FS_GTK_YEARFROM = @GNUNET_FS_GTK_YEARFROM@
262GNUNET_FS_GTK_YEARTO = @GNUNET_FS_GTK_YEARTO@
263GNUNET_GNS_GTK_NAME = @GNUNET_GNS_GTK_NAME@
264GNUNET_LIBS = @GNUNET_LIBS@
265GNUNET_PEERINFO_GTK_NAME = @GNUNET_PEERINFO_GTK_NAME@
266GNUNET_PEERINFO_GTK_VERSION3 = @GNUNET_PEERINFO_GTK_VERSION3@
267GNUNET_PEERINFO_GTK_YEARFROM = @GNUNET_PEERINFO_GTK_YEARFROM@
268GNUNET_PEERINFO_GTK_YEARTO = @GNUNET_PEERINFO_GTK_YEARTO@
269GNUNET_SETUP_APP = @GNUNET_SETUP_APP@
270GNUNET_SETUP_GTK_NAME = @GNUNET_SETUP_GTK_NAME@
271GNUNET_SETUP_GTK_VERSION3 = @GNUNET_SETUP_GTK_VERSION3@
272GNUNET_SETUP_GTK_YEARFROM = @GNUNET_SETUP_GTK_YEARFROM@
273GNUNET_SETUP_GTK_YEARTO = @GNUNET_SETUP_GTK_YEARTO@
274GNUNET_STATISTICS_GTK_NAME = @GNUNET_STATISTICS_GTK_NAME@
275GNUNET_STATISTICS_GTK_VERSION3 = @GNUNET_STATISTICS_GTK_VERSION3@
276GNUNET_STATISTICS_GTK_YEARFROM = @GNUNET_STATISTICS_GTK_YEARFROM@
277GNUNET_STATISTICS_GTK_YEARTO = @GNUNET_STATISTICS_GTK_YEARTO@
278GN_LIB_LDFLAGS = @GN_LIB_LDFLAGS@
279GN_PLUGIN_LDFLAGS = @GN_PLUGIN_LDFLAGS@
280GREP = @GREP@
281GTK_CFLAGS = @GTK_CFLAGS@
282GTK_LIBS = @GTK_LIBS@
283INSTALL = @INSTALL@
284INSTALL_DATA = @INSTALL_DATA@
285INSTALL_PROGRAM = @INSTALL_PROGRAM@
286INSTALL_SCRIPT = @INSTALL_SCRIPT@
287INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
288INTLLIBS = @INTLLIBS@
289INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
290LD = @LD@
291LDFLAGS = @LDFLAGS@
292LIBICONV = @LIBICONV@
293LIBINTL = @LIBINTL@
294LIBOBJS = @LIBOBJS@
295LIBS = @LIBS@
296LIBTOOL = @LIBTOOL@
297LIPO = @LIPO@
298LN_S = @LN_S@
299LTLIBICONV = @LTLIBICONV@
300LTLIBINTL = @LTLIBINTL@
301LTLIBOBJS = @LTLIBOBJS@
302MAKEINFO = @MAKEINFO@
303MANIFEST_TOOL = @MANIFEST_TOOL@
304MKDIR_P = @MKDIR_P@
305MSGFMT = @MSGFMT@
306MSGFMT_015 = @MSGFMT_015@
307MSGMERGE = @MSGMERGE@
308NM = @NM@
309NMEDIT = @NMEDIT@
310OBJDUMP = @OBJDUMP@
311OBJEXT = @OBJEXT@
312OTOOL = @OTOOL@
313OTOOL64 = @OTOOL64@
314PACKAGE = @PACKAGE@
315PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
316PACKAGE_DATA = @PACKAGE_DATA@
317PACKAGE_NAME = @PACKAGE_NAME@
318PACKAGE_STRING = @PACKAGE_STRING@
319PACKAGE_TARNAME = @PACKAGE_TARNAME@
320PACKAGE_URL = @PACKAGE_URL@
321PACKAGE_VERSION = @PACKAGE_VERSION@
322PATH_SEPARATOR = @PATH_SEPARATOR@
323PKG_CONFIG = @PKG_CONFIG@
324POSUB = @POSUB@
325QR_CFLAGS = @QR_CFLAGS@
326QR_LIBS = @QR_LIBS@
327RANLIB = @RANLIB@
328SED = @SED@
329SET_MAKE = @SET_MAKE@
330SHELL = @SHELL@
331STRIP = @STRIP@
332USE_NLS = @USE_NLS@
333VERSION = @VERSION@
334XGETTEXT = @XGETTEXT@
335XGETTEXT_015 = @XGETTEXT_015@
336XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
337abs_builddir = @abs_builddir@
338abs_srcdir = @abs_srcdir@
339abs_top_builddir = @abs_top_builddir@
340abs_top_srcdir = @abs_top_srcdir@
341ac_ct_AR = @ac_ct_AR@
342ac_ct_CC = @ac_ct_CC@
343ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
344am__include = @am__include@
345am__leading_dot = @am__leading_dot@
346am__quote = @am__quote@
347am__tar = @am__tar@
348am__untar = @am__untar@
349bindir = @bindir@
350build = @build@
351build_alias = @build_alias@
352build_cpu = @build_cpu@
353build_os = @build_os@
354build_vendor = @build_vendor@
355builddir = @builddir@
356datadir = @datadir@
357datarootdir = @datarootdir@
358docdir = @docdir@
359dvidir = @dvidir@
360exec_prefix = @exec_prefix@
361host = @host@
362host_alias = @host_alias@
363host_cpu = @host_cpu@
364host_os = @host_os@
365host_vendor = @host_vendor@
366htmldir = @htmldir@
367includedir = @includedir@
368infodir = @infodir@
369install_sh = @install_sh@
370libdir = @libdir@
371libexecdir = @libexecdir@
372localedir = @localedir@
373localstatedir = @localstatedir@
374mandir = @mandir@
375mkdir_p = @mkdir_p@
376oldincludedir = @oldincludedir@
377pdfdir = @pdfdir@
378prefix = @prefix@
379program_transform_name = @program_transform_name@
380psdir = @psdir@
381sbindir = @sbindir@
382sharedstatedir = @sharedstatedir@
383srcdir = @srcdir@
384sysconfdir = @sysconfdir@
385target_alias = @target_alias@
386top_build_prefix = @top_build_prefix@
387top_builddir = @top_builddir@
388top_srcdir = @top_srcdir@
389unique_CFLAGS = @unique_CFLAGS@
390unique_LIBS = @unique_LIBS@
391SUBDIRS = .
392INCLUDES = \
393 -I$(top_srcdir)/ \
394 -I$(top_srcdir)/src/include \
395 @GTK_CFLAGS@ \
396 @GNUNET_CFLAGS@ \
397 @GLADE_CFLAGS@
398
399gnunet_conversation_gtk_SOURCES = \
400 gnunet-conversation-gtk.c \
401 gnunet-conversation-gtk_about.c
402
403gnunet_conversation_gtk_LDADD = \
404 $(top_builddir)/src/lib/libgnunetgtk.la \
405 @GTK_LIBS@ \
406 @GLADE_LIBS@ @GNUNET_LIBS@ \
407 -lgnunetutil -lgnunetidentity -lgnunetconversation -lgnunetspeaker -lgnunetmicrophone -lgnunetnamestore -lgnunetgnsrecord -lgnunetgns -lgnunetfs -lextractor \
408 $(INTLLIBS)
409
410gnunet_conversation_gtk_LDFLAGS = \
411 -export-dynamic
412
413all: all-recursive
414
415.SUFFIXES:
416.SUFFIXES: .c .lo .o .obj
417$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
418 @for dep in $?; do \
419 case '$(am__configure_deps)' in \
420 *$$dep*) \
421 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
422 && { if test -f $@; then exit 0; else break; fi; }; \
423 exit 1;; \
424 esac; \
425 done; \
426 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/conversation/Makefile'; \
427 $(am__cd) $(top_srcdir) && \
428 $(AUTOMAKE) --gnu src/conversation/Makefile
429.PRECIOUS: Makefile
430Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
431 @case '$?' in \
432 *config.status*) \
433 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
434 *) \
435 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
436 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
437 esac;
438
439$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
440 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
441
442$(top_srcdir)/configure: $(am__configure_deps)
443 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
444$(ACLOCAL_M4): $(am__aclocal_m4_deps)
445 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
446$(am__aclocal_m4_deps):
447install-binPROGRAMS: $(bin_PROGRAMS)
448 @$(NORMAL_INSTALL)
449 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
450 if test -n "$$list"; then \
451 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
452 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
453 fi; \
454 for p in $$list; do echo "$$p $$p"; done | \
455 sed 's/$(EXEEXT)$$//' | \
456 while read p p1; do if test -f $$p \
457 || test -f $$p1 \
458 ; then echo "$$p"; echo "$$p"; else :; fi; \
459 done | \
460 sed -e 'p;s,.*/,,;n;h' \
461 -e 's|.*|.|' \
462 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
463 sed 'N;N;N;s,\n, ,g' | \
464 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
465 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
466 if ($$2 == $$4) files[d] = files[d] " " $$1; \
467 else { print "f", $$3 "/" $$4, $$1; } } \
468 END { for (d in files) print "f", d, files[d] }' | \
469 while read type dir files; do \
470 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
471 test -z "$$files" || { \
472 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
473 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
474 } \
475 ; done
476
477uninstall-binPROGRAMS:
478 @$(NORMAL_UNINSTALL)
479 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
480 files=`for p in $$list; do echo "$$p"; done | \
481 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
482 -e 's/$$/$(EXEEXT)/' \
483 `; \
484 test -n "$$list" || exit 0; \
485 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
486 cd "$(DESTDIR)$(bindir)" && rm -f $$files
487
488clean-binPROGRAMS:
489 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
490 echo " rm -f" $$list; \
491 rm -f $$list || exit $$?; \
492 test -n "$(EXEEXT)" || exit 0; \
493 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
494 echo " rm -f" $$list; \
495 rm -f $$list
496
497gnunet-conversation-gtk$(EXEEXT): $(gnunet_conversation_gtk_OBJECTS) $(gnunet_conversation_gtk_DEPENDENCIES) $(EXTRA_gnunet_conversation_gtk_DEPENDENCIES)
498 @rm -f gnunet-conversation-gtk$(EXEEXT)
499 $(AM_V_CCLD)$(gnunet_conversation_gtk_LINK) $(gnunet_conversation_gtk_OBJECTS) $(gnunet_conversation_gtk_LDADD) $(LIBS)
500
501mostlyclean-compile:
502 -rm -f *.$(OBJEXT)
503
504distclean-compile:
505 -rm -f *.tab.c
506
507@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-conversation-gtk.Po@am__quote@
508@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnunet-conversation-gtk_about.Po@am__quote@
509
510.c.o:
511@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
512@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
513@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
514@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
515@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
516
517.c.obj:
518@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
519@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
520@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
521@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
522@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
523
524.c.lo:
525@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
526@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
527@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
528@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
529@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
530
531mostlyclean-libtool:
532 -rm -f *.lo
533
534clean-libtool:
535 -rm -rf .libs _libs
536
537# This directory's subdirectories are mostly independent; you can cd
538# into them and run 'make' without going through this Makefile.
539# To change the values of 'make' variables: instead of editing Makefiles,
540# (1) if the variable is set in 'config.status', edit 'config.status'
541# (which will cause the Makefiles to be regenerated when you run 'make');
542# (2) otherwise, pass the desired values on the 'make' command line.
543$(am__recursive_targets):
544 @fail=; \
545 if $(am__make_keepgoing); then \
546 failcom='fail=yes'; \
547 else \
548 failcom='exit 1'; \
549 fi; \
550 dot_seen=no; \
551 target=`echo $@ | sed s/-recursive//`; \
552 case "$@" in \
553 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
554 *) list='$(SUBDIRS)' ;; \
555 esac; \
556 for subdir in $$list; do \
557 echo "Making $$target in $$subdir"; \
558 if test "$$subdir" = "."; then \
559 dot_seen=yes; \
560 local_target="$$target-am"; \
561 else \
562 local_target="$$target"; \
563 fi; \
564 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
565 || eval $$failcom; \
566 done; \
567 if test "$$dot_seen" = "no"; then \
568 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
569 fi; test -z "$$fail"
570
571ID: $(am__tagged_files)
572 $(am__define_uniq_tagged_files); mkid -fID $$unique
573tags: tags-recursive
574TAGS: tags
575
576tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
577 set x; \
578 here=`pwd`; \
579 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
580 include_option=--etags-include; \
581 empty_fix=.; \
582 else \
583 include_option=--include; \
584 empty_fix=; \
585 fi; \
586 list='$(SUBDIRS)'; for subdir in $$list; do \
587 if test "$$subdir" = .; then :; else \
588 test ! -f $$subdir/TAGS || \
589 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
590 fi; \
591 done; \
592 $(am__define_uniq_tagged_files); \
593 shift; \
594 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
595 test -n "$$unique" || unique=$$empty_fix; \
596 if test $$# -gt 0; then \
597 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
598 "$$@" $$unique; \
599 else \
600 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
601 $$unique; \
602 fi; \
603 fi
604ctags: ctags-recursive
605
606CTAGS: ctags
607ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
608 $(am__define_uniq_tagged_files); \
609 test -z "$(CTAGS_ARGS)$$unique" \
610 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
611 $$unique
612
613GTAGS:
614 here=`$(am__cd) $(top_builddir) && pwd` \
615 && $(am__cd) $(top_srcdir) \
616 && gtags -i $(GTAGS_ARGS) "$$here"
617cscopelist: cscopelist-recursive
618
619cscopelist-am: $(am__tagged_files)
620 list='$(am__tagged_files)'; \
621 case "$(srcdir)" in \
622 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
623 *) sdir=$(subdir)/$(srcdir) ;; \
624 esac; \
625 for i in $$list; do \
626 if test -f "$$i"; then \
627 echo "$(subdir)/$$i"; \
628 else \
629 echo "$$sdir/$$i"; \
630 fi; \
631 done >> $(top_builddir)/cscope.files
632
633distclean-tags:
634 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
635
636distdir: $(DISTFILES)
637 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
638 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
639 list='$(DISTFILES)'; \
640 dist_files=`for file in $$list; do echo $$file; done | \
641 sed -e "s|^$$srcdirstrip/||;t" \
642 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
643 case $$dist_files in \
644 */*) $(MKDIR_P) `echo "$$dist_files" | \
645 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
646 sort -u` ;; \
647 esac; \
648 for file in $$dist_files; do \
649 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
650 if test -d $$d/$$file; then \
651 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
652 if test -d "$(distdir)/$$file"; then \
653 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
654 fi; \
655 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
656 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
657 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
658 fi; \
659 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
660 else \
661 test -f "$(distdir)/$$file" \
662 || cp -p $$d/$$file "$(distdir)/$$file" \
663 || exit 1; \
664 fi; \
665 done
666 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
667 if test "$$subdir" = .; then :; else \
668 $(am__make_dryrun) \
669 || test -d "$(distdir)/$$subdir" \
670 || $(MKDIR_P) "$(distdir)/$$subdir" \
671 || exit 1; \
672 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
673 $(am__relativize); \
674 new_distdir=$$reldir; \
675 dir1=$$subdir; dir2="$(top_distdir)"; \
676 $(am__relativize); \
677 new_top_distdir=$$reldir; \
678 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
679 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
680 ($(am__cd) $$subdir && \
681 $(MAKE) $(AM_MAKEFLAGS) \
682 top_distdir="$$new_top_distdir" \
683 distdir="$$new_distdir" \
684 am__remove_distdir=: \
685 am__skip_length_check=: \
686 am__skip_mode_fix=: \
687 distdir) \
688 || exit 1; \
689 fi; \
690 done
691check-am: all-am
692check: check-recursive
693all-am: Makefile $(PROGRAMS)
694installdirs: installdirs-recursive
695installdirs-am:
696 for dir in "$(DESTDIR)$(bindir)"; do \
697 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
698 done
699install: install-recursive
700install-exec: install-exec-recursive
701install-data: install-data-recursive
702uninstall: uninstall-recursive
703
704install-am: all-am
705 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
706
707installcheck: installcheck-recursive
708install-strip:
709 if test -z '$(STRIP)'; then \
710 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
711 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
712 install; \
713 else \
714 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
715 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
716 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
717 fi
718mostlyclean-generic:
719
720clean-generic:
721
722distclean-generic:
723 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
724 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
725
726maintainer-clean-generic:
727 @echo "This command is intended for maintainers to use"
728 @echo "it deletes files that may require special tools to rebuild."
729clean: clean-recursive
730
731clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
732
733distclean: distclean-recursive
734 -rm -rf ./$(DEPDIR)
735 -rm -f Makefile
736distclean-am: clean-am distclean-compile distclean-generic \
737 distclean-tags
738
739dvi: dvi-recursive
740
741dvi-am:
742
743html: html-recursive
744
745html-am:
746
747info: info-recursive
748
749info-am:
750
751install-data-am:
752
753install-dvi: install-dvi-recursive
754
755install-dvi-am:
756
757install-exec-am: install-binPROGRAMS
758
759install-html: install-html-recursive
760
761install-html-am:
762
763install-info: install-info-recursive
764
765install-info-am:
766
767install-man:
768
769install-pdf: install-pdf-recursive
770
771install-pdf-am:
772
773install-ps: install-ps-recursive
774
775install-ps-am:
776
777installcheck-am:
778
779maintainer-clean: maintainer-clean-recursive
780 -rm -rf ./$(DEPDIR)
781 -rm -f Makefile
782maintainer-clean-am: distclean-am maintainer-clean-generic
783
784mostlyclean: mostlyclean-recursive
785
786mostlyclean-am: mostlyclean-compile mostlyclean-generic \
787 mostlyclean-libtool
788
789pdf: pdf-recursive
790
791pdf-am:
792
793ps: ps-recursive
794
795ps-am:
796
797uninstall-am: uninstall-binPROGRAMS
798
799.MAKE: $(am__recursive_targets) install-am install-strip
800
801.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
802 check-am clean clean-binPROGRAMS clean-generic clean-libtool \
803 cscopelist-am ctags ctags-am distclean distclean-compile \
804 distclean-generic distclean-libtool distclean-tags distdir dvi \
805 dvi-am html html-am info info-am install install-am \
806 install-binPROGRAMS install-data install-data-am install-dvi \
807 install-dvi-am install-exec install-exec-am install-html \
808 install-html-am install-info install-info-am install-man \
809 install-pdf install-pdf-am install-ps install-ps-am \
810 install-strip installcheck installcheck-am installdirs \
811 installdirs-am maintainer-clean maintainer-clean-generic \
812 mostlyclean mostlyclean-compile mostlyclean-generic \
813 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
814 uninstall-am uninstall-binPROGRAMS
815
816
817# Tell versions [3.59,3.63) of GNU make to not export all variables.
818# Otherwise a system limit (for SysV at least) may be exceeded.
819.NOEXPORT: