"Fossies" - the Fresh Open Source Software Archive 
Member "gfsview-snapshot-121130/Makefile.in" (30 Nov 2012, 25944 Bytes) of package /linux/privat/gfsview-snapshot-121130.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 # Makefile.in generated by automake 1.11.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, 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.
10
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.
15
16 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 subdir = .
37 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
39 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
40 THANKS TODO compile config.guess config.sub depcomp install-sh \
41 ltmain.sh missing
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45 $(ACLOCAL_M4)
46 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
47 configure.lineno config.status.lineno
48 mkinstalldirs = $(install_sh) -d
49 CONFIG_HEADER = config.h
50 CONFIG_CLEAN_FILES =
51 CONFIG_CLEAN_VPATH_FILES =
52 SOURCES =
53 DIST_SOURCES =
54 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
55 html-recursive info-recursive install-data-recursive \
56 install-dvi-recursive install-exec-recursive \
57 install-html-recursive install-info-recursive \
58 install-pdf-recursive install-ps-recursive install-recursive \
59 installcheck-recursive installdirs-recursive pdf-recursive \
60 ps-recursive uninstall-recursive
61 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
62 distclean-recursive maintainer-clean-recursive
63 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
64 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
65 distdir dist dist-all distcheck
66 ETAGS = etags
67 CTAGS = ctags
68 DIST_SUBDIRS = gl2ps gl batch view debian
69 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
70 distdir = $(PACKAGE)-$(VERSION)
71 top_distdir = $(distdir)
72 am__remove_distdir = \
73 { test ! -d "$(distdir)" \
74 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
75 && rm -fr "$(distdir)"; }; }
76 am__relativize = \
77 dir0=`pwd`; \
78 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
79 sed_rest='s,^[^/]*/*,,'; \
80 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
81 sed_butlast='s,/*[^/]*$$,,'; \
82 while test -n "$$dir1"; do \
83 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
84 if test "$$first" != "."; then \
85 if test "$$first" = ".."; then \
86 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
87 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
88 else \
89 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
90 if test "$$first2" = "$$first"; then \
91 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
92 else \
93 dir2="../$$dir2"; \
94 fi; \
95 dir0="$$dir0"/"$$first"; \
96 fi; \
97 fi; \
98 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
99 done; \
100 reldir="$$dir2"
101 DIST_ARCHIVES = $(distdir).tar.gz
102 GZIP_ENV = --best
103 distuninstallcheck_listfiles = find . -type f -print
104 distcleancheck_listfiles = find . -type f -print
105 ACLOCAL = @ACLOCAL@
106 AMTAR = @AMTAR@
107 AR = @AR@
108 AS = @AS@
109 AUTOCONF = @AUTOCONF@
110 AUTOHEADER = @AUTOHEADER@
111 AUTOMAKE = @AUTOMAKE@
112 AWK = @AWK@
113 CC = @CC@
114 CCDEPMODE = @CCDEPMODE@
115 CFLAGS = @CFLAGS@
116 CPP = @CPP@
117 CPPFLAGS = @CPPFLAGS@
118 CYGPATH_W = @CYGPATH_W@
119 DEFS = @DEFS@
120 DEPDIR = @DEPDIR@
121 DLLTOOL = @DLLTOOL@
122 DSYMUTIL = @DSYMUTIL@
123 DUMPBIN = @DUMPBIN@
124 ECHO_C = @ECHO_C@
125 ECHO_N = @ECHO_N@
126 ECHO_T = @ECHO_T@
127 EGREP = @EGREP@
128 EXEEXT = @EXEEXT@
129 FGREP = @FGREP@
130 FTGL_CFLAGS = @FTGL_CFLAGS@
131 FTGL_LIBS = @FTGL_LIBS@
132 GERRIS2D_CFLAGS = @GERRIS2D_CFLAGS@
133 GERRIS2D_LIBS = @GERRIS2D_LIBS@
134 GERRIS3D_CFLAGS = @GERRIS3D_CFLAGS@
135 GERRIS3D_LIBS = @GERRIS3D_LIBS@
136 GREP = @GREP@
137 GTK_CFLAGS = @GTK_CFLAGS@
138 GTK_LIBS = @GTK_LIBS@
139 INSTALL = @INSTALL@
140 INSTALL_DATA = @INSTALL_DATA@
141 INSTALL_PROGRAM = @INSTALL_PROGRAM@
142 INSTALL_SCRIPT = @INSTALL_SCRIPT@
143 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144 LD = @LD@
145 LDFLAGS = @LDFLAGS@
146 LIBOBJS = @LIBOBJS@
147 LIBS = @LIBS@
148 LIBTOOL = @LIBTOOL@
149 LIPO = @LIPO@
150 LN_S = @LN_S@
151 LTLIBOBJS = @LTLIBOBJS@
152 MAINT = @MAINT@
153 MAKEINFO = @MAKEINFO@
154 MANIFEST_TOOL = @MANIFEST_TOOL@
155 MKDIR_P = @MKDIR_P@
156 NM = @NM@
157 NMEDIT = @NMEDIT@
158 NO_UNDEFINED = @NO_UNDEFINED@
159 OBJDUMP = @OBJDUMP@
160 OBJEXT = @OBJEXT@
161 OSMESA_CFLAGS = @OSMESA_CFLAGS@
162 OSMESA_LIBS = @OSMESA_LIBS@
163 OTOOL = @OTOOL@
164 OTOOL64 = @OTOOL64@
165 PACKAGE = @PACKAGE@
166 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
167 PACKAGE_NAME = @PACKAGE_NAME@
168 PACKAGE_STRING = @PACKAGE_STRING@
169 PACKAGE_TARNAME = @PACKAGE_TARNAME@
170 PACKAGE_URL = @PACKAGE_URL@
171 PACKAGE_VERSION = @PACKAGE_VERSION@
172 PATH_SEPARATOR = @PATH_SEPARATOR@
173 PKG_CONFIG = @PKG_CONFIG@
174 RANLIB = @RANLIB@
175 SED = @SED@
176 SET_MAKE = @SET_MAKE@
177 SHELL = @SHELL@
178 SN_CFLAGS = @SN_CFLAGS@
179 SN_LIBS = @SN_LIBS@
180 STRIP = @STRIP@
181 VERSION = @VERSION@
182 abs_builddir = @abs_builddir@
183 abs_srcdir = @abs_srcdir@
184 abs_top_builddir = @abs_top_builddir@
185 abs_top_srcdir = @abs_top_srcdir@
186 ac_ct_AR = @ac_ct_AR@
187 ac_ct_CC = @ac_ct_CC@
188 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
189 am__include = @am__include@
190 am__leading_dot = @am__leading_dot@
191 am__quote = @am__quote@
192 am__tar = @am__tar@
193 am__untar = @am__untar@
194 bindir = @bindir@
195 build = @build@
196 build_alias = @build_alias@
197 build_cpu = @build_cpu@
198 build_os = @build_os@
199 build_vendor = @build_vendor@
200 builddir = @builddir@
201 datadir = @datadir@
202 datarootdir = @datarootdir@
203 docdir = @docdir@
204 dvidir = @dvidir@
205 exec_prefix = @exec_prefix@
206 host = @host@
207 host_alias = @host_alias@
208 host_cpu = @host_cpu@
209 host_os = @host_os@
210 host_vendor = @host_vendor@
211 htmldir = @htmldir@
212 includedir = @includedir@
213 infodir = @infodir@
214 install_sh = @install_sh@
215 libdir = @libdir@
216 libexecdir = @libexecdir@
217 localedir = @localedir@
218 localstatedir = @localstatedir@
219 mandir = @mandir@
220 mkdir_p = @mkdir_p@
221 oldincludedir = @oldincludedir@
222 pdfdir = @pdfdir@
223 prefix = @prefix@
224 program_transform_name = @program_transform_name@
225 psdir = @psdir@
226 sbindir = @sbindir@
227 sharedstatedir = @sharedstatedir@
228 srcdir = @srcdir@
229 sysconfdir = @sysconfdir@
230 target_alias = @target_alias@
231 top_build_prefix = @top_build_prefix@
232 top_builddir = @top_builddir@
233 top_srcdir = @top_srcdir@
234 use_mpicc = @use_mpicc@
235 ACLOCAL_AMFLAGS = -I m4
236
237 # change this to your OSC directory
238 OSC_DIR = $(HOME)/local/src/osc/home:popinet/$(PACKAGE)-snapshot
239
240 # change this to your dput command
241 DPUT = socksify dput
242
243 # change this to your launchpad PPA
244 # configured in ~/.dput.cf
245 PPA = gerris-ppa
246
247 # change this to the ID of the PPA GPG key
248 KEY = 07AB22DC
249
250 # change this to the html changelog for this launchpad release
251 LOG = /var/www/gerris/version/gfsview_changes
252 @HAVE_OSMESA_TRUE@BATCH = batch
253 @HAVE_GTK_TRUE@INTERACTIVE = view
254 SUBDIRS = gl2ps gl $(BATCH) $(INTERACTIVE) debian
255 EXTRA_DIST = \
256 autogen.sh \
257 gl2ps/COPYING.GL2PS \
258 gl2ps/COPYING.LGPL \
259 m4
260
261 @DARCS_CONTROLLED_FALSE@DARCS_CHANGELOG =
262 @DARCS_CONTROLLED_TRUE@DARCS_CHANGELOG = changelog
263 all: config.h
264 $(MAKE) $(AM_MAKEFLAGS) all-recursive
265
266 .SUFFIXES:
267 am--refresh:
268 @:
269 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
270 @for dep in $?; do \
271 case '$(am__configure_deps)' in \
272 *$$dep*) \
273 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
274 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
275 && exit 0; \
276 exit 1;; \
277 esac; \
278 done; \
279 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
280 $(am__cd) $(top_srcdir) && \
281 $(AUTOMAKE) --gnu Makefile
282 .PRECIOUS: Makefile
283 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
284 @case '$?' in \
285 *config.status*) \
286 echo ' $(SHELL) ./config.status'; \
287 $(SHELL) ./config.status;; \
288 *) \
289 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
290 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
291 esac;
292
293 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
294 $(SHELL) ./config.status --recheck
295
296 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
297 $(am__cd) $(srcdir) && $(AUTOCONF)
298 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
299 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
300 $(am__aclocal_m4_deps):
301
302 config.h: stamp-h1
303 @if test ! -f $@; then \
304 rm -f stamp-h1; \
305 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
306 else :; fi
307
308 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
309 @rm -f stamp-h1
310 cd $(top_builddir) && $(SHELL) ./config.status config.h
311 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
312 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
313 rm -f stamp-h1
314 touch $@
315
316 distclean-hdr:
317 -rm -f config.h stamp-h1
318
319 mostlyclean-libtool:
320 -rm -f *.lo
321
322 clean-libtool:
323 -rm -rf .libs _libs
324
325 distclean-libtool:
326 -rm -f libtool config.lt
327
328 # This directory's subdirectories are mostly independent; you can cd
329 # into them and run `make' without going through this Makefile.
330 # To change the values of `make' variables: instead of editing Makefiles,
331 # (1) if the variable is set in `config.status', edit `config.status'
332 # (which will cause the Makefiles to be regenerated when you run `make');
333 # (2) otherwise, pass the desired values on the `make' command line.
334 $(RECURSIVE_TARGETS):
335 @fail= failcom='exit 1'; \
336 for f in x $$MAKEFLAGS; do \
337 case $$f in \
338 *=* | --[!k]*);; \
339 *k*) failcom='fail=yes';; \
340 esac; \
341 done; \
342 dot_seen=no; \
343 target=`echo $@ | sed s/-recursive//`; \
344 list='$(SUBDIRS)'; for subdir in $$list; do \
345 echo "Making $$target in $$subdir"; \
346 if test "$$subdir" = "."; then \
347 dot_seen=yes; \
348 local_target="$$target-am"; \
349 else \
350 local_target="$$target"; \
351 fi; \
352 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
353 || eval $$failcom; \
354 done; \
355 if test "$$dot_seen" = "no"; then \
356 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
357 fi; test -z "$$fail"
358
359 $(RECURSIVE_CLEAN_TARGETS):
360 @fail= failcom='exit 1'; \
361 for f in x $$MAKEFLAGS; do \
362 case $$f in \
363 *=* | --[!k]*);; \
364 *k*) failcom='fail=yes';; \
365 esac; \
366 done; \
367 dot_seen=no; \
368 case "$@" in \
369 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
370 *) list='$(SUBDIRS)' ;; \
371 esac; \
372 rev=''; for subdir in $$list; do \
373 if test "$$subdir" = "."; then :; else \
374 rev="$$subdir $$rev"; \
375 fi; \
376 done; \
377 rev="$$rev ."; \
378 target=`echo $@ | sed s/-recursive//`; \
379 for subdir in $$rev; do \
380 echo "Making $$target in $$subdir"; \
381 if test "$$subdir" = "."; then \
382 local_target="$$target-am"; \
383 else \
384 local_target="$$target"; \
385 fi; \
386 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
387 || eval $$failcom; \
388 done && test -z "$$fail"
389 tags-recursive:
390 list='$(SUBDIRS)'; for subdir in $$list; do \
391 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
392 done
393 ctags-recursive:
394 list='$(SUBDIRS)'; for subdir in $$list; do \
395 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
396 done
397
398 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
399 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
400 unique=`for i in $$list; do \
401 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
402 done | \
403 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
404 END { if (nonempty) { for (i in files) print i; }; }'`; \
405 mkid -fID $$unique
406 tags: TAGS
407
408 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
409 $(TAGS_FILES) $(LISP)
410 set x; \
411 here=`pwd`; \
412 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
413 include_option=--etags-include; \
414 empty_fix=.; \
415 else \
416 include_option=--include; \
417 empty_fix=; \
418 fi; \
419 list='$(SUBDIRS)'; for subdir in $$list; do \
420 if test "$$subdir" = .; then :; else \
421 test ! -f $$subdir/TAGS || \
422 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
423 fi; \
424 done; \
425 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
426 unique=`for i in $$list; do \
427 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
428 done | \
429 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
430 END { if (nonempty) { for (i in files) print i; }; }'`; \
431 shift; \
432 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
433 test -n "$$unique" || unique=$$empty_fix; \
434 if test $$# -gt 0; then \
435 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
436 "$$@" $$unique; \
437 else \
438 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
439 $$unique; \
440 fi; \
441 fi
442 ctags: CTAGS
443 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
444 $(TAGS_FILES) $(LISP)
445 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
446 unique=`for i in $$list; do \
447 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
448 done | \
449 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
450 END { if (nonempty) { for (i in files) print i; }; }'`; \
451 test -z "$(CTAGS_ARGS)$$unique" \
452 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
453 $$unique
454
455 GTAGS:
456 here=`$(am__cd) $(top_builddir) && pwd` \
457 && $(am__cd) $(top_srcdir) \
458 && gtags -i $(GTAGS_ARGS) "$$here"
459
460 distclean-tags:
461 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
462
463 distdir: $(DISTFILES)
464 $(am__remove_distdir)
465 test -d "$(distdir)" || mkdir "$(distdir)"
466 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
467 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
468 list='$(DISTFILES)'; \
469 dist_files=`for file in $$list; do echo $$file; done | \
470 sed -e "s|^$$srcdirstrip/||;t" \
471 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
472 case $$dist_files in \
473 */*) $(MKDIR_P) `echo "$$dist_files" | \
474 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
475 sort -u` ;; \
476 esac; \
477 for file in $$dist_files; do \
478 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
479 if test -d $$d/$$file; then \
480 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
481 if test -d "$(distdir)/$$file"; then \
482 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
483 fi; \
484 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
485 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
486 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
487 fi; \
488 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
489 else \
490 test -f "$(distdir)/$$file" \
491 || cp -p $$d/$$file "$(distdir)/$$file" \
492 || exit 1; \
493 fi; \
494 done
495 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
496 if test "$$subdir" = .; then :; else \
497 test -d "$(distdir)/$$subdir" \
498 || $(MKDIR_P) "$(distdir)/$$subdir" \
499 || exit 1; \
500 fi; \
501 done
502 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
503 if test "$$subdir" = .; then :; else \
504 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
505 $(am__relativize); \
506 new_distdir=$$reldir; \
507 dir1=$$subdir; dir2="$(top_distdir)"; \
508 $(am__relativize); \
509 new_top_distdir=$$reldir; \
510 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
511 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
512 ($(am__cd) $$subdir && \
513 $(MAKE) $(AM_MAKEFLAGS) \
514 top_distdir="$$new_top_distdir" \
515 distdir="$$new_distdir" \
516 am__remove_distdir=: \
517 am__skip_length_check=: \
518 am__skip_mode_fix=: \
519 distdir) \
520 || exit 1; \
521 fi; \
522 done
523 $(MAKE) $(AM_MAKEFLAGS) \
524 top_distdir="$(top_distdir)" distdir="$(distdir)" \
525 dist-hook
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)
536
537 dist-bzip2: distdir
538 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
539 $(am__remove_distdir)
540
541 dist-lzma: distdir
542 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
543 $(am__remove_distdir)
544
545 dist-xz: distdir
546 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
547 $(am__remove_distdir)
548
549 dist-tarZ: distdir
550 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
551 $(am__remove_distdir)
552
553 dist-shar: distdir
554 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
555 $(am__remove_distdir)
556
557 dist-zip: distdir
558 -rm -f $(distdir).zip
559 zip -rq $(distdir).zip $(distdir)
560 $(am__remove_distdir)
561
562 dist dist-all: distdir
563 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
564 $(am__remove_distdir)
565
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 $(DISTCHECK_CONFIGURE_FLAGS) \
597 && $(MAKE) $(AM_MAKEFLAGS) \
598 && $(MAKE) $(AM_MAKEFLAGS) dvi \
599 && $(MAKE) $(AM_MAKEFLAGS) check \
600 && $(MAKE) $(AM_MAKEFLAGS) install \
601 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
602 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
603 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
604 distuninstallcheck \
605 && chmod -R a-w "$$dc_install_base" \
606 && ({ \
607 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
608 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
609 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
610 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
611 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
612 } || { rm -rf "$$dc_destdir"; exit 1; }) \
613 && rm -rf "$$dc_destdir" \
614 && $(MAKE) $(AM_MAKEFLAGS) dist \
615 && rm -rf $(DIST_ARCHIVES) \
616 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
617 && cd "$$am__cwd" \
618 || exit 1
619 $(am__remove_distdir)
620 @(echo "$(distdir) archives ready for distribution: "; \
621 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
622 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
623 distuninstallcheck:
624 @$(am__cd) '$(distuninstallcheck_dir)' \
625 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
626 || { echo "ERROR: files left after uninstall:" ; \
627 if test -n "$(DESTDIR)"; then \
628 echo " (check DESTDIR support)"; \
629 fi ; \
630 $(distuninstallcheck_listfiles) ; \
631 exit 1; } >&2
632 distcleancheck: distclean
633 @if test '$(srcdir)' = . ; then \
634 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
635 exit 1 ; \
636 fi
637 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
638 || { echo "ERROR: files left in build directory after distclean:" ; \
639 $(distcleancheck_listfiles) ; \
640 exit 1; } >&2
641 check-am: all-am
642 check: check-recursive
643 all-am: Makefile config.h
644 installdirs: installdirs-recursive
645 installdirs-am:
646 install: install-recursive
647 install-exec: install-exec-recursive
648 install-data: install-data-recursive
649 uninstall: uninstall-recursive
650
651 install-am: all-am
652 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
653
654 installcheck: installcheck-recursive
655 install-strip:
656 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
657 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
658 `test -z '$(STRIP)' || \
659 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
660 mostlyclean-generic:
661
662 clean-generic:
663
664 distclean-generic:
665 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
666 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
667
668 maintainer-clean-generic:
669 @echo "This command is intended for maintainers to use"
670 @echo "it deletes files that may require special tools to rebuild."
671 clean: clean-recursive
672
673 clean-am: clean-generic clean-libtool mostlyclean-am
674
675 distclean: distclean-recursive
676 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
677 -rm -f Makefile
678 distclean-am: clean-am distclean-generic distclean-hdr \
679 distclean-libtool distclean-tags
680
681 dvi: dvi-recursive
682
683 dvi-am:
684
685 html: html-recursive
686
687 html-am:
688
689 info: info-recursive
690
691 info-am:
692
693 install-data-am: install-data-local
694
695 install-dvi: install-dvi-recursive
696
697 install-dvi-am:
698
699 install-exec-am:
700
701 install-html: install-html-recursive
702
703 install-html-am:
704
705 install-info: install-info-recursive
706
707 install-info-am:
708
709 install-man:
710
711 install-pdf: install-pdf-recursive
712
713 install-pdf-am:
714
715 install-ps: install-ps-recursive
716
717 install-ps-am:
718
719 installcheck-am:
720
721 maintainer-clean: maintainer-clean-recursive
722 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
723 -rm -rf $(top_srcdir)/autom4te.cache
724 -rm -f Makefile
725 maintainer-clean-am: distclean-am maintainer-clean-generic
726
727 mostlyclean: mostlyclean-recursive
728
729 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
730
731 pdf: pdf-recursive
732
733 pdf-am:
734
735 ps: ps-recursive
736
737 ps-am:
738
739 uninstall-am:
740
741 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
742 ctags-recursive install-am install-strip tags-recursive
743
744 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
745 all all-am am--refresh check check-am clean clean-generic \
746 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
747 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
748 dist-zip distcheck distclean distclean-generic distclean-hdr \
749 distclean-libtool distclean-tags distcleancheck distdir \
750 distuninstallcheck dvi dvi-am html html-am info info-am \
751 install install-am install-data install-data-am \
752 install-data-local install-dvi install-dvi-am install-exec \
753 install-exec-am install-html install-html-am install-info \
754 install-info-am install-man install-pdf install-pdf-am \
755 install-ps install-ps-am install-strip installcheck \
756 installcheck-am installdirs installdirs-am maintainer-clean \
757 maintainer-clean-generic mostlyclean mostlyclean-generic \
758 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
759 uninstall uninstall-am
760
761
762 install-data-local:
763 @$(NORMAL_INSTALL)
764 if test -d $(srcdir)/pixmaps; then \
765 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \
766 for pixmap in $(srcdir)/pixmaps/*; do \
767 if test -f $$pixmap; then \
768 $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \
769 fi \
770 done \
771 fi; \
772 if test -d $(srcdir)/fonts; then \
773 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/fonts; \
774 for font in $(srcdir)/fonts/*; do \
775 if test -f $$font; then \
776 $(INSTALL_DATA) $$font $(DESTDIR)$(pkgdatadir)/fonts; \
777 fi \
778 done \
779 fi
780
781 dist-hook:
782 if test -d pixmaps; then \
783 mkdir $(distdir)/pixmaps; \
784 for pixmap in pixmaps/*; do \
785 if test -f $$pixmap; then \
786 cp -p $$pixmap $(distdir)/pixmaps; \
787 fi \
788 done \
789 fi; \
790 if test -d fonts; then \
791 mkdir $(distdir)/fonts; \
792 for font in fonts/*; do \
793 if test -f $$font; then \
794 cp -p $$font $(distdir)/fonts; \
795 fi \
796 done \
797 fi
798
799 ChangeLog: $(DARCS_CHANGELOG)
800
801 changelog:
802 darcs changes > ChangeLog
803
804 debian-snapshot: $(DARCS_CHANGELOG) config.h
805 sh debian/changelog.sh
806 dpkg-buildpackage -rfakeroot -b
807 rm -f debian/repo/*
808 mv -f ../*.changes ../*.deb debian/repo
809 cd debian/repo && dpkg-scanpackages . /dev/null | gzip -9c > Packages.gz
810
811 launchpad-snapshot: $(DARCS_CHANGELOG) config.h dist
812 tar xzf gfsview-?.?.?.tar.gz
813 cd gfsview-?.?.? && ./configure && sh debian/changelog.sh $(LOG) && chmod +x debian/rules && dpkg-buildpackage -rfakeroot -k$(KEY) -S -sa
814 rm -f gfsview-?.?.?.tar.gz
815 rm -r -f gfsview-?.?.?
816 $(DPUT) $(PPA) gfsview-snapshot_*_source.changes
817 rm -f gfsview-snapshot_*
818
819 buildservice-snapshot: $(DARCS_CHANGELOG) config.h dist
820 tar xzf $(PACKAGE)-?.?.?.tar.gz
821 rm -f $(PACKAGE)-?.?.?.tar.gz
822 mv -f $(PACKAGE)-?.?.? $(PACKAGE)-snapshot
823 cd $(PACKAGE)-snapshot && ./configure && sh debian/changelog.sh $(LOG) && chmod +x debian/rules && make distclean
824 tar czvf $(PACKAGE)-snapshot.tar.gz $(PACKAGE)-snapshot
825 dpkg-source -b $(PACKAGE)-snapshot
826 rm -r -f $(PACKAGE)-snapshot
827 cd $(OSC_DIR) && osc update && rm -f $(OSC_DIR)/*
828 cp -f rpm/$(PACKAGE).spec $(OSC_DIR)
829 mv -f $(PACKAGE)-snapshot.tar.gz $(PACKAGE)-snapshot_*.tar.gz $(PACKAGE)-snapshot_*.dsc $(OSC_DIR)
830 cd $(OSC_DIR) && osc addremove && osc commit -m "snapshot release"
831
832 # Tell versions [3.59,3.63) of GNU make to not export all variables.
833 # Otherwise a system limit (for SysV at least) may be exceeded.
834 .NOEXPORT: