~ubuntu-branches/ubuntu/trusty/tangogps/trusty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-11-22 15:48:27 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20091122154827-ozkoksne364vm0et
Tags: 0.99.1+debian-1
* Merging upstream version 0.99.1+debian (Closes: #557513).
* Updating README.source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
48
50
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49
51
CONFIG_HEADER = config.h
50
52
CONFIG_CLEAN_FILES =
 
53
CONFIG_CLEAN_VPATH_FILES =
51
54
SOURCES =
52
55
DIST_SOURCES =
53
56
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
62
65
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
63
66
    *) f=$$p;; \
64
67
  esac;
65
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
68
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
69
am__install_max = 40
 
70
am__nobase_strip_setup = \
 
71
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
72
am__nobase_strip = \
 
73
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
74
am__nobase_list = $(am__nobase_strip_setup); \
 
75
  for p in $$list; do echo "$$p $$p"; done | \
 
76
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
77
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
78
    if (++n[$$2] == $(am__install_max)) \
 
79
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
80
    END { for (dir in files) print dir, files[dir] }'
 
81
am__base_list = \
 
82
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
83
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
66
84
am__installdirs = "$(DESTDIR)$(tangogpsdocdir)"
67
 
tangogpsdocDATA_INSTALL = $(INSTALL_DATA)
68
85
DATA = $(tangogpsdoc_DATA)
69
86
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
70
87
  distclean-recursive maintainer-clean-recursive
 
88
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
89
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
90
        distdir dist dist-all distcheck
71
91
ETAGS = etags
72
92
CTAGS = ctags
73
93
DIST_SUBDIRS = $(SUBDIRS)
75
95
distdir = $(PACKAGE)-$(VERSION)
76
96
top_distdir = $(distdir)
77
97
am__remove_distdir = \
78
 
  { test ! -d $(distdir) \
79
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
80
 
         && rm -fr $(distdir); }; }
 
98
  { test ! -d "$(distdir)" \
 
99
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
100
         && rm -fr "$(distdir)"; }; }
 
101
am__relativize = \
 
102
  dir0=`pwd`; \
 
103
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
104
  sed_rest='s,^[^/]*/*,,'; \
 
105
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
106
  sed_butlast='s,/*[^/]*$$,,'; \
 
107
  while test -n "$$dir1"; do \
 
108
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
109
    if test "$$first" != "."; then \
 
110
      if test "$$first" = ".."; then \
 
111
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
112
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
113
      else \
 
114
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
115
        if test "$$first2" = "$$first"; then \
 
116
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
117
        else \
 
118
          dir2="../$$dir2"; \
 
119
        fi; \
 
120
        dir0="$$dir0"/"$$first"; \
 
121
      fi; \
 
122
    fi; \
 
123
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
124
  done; \
 
125
  reldir="$$dir2"
81
126
DIST_ARCHIVES = $(distdir).tar.gz
82
127
GZIP_ENV = --best
83
128
distuninstallcheck_listfiles = find . -type f -print
96
141
CFLAGS = @CFLAGS@
97
142
CPP = @CPP@
98
143
CPPFLAGS = @CPPFLAGS@
99
 
CXX = @CXX@
100
 
CXXCPP = @CXXCPP@
101
 
CXXDEPMODE = @CXXDEPMODE@
102
 
CXXFLAGS = @CXXFLAGS@
103
144
CYGPATH_W = @CYGPATH_W@
104
145
DATADIRNAME = @DATADIRNAME@
105
146
DEFS = @DEFS@
106
147
DEPDIR = @DEPDIR@
107
148
DSYMUTIL = @DSYMUTIL@
108
 
ECHO = @ECHO@
 
149
DUMPBIN = @DUMPBIN@
109
150
ECHO_C = @ECHO_C@
110
151
ECHO_N = @ECHO_N@
111
152
ECHO_T = @ECHO_T@
112
153
EGREP = @EGREP@
113
154
EXEEXT = @EXEEXT@
114
 
F77 = @F77@
115
 
FFLAGS = @FFLAGS@
 
155
FGREP = @FGREP@
116
156
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
117
157
GMOFILES = @GMOFILES@
118
158
GMSGFMT = @GMSGFMT@
124
164
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
125
165
INSTOBJEXT = @INSTOBJEXT@
126
166
INTLLIBS = @INTLLIBS@
 
167
LD = @LD@
127
168
LDFLAGS = @LDFLAGS@
128
169
LIBOBJS = @LIBOBJS@
129
170
LIBS = @LIBS@
130
171
LIBTOOL = @LIBTOOL@
 
172
LIPO = @LIPO@
131
173
LN_S = @LN_S@
132
174
LTLIBOBJS = @LTLIBOBJS@
133
175
MAINT = @MAINT@
136
178
MKINSTALLDIRS = @MKINSTALLDIRS@
137
179
MSGFMT = @MSGFMT@
138
180
MSGFMT_OPTS = @MSGFMT_OPTS@
 
181
NM = @NM@
139
182
NMEDIT = @NMEDIT@
140
183
NO_PREFIX_PACKAGE_DATA_DIR = @NO_PREFIX_PACKAGE_DATA_DIR@
141
184
NO_PREFIX_PACKAGE_DOC_DIR = @NO_PREFIX_PACKAGE_DOC_DIR@
142
185
NO_PREFIX_PACKAGE_HELP_DIR = @NO_PREFIX_PACKAGE_HELP_DIR@
143
186
NO_PREFIX_PACKAGE_MENU_DIR = @NO_PREFIX_PACKAGE_MENU_DIR@
144
187
NO_PREFIX_PACKAGE_PIXMAPS_DIR = @NO_PREFIX_PACKAGE_PIXMAPS_DIR@
 
188
OBJDUMP = @OBJDUMP@
145
189
OBJEXT = @OBJEXT@
 
190
OTOOL = @OTOOL@
 
191
OTOOL64 = @OTOOL64@
146
192
PACKAGE = @PACKAGE@
147
193
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
148
194
PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
155
201
PACKAGE_PIXMAPS_DIR = @PACKAGE_PIXMAPS_DIR@
156
202
PACKAGE_STRING = @PACKAGE_STRING@
157
203
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
204
PACKAGE_URL = @PACKAGE_URL@
158
205
PACKAGE_VERSION = @PACKAGE_VERSION@
159
206
PATH_SEPARATOR = @PATH_SEPARATOR@
160
207
PKG_CONFIG = @PKG_CONFIG@
175
222
abs_top_builddir = @abs_top_builddir@
176
223
abs_top_srcdir = @abs_top_srcdir@
177
224
ac_ct_CC = @ac_ct_CC@
178
 
ac_ct_CXX = @ac_ct_CXX@
179
 
ac_ct_F77 = @ac_ct_F77@
 
225
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
180
226
am__include = @am__include@
181
227
am__leading_dot = @am__leading_dot@
182
228
am__quote = @am__quote@
207
253
libexecdir = @libexecdir@
208
254
localedir = @localedir@
209
255
localstatedir = @localstatedir@
 
256
lt_ECHO = @lt_ECHO@
210
257
mandir = @mandir@
211
258
mkdir_p = @mkdir_p@
212
259
oldincludedir = @oldincludedir@
219
266
srcdir = @srcdir@
220
267
sysconfdir = @sysconfdir@
221
268
target_alias = @target_alias@
 
269
top_build_prefix = @top_build_prefix@
222
270
top_builddir = @top_builddir@
223
271
top_srcdir = @top_srcdir@
224
272
SUBDIRS = po src pixmaps data
243
291
        @for dep in $?; do \
244
292
          case '$(am__configure_deps)' in \
245
293
            *$$dep*) \
246
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
247
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
294
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
295
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
248
296
                && exit 0; \
249
297
              exit 1;; \
250
298
          esac; \
251
299
        done; \
252
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
253
 
        cd $(top_srcdir) && \
254
 
          $(AUTOMAKE) --gnu  Makefile
 
300
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
301
        $(am__cd) $(top_srcdir) && \
 
302
          $(AUTOMAKE) --gnu Makefile
255
303
.PRECIOUS: Makefile
256
304
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
257
305
        @case '$?' in \
267
315
        $(SHELL) ./config.status --recheck
268
316
 
269
317
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
270
 
        cd $(srcdir) && $(AUTOCONF)
 
318
        $(am__cd) $(srcdir) && $(AUTOCONF)
271
319
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
272
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
320
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
321
$(am__aclocal_m4_deps):
273
322
 
274
323
config.h: stamp-h1
275
324
        @if test ! -f $@; then \
281
330
        @rm -f stamp-h1
282
331
        cd $(top_builddir) && $(SHELL) ./config.status config.h
283
332
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(top_srcdir)/acconfig.h
284
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
333
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
285
334
        rm -f stamp-h1
286
335
        touch $@
287
336
 
295
344
        -rm -rf .libs _libs
296
345
 
297
346
distclean-libtool:
298
 
        -rm -f libtool
 
347
        -rm -f libtool config.lt
299
348
install-tangogpsdocDATA: $(tangogpsdoc_DATA)
300
349
        @$(NORMAL_INSTALL)
301
350
        test -z "$(tangogpsdocdir)" || $(MKDIR_P) "$(DESTDIR)$(tangogpsdocdir)"
302
 
        @list='$(tangogpsdoc_DATA)'; for p in $$list; do \
 
351
        @list='$(tangogpsdoc_DATA)'; test -n "$(tangogpsdocdir)" || list=; \
 
352
        for p in $$list; do \
303
353
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
304
 
          f=$(am__strip_dir) \
305
 
          echo " $(tangogpsdocDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(tangogpsdocdir)/$$f'"; \
306
 
          $(tangogpsdocDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(tangogpsdocdir)/$$f"; \
 
354
          echo "$$d$$p"; \
 
355
        done | $(am__base_list) | \
 
356
        while read files; do \
 
357
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tangogpsdocdir)'"; \
 
358
          $(INSTALL_DATA) $$files "$(DESTDIR)$(tangogpsdocdir)" || exit $$?; \
307
359
        done
308
360
 
309
361
uninstall-tangogpsdocDATA:
310
362
        @$(NORMAL_UNINSTALL)
311
 
        @list='$(tangogpsdoc_DATA)'; for p in $$list; do \
312
 
          f=$(am__strip_dir) \
313
 
          echo " rm -f '$(DESTDIR)$(tangogpsdocdir)/$$f'"; \
314
 
          rm -f "$(DESTDIR)$(tangogpsdocdir)/$$f"; \
315
 
        done
 
363
        @list='$(tangogpsdoc_DATA)'; test -n "$(tangogpsdocdir)" || list=; \
 
364
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
365
        test -n "$$files" || exit 0; \
 
366
        echo " ( cd '$(DESTDIR)$(tangogpsdocdir)' && rm -f" $$files ")"; \
 
367
        cd "$(DESTDIR)$(tangogpsdocdir)" && rm -f $$files
316
368
 
317
369
# This directory's subdirectories are mostly independent; you can cd
318
370
# into them and run `make' without going through this Makefile.
338
390
          else \
339
391
            local_target="$$target"; \
340
392
          fi; \
341
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
393
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
342
394
          || eval $$failcom; \
343
395
        done; \
344
396
        if test "$$dot_seen" = "no"; then \
372
424
          else \
373
425
            local_target="$$target"; \
374
426
          fi; \
375
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
427
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
376
428
          || eval $$failcom; \
377
429
        done && test -z "$$fail"
378
430
tags-recursive:
379
431
        list='$(SUBDIRS)'; for subdir in $$list; do \
380
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
432
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
381
433
        done
382
434
ctags-recursive:
383
435
        list='$(SUBDIRS)'; for subdir in $$list; do \
384
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
436
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
385
437
        done
386
438
 
387
439
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
389
441
        unique=`for i in $$list; do \
390
442
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
391
443
          done | \
392
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
444
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
393
445
              END { if (nonempty) { for (i in files) print i; }; }'`; \
394
446
        mkid -fID $$unique
395
447
tags: TAGS
396
448
 
397
449
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
398
450
                $(TAGS_FILES) $(LISP)
399
 
        tags=; \
 
451
        set x; \
400
452
        here=`pwd`; \
401
453
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
402
454
          include_option=--etags-include; \
408
460
        list='$(SUBDIRS)'; for subdir in $$list; do \
409
461
          if test "$$subdir" = .; then :; else \
410
462
            test ! -f $$subdir/TAGS || \
411
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
463
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
412
464
          fi; \
413
465
        done; \
414
466
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
417
469
          done | \
418
470
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
419
471
              END { if (nonempty) { for (i in files) print i; }; }'`; \
420
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
472
        shift; \
 
473
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
421
474
          test -n "$$unique" || unique=$$empty_fix; \
422
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
423
 
            $$tags $$unique; \
 
475
          if test $$# -gt 0; then \
 
476
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
477
              "$$@" $$unique; \
 
478
          else \
 
479
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
480
              $$unique; \
 
481
          fi; \
424
482
        fi
425
483
ctags: CTAGS
426
484
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
427
485
                $(TAGS_FILES) $(LISP)
428
 
        tags=; \
429
486
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
430
487
        unique=`for i in $$list; do \
431
488
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
432
489
          done | \
433
490
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434
491
              END { if (nonempty) { for (i in files) print i; }; }'`; \
435
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
492
        test -z "$(CTAGS_ARGS)$$unique" \
436
493
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
437
 
             $$tags $$unique
 
494
             $$unique
438
495
 
439
496
GTAGS:
440
497
        here=`$(am__cd) $(top_builddir) && pwd` \
441
 
          && cd $(top_srcdir) \
442
 
          && gtags -i $(GTAGS_ARGS) $$here
 
498
          && $(am__cd) $(top_srcdir) \
 
499
          && gtags -i $(GTAGS_ARGS) "$$here"
443
500
 
444
501
distclean-tags:
445
502
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
446
503
 
447
504
distdir: $(DISTFILES)
448
505
        $(am__remove_distdir)
449
 
        test -d $(distdir) || mkdir $(distdir)
 
506
        test -d "$(distdir)" || mkdir "$(distdir)"
450
507
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
451
508
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
452
509
        list='$(DISTFILES)'; \
462
519
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
463
520
          if test -d $$d/$$file; then \
464
521
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
522
            if test -d "$(distdir)/$$file"; then \
 
523
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
524
            fi; \
465
525
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
466
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
526
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
527
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
467
528
            fi; \
468
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
529
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
469
530
          else \
470
 
            test -f $(distdir)/$$file \
471
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
531
            test -f "$(distdir)/$$file" \
 
532
            || cp -p $$d/$$file "$(distdir)/$$file" \
472
533
            || exit 1; \
473
534
          fi; \
474
535
        done
475
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
536
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
476
537
          if test "$$subdir" = .; then :; else \
477
538
            test -d "$(distdir)/$$subdir" \
478
539
            || $(MKDIR_P) "$(distdir)/$$subdir" \
479
540
            || exit 1; \
480
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
481
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
482
 
            (cd $$subdir && \
 
541
          fi; \
 
542
        done
 
543
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
544
          if test "$$subdir" = .; then :; else \
 
545
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
546
            $(am__relativize); \
 
547
            new_distdir=$$reldir; \
 
548
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
549
            $(am__relativize); \
 
550
            new_top_distdir=$$reldir; \
 
551
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
552
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
553
            ($(am__cd) $$subdir && \
483
554
              $(MAKE) $(AM_MAKEFLAGS) \
484
 
                top_distdir="$$top_distdir" \
485
 
                distdir="$$distdir/$$subdir" \
 
555
                top_distdir="$$new_top_distdir" \
 
556
                distdir="$$new_distdir" \
486
557
                am__remove_distdir=: \
487
558
                am__skip_length_check=: \
 
559
                am__skip_mode_fix=: \
488
560
                distdir) \
489
561
              || exit 1; \
490
562
          fi; \
492
564
        $(MAKE) $(AM_MAKEFLAGS) \
493
565
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
494
566
          dist-hook
495
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
567
        -test -n "$(am__skip_mode_fix)" \
 
568
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
496
569
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
497
570
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
498
571
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
499
 
        || chmod -R a+r $(distdir)
 
572
        || chmod -R a+r "$(distdir)"
500
573
dist-gzip: distdir
501
574
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
502
575
        $(am__remove_distdir)
509
582
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
510
583
        $(am__remove_distdir)
511
584
 
 
585
dist-xz: distdir
 
586
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
587
        $(am__remove_distdir)
 
588
 
512
589
dist-tarZ: distdir
513
590
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
514
591
        $(am__remove_distdir)
537
614
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
538
615
        *.tar.lzma*) \
539
616
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
617
        *.tar.xz*) \
 
618
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
540
619
        *.tar.Z*) \
541
620
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
542
621
        *.shar.gz*) \
548
627
        mkdir $(distdir)/_build
549
628
        mkdir $(distdir)/_inst
550
629
        chmod a-w $(distdir)
 
630
        test -d $(distdir)/_build || exit 0; \
551
631
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
552
632
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
553
 
          && cd $(distdir)/_build \
 
633
          && am__cwd=`pwd` \
 
634
          && $(am__cd) $(distdir)/_build \
554
635
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
555
636
            $(DISTCHECK_CONFIGURE_FLAGS) \
556
637
          && $(MAKE) $(AM_MAKEFLAGS) \
572
653
          && rm -rf "$$dc_destdir" \
573
654
          && $(MAKE) $(AM_MAKEFLAGS) dist \
574
655
          && rm -rf $(DIST_ARCHIVES) \
575
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
656
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
657
          && cd "$$am__cwd" \
 
658
          || exit 1
576
659
        $(am__remove_distdir)
577
660
        @(echo "$(distdir) archives ready for distribution: "; \
578
661
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
579
662
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
580
663
distuninstallcheck:
581
 
        @cd $(distuninstallcheck_dir) \
 
664
        @$(am__cd) '$(distuninstallcheck_dir)' \
582
665
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
583
666
           || { echo "ERROR: files left after uninstall:" ; \
584
667
                if test -n "$(DESTDIR)"; then \
623
706
 
624
707
distclean-generic:
625
708
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
709
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
626
710
 
627
711
maintainer-clean-generic:
628
712
        @echo "This command is intended for maintainers to use"
643
727
 
644
728
html: html-recursive
645
729
 
 
730
html-am:
 
731
 
646
732
info: info-recursive
647
733
 
648
734
info-am:
651
737
 
652
738
install-dvi: install-dvi-recursive
653
739
 
 
740
install-dvi-am:
 
741
 
654
742
install-exec-am:
655
743
 
656
744
install-html: install-html-recursive
657
745
 
 
746
install-html-am:
 
747
 
658
748
install-info: install-info-recursive
659
749
 
 
750
install-info-am:
 
751
 
660
752
install-man:
661
753
 
662
754
install-pdf: install-pdf-recursive
663
755
 
 
756
install-pdf-am:
 
757
 
664
758
install-ps: install-ps-recursive
665
759
 
 
760
install-ps-am:
 
761
 
666
762
installcheck-am:
667
763
 
668
764
maintainer-clean: maintainer-clean-recursive
685
781
 
686
782
uninstall-am: uninstall-tangogpsdocDATA
687
783
 
688
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
689
 
        install-strip
 
784
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
785
        ctags-recursive install-am install-strip tags-recursive
690
786
 
691
787
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
692
788
        all all-am am--refresh check check-am clean clean-generic \
693
789
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
694
 
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \
695
 
        distcheck distclean distclean-generic distclean-hdr \
 
790
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
 
791
        dist-zip distcheck distclean distclean-generic distclean-hdr \
696
792
        distclean-libtool distclean-tags distcleancheck distdir \
697
793
        distuninstallcheck dvi dvi-am html html-am info info-am \
698
794
        install install-am install-data install-data-am install-dvi \
713
809
                        cp -p $$specfile $(distdir); \
714
810
                fi \
715
811
        done
 
812
 
716
813
# Tell versions [3.59,3.63) of GNU make to not export all variables.
717
814
# Otherwise a system limit (for SysV at least) may be exceeded.
718
815
.NOEXPORT: