diff options
author | Christian Grothoff <christian@grothoff.org> | 2008-12-31 06:09:27 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2008-12-31 06:09:27 +0000 |
commit | 22475bd392f93809eff559d064ef1035e313868f (patch) | |
tree | e8525024394cbf1c02407d057b4debadde874bf3 | |
parent | cae3b678f7cb53deb9a6cc8d0baffa5e66750167 (diff) | |
download | gnunet-gtk-22475bd392f93809eff559d064ef1035e313868f.tar.gz gnunet-gtk-22475bd392f93809eff559d064ef1035e313868f.zip |
ignores
-rw-r--r-- | src/Makefile | 514 | ||||
-rw-r--r-- | src/Makefile.in | 514 |
2 files changed, 1028 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile new file mode 100644 index 00000000..9ec4cc9c --- /dev/null +++ b/src/Makefile | |||
@@ -0,0 +1,514 @@ | |||
1 | # Makefile.in generated by automake 1.10.1 from Makefile.am. | ||
2 | # src/Makefile. Generated from Makefile.in by configure. | ||
3 | |||
4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | ||
5 | # 2003, 2004, 2005, 2006, 2007, 2008 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 | |||
16 | |||
17 | pkgdatadir = $(datadir)/gnunet-gtk | ||
18 | pkglibdir = $(libdir)/gnunet-gtk | ||
19 | pkgincludedir = $(includedir)/gnunet-gtk | ||
20 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | ||
21 | install_sh_DATA = $(install_sh) -c -m 644 | ||
22 | install_sh_PROGRAM = $(install_sh) -c | ||
23 | install_sh_SCRIPT = $(install_sh) -c | ||
24 | INSTALL_HEADER = $(INSTALL_DATA) | ||
25 | transform = $(program_transform_name) | ||
26 | NORMAL_INSTALL = : | ||
27 | PRE_INSTALL = : | ||
28 | POST_INSTALL = : | ||
29 | NORMAL_UNINSTALL = : | ||
30 | PRE_UNINSTALL = : | ||
31 | POST_UNINSTALL = : | ||
32 | build_triplet = i686-pc-linux-gnu | ||
33 | host_triplet = i686-pc-linux-gnu | ||
34 | subdir = src | ||
35 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in | ||
36 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||
37 | am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ | ||
38 | $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-2.0.m4 \ | ||
39 | $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/isc-posix.m4 \ | ||
40 | $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ | ||
41 | $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \ | ||
42 | $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \ | ||
43 | $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac | ||
44 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | ||
45 | $(ACLOCAL_M4) | ||
46 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | ||
47 | CONFIG_HEADER = $(top_builddir)/config.h | ||
48 | CONFIG_CLEAN_FILES = | ||
49 | SOURCES = | ||
50 | DIST_SOURCES = | ||
51 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ | ||
52 | html-recursive info-recursive install-data-recursive \ | ||
53 | install-dvi-recursive install-exec-recursive \ | ||
54 | install-html-recursive install-info-recursive \ | ||
55 | install-pdf-recursive install-ps-recursive install-recursive \ | ||
56 | installcheck-recursive installdirs-recursive pdf-recursive \ | ||
57 | ps-recursive uninstall-recursive | ||
58 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | ||
59 | distclean-recursive maintainer-clean-recursive | ||
60 | ETAGS = etags | ||
61 | CTAGS = ctags | ||
62 | DIST_SUBDIRS = $(SUBDIRS) | ||
63 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
64 | ACLOCAL = ${SHELL} /home/grothoff/svn/gnunet-gtk/missing --run aclocal-1.10 | ||
65 | AMTAR = ${SHELL} /home/grothoff/svn/gnunet-gtk/missing --run tar | ||
66 | AR = ar | ||
67 | AS = as | ||
68 | AUTOCONF = ${SHELL} /home/grothoff/svn/gnunet-gtk/missing --run autoconf | ||
69 | AUTOHEADER = ${SHELL} /home/grothoff/svn/gnunet-gtk/missing --run autoheader | ||
70 | AUTOMAKE = ${SHELL} /home/grothoff/svn/gnunet-gtk/missing --run automake-1.10 | ||
71 | AWK = mawk | ||
72 | CC = gcc | ||
73 | CCDEPMODE = depmode=gcc3 | ||
74 | CFLAGS = -fno-strict-aliasing -Wall -g -Wall -Werror -O0 | ||
75 | CPP = gcc -E | ||
76 | CPPFLAGS = -I/home/grothoff//include -I/home/grothoff//include | ||
77 | CXX = g++ | ||
78 | CXXCPP = g++ -E | ||
79 | CXXDEPMODE = depmode=gcc3 | ||
80 | CXXFLAGS = -g -O2 | ||
81 | CYGPATH_W = echo | ||
82 | DEFS = -DHAVE_CONFIG_H | ||
83 | DEPDIR = .deps | ||
84 | DLLTOOL = dlltool | ||
85 | DSYMUTIL = | ||
86 | ECHO = echo | ||
87 | ECHO_C = | ||
88 | ECHO_N = -n | ||
89 | ECHO_T = | ||
90 | EGREP = /bin/grep -E | ||
91 | EXEEXT = | ||
92 | F77 = | ||
93 | FFLAGS = | ||
94 | GIO_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include | ||
95 | GIO_LIBS = -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 | ||
96 | GMSGFMT = /usr/bin/msgfmt | ||
97 | GNUNETGTK_CFLAGS = -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 | ||
98 | GNUNETGTK_LIBS = -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 | ||
99 | GREP = /bin/grep | ||
100 | GTK_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 | ||
101 | GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 | ||
102 | INSTALL = /usr/bin/install -c | ||
103 | INSTALL_DATA = ${INSTALL} -m 644 | ||
104 | INSTALL_PROGRAM = ${INSTALL} | ||
105 | INSTALL_SCRIPT = ${INSTALL} | ||
106 | INSTALL_STRIP_PROGRAM = $(install_sh) -c -s | ||
107 | INTLLIBS = | ||
108 | LDFLAGS = -L/home/grothoff//lib | ||
109 | LIBGKSU2_CFLAGS = | ||
110 | LIBGKSU2_LIBS = | ||
111 | LIBICONV = -liconv | ||
112 | LIBINTL = | ||
113 | LIBNOTIFY_CFLAGS = | ||
114 | LIBNOTIFY_LIBS = | ||
115 | LIBOBJS = | ||
116 | LIBS = -lnsl | ||
117 | LIBTOOL = $(SHELL) $(top_builddir)/libtool | ||
118 | LN_S = ln -s | ||
119 | LTLIBICONV = -liconv | ||
120 | LTLIBINTL = | ||
121 | LTLIBOBJS = | ||
122 | MAKEINFO = ${SHELL} /home/grothoff/svn/gnunet-gtk/missing --run makeinfo | ||
123 | MKDIR_P = /bin/mkdir -p | ||
124 | MKINSTALLDIRS = $(top_builddir)/./mkinstalldirs | ||
125 | MSGFMT = /usr/bin/msgfmt | ||
126 | MSGMERGE = /usr/bin/msgmerge | ||
127 | NMEDIT = | ||
128 | OBJDUMP = objdump | ||
129 | OBJEXT = o | ||
130 | PACKAGE = gnunet-gtk | ||
131 | PACKAGE_BUGREPORT = bug-gnunet@gnu.org | ||
132 | PACKAGE_DATA = /home/grothoff//share | ||
133 | PACKAGE_NAME = gnunet-gtk | ||
134 | PACKAGE_STRING = gnunet-gtk 0.8.0b | ||
135 | PACKAGE_TARNAME = gnunet-gtk | ||
136 | PACKAGE_VERSION = 0.8.0b | ||
137 | PATH_SEPARATOR = : | ||
138 | PKG_CONFIG = /usr/bin/pkg-config | ||
139 | POSUB = po | ||
140 | RANLIB = ranlib | ||
141 | SED = /bin/sed | ||
142 | SET_MAKE = | ||
143 | SHELL = /bin/sh | ||
144 | STRIP = strip | ||
145 | USE_NLS = yes | ||
146 | VERSION = 0.8.0b | ||
147 | XGETTEXT = /usr/bin/xgettext | ||
148 | abs_builddir = /home/grothoff/svn/gnunet-gtk/src | ||
149 | abs_srcdir = /home/grothoff/svn/gnunet-gtk/src | ||
150 | abs_top_builddir = /home/grothoff/svn/gnunet-gtk | ||
151 | abs_top_srcdir = /home/grothoff/svn/gnunet-gtk | ||
152 | ac_ct_CC = gcc | ||
153 | ac_ct_CXX = g++ | ||
154 | ac_ct_F77 = | ||
155 | am__include = include | ||
156 | am__leading_dot = . | ||
157 | am__quote = | ||
158 | am__tar = ${AMTAR} chof - "$$tardir" | ||
159 | am__untar = ${AMTAR} xf - | ||
160 | bindir = ${exec_prefix}/bin | ||
161 | build = i686-pc-linux-gnu | ||
162 | build_alias = | ||
163 | build_cpu = i686 | ||
164 | build_os = linux-gnu | ||
165 | build_vendor = pc | ||
166 | builddir = . | ||
167 | datadir = ${datarootdir} | ||
168 | datarootdir = ${prefix}/share | ||
169 | docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} | ||
170 | dvidir = ${docdir} | ||
171 | exec_prefix = ${prefix} | ||
172 | host = i686-pc-linux-gnu | ||
173 | host_alias = | ||
174 | host_cpu = i686 | ||
175 | host_os = linux-gnu | ||
176 | host_vendor = pc | ||
177 | htmldir = ${docdir} | ||
178 | includedir = ${prefix}/include | ||
179 | infodir = ${datarootdir}/info | ||
180 | install_sh = $(SHELL) /home/grothoff/svn/gnunet-gtk/install-sh | ||
181 | libdir = ${exec_prefix}/lib | ||
182 | libexecdir = ${exec_prefix}/libexec | ||
183 | localedir = ${datarootdir}/locale | ||
184 | localstatedir = ${prefix}/var | ||
185 | mandir = ${datarootdir}/man | ||
186 | mkdir_p = /bin/mkdir -p | ||
187 | oldincludedir = /usr/include | ||
188 | pdfdir = ${docdir} | ||
189 | prefix = /home/grothoff/ | ||
190 | program_transform_name = s,x,x, | ||
191 | psdir = ${docdir} | ||
192 | sbindir = ${exec_prefix}/sbin | ||
193 | sharedstatedir = ${prefix}/com | ||
194 | srcdir = . | ||
195 | sysconfdir = ${prefix}/etc | ||
196 | target_alias = | ||
197 | top_builddir = .. | ||
198 | top_srcdir = .. | ||
199 | SUBDIRS = include common core plugins | ||
200 | all: all-recursive | ||
201 | |||
202 | .SUFFIXES: | ||
203 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
204 | @for dep in $?; do \ | ||
205 | case '$(am__configure_deps)' in \ | ||
206 | *$$dep*) \ | ||
207 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ | ||
208 | && exit 0; \ | ||
209 | exit 1;; \ | ||
210 | esac; \ | ||
211 | done; \ | ||
212 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ | ||
213 | cd $(top_srcdir) && \ | ||
214 | $(AUTOMAKE) --gnu src/Makefile | ||
215 | .PRECIOUS: Makefile | ||
216 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||
217 | @case '$?' in \ | ||
218 | *config.status*) \ | ||
219 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | ||
220 | *) \ | ||
221 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | ||
222 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | ||
223 | esac; | ||
224 | |||
225 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||
226 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
227 | |||
228 | $(top_srcdir)/configure: $(am__configure_deps) | ||
229 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
230 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
231 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
232 | |||
233 | mostlyclean-libtool: | ||
234 | -rm -f *.lo | ||
235 | |||
236 | clean-libtool: | ||
237 | -rm -rf .libs _libs | ||
238 | |||
239 | # This directory's subdirectories are mostly independent; you can cd | ||
240 | # into them and run `make' without going through this Makefile. | ||
241 | # To change the values of `make' variables: instead of editing Makefiles, | ||
242 | # (1) if the variable is set in `config.status', edit `config.status' | ||
243 | # (which will cause the Makefiles to be regenerated when you run `make'); | ||
244 | # (2) otherwise, pass the desired values on the `make' command line. | ||
245 | $(RECURSIVE_TARGETS): | ||
246 | @failcom='exit 1'; \ | ||
247 | for f in x $$MAKEFLAGS; do \ | ||
248 | case $$f in \ | ||
249 | *=* | --[!k]*);; \ | ||
250 | *k*) failcom='fail=yes';; \ | ||
251 | esac; \ | ||
252 | done; \ | ||
253 | dot_seen=no; \ | ||
254 | target=`echo $@ | sed s/-recursive//`; \ | ||
255 | list='$(SUBDIRS)'; for subdir in $$list; do \ | ||
256 | echo "Making $$target in $$subdir"; \ | ||
257 | if test "$$subdir" = "."; then \ | ||
258 | dot_seen=yes; \ | ||
259 | local_target="$$target-am"; \ | ||
260 | else \ | ||
261 | local_target="$$target"; \ | ||
262 | fi; \ | ||
263 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | ||
264 | || eval $$failcom; \ | ||
265 | done; \ | ||
266 | if test "$$dot_seen" = "no"; then \ | ||
267 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | ||
268 | fi; test -z "$$fail" | ||
269 | |||
270 | $(RECURSIVE_CLEAN_TARGETS): | ||
271 | @failcom='exit 1'; \ | ||
272 | for f in x $$MAKEFLAGS; do \ | ||
273 | case $$f in \ | ||
274 | *=* | --[!k]*);; \ | ||
275 | *k*) failcom='fail=yes';; \ | ||
276 | esac; \ | ||
277 | done; \ | ||
278 | dot_seen=no; \ | ||
279 | case "$@" in \ | ||
280 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | ||
281 | *) list='$(SUBDIRS)' ;; \ | ||
282 | esac; \ | ||
283 | rev=''; for subdir in $$list; do \ | ||
284 | if test "$$subdir" = "."; then :; else \ | ||
285 | rev="$$subdir $$rev"; \ | ||
286 | fi; \ | ||
287 | done; \ | ||
288 | rev="$$rev ."; \ | ||
289 | target=`echo $@ | sed s/-recursive//`; \ | ||
290 | for subdir in $$rev; do \ | ||
291 | echo "Making $$target in $$subdir"; \ | ||
292 | if test "$$subdir" = "."; then \ | ||
293 | local_target="$$target-am"; \ | ||
294 | else \ | ||
295 | local_target="$$target"; \ | ||
296 | fi; \ | ||
297 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | ||
298 | || eval $$failcom; \ | ||
299 | done && test -z "$$fail" | ||
300 | tags-recursive: | ||
301 | list='$(SUBDIRS)'; for subdir in $$list; do \ | ||
302 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | ||
303 | done | ||
304 | ctags-recursive: | ||
305 | list='$(SUBDIRS)'; for subdir in $$list; do \ | ||
306 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ | ||
307 | done | ||
308 | |||
309 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | ||
310 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
311 | unique=`for i in $$list; do \ | ||
312 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
313 | done | \ | ||
314 | $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ | ||
315 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||
316 | mkid -fID $$unique | ||
317 | tags: TAGS | ||
318 | |||
319 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | ||
320 | $(TAGS_FILES) $(LISP) | ||
321 | tags=; \ | ||
322 | here=`pwd`; \ | ||
323 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | ||
324 | include_option=--etags-include; \ | ||
325 | empty_fix=.; \ | ||
326 | else \ | ||
327 | include_option=--include; \ | ||
328 | empty_fix=; \ | ||
329 | fi; \ | ||
330 | list='$(SUBDIRS)'; for subdir in $$list; do \ | ||
331 | if test "$$subdir" = .; then :; else \ | ||
332 | test ! -f $$subdir/TAGS || \ | ||
333 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ | ||
334 | fi; \ | ||
335 | done; \ | ||
336 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
337 | unique=`for i in $$list; do \ | ||
338 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
339 | done | \ | ||
340 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||
341 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||
342 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ | ||
343 | test -n "$$unique" || unique=$$empty_fix; \ | ||
344 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | ||
345 | $$tags $$unique; \ | ||
346 | fi | ||
347 | ctags: CTAGS | ||
348 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | ||
349 | $(TAGS_FILES) $(LISP) | ||
350 | tags=; \ | ||
351 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
352 | unique=`for i in $$list; do \ | ||
353 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
354 | done | \ | ||
355 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||
356 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||
357 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ | ||
358 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | ||
359 | $$tags $$unique | ||
360 | |||
361 | GTAGS: | ||
362 | here=`$(am__cd) $(top_builddir) && pwd` \ | ||
363 | && cd $(top_srcdir) \ | ||
364 | && gtags -i $(GTAGS_ARGS) $$here | ||
365 | |||
366 | distclean-tags: | ||
367 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
368 | |||
369 | distdir: $(DISTFILES) | ||
370 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
371 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
372 | list='$(DISTFILES)'; \ | ||
373 | dist_files=`for file in $$list; do echo $$file; done | \ | ||
374 | sed -e "s|^$$srcdirstrip/||;t" \ | ||
375 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | ||
376 | case $$dist_files in \ | ||
377 | */*) $(MKDIR_P) `echo "$$dist_files" | \ | ||
378 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | ||
379 | sort -u` ;; \ | ||
380 | esac; \ | ||
381 | for file in $$dist_files; do \ | ||
382 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | ||
383 | if test -d $$d/$$file; then \ | ||
384 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | ||
385 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | ||
386 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | ||
387 | fi; \ | ||
388 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | ||
389 | else \ | ||
390 | test -f $(distdir)/$$file \ | ||
391 | || cp -p $$d/$$file $(distdir)/$$file \ | ||
392 | || exit 1; \ | ||
393 | fi; \ | ||
394 | done | ||
395 | list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | ||
396 | if test "$$subdir" = .; then :; else \ | ||
397 | test -d "$(distdir)/$$subdir" \ | ||
398 | || $(MKDIR_P) "$(distdir)/$$subdir" \ | ||
399 | || exit 1; \ | ||
400 | distdir=`$(am__cd) $(distdir) && pwd`; \ | ||
401 | top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ | ||
402 | (cd $$subdir && \ | ||
403 | $(MAKE) $(AM_MAKEFLAGS) \ | ||
404 | top_distdir="$$top_distdir" \ | ||
405 | distdir="$$distdir/$$subdir" \ | ||
406 | am__remove_distdir=: \ | ||
407 | am__skip_length_check=: \ | ||
408 | distdir) \ | ||
409 | || exit 1; \ | ||
410 | fi; \ | ||
411 | done | ||
412 | check-am: all-am | ||
413 | check: check-recursive | ||
414 | all-am: Makefile | ||
415 | installdirs: installdirs-recursive | ||
416 | installdirs-am: | ||
417 | install: install-recursive | ||
418 | install-exec: install-exec-recursive | ||
419 | install-data: install-data-recursive | ||
420 | uninstall: uninstall-recursive | ||
421 | |||
422 | install-am: all-am | ||
423 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
424 | |||
425 | installcheck: installcheck-recursive | ||
426 | install-strip: | ||
427 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
428 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
429 | `test -z '$(STRIP)' || \ | ||
430 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | ||
431 | mostlyclean-generic: | ||
432 | |||
433 | clean-generic: | ||
434 | |||
435 | distclean-generic: | ||
436 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | ||
437 | |||
438 | maintainer-clean-generic: | ||
439 | @echo "This command is intended for maintainers to use" | ||
440 | @echo "it deletes files that may require special tools to rebuild." | ||
441 | clean: clean-recursive | ||
442 | |||
443 | clean-am: clean-generic clean-libtool mostlyclean-am | ||
444 | |||
445 | distclean: distclean-recursive | ||
446 | -rm -f Makefile | ||
447 | distclean-am: clean-am distclean-generic distclean-tags | ||
448 | |||
449 | dvi: dvi-recursive | ||
450 | |||
451 | dvi-am: | ||
452 | |||
453 | html: html-recursive | ||
454 | |||
455 | info: info-recursive | ||
456 | |||
457 | info-am: | ||
458 | |||
459 | install-data-am: | ||
460 | |||
461 | install-dvi: install-dvi-recursive | ||
462 | |||
463 | install-exec-am: | ||
464 | |||
465 | install-html: install-html-recursive | ||
466 | |||
467 | install-info: install-info-recursive | ||
468 | |||
469 | install-man: | ||
470 | |||
471 | install-pdf: install-pdf-recursive | ||
472 | |||
473 | install-ps: install-ps-recursive | ||
474 | |||
475 | installcheck-am: | ||
476 | |||
477 | maintainer-clean: maintainer-clean-recursive | ||
478 | -rm -f Makefile | ||
479 | maintainer-clean-am: distclean-am maintainer-clean-generic | ||
480 | |||
481 | mostlyclean: mostlyclean-recursive | ||
482 | |||
483 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool | ||
484 | |||
485 | pdf: pdf-recursive | ||
486 | |||
487 | pdf-am: | ||
488 | |||
489 | ps: ps-recursive | ||
490 | |||
491 | ps-am: | ||
492 | |||
493 | uninstall-am: | ||
494 | |||
495 | .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ | ||
496 | install-strip | ||
497 | |||
498 | .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ | ||
499 | all all-am check check-am clean clean-generic clean-libtool \ | ||
500 | ctags ctags-recursive distclean distclean-generic \ | ||
501 | distclean-libtool distclean-tags distdir dvi dvi-am html \ | ||
502 | html-am info info-am install install-am install-data \ | ||
503 | install-data-am install-dvi install-dvi-am install-exec \ | ||
504 | install-exec-am install-html install-html-am install-info \ | ||
505 | install-info-am install-man install-pdf install-pdf-am \ | ||
506 | install-ps install-ps-am install-strip installcheck \ | ||
507 | installcheck-am installdirs installdirs-am maintainer-clean \ | ||
508 | maintainer-clean-generic mostlyclean mostlyclean-generic \ | ||
509 | mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ | ||
510 | uninstall uninstall-am | ||
511 | |||
512 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
513 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
514 | .NOEXPORT: | ||
diff --git a/src/Makefile.in b/src/Makefile.in new file mode 100644 index 00000000..789b72df --- /dev/null +++ b/src/Makefile.in | |||
@@ -0,0 +1,514 @@ | |||
1 | # Makefile.in generated by automake 1.10.1 from Makefile.am. | ||
2 | # @configure_input@ | ||
3 | |||
4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | ||
5 | # 2003, 2004, 2005, 2006, 2007, 2008 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 | VPATH = @srcdir@ | ||
17 | pkgdatadir = $(datadir)/@PACKAGE@ | ||
18 | pkglibdir = $(libdir)/@PACKAGE@ | ||
19 | pkgincludedir = $(includedir)/@PACKAGE@ | ||
20 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | ||
21 | install_sh_DATA = $(install_sh) -c -m 644 | ||
22 | install_sh_PROGRAM = $(install_sh) -c | ||
23 | install_sh_SCRIPT = $(install_sh) -c | ||
24 | INSTALL_HEADER = $(INSTALL_DATA) | ||
25 | transform = $(program_transform_name) | ||
26 | NORMAL_INSTALL = : | ||
27 | PRE_INSTALL = : | ||
28 | POST_INSTALL = : | ||
29 | NORMAL_UNINSTALL = : | ||
30 | PRE_UNINSTALL = : | ||
31 | POST_UNINSTALL = : | ||
32 | build_triplet = @build@ | ||
33 | host_triplet = @host@ | ||
34 | subdir = src | ||
35 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in | ||
36 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||
37 | am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ | ||
38 | $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-2.0.m4 \ | ||
39 | $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/isc-posix.m4 \ | ||
40 | $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ | ||
41 | $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \ | ||
42 | $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \ | ||
43 | $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac | ||
44 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | ||
45 | $(ACLOCAL_M4) | ||
46 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | ||
47 | CONFIG_HEADER = $(top_builddir)/config.h | ||
48 | CONFIG_CLEAN_FILES = | ||
49 | SOURCES = | ||
50 | DIST_SOURCES = | ||
51 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ | ||
52 | html-recursive info-recursive install-data-recursive \ | ||
53 | install-dvi-recursive install-exec-recursive \ | ||
54 | install-html-recursive install-info-recursive \ | ||
55 | install-pdf-recursive install-ps-recursive install-recursive \ | ||
56 | installcheck-recursive installdirs-recursive pdf-recursive \ | ||
57 | ps-recursive uninstall-recursive | ||
58 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | ||
59 | distclean-recursive maintainer-clean-recursive | ||
60 | ETAGS = etags | ||
61 | CTAGS = ctags | ||
62 | DIST_SUBDIRS = $(SUBDIRS) | ||
63 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
64 | ACLOCAL = @ACLOCAL@ | ||
65 | AMTAR = @AMTAR@ | ||
66 | AR = @AR@ | ||
67 | AS = @AS@ | ||
68 | AUTOCONF = @AUTOCONF@ | ||
69 | AUTOHEADER = @AUTOHEADER@ | ||
70 | AUTOMAKE = @AUTOMAKE@ | ||
71 | AWK = @AWK@ | ||
72 | CC = @CC@ | ||
73 | CCDEPMODE = @CCDEPMODE@ | ||
74 | CFLAGS = @CFLAGS@ | ||
75 | CPP = @CPP@ | ||
76 | CPPFLAGS = @CPPFLAGS@ | ||
77 | CXX = @CXX@ | ||
78 | CXXCPP = @CXXCPP@ | ||
79 | CXXDEPMODE = @CXXDEPMODE@ | ||
80 | CXXFLAGS = @CXXFLAGS@ | ||
81 | CYGPATH_W = @CYGPATH_W@ | ||
82 | DEFS = @DEFS@ | ||
83 | DEPDIR = @DEPDIR@ | ||
84 | DLLTOOL = @DLLTOOL@ | ||
85 | DSYMUTIL = @DSYMUTIL@ | ||
86 | ECHO = @ECHO@ | ||
87 | ECHO_C = @ECHO_C@ | ||
88 | ECHO_N = @ECHO_N@ | ||
89 | ECHO_T = @ECHO_T@ | ||
90 | EGREP = @EGREP@ | ||
91 | EXEEXT = @EXEEXT@ | ||
92 | F77 = @F77@ | ||
93 | FFLAGS = @FFLAGS@ | ||
94 | GIO_CFLAGS = @GIO_CFLAGS@ | ||
95 | GIO_LIBS = @GIO_LIBS@ | ||
96 | GMSGFMT = @GMSGFMT@ | ||
97 | GNUNETGTK_CFLAGS = @GNUNETGTK_CFLAGS@ | ||
98 | GNUNETGTK_LIBS = @GNUNETGTK_LIBS@ | ||
99 | GREP = @GREP@ | ||
100 | GTK_CFLAGS = @GTK_CFLAGS@ | ||
101 | GTK_LIBS = @GTK_LIBS@ | ||
102 | INSTALL = @INSTALL@ | ||
103 | INSTALL_DATA = @INSTALL_DATA@ | ||
104 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | ||
105 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | ||
106 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | ||
107 | INTLLIBS = @INTLLIBS@ | ||
108 | LDFLAGS = @LDFLAGS@ | ||
109 | LIBGKSU2_CFLAGS = @LIBGKSU2_CFLAGS@ | ||
110 | LIBGKSU2_LIBS = @LIBGKSU2_LIBS@ | ||
111 | LIBICONV = @LIBICONV@ | ||
112 | LIBINTL = @LIBINTL@ | ||
113 | LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@ | ||
114 | LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@ | ||
115 | LIBOBJS = @LIBOBJS@ | ||
116 | LIBS = @LIBS@ | ||
117 | LIBTOOL = @LIBTOOL@ | ||
118 | LN_S = @LN_S@ | ||
119 | LTLIBICONV = @LTLIBICONV@ | ||
120 | LTLIBINTL = @LTLIBINTL@ | ||
121 | LTLIBOBJS = @LTLIBOBJS@ | ||
122 | MAKEINFO = @MAKEINFO@ | ||
123 | MKDIR_P = @MKDIR_P@ | ||
124 | MKINSTALLDIRS = @MKINSTALLDIRS@ | ||
125 | MSGFMT = @MSGFMT@ | ||
126 | MSGMERGE = @MSGMERGE@ | ||
127 | NMEDIT = @NMEDIT@ | ||
128 | OBJDUMP = @OBJDUMP@ | ||
129 | OBJEXT = @OBJEXT@ | ||
130 | PACKAGE = @PACKAGE@ | ||
131 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | ||
132 | PACKAGE_DATA = @PACKAGE_DATA@ | ||
133 | PACKAGE_NAME = @PACKAGE_NAME@ | ||
134 | PACKAGE_STRING = @PACKAGE_STRING@ | ||
135 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | ||
136 | PACKAGE_VERSION = @PACKAGE_VERSION@ | ||
137 | PATH_SEPARATOR = @PATH_SEPARATOR@ | ||
138 | PKG_CONFIG = @PKG_CONFIG@ | ||
139 | POSUB = @POSUB@ | ||
140 | RANLIB = @RANLIB@ | ||
141 | SED = @SED@ | ||
142 | SET_MAKE = @SET_MAKE@ | ||
143 | SHELL = @SHELL@ | ||
144 | STRIP = @STRIP@ | ||
145 | USE_NLS = @USE_NLS@ | ||
146 | VERSION = @VERSION@ | ||
147 | XGETTEXT = @XGETTEXT@ | ||
148 | abs_builddir = @abs_builddir@ | ||
149 | abs_srcdir = @abs_srcdir@ | ||
150 | abs_top_builddir = @abs_top_builddir@ | ||
151 | abs_top_srcdir = @abs_top_srcdir@ | ||
152 | ac_ct_CC = @ac_ct_CC@ | ||
153 | ac_ct_CXX = @ac_ct_CXX@ | ||
154 | ac_ct_F77 = @ac_ct_F77@ | ||
155 | am__include = @am__include@ | ||
156 | am__leading_dot = @am__leading_dot@ | ||
157 | am__quote = @am__quote@ | ||
158 | am__tar = @am__tar@ | ||
159 | am__untar = @am__untar@ | ||
160 | bindir = @bindir@ | ||
161 | build = @build@ | ||
162 | build_alias = @build_alias@ | ||
163 | build_cpu = @build_cpu@ | ||
164 | build_os = @build_os@ | ||
165 | build_vendor = @build_vendor@ | ||
166 | builddir = @builddir@ | ||
167 | datadir = @datadir@ | ||
168 | datarootdir = @datarootdir@ | ||
169 | docdir = @docdir@ | ||
170 | dvidir = @dvidir@ | ||
171 | exec_prefix = @exec_prefix@ | ||
172 | host = @host@ | ||
173 | host_alias = @host_alias@ | ||
174 | host_cpu = @host_cpu@ | ||
175 | host_os = @host_os@ | ||
176 | host_vendor = @host_vendor@ | ||
177 | htmldir = @htmldir@ | ||
178 | includedir = @includedir@ | ||
179 | infodir = @infodir@ | ||
180 | install_sh = @install_sh@ | ||
181 | libdir = @libdir@ | ||
182 | libexecdir = @libexecdir@ | ||
183 | localedir = @localedir@ | ||
184 | localstatedir = @localstatedir@ | ||
185 | mandir = @mandir@ | ||
186 | mkdir_p = @mkdir_p@ | ||
187 | oldincludedir = @oldincludedir@ | ||
188 | pdfdir = @pdfdir@ | ||
189 | prefix = @prefix@ | ||
190 | program_transform_name = @program_transform_name@ | ||
191 | psdir = @psdir@ | ||
192 | sbindir = @sbindir@ | ||
193 | sharedstatedir = @sharedstatedir@ | ||
194 | srcdir = @srcdir@ | ||
195 | sysconfdir = @sysconfdir@ | ||
196 | target_alias = @target_alias@ | ||
197 | top_builddir = @top_builddir@ | ||
198 | top_srcdir = @top_srcdir@ | ||
199 | SUBDIRS = include common core plugins | ||
200 | all: all-recursive | ||
201 | |||
202 | .SUFFIXES: | ||
203 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
204 | @for dep in $?; do \ | ||
205 | case '$(am__configure_deps)' in \ | ||
206 | *$$dep*) \ | ||
207 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ | ||
208 | && exit 0; \ | ||
209 | exit 1;; \ | ||
210 | esac; \ | ||
211 | done; \ | ||
212 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ | ||
213 | cd $(top_srcdir) && \ | ||
214 | $(AUTOMAKE) --gnu src/Makefile | ||
215 | .PRECIOUS: Makefile | ||
216 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||
217 | @case '$?' in \ | ||
218 | *config.status*) \ | ||
219 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | ||
220 | *) \ | ||
221 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | ||
222 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | ||
223 | esac; | ||
224 | |||
225 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||
226 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
227 | |||
228 | $(top_srcdir)/configure: $(am__configure_deps) | ||
229 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
230 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
231 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
232 | |||
233 | mostlyclean-libtool: | ||
234 | -rm -f *.lo | ||
235 | |||
236 | clean-libtool: | ||
237 | -rm -rf .libs _libs | ||
238 | |||
239 | # This directory's subdirectories are mostly independent; you can cd | ||
240 | # into them and run `make' without going through this Makefile. | ||
241 | # To change the values of `make' variables: instead of editing Makefiles, | ||
242 | # (1) if the variable is set in `config.status', edit `config.status' | ||
243 | # (which will cause the Makefiles to be regenerated when you run `make'); | ||
244 | # (2) otherwise, pass the desired values on the `make' command line. | ||
245 | $(RECURSIVE_TARGETS): | ||
246 | @failcom='exit 1'; \ | ||
247 | for f in x $$MAKEFLAGS; do \ | ||
248 | case $$f in \ | ||
249 | *=* | --[!k]*);; \ | ||
250 | *k*) failcom='fail=yes';; \ | ||
251 | esac; \ | ||
252 | done; \ | ||
253 | dot_seen=no; \ | ||
254 | target=`echo $@ | sed s/-recursive//`; \ | ||
255 | list='$(SUBDIRS)'; for subdir in $$list; do \ | ||
256 | echo "Making $$target in $$subdir"; \ | ||
257 | if test "$$subdir" = "."; then \ | ||
258 | dot_seen=yes; \ | ||
259 | local_target="$$target-am"; \ | ||
260 | else \ | ||
261 | local_target="$$target"; \ | ||
262 | fi; \ | ||
263 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | ||
264 | || eval $$failcom; \ | ||
265 | done; \ | ||
266 | if test "$$dot_seen" = "no"; then \ | ||
267 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | ||
268 | fi; test -z "$$fail" | ||
269 | |||
270 | $(RECURSIVE_CLEAN_TARGETS): | ||
271 | @failcom='exit 1'; \ | ||
272 | for f in x $$MAKEFLAGS; do \ | ||
273 | case $$f in \ | ||
274 | *=* | --[!k]*);; \ | ||
275 | *k*) failcom='fail=yes';; \ | ||
276 | esac; \ | ||
277 | done; \ | ||
278 | dot_seen=no; \ | ||
279 | case "$@" in \ | ||
280 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | ||
281 | *) list='$(SUBDIRS)' ;; \ | ||
282 | esac; \ | ||
283 | rev=''; for subdir in $$list; do \ | ||
284 | if test "$$subdir" = "."; then :; else \ | ||
285 | rev="$$subdir $$rev"; \ | ||
286 | fi; \ | ||
287 | done; \ | ||
288 | rev="$$rev ."; \ | ||
289 | target=`echo $@ | sed s/-recursive//`; \ | ||
290 | for subdir in $$rev; do \ | ||
291 | echo "Making $$target in $$subdir"; \ | ||
292 | if test "$$subdir" = "."; then \ | ||
293 | local_target="$$target-am"; \ | ||
294 | else \ | ||
295 | local_target="$$target"; \ | ||
296 | fi; \ | ||
297 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | ||
298 | || eval $$failcom; \ | ||
299 | done && test -z "$$fail" | ||
300 | tags-recursive: | ||
301 | list='$(SUBDIRS)'; for subdir in $$list; do \ | ||
302 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | ||
303 | done | ||
304 | ctags-recursive: | ||
305 | list='$(SUBDIRS)'; for subdir in $$list; do \ | ||
306 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ | ||
307 | done | ||
308 | |||
309 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | ||
310 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
311 | unique=`for i in $$list; do \ | ||
312 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
313 | done | \ | ||
314 | $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ | ||
315 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||
316 | mkid -fID $$unique | ||
317 | tags: TAGS | ||
318 | |||
319 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | ||
320 | $(TAGS_FILES) $(LISP) | ||
321 | tags=; \ | ||
322 | here=`pwd`; \ | ||
323 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | ||
324 | include_option=--etags-include; \ | ||
325 | empty_fix=.; \ | ||
326 | else \ | ||
327 | include_option=--include; \ | ||
328 | empty_fix=; \ | ||
329 | fi; \ | ||
330 | list='$(SUBDIRS)'; for subdir in $$list; do \ | ||
331 | if test "$$subdir" = .; then :; else \ | ||
332 | test ! -f $$subdir/TAGS || \ | ||
333 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ | ||
334 | fi; \ | ||
335 | done; \ | ||
336 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
337 | unique=`for i in $$list; do \ | ||
338 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
339 | done | \ | ||
340 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||
341 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||
342 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ | ||
343 | test -n "$$unique" || unique=$$empty_fix; \ | ||
344 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | ||
345 | $$tags $$unique; \ | ||
346 | fi | ||
347 | ctags: CTAGS | ||
348 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | ||
349 | $(TAGS_FILES) $(LISP) | ||
350 | tags=; \ | ||
351 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
352 | unique=`for i in $$list; do \ | ||
353 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
354 | done | \ | ||
355 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||
356 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||
357 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ | ||
358 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | ||
359 | $$tags $$unique | ||
360 | |||
361 | GTAGS: | ||
362 | here=`$(am__cd) $(top_builddir) && pwd` \ | ||
363 | && cd $(top_srcdir) \ | ||
364 | && gtags -i $(GTAGS_ARGS) $$here | ||
365 | |||
366 | distclean-tags: | ||
367 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
368 | |||
369 | distdir: $(DISTFILES) | ||
370 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
371 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
372 | list='$(DISTFILES)'; \ | ||
373 | dist_files=`for file in $$list; do echo $$file; done | \ | ||
374 | sed -e "s|^$$srcdirstrip/||;t" \ | ||
375 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | ||
376 | case $$dist_files in \ | ||
377 | */*) $(MKDIR_P) `echo "$$dist_files" | \ | ||
378 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | ||
379 | sort -u` ;; \ | ||
380 | esac; \ | ||
381 | for file in $$dist_files; do \ | ||
382 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | ||
383 | if test -d $$d/$$file; then \ | ||
384 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | ||
385 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | ||
386 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | ||
387 | fi; \ | ||
388 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | ||
389 | else \ | ||
390 | test -f $(distdir)/$$file \ | ||
391 | || cp -p $$d/$$file $(distdir)/$$file \ | ||
392 | || exit 1; \ | ||
393 | fi; \ | ||
394 | done | ||
395 | list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | ||
396 | if test "$$subdir" = .; then :; else \ | ||
397 | test -d "$(distdir)/$$subdir" \ | ||
398 | || $(MKDIR_P) "$(distdir)/$$subdir" \ | ||
399 | || exit 1; \ | ||
400 | distdir=`$(am__cd) $(distdir) && pwd`; \ | ||
401 | top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ | ||
402 | (cd $$subdir && \ | ||
403 | $(MAKE) $(AM_MAKEFLAGS) \ | ||
404 | top_distdir="$$top_distdir" \ | ||
405 | distdir="$$distdir/$$subdir" \ | ||
406 | am__remove_distdir=: \ | ||
407 | am__skip_length_check=: \ | ||
408 | distdir) \ | ||
409 | || exit 1; \ | ||
410 | fi; \ | ||
411 | done | ||
412 | check-am: all-am | ||
413 | check: check-recursive | ||
414 | all-am: Makefile | ||
415 | installdirs: installdirs-recursive | ||
416 | installdirs-am: | ||
417 | install: install-recursive | ||
418 | install-exec: install-exec-recursive | ||
419 | install-data: install-data-recursive | ||
420 | uninstall: uninstall-recursive | ||
421 | |||
422 | install-am: all-am | ||
423 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
424 | |||
425 | installcheck: installcheck-recursive | ||
426 | install-strip: | ||
427 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
428 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
429 | `test -z '$(STRIP)' || \ | ||
430 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | ||
431 | mostlyclean-generic: | ||
432 | |||
433 | clean-generic: | ||
434 | |||
435 | distclean-generic: | ||
436 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | ||
437 | |||
438 | maintainer-clean-generic: | ||
439 | @echo "This command is intended for maintainers to use" | ||
440 | @echo "it deletes files that may require special tools to rebuild." | ||
441 | clean: clean-recursive | ||
442 | |||
443 | clean-am: clean-generic clean-libtool mostlyclean-am | ||
444 | |||
445 | distclean: distclean-recursive | ||
446 | -rm -f Makefile | ||
447 | distclean-am: clean-am distclean-generic distclean-tags | ||
448 | |||
449 | dvi: dvi-recursive | ||
450 | |||
451 | dvi-am: | ||
452 | |||
453 | html: html-recursive | ||
454 | |||
455 | info: info-recursive | ||
456 | |||
457 | info-am: | ||
458 | |||
459 | install-data-am: | ||
460 | |||
461 | install-dvi: install-dvi-recursive | ||
462 | |||
463 | install-exec-am: | ||
464 | |||
465 | install-html: install-html-recursive | ||
466 | |||
467 | install-info: install-info-recursive | ||
468 | |||
469 | install-man: | ||
470 | |||
471 | install-pdf: install-pdf-recursive | ||
472 | |||
473 | install-ps: install-ps-recursive | ||
474 | |||
475 | installcheck-am: | ||
476 | |||
477 | maintainer-clean: maintainer-clean-recursive | ||
478 | -rm -f Makefile | ||
479 | maintainer-clean-am: distclean-am maintainer-clean-generic | ||
480 | |||
481 | mostlyclean: mostlyclean-recursive | ||
482 | |||
483 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool | ||
484 | |||
485 | pdf: pdf-recursive | ||
486 | |||
487 | pdf-am: | ||
488 | |||
489 | ps: ps-recursive | ||
490 | |||
491 | ps-am: | ||
492 | |||
493 | uninstall-am: | ||
494 | |||
495 | .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ | ||
496 | install-strip | ||
497 | |||
498 | .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ | ||
499 | all all-am check check-am clean clean-generic clean-libtool \ | ||
500 | ctags ctags-recursive distclean distclean-generic \ | ||
501 | distclean-libtool distclean-tags distdir dvi dvi-am html \ | ||
502 | html-am info info-am install install-am install-data \ | ||
503 | install-data-am install-dvi install-dvi-am install-exec \ | ||
504 | install-exec-am install-html install-html-am install-info \ | ||
505 | install-info-am install-man install-pdf install-pdf-am \ | ||
506 | install-ps install-ps-am install-strip installcheck \ | ||
507 | installcheck-am installdirs installdirs-am maintainer-clean \ | ||
508 | maintainer-clean-generic mostlyclean mostlyclean-generic \ | ||
509 | mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ | ||
510 | uninstall uninstall-am | ||
511 | |||
512 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
513 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
514 | .NOEXPORT: | ||