Newer autotools
[gliv.git] / Makefile.in
blobf0ec24e8ae16a09e0d2f2d2aebf2eedfaf90daf1
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_NEWLOCALE = @HAVE_NEWLOCALE@
145 HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
146 HAVE_SNPRINTF = @HAVE_SNPRINTF@
147 HAVE_VISIBILITY = @HAVE_VISIBILITY@
148 HAVE_WPRINTF = @HAVE_WPRINTF@
149 INSTALL = @INSTALL@
150 INSTALL_DATA = @INSTALL_DATA@
151 INSTALL_PROGRAM = @INSTALL_PROGRAM@
152 INSTALL_SCRIPT = @INSTALL_SCRIPT@
153 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154 INSTOBJEXT = @INSTOBJEXT@
155 INTLBISON = @INTLBISON@
156 INTLLIBS = @INTLLIBS@
157 INTLOBJS = @INTLOBJS@
158 INTL_DEFAULT_VERBOSITY = @INTL_DEFAULT_VERBOSITY@
159 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
160 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
161 LDFLAGS = @LDFLAGS@
162 LIBICONV = @LIBICONV@
163 LIBINTL = @LIBINTL@
164 LIBMULTITHREAD = @LIBMULTITHREAD@
165 LIBOBJS = @LIBOBJS@
166 LIBPTH = @LIBPTH@
167 LIBPTH_PREFIX = @LIBPTH_PREFIX@
168 LIBS = @LIBS@
169 LIBTHREAD = @LIBTHREAD@
170 LTLIBC = @LTLIBC@
171 LTLIBICONV = @LTLIBICONV@
172 LTLIBINTL = @LTLIBINTL@
173 LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
174 LTLIBOBJS = @LTLIBOBJS@
175 LTLIBPTH = @LTLIBPTH@
176 LTLIBTHREAD = @LTLIBTHREAD@
177 MAKEINFO = @MAKEINFO@
178 MKDIR_P = @MKDIR_P@
179 MSGFMT = @MSGFMT@
180 MSGFMT_015 = @MSGFMT_015@
181 MSGMERGE = @MSGMERGE@
182 OBJEXT = @OBJEXT@
183 PACKAGE = @PACKAGE@
184 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
185 PACKAGE_NAME = @PACKAGE_NAME@
186 PACKAGE_STRING = @PACKAGE_STRING@
187 PACKAGE_TARNAME = @PACKAGE_TARNAME@
188 PACKAGE_URL = @PACKAGE_URL@
189 PACKAGE_VERSION = @PACKAGE_VERSION@
190 PATH_SEPARATOR = @PATH_SEPARATOR@
191 PKG_CONFIG = @PKG_CONFIG@
192 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
193 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
194 POSUB = @POSUB@
195 PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
196 RANLIB = @RANLIB@
197 SET_MAKE = @SET_MAKE@
198 SHELL = @SHELL@
199 STRIP = @STRIP@
200 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
201 USE_NLS = @USE_NLS@
202 VERSION = @VERSION@
203 WINDRES = @WINDRES@
204 WOE32 = @WOE32@
205 WOE32DLL = @WOE32DLL@
206 XGETTEXT = @XGETTEXT@
207 XGETTEXT_015 = @XGETTEXT_015@
208 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
209 XMKMF = @XMKMF@
210 X_CFLAGS = @X_CFLAGS@
211 X_EXTRA_LIBS = @X_EXTRA_LIBS@
212 X_LIBS = @X_LIBS@
213 X_PRE_LIBS = @X_PRE_LIBS@
214 abs_builddir = @abs_builddir@
215 abs_srcdir = @abs_srcdir@
216 abs_top_builddir = @abs_top_builddir@
217 abs_top_srcdir = @abs_top_srcdir@
218 ac_ct_CC = @ac_ct_CC@
219 am__include = @am__include@
220 am__leading_dot = @am__leading_dot@
221 am__quote = @am__quote@
222 am__tar = @am__tar@
223 am__untar = @am__untar@
224 bindir = @bindir@
225 build = @build@
226 build_alias = @build_alias@
227 build_cpu = @build_cpu@
228 build_os = @build_os@
229 build_vendor = @build_vendor@
230 builddir = @builddir@
231 datadir = @datadir@
232 datarootdir = @datarootdir@
233 docdir = @docdir@
234 dvidir = @dvidir@
235 exec_prefix = @exec_prefix@
236 host = @host@
237 host_alias = @host_alias@
238 host_cpu = @host_cpu@
239 host_os = @host_os@
240 host_vendor = @host_vendor@
241 htmldir = @htmldir@
242 includedir = @includedir@
243 infodir = @infodir@
244 install_sh = @install_sh@
245 libdir = @libdir@
246 libexecdir = @libexecdir@
247 localedir = @localedir@
248 localstatedir = @localstatedir@
249 mandir = @mandir@
250 mkdir_p = @mkdir_p@
251 oldincludedir = @oldincludedir@
252 pdfdir = @pdfdir@
253 prefix = @prefix@
254 program_transform_name = @program_transform_name@
255 psdir = @psdir@
256 sbindir = @sbindir@
257 sharedstatedir = @sharedstatedir@
258 srcdir = @srcdir@
259 sysconfdir = @sysconfdir@
260 target_alias = @target_alias@
261 top_build_prefix = @top_build_prefix@
262 top_builddir = @top_builddir@
263 top_srcdir = @top_srcdir@
264 SUBDIRS = $(lib) \
265 intl \
266 po \
267 tools \
268 man \
271 @NEED_REPLACEMENTS_TRUE@lib = lib
272 EXTRA_DIST = config.rpath
273 noinst_DATA = gliv.desktop gliv.png gliv.svg
274 CLEANFILES = gliv.desktop
275 all: config.h
276 $(MAKE) $(AM_MAKEFLAGS) all-recursive
278 .SUFFIXES:
279 am--refresh:
281 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
282 @for dep in $?; do \
283 case '$(am__configure_deps)' in \
284 *$$dep*) \
285 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
286 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
287 && exit 0; \
288 exit 1;; \
289 esac; \
290 done; \
291 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
292 $(am__cd) $(top_srcdir) && \
293 $(AUTOMAKE) --foreign Makefile
294 .PRECIOUS: Makefile
295 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
296 @case '$?' in \
297 *config.status*) \
298 echo ' $(SHELL) ./config.status'; \
299 $(SHELL) ./config.status;; \
300 *) \
301 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
302 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
303 esac;
305 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
306 $(SHELL) ./config.status --recheck
308 $(top_srcdir)/configure: $(am__configure_deps)
309 $(am__cd) $(srcdir) && $(AUTOCONF)
310 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
311 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
312 $(am__aclocal_m4_deps):
314 config.h: stamp-h1
315 @if test ! -f $@; then \
316 rm -f stamp-h1; \
317 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
318 else :; fi
320 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
321 @rm -f stamp-h1
322 cd $(top_builddir) && $(SHELL) ./config.status config.h
323 $(srcdir)/config.h.in: $(am__configure_deps)
324 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
325 rm -f stamp-h1
326 touch $@
328 distclean-hdr:
329 -rm -f config.h stamp-h1
330 intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
331 cd $(top_builddir) && $(SHELL) ./config.status $@
332 gliv.spec: $(top_builddir)/config.status $(srcdir)/gliv.spec.in
333 cd $(top_builddir) && $(SHELL) ./config.status $@
335 # This directory's subdirectories are mostly independent; you can cd
336 # into them and run `make' without going through this Makefile.
337 # To change the values of `make' variables: instead of editing Makefiles,
338 # (1) if the variable is set in `config.status', edit `config.status'
339 # (which will cause the Makefiles to be regenerated when you run `make');
340 # (2) otherwise, pass the desired values on the `make' command line.
341 $(RECURSIVE_TARGETS):
342 @fail= failcom='exit 1'; \
343 for f in x $$MAKEFLAGS; do \
344 case $$f in \
345 *=* | --[!k]*);; \
346 *k*) failcom='fail=yes';; \
347 esac; \
348 done; \
349 dot_seen=no; \
350 target=`echo $@ | sed s/-recursive//`; \
351 list='$(SUBDIRS)'; for subdir in $$list; do \
352 echo "Making $$target in $$subdir"; \
353 if test "$$subdir" = "."; then \
354 dot_seen=yes; \
355 local_target="$$target-am"; \
356 else \
357 local_target="$$target"; \
358 fi; \
359 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
360 || eval $$failcom; \
361 done; \
362 if test "$$dot_seen" = "no"; then \
363 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
364 fi; test -z "$$fail"
366 $(RECURSIVE_CLEAN_TARGETS):
367 @fail= failcom='exit 1'; \
368 for f in x $$MAKEFLAGS; do \
369 case $$f in \
370 *=* | --[!k]*);; \
371 *k*) failcom='fail=yes';; \
372 esac; \
373 done; \
374 dot_seen=no; \
375 case "$@" in \
376 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
377 *) list='$(SUBDIRS)' ;; \
378 esac; \
379 rev=''; for subdir in $$list; do \
380 if test "$$subdir" = "."; then :; else \
381 rev="$$subdir $$rev"; \
382 fi; \
383 done; \
384 rev="$$rev ."; \
385 target=`echo $@ | sed s/-recursive//`; \
386 for subdir in $$rev; do \
387 echo "Making $$target in $$subdir"; \
388 if test "$$subdir" = "."; then \
389 local_target="$$target-am"; \
390 else \
391 local_target="$$target"; \
392 fi; \
393 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
394 || eval $$failcom; \
395 done && test -z "$$fail"
396 tags-recursive:
397 list='$(SUBDIRS)'; for subdir in $$list; do \
398 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
399 done
400 ctags-recursive:
401 list='$(SUBDIRS)'; for subdir in $$list; do \
402 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
403 done
405 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
406 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
407 unique=`for i in $$list; do \
408 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409 done | \
410 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
411 END { if (nonempty) { for (i in files) print i; }; }'`; \
412 mkid -fID $$unique
413 tags: TAGS
415 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
416 $(TAGS_FILES) $(LISP)
417 set x; \
418 here=`pwd`; \
419 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
420 include_option=--etags-include; \
421 empty_fix=.; \
422 else \
423 include_option=--include; \
424 empty_fix=; \
425 fi; \
426 list='$(SUBDIRS)'; for subdir in $$list; do \
427 if test "$$subdir" = .; then :; else \
428 test ! -f $$subdir/TAGS || \
429 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
430 fi; \
431 done; \
432 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
433 unique=`for i in $$list; do \
434 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
435 done | \
436 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
437 END { if (nonempty) { for (i in files) print i; }; }'`; \
438 shift; \
439 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
440 test -n "$$unique" || unique=$$empty_fix; \
441 if test $$# -gt 0; then \
442 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
443 "$$@" $$unique; \
444 else \
445 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446 $$unique; \
447 fi; \
449 ctags: CTAGS
450 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
451 $(TAGS_FILES) $(LISP)
452 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
453 unique=`for i in $$list; do \
454 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455 done | \
456 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
457 END { if (nonempty) { for (i in files) print i; }; }'`; \
458 test -z "$(CTAGS_ARGS)$$unique" \
459 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
460 $$unique
462 GTAGS:
463 here=`$(am__cd) $(top_builddir) && pwd` \
464 && $(am__cd) $(top_srcdir) \
465 && gtags -i $(GTAGS_ARGS) "$$here"
467 distclean-tags:
468 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
470 distdir: $(DISTFILES)
471 $(am__remove_distdir)
472 test -d "$(distdir)" || mkdir "$(distdir)"
473 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
474 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
475 list='$(DISTFILES)'; \
476 dist_files=`for file in $$list; do echo $$file; done | \
477 sed -e "s|^$$srcdirstrip/||;t" \
478 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
479 case $$dist_files in \
480 */*) $(MKDIR_P) `echo "$$dist_files" | \
481 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
482 sort -u` ;; \
483 esac; \
484 for file in $$dist_files; do \
485 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
486 if test -d $$d/$$file; then \
487 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
488 if test -d "$(distdir)/$$file"; then \
489 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
490 fi; \
491 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
492 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
493 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
494 fi; \
495 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
496 else \
497 test -f "$(distdir)/$$file" \
498 || cp -p $$d/$$file "$(distdir)/$$file" \
499 || exit 1; \
500 fi; \
501 done
502 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
503 if test "$$subdir" = .; then :; else \
504 test -d "$(distdir)/$$subdir" \
505 || $(MKDIR_P) "$(distdir)/$$subdir" \
506 || exit 1; \
507 fi; \
508 done
509 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
510 if test "$$subdir" = .; then :; else \
511 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
512 $(am__relativize); \
513 new_distdir=$$reldir; \
514 dir1=$$subdir; dir2="$(top_distdir)"; \
515 $(am__relativize); \
516 new_top_distdir=$$reldir; \
517 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
518 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
519 ($(am__cd) $$subdir && \
520 $(MAKE) $(AM_MAKEFLAGS) \
521 top_distdir="$$new_top_distdir" \
522 distdir="$$new_distdir" \
523 am__remove_distdir=: \
524 am__skip_length_check=: \
525 am__skip_mode_fix=: \
526 distdir) \
527 || exit 1; \
528 fi; \
529 done
530 -test -n "$(am__skip_mode_fix)" \
531 || find "$(distdir)" -type d ! -perm -755 \
532 -exec chmod u+rwx,go+rx {} \; -o \
533 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
534 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
535 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
536 || chmod -R a+r "$(distdir)"
537 dist-gzip: distdir
538 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
539 $(am__remove_distdir)
541 dist-bzip2: distdir
542 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
543 $(am__remove_distdir)
545 dist-lzma: distdir
546 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
547 $(am__remove_distdir)
549 dist-xz: distdir
550 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
551 $(am__remove_distdir)
553 dist-tarZ: distdir
554 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
555 $(am__remove_distdir)
557 dist-shar: distdir
558 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
559 $(am__remove_distdir)
561 dist-zip: distdir
562 -rm -f $(distdir).zip
563 zip -rq $(distdir).zip $(distdir)
564 $(am__remove_distdir)
566 dist dist-all: distdir
567 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
568 $(am__remove_distdir)
570 # This target untars the dist file and tries a VPATH configuration. Then
571 # it guarantees that the distribution is self-contained by making another
572 # tarfile.
573 distcheck: dist
574 case '$(DIST_ARCHIVES)' in \
575 *.tar.gz*) \
576 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
577 *.tar.bz2*) \
578 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
579 *.tar.lzma*) \
580 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
581 *.tar.xz*) \
582 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
583 *.tar.Z*) \
584 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
585 *.shar.gz*) \
586 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
587 *.zip*) \
588 unzip $(distdir).zip ;;\
589 esac
590 chmod -R a-w $(distdir); chmod a+w $(distdir)
591 mkdir $(distdir)/_build
592 mkdir $(distdir)/_inst
593 chmod a-w $(distdir)
594 test -d $(distdir)/_build || exit 0; \
595 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
596 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
597 && am__cwd=`pwd` \
598 && $(am__cd) $(distdir)/_build \
599 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
600 --with-included-gettext \
601 $(DISTCHECK_CONFIGURE_FLAGS) \
602 && $(MAKE) $(AM_MAKEFLAGS) \
603 && $(MAKE) $(AM_MAKEFLAGS) dvi \
604 && $(MAKE) $(AM_MAKEFLAGS) check \
605 && $(MAKE) $(AM_MAKEFLAGS) install \
606 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
607 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
608 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
609 distuninstallcheck \
610 && chmod -R a-w "$$dc_install_base" \
611 && ({ \
612 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
613 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
614 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
615 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
616 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
617 } || { rm -rf "$$dc_destdir"; exit 1; }) \
618 && rm -rf "$$dc_destdir" \
619 && $(MAKE) $(AM_MAKEFLAGS) dist \
620 && rm -rf $(DIST_ARCHIVES) \
621 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
622 && cd "$$am__cwd" \
623 || exit 1
624 $(am__remove_distdir)
625 @(echo "$(distdir) archives ready for distribution: "; \
626 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
627 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
628 distuninstallcheck:
629 @$(am__cd) '$(distuninstallcheck_dir)' \
630 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
631 || { echo "ERROR: files left after uninstall:" ; \
632 if test -n "$(DESTDIR)"; then \
633 echo " (check DESTDIR support)"; \
634 fi ; \
635 $(distuninstallcheck_listfiles) ; \
636 exit 1; } >&2
637 distcleancheck: distclean
638 @if test '$(srcdir)' = . ; then \
639 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
640 exit 1 ; \
642 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
643 || { echo "ERROR: files left in build directory after distclean:" ; \
644 $(distcleancheck_listfiles) ; \
645 exit 1; } >&2
646 check-am: all-am
647 check: check-recursive
648 all-am: Makefile $(DATA) config.h
649 installdirs: installdirs-recursive
650 installdirs-am:
651 install: install-recursive
652 install-exec: install-exec-recursive
653 install-data: install-data-recursive
654 uninstall: uninstall-recursive
656 install-am: all-am
657 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
659 installcheck: installcheck-recursive
660 install-strip:
661 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
662 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
663 `test -z '$(STRIP)' || \
664 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
665 mostlyclean-generic:
667 clean-generic:
668 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
670 distclean-generic:
671 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
672 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
674 maintainer-clean-generic:
675 @echo "This command is intended for maintainers to use"
676 @echo "it deletes files that may require special tools to rebuild."
677 clean: clean-recursive
679 clean-am: clean-generic mostlyclean-am
681 distclean: distclean-recursive
682 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
683 -rm -f Makefile
684 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
686 dvi: dvi-recursive
688 dvi-am:
690 html: html-recursive
692 html-am:
694 info: info-recursive
696 info-am:
698 install-data-am:
699 @$(NORMAL_INSTALL)
700 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
701 install-dvi: install-dvi-recursive
703 install-dvi-am:
705 install-exec-am:
707 install-html: install-html-recursive
709 install-html-am:
711 install-info: install-info-recursive
713 install-info-am:
715 install-man:
717 install-pdf: install-pdf-recursive
719 install-pdf-am:
721 install-ps: install-ps-recursive
723 install-ps-am:
725 installcheck-am:
727 maintainer-clean: maintainer-clean-recursive
728 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
729 -rm -rf $(top_srcdir)/autom4te.cache
730 -rm -f Makefile
731 maintainer-clean-am: distclean-am maintainer-clean-generic
733 mostlyclean: mostlyclean-recursive
735 mostlyclean-am: mostlyclean-generic
737 pdf: pdf-recursive
739 pdf-am:
741 ps: ps-recursive
743 ps-am:
745 uninstall-am:
746 @$(NORMAL_INSTALL)
747 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
748 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
749 ctags-recursive install-am install-data-am install-strip \
750 tags-recursive uninstall-am
752 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
753 all all-am am--refresh check check-am clean clean-generic \
754 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
755 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
756 distclean distclean-generic distclean-hdr distclean-tags \
757 distcleancheck distdir distuninstallcheck dvi dvi-am html \
758 html-am info info-am install install-am install-data \
759 install-data-am install-data-hook install-dvi install-dvi-am \
760 install-exec install-exec-am install-html install-html-am \
761 install-info install-info-am install-man install-pdf \
762 install-pdf-am install-ps install-ps-am install-strip \
763 installcheck installcheck-am installdirs installdirs-am \
764 maintainer-clean maintainer-clean-generic mostlyclean \
765 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
766 uninstall uninstall-am uninstall-hook
769 gliv.desktop: gliv.desktop.tmpl
770 sed -e 's|@SHAREDIR@|$(datadir)|g' -e 's|@BINDIR@|$(bindir)|g' < $< > $@
772 install-data-hook:
773 @echo
774 @echo "+----------------------------------------------------------+"
775 @echo "| |"
776 @echo "| Note to Zsh users |"
777 @echo "| |"
778 @echo "| If you use Zsh's completion mechanism, you can install |"
779 @echo '| tools/_gliv in $$ZSH_PREFIX/share/zsh/site-functions/ |'
780 @echo "| to have Zsh's completion on GLiv's parameters. |"
781 @echo "| |"
782 @echo "+----------------------------------------------------------+"
783 @echo
784 @if desktop-file-install --help > /dev/null 2>&1; then \
785 echo "Installing the GLiv desktop file with desktop-file-install"; \
786 mkdir -p $(datadir)/{pixmaps,applications} || true; \
787 cp gliv.png $(datadir)/pixmaps/gliv.png || true; \
788 desktop-file-install --vendor=gnome --dir=$(datadir)/applications \
789 gliv.desktop || true; \
790 else \
791 echo "No desktop-file-install(1), skipping gliv.desktop"; \
794 uninstall-hook:
795 rm $(datadir)/pixmaps/gliv.png || true
796 rm $(datadir)/applications/gnome-gliv.desktop || true
798 # Tell versions [3.59,3.63) of GNU make to not export all variables.
799 # Otherwise a system limit (for SysV at least) may be exceeded.
800 .NOEXPORT: