Newer autotools
[gliv.git] / Makefile.in
bloba1117bc8ec4761f86acad2c134c5c1453c0808d8
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = .
38 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40 $(srcdir)/gliv.spec.in $(top_srcdir)/configure \
41 $(top_srcdir)/intl/Makefile.in ABOUT-NLS COPYING INSTALL NEWS \
42 THANKS compile config.guess config.rpath config.sub depcomp \
43 install-sh missing mkinstalldirs
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47 $(ACLOCAL_M4)
48 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
49 configure.lineno config.status.lineno
50 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
51 CONFIG_HEADER = config.h
52 CONFIG_CLEAN_FILES = intl/Makefile gliv.spec
53 CONFIG_CLEAN_VPATH_FILES =
54 SOURCES =
55 DIST_SOURCES =
56 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57 html-recursive info-recursive install-data-recursive \
58 install-dvi-recursive install-exec-recursive \
59 install-html-recursive install-info-recursive \
60 install-pdf-recursive install-ps-recursive install-recursive \
61 installcheck-recursive installdirs-recursive pdf-recursive \
62 ps-recursive uninstall-recursive
63 DATA = $(noinst_DATA)
64 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
65 distclean-recursive maintainer-clean-recursive
66 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
67 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
68 distdir dist dist-all distcheck
69 ETAGS = etags
70 CTAGS = ctags
71 DIST_SUBDIRS = lib intl po tools man src
72 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73 distdir = $(PACKAGE)-$(VERSION)
74 top_distdir = $(distdir)
75 am__remove_distdir = \
76 { test ! -d "$(distdir)" \
77 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
78 && rm -fr "$(distdir)"; }; }
79 am__relativize = \
80 dir0=`pwd`; \
81 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
82 sed_rest='s,^[^/]*/*,,'; \
83 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
84 sed_butlast='s,/*[^/]*$$,,'; \
85 while test -n "$$dir1"; do \
86 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
87 if test "$$first" != "."; then \
88 if test "$$first" = ".."; then \
89 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
90 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
91 else \
92 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
93 if test "$$first2" = "$$first"; then \
94 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
95 else \
96 dir2="../$$dir2"; \
97 fi; \
98 dir0="$$dir0"/"$$first"; \
99 fi; \
100 fi; \
101 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
102 done; \
103 reldir="$$dir2"
104 DIST_ARCHIVES = $(distdir).tar.gz
105 GZIP_ENV = --best
106 distuninstallcheck_listfiles = find . -type f -print
107 distcleancheck_listfiles = find . -type f -print
108 ACLOCAL = @ACLOCAL@
109 ALLOCA = @ALLOCA@
110 AMTAR = @AMTAR@
111 AUTOCONF = @AUTOCONF@
112 AUTOHEADER = @AUTOHEADER@
113 AUTOMAKE = @AUTOMAKE@
114 AWK = @AWK@
115 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
116 CATOBJEXT = @CATOBJEXT@
117 CC = @CC@
118 CCDEPMODE = @CCDEPMODE@
119 CFLAGS = @CFLAGS@
120 CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
121 CPP = @CPP@
122 CPPFLAGS = @CPPFLAGS@
123 CYGPATH_W = @CYGPATH_W@
124 DATADIRNAME = @DATADIRNAME@
125 DEFS = @DEFS@
126 DEPDIR = @DEPDIR@
127 ECHO_C = @ECHO_C@
128 ECHO_N = @ECHO_N@
129 ECHO_T = @ECHO_T@
130 EGREP = @EGREP@
131 EXEEXT = @EXEEXT@
132 GENCAT = @GENCAT@
133 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
134 GLIBC2 = @GLIBC2@
135 GLIBC21 = @GLIBC21@
136 GMSGFMT = @GMSGFMT@
137 GMSGFMT_015 = @GMSGFMT_015@
138 GREP = @GREP@
139 GTKGLEXT_CFLAGS = @GTKGLEXT_CFLAGS@
140 GTKGLEXT_LIBS = @GTKGLEXT_LIBS@
141 GTK_CFLAGS = @GTK_CFLAGS@
142 GTK_LIBS = @GTK_LIBS@
143 HAVE_ASPRINTF = @HAVE_ASPRINTF@
144 HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
145 HAVE_SNPRINTF = @HAVE_SNPRINTF@
146 HAVE_VISIBILITY = @HAVE_VISIBILITY@
147 HAVE_WPRINTF = @HAVE_WPRINTF@
148 INSTALL = @INSTALL@
149 INSTALL_DATA = @INSTALL_DATA@
150 INSTALL_PROGRAM = @INSTALL_PROGRAM@
151 INSTALL_SCRIPT = @INSTALL_SCRIPT@
152 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
153 INSTOBJEXT = @INSTOBJEXT@
154 INTLBISON = @INTLBISON@
155 INTLLIBS = @INTLLIBS@
156 INTLOBJS = @INTLOBJS@
157 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
158 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
159 LDFLAGS = @LDFLAGS@
160 LIBICONV = @LIBICONV@
161 LIBINTL = @LIBINTL@
162 LIBMULTITHREAD = @LIBMULTITHREAD@
163 LIBOBJS = @LIBOBJS@
164 LIBPTH = @LIBPTH@
165 LIBPTH_PREFIX = @LIBPTH_PREFIX@
166 LIBS = @LIBS@
167 LIBTHREAD = @LIBTHREAD@
168 LTLIBC = @LTLIBC@
169 LTLIBICONV = @LTLIBICONV@
170 LTLIBINTL = @LTLIBINTL@
171 LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
172 LTLIBOBJS = @LTLIBOBJS@
173 LTLIBPTH = @LTLIBPTH@
174 LTLIBTHREAD = @LTLIBTHREAD@
175 MAKEINFO = @MAKEINFO@
176 MKDIR_P = @MKDIR_P@
177 MSGFMT = @MSGFMT@
178 MSGFMT_015 = @MSGFMT_015@
179 MSGMERGE = @MSGMERGE@
180 OBJEXT = @OBJEXT@
181 PACKAGE = @PACKAGE@
182 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
183 PACKAGE_NAME = @PACKAGE_NAME@
184 PACKAGE_STRING = @PACKAGE_STRING@
185 PACKAGE_TARNAME = @PACKAGE_TARNAME@
186 PACKAGE_URL = @PACKAGE_URL@
187 PACKAGE_VERSION = @PACKAGE_VERSION@
188 PATH_SEPARATOR = @PATH_SEPARATOR@
189 PKG_CONFIG = @PKG_CONFIG@
190 POSUB = @POSUB@
191 PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
192 RANLIB = @RANLIB@
193 SET_MAKE = @SET_MAKE@
194 SHELL = @SHELL@
195 STRIP = @STRIP@
196 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
197 USE_NLS = @USE_NLS@
198 VERSION = @VERSION@
199 WINDRES = @WINDRES@
200 WOE32 = @WOE32@
201 WOE32DLL = @WOE32DLL@
202 XGETTEXT = @XGETTEXT@
203 XGETTEXT_015 = @XGETTEXT_015@
204 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
205 XMKMF = @XMKMF@
206 X_CFLAGS = @X_CFLAGS@
207 X_EXTRA_LIBS = @X_EXTRA_LIBS@
208 X_LIBS = @X_LIBS@
209 X_PRE_LIBS = @X_PRE_LIBS@
210 abs_builddir = @abs_builddir@
211 abs_srcdir = @abs_srcdir@
212 abs_top_builddir = @abs_top_builddir@
213 abs_top_srcdir = @abs_top_srcdir@
214 ac_ct_CC = @ac_ct_CC@
215 am__include = @am__include@
216 am__leading_dot = @am__leading_dot@
217 am__quote = @am__quote@
218 am__tar = @am__tar@
219 am__untar = @am__untar@
220 bindir = @bindir@
221 build = @build@
222 build_alias = @build_alias@
223 build_cpu = @build_cpu@
224 build_os = @build_os@
225 build_vendor = @build_vendor@
226 builddir = @builddir@
227 datadir = @datadir@
228 datarootdir = @datarootdir@
229 docdir = @docdir@
230 dvidir = @dvidir@
231 exec_prefix = @exec_prefix@
232 host = @host@
233 host_alias = @host_alias@
234 host_cpu = @host_cpu@
235 host_os = @host_os@
236 host_vendor = @host_vendor@
237 htmldir = @htmldir@
238 includedir = @includedir@
239 infodir = @infodir@
240 install_sh = @install_sh@
241 libdir = @libdir@
242 libexecdir = @libexecdir@
243 localedir = @localedir@
244 localstatedir = @localstatedir@
245 mandir = @mandir@
246 mkdir_p = @mkdir_p@
247 oldincludedir = @oldincludedir@
248 pdfdir = @pdfdir@
249 prefix = @prefix@
250 program_transform_name = @program_transform_name@
251 psdir = @psdir@
252 sbindir = @sbindir@
253 sharedstatedir = @sharedstatedir@
254 srcdir = @srcdir@
255 sysconfdir = @sysconfdir@
256 target_alias = @target_alias@
257 top_build_prefix = @top_build_prefix@
258 top_builddir = @top_builddir@
259 top_srcdir = @top_srcdir@
260 SUBDIRS = $(lib) \
261 intl \
262 po \
263 tools \
264 man \
267 @NEED_REPLACEMENTS_TRUE@lib = lib
268 EXTRA_DIST = config.rpath
269 noinst_DATA = gliv.desktop gliv.png gliv.svg
270 CLEANFILES = gliv.desktop
271 all: config.h
272 $(MAKE) $(AM_MAKEFLAGS) all-recursive
274 .SUFFIXES:
275 am--refresh:
277 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
278 @for dep in $?; do \
279 case '$(am__configure_deps)' in \
280 *$$dep*) \
281 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
282 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
283 && exit 0; \
284 exit 1;; \
285 esac; \
286 done; \
287 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
288 $(am__cd) $(top_srcdir) && \
289 $(AUTOMAKE) --foreign Makefile
290 .PRECIOUS: Makefile
291 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
292 @case '$?' in \
293 *config.status*) \
294 echo ' $(SHELL) ./config.status'; \
295 $(SHELL) ./config.status;; \
296 *) \
297 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
298 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
299 esac;
301 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
302 $(SHELL) ./config.status --recheck
304 $(top_srcdir)/configure: $(am__configure_deps)
305 $(am__cd) $(srcdir) && $(AUTOCONF)
306 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
307 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
308 $(am__aclocal_m4_deps):
310 config.h: stamp-h1
311 @if test ! -f $@; then \
312 rm -f stamp-h1; \
313 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
314 else :; fi
316 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
317 @rm -f stamp-h1
318 cd $(top_builddir) && $(SHELL) ./config.status config.h
319 $(srcdir)/config.h.in: $(am__configure_deps)
320 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
321 rm -f stamp-h1
322 touch $@
324 distclean-hdr:
325 -rm -f config.h stamp-h1
326 intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
327 cd $(top_builddir) && $(SHELL) ./config.status $@
328 gliv.spec: $(top_builddir)/config.status $(srcdir)/gliv.spec.in
329 cd $(top_builddir) && $(SHELL) ./config.status $@
331 # This directory's subdirectories are mostly independent; you can cd
332 # into them and run `make' without going through this Makefile.
333 # To change the values of `make' variables: instead of editing Makefiles,
334 # (1) if the variable is set in `config.status', edit `config.status'
335 # (which will cause the Makefiles to be regenerated when you run `make');
336 # (2) otherwise, pass the desired values on the `make' command line.
337 $(RECURSIVE_TARGETS):
338 @fail= failcom='exit 1'; \
339 for f in x $$MAKEFLAGS; do \
340 case $$f in \
341 *=* | --[!k]*);; \
342 *k*) failcom='fail=yes';; \
343 esac; \
344 done; \
345 dot_seen=no; \
346 target=`echo $@ | sed s/-recursive//`; \
347 list='$(SUBDIRS)'; for subdir in $$list; do \
348 echo "Making $$target in $$subdir"; \
349 if test "$$subdir" = "."; then \
350 dot_seen=yes; \
351 local_target="$$target-am"; \
352 else \
353 local_target="$$target"; \
354 fi; \
355 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
356 || eval $$failcom; \
357 done; \
358 if test "$$dot_seen" = "no"; then \
359 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
360 fi; test -z "$$fail"
362 $(RECURSIVE_CLEAN_TARGETS):
363 @fail= failcom='exit 1'; \
364 for f in x $$MAKEFLAGS; do \
365 case $$f in \
366 *=* | --[!k]*);; \
367 *k*) failcom='fail=yes';; \
368 esac; \
369 done; \
370 dot_seen=no; \
371 case "$@" in \
372 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
373 *) list='$(SUBDIRS)' ;; \
374 esac; \
375 rev=''; for subdir in $$list; do \
376 if test "$$subdir" = "."; then :; else \
377 rev="$$subdir $$rev"; \
378 fi; \
379 done; \
380 rev="$$rev ."; \
381 target=`echo $@ | sed s/-recursive//`; \
382 for subdir in $$rev; do \
383 echo "Making $$target in $$subdir"; \
384 if test "$$subdir" = "."; then \
385 local_target="$$target-am"; \
386 else \
387 local_target="$$target"; \
388 fi; \
389 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
390 || eval $$failcom; \
391 done && test -z "$$fail"
392 tags-recursive:
393 list='$(SUBDIRS)'; for subdir in $$list; do \
394 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
395 done
396 ctags-recursive:
397 list='$(SUBDIRS)'; for subdir in $$list; do \
398 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
399 done
401 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
402 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
403 unique=`for i in $$list; do \
404 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
405 done | \
406 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
407 END { if (nonempty) { for (i in files) print i; }; }'`; \
408 mkid -fID $$unique
409 tags: TAGS
411 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
412 $(TAGS_FILES) $(LISP)
413 set x; \
414 here=`pwd`; \
415 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
416 include_option=--etags-include; \
417 empty_fix=.; \
418 else \
419 include_option=--include; \
420 empty_fix=; \
421 fi; \
422 list='$(SUBDIRS)'; for subdir in $$list; do \
423 if test "$$subdir" = .; then :; else \
424 test ! -f $$subdir/TAGS || \
425 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
426 fi; \
427 done; \
428 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
429 unique=`for i in $$list; do \
430 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
431 done | \
432 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
433 END { if (nonempty) { for (i in files) print i; }; }'`; \
434 shift; \
435 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
436 test -n "$$unique" || unique=$$empty_fix; \
437 if test $$# -gt 0; then \
438 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
439 "$$@" $$unique; \
440 else \
441 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
442 $$unique; \
443 fi; \
445 ctags: CTAGS
446 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
447 $(TAGS_FILES) $(LISP)
448 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
449 unique=`for i in $$list; do \
450 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
451 done | \
452 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
453 END { if (nonempty) { for (i in files) print i; }; }'`; \
454 test -z "$(CTAGS_ARGS)$$unique" \
455 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
456 $$unique
458 GTAGS:
459 here=`$(am__cd) $(top_builddir) && pwd` \
460 && $(am__cd) $(top_srcdir) \
461 && gtags -i $(GTAGS_ARGS) "$$here"
463 distclean-tags:
464 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
466 distdir: $(DISTFILES)
467 $(am__remove_distdir)
468 test -d "$(distdir)" || mkdir "$(distdir)"
469 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
470 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
471 list='$(DISTFILES)'; \
472 dist_files=`for file in $$list; do echo $$file; done | \
473 sed -e "s|^$$srcdirstrip/||;t" \
474 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
475 case $$dist_files in \
476 */*) $(MKDIR_P) `echo "$$dist_files" | \
477 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
478 sort -u` ;; \
479 esac; \
480 for file in $$dist_files; do \
481 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
482 if test -d $$d/$$file; then \
483 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
484 if test -d "$(distdir)/$$file"; then \
485 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
486 fi; \
487 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
488 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
489 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
490 fi; \
491 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
492 else \
493 test -f "$(distdir)/$$file" \
494 || cp -p $$d/$$file "$(distdir)/$$file" \
495 || exit 1; \
496 fi; \
497 done
498 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
499 if test "$$subdir" = .; then :; else \
500 test -d "$(distdir)/$$subdir" \
501 || $(MKDIR_P) "$(distdir)/$$subdir" \
502 || exit 1; \
503 fi; \
504 done
505 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
506 if test "$$subdir" = .; then :; else \
507 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
508 $(am__relativize); \
509 new_distdir=$$reldir; \
510 dir1=$$subdir; dir2="$(top_distdir)"; \
511 $(am__relativize); \
512 new_top_distdir=$$reldir; \
513 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
514 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
515 ($(am__cd) $$subdir && \
516 $(MAKE) $(AM_MAKEFLAGS) \
517 top_distdir="$$new_top_distdir" \
518 distdir="$$new_distdir" \
519 am__remove_distdir=: \
520 am__skip_length_check=: \
521 am__skip_mode_fix=: \
522 distdir) \
523 || exit 1; \
524 fi; \
525 done
526 -test -n "$(am__skip_mode_fix)" \
527 || find "$(distdir)" -type d ! -perm -755 \
528 -exec chmod u+rwx,go+rx {} \; -o \
529 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
530 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
531 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
532 || chmod -R a+r "$(distdir)"
533 dist-gzip: distdir
534 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
535 $(am__remove_distdir)
537 dist-bzip2: distdir
538 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
539 $(am__remove_distdir)
541 dist-lzma: distdir
542 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
543 $(am__remove_distdir)
545 dist-xz: distdir
546 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
547 $(am__remove_distdir)
549 dist-tarZ: distdir
550 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
551 $(am__remove_distdir)
553 dist-shar: distdir
554 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
555 $(am__remove_distdir)
557 dist-zip: distdir
558 -rm -f $(distdir).zip
559 zip -rq $(distdir).zip $(distdir)
560 $(am__remove_distdir)
562 dist dist-all: distdir
563 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
564 $(am__remove_distdir)
566 # This target untars the dist file and tries a VPATH configuration. Then
567 # it guarantees that the distribution is self-contained by making another
568 # tarfile.
569 distcheck: dist
570 case '$(DIST_ARCHIVES)' in \
571 *.tar.gz*) \
572 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
573 *.tar.bz2*) \
574 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
575 *.tar.lzma*) \
576 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
577 *.tar.xz*) \
578 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
579 *.tar.Z*) \
580 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
581 *.shar.gz*) \
582 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
583 *.zip*) \
584 unzip $(distdir).zip ;;\
585 esac
586 chmod -R a-w $(distdir); chmod a+w $(distdir)
587 mkdir $(distdir)/_build
588 mkdir $(distdir)/_inst
589 chmod a-w $(distdir)
590 test -d $(distdir)/_build || exit 0; \
591 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
592 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
593 && am__cwd=`pwd` \
594 && $(am__cd) $(distdir)/_build \
595 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
596 --with-included-gettext \
597 $(DISTCHECK_CONFIGURE_FLAGS) \
598 && $(MAKE) $(AM_MAKEFLAGS) \
599 && $(MAKE) $(AM_MAKEFLAGS) dvi \
600 && $(MAKE) $(AM_MAKEFLAGS) check \
601 && $(MAKE) $(AM_MAKEFLAGS) install \
602 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
603 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
604 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
605 distuninstallcheck \
606 && chmod -R a-w "$$dc_install_base" \
607 && ({ \
608 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
609 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
610 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
611 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
612 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
613 } || { rm -rf "$$dc_destdir"; exit 1; }) \
614 && rm -rf "$$dc_destdir" \
615 && $(MAKE) $(AM_MAKEFLAGS) dist \
616 && rm -rf $(DIST_ARCHIVES) \
617 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
618 && cd "$$am__cwd" \
619 || exit 1
620 $(am__remove_distdir)
621 @(echo "$(distdir) archives ready for distribution: "; \
622 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
623 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
624 distuninstallcheck:
625 @$(am__cd) '$(distuninstallcheck_dir)' \
626 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
627 || { echo "ERROR: files left after uninstall:" ; \
628 if test -n "$(DESTDIR)"; then \
629 echo " (check DESTDIR support)"; \
630 fi ; \
631 $(distuninstallcheck_listfiles) ; \
632 exit 1; } >&2
633 distcleancheck: distclean
634 @if test '$(srcdir)' = . ; then \
635 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
636 exit 1 ; \
638 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
639 || { echo "ERROR: files left in build directory after distclean:" ; \
640 $(distcleancheck_listfiles) ; \
641 exit 1; } >&2
642 check-am: all-am
643 check: check-recursive
644 all-am: Makefile $(DATA) config.h
645 installdirs: installdirs-recursive
646 installdirs-am:
647 install: install-recursive
648 install-exec: install-exec-recursive
649 install-data: install-data-recursive
650 uninstall: uninstall-recursive
652 install-am: all-am
653 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
655 installcheck: installcheck-recursive
656 install-strip:
657 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
658 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
659 `test -z '$(STRIP)' || \
660 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
661 mostlyclean-generic:
663 clean-generic:
664 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
666 distclean-generic:
667 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
668 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
670 maintainer-clean-generic:
671 @echo "This command is intended for maintainers to use"
672 @echo "it deletes files that may require special tools to rebuild."
673 clean: clean-recursive
675 clean-am: clean-generic mostlyclean-am
677 distclean: distclean-recursive
678 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
679 -rm -f Makefile
680 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
682 dvi: dvi-recursive
684 dvi-am:
686 html: html-recursive
688 html-am:
690 info: info-recursive
692 info-am:
694 install-data-am:
695 @$(NORMAL_INSTALL)
696 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
697 install-dvi: install-dvi-recursive
699 install-dvi-am:
701 install-exec-am:
703 install-html: install-html-recursive
705 install-html-am:
707 install-info: install-info-recursive
709 install-info-am:
711 install-man:
713 install-pdf: install-pdf-recursive
715 install-pdf-am:
717 install-ps: install-ps-recursive
719 install-ps-am:
721 installcheck-am:
723 maintainer-clean: maintainer-clean-recursive
724 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
725 -rm -rf $(top_srcdir)/autom4te.cache
726 -rm -f Makefile
727 maintainer-clean-am: distclean-am maintainer-clean-generic
729 mostlyclean: mostlyclean-recursive
731 mostlyclean-am: mostlyclean-generic
733 pdf: pdf-recursive
735 pdf-am:
737 ps: ps-recursive
739 ps-am:
741 uninstall-am:
742 @$(NORMAL_INSTALL)
743 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
744 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
745 ctags-recursive install-am install-data-am install-strip \
746 tags-recursive uninstall-am
748 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
749 all all-am am--refresh check check-am clean clean-generic \
750 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
751 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
752 distclean distclean-generic distclean-hdr distclean-tags \
753 distcleancheck distdir distuninstallcheck dvi dvi-am html \
754 html-am info info-am install install-am install-data \
755 install-data-am install-data-hook install-dvi install-dvi-am \
756 install-exec install-exec-am install-html install-html-am \
757 install-info install-info-am install-man install-pdf \
758 install-pdf-am install-ps install-ps-am install-strip \
759 installcheck installcheck-am installdirs installdirs-am \
760 maintainer-clean maintainer-clean-generic mostlyclean \
761 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
762 uninstall uninstall-am uninstall-hook
765 gliv.desktop: gliv.desktop.tmpl
766 sed -e 's|@SHAREDIR@|$(datadir)|g' -e 's|@BINDIR@|$(bindir)|g' < $< > $@
768 install-data-hook:
769 @echo
770 @echo "+----------------------------------------------------------+"
771 @echo "| |"
772 @echo "| Note to Zsh users |"
773 @echo "| |"
774 @echo "| If you use Zsh's completion mechanism, you can install |"
775 @echo '| tools/_gliv in $$ZSH_PREFIX/share/zsh/site-functions/ |'
776 @echo "| to have Zsh's completion on GLiv's parameters. |"
777 @echo "| |"
778 @echo "+----------------------------------------------------------+"
779 @echo
780 @if desktop-file-install --help > /dev/null 2>&1; then \
781 echo "Installing the GLiv desktop file with desktop-file-install"; \
782 mkdir -p $(datadir)/{pixmaps,applications} || true; \
783 cp gliv.png $(datadir)/pixmaps/gliv.png || true; \
784 desktop-file-install --vendor=gnome --dir=$(datadir)/applications \
785 gliv.desktop || true; \
786 else \
787 echo "No desktop-file-install(1), skipping gliv.desktop"; \
790 uninstall-hook:
791 rm $(datadir)/pixmaps/gliv.png || true
792 rm $(datadir)/applications/gnome-gliv.desktop || true
794 # Tell versions [3.59,3.63) of GNU make to not export all variables.
795 # Otherwise a system limit (for SysV at least) may be exceeded.
796 .NOEXPORT: