~ubuntu-branches/ubuntu/utopic/fullquottel/utopic

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2013-05-05 19:07:49 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130505190749-m9g0tl4uyfqu724v
Tags: 0.1.3-1
* Update Vcs-* headers.

* New upstream release.
* Drop manpage.patch, applied upstream.
* debian/copyright: update formatting and copyright years.
* Bump debhelper compatibility level to 9.
* Set Standards-Version to 3.9.4 (no changes).
* Switch from autotools-dev to dh-autoconf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, 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.
14
15
 
15
16
@SET_MAKE@
16
17
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
20
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = .
 
39
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
40
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
41
install_sh_DATA = $(install_sh) -c -m 644
27
42
install_sh_PROGRAM = $(install_sh) -c
28
43
install_sh_SCRIPT = $(install_sh) -c
37
52
build_triplet = @build@
38
53
host_triplet = @host@
39
54
bin_PROGRAMS = fullquottel$(EXEEXT)
 
55
subdir = .
40
56
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
41
57
        $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
42
58
        ChangeLog INSTALL NEWS config.guess config.sub depcomp \
43
 
        install-sh missing mkinstalldirs
44
 
subdir = .
 
59
        install-sh missing
45
60
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46
61
am__aclocal_m4_deps = $(top_srcdir)/configure.in
47
62
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
63
        $(ACLOCAL_M4)
49
64
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
50
 
 configure.lineno configure.status.lineno
51
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
65
 configure.lineno config.status.lineno
 
66
mkinstalldirs = $(install_sh) -d
52
67
CONFIG_CLEAN_FILES =
 
68
CONFIG_CLEAN_VPATH_FILES =
53
69
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
54
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
55
70
PROGRAMS = $(bin_PROGRAMS)
56
71
am_fullquottel_OBJECTS = fullquottel.$(OBJEXT)
57
72
fullquottel_OBJECTS = $(am_fullquottel_OBJECTS)
58
73
fullquottel_LDADD = $(LDADD)
59
 
DEFAULT_INCLUDES = -I. -I$(srcdir)
 
74
DEFAULT_INCLUDES = -I.@am__isrc@
60
75
depcomp = $(SHELL) $(top_srcdir)/depcomp
61
76
am__depfiles_maybe = depfiles
 
77
am__mv = mv -f
62
78
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
63
79
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
64
80
CXXLD = $(CXX)
66
82
        -o $@
67
83
SOURCES = $(fullquottel_SOURCES)
68
84
DIST_SOURCES = $(fullquottel_SOURCES)
 
85
am__can_run_installinfo = \
 
86
  case $$AM_UPDATE_INFO_DIR in \
 
87
    n|no|NO) false;; \
 
88
    *) (install-info --version) >/dev/null 2>&1;; \
 
89
  esac
 
90
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
91
am__vpath_adj = case $$p in \
 
92
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
93
    *) f=$$p;; \
 
94
  esac;
 
95
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
96
am__install_max = 40
 
97
am__nobase_strip_setup = \
 
98
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
99
am__nobase_strip = \
 
100
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
101
am__nobase_list = $(am__nobase_strip_setup); \
 
102
  for p in $$list; do echo "$$p $$p"; done | \
 
103
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
104
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
105
    if (++n[$$2] == $(am__install_max)) \
 
106
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
107
    END { for (dir in files) print dir, files[dir] }'
 
108
am__base_list = \
 
109
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
110
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
111
am__uninstall_files_from_dir = { \
 
112
  test -z "$$files" \
 
113
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
114
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
115
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
116
  }
69
117
man1dir = $(mandir)/man1
70
118
NROFF = nroff
71
119
MANS = $(man_MANS)
75
123
distdir = $(PACKAGE)-$(VERSION)
76
124
top_distdir = $(distdir)
77
125
am__remove_distdir = \
78
 
  { test ! -d $(distdir) \
79
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
80
 
         && rm -fr $(distdir); }; }
 
126
  if test -d "$(distdir)"; then \
 
127
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
128
      && rm -rf "$(distdir)" \
 
129
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
130
  else :; fi
81
131
DIST_ARCHIVES = $(distdir).tar.gz
82
132
GZIP_ENV = --best
83
133
distuninstallcheck_listfiles = find . -type f -print
 
134
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
135
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
84
136
distcleancheck_listfiles = find . -type f -print
85
137
ACLOCAL = @ACLOCAL@
86
138
ALLOCA = @ALLOCA@
87
 
AMDEP_FALSE = @AMDEP_FALSE@
88
 
AMDEP_TRUE = @AMDEP_TRUE@
89
139
AMTAR = @AMTAR@
90
140
AUTOCONF = @AUTOCONF@
91
141
AUTOHEADER = @AUTOHEADER@
108
158
EGREP = @EGREP@
109
159
EXEEXT = @EXEEXT@
110
160
GREP = @GREP@
 
161
INSTALL = @INSTALL@
111
162
INSTALL_DATA = @INSTALL_DATA@
112
163
INSTALL_PROGRAM = @INSTALL_PROGRAM@
113
164
INSTALL_SCRIPT = @INSTALL_SCRIPT@
118
169
LIBS = @LIBS@
119
170
LTLIBOBJS = @LTLIBOBJS@
120
171
MAKEINFO = @MAKEINFO@
 
172
MKDIR_P = @MKDIR_P@
121
173
OBJEXT = @OBJEXT@
122
174
PACKAGE = @PACKAGE@
123
175
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
124
176
PACKAGE_NAME = @PACKAGE_NAME@
125
177
PACKAGE_STRING = @PACKAGE_STRING@
126
178
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
179
PACKAGE_URL = @PACKAGE_URL@
127
180
PACKAGE_VERSION = @PACKAGE_VERSION@
128
181
PATH_SEPARATOR = @PATH_SEPARATOR@
129
182
SET_MAKE = @SET_MAKE@
130
183
SHELL = @SHELL@
131
184
STRIP = @STRIP@
132
185
VERSION = @VERSION@
 
186
abs_builddir = @abs_builddir@
 
187
abs_srcdir = @abs_srcdir@
 
188
abs_top_builddir = @abs_top_builddir@
 
189
abs_top_srcdir = @abs_top_srcdir@
133
190
ac_ct_CC = @ac_ct_CC@
134
191
ac_ct_CXX = @ac_ct_CXX@
135
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
136
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
137
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
138
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
139
192
am__include = @am__include@
140
193
am__leading_dot = @am__leading_dot@
141
194
am__quote = @am__quote@
147
200
build_cpu = @build_cpu@
148
201
build_os = @build_os@
149
202
build_vendor = @build_vendor@
 
203
builddir = @builddir@
150
204
datadir = @datadir@
151
205
datarootdir = @datarootdir@
152
206
docdir = @docdir@
174
228
psdir = @psdir@
175
229
sbindir = @sbindir@
176
230
sharedstatedir = @sharedstatedir@
 
231
srcdir = @srcdir@
177
232
sysconfdir = @sysconfdir@
178
233
target_alias = @target_alias@
 
234
top_build_prefix = @top_build_prefix@
 
235
top_builddir = @top_builddir@
 
236
top_srcdir = @top_srcdir@
179
237
fullquottel_SOURCES = fullquottel.cpp fullquottel.1
180
238
 
181
239
#  install the man pages
185
243
 
186
244
.SUFFIXES:
187
245
.SUFFIXES: .cpp .o .obj
188
 
am--refresh:
 
246
am--refresh: Makefile
189
247
        @:
190
248
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
191
249
        @for dep in $?; do \
192
250
          case '$(am__configure_deps)' in \
193
251
            *$$dep*) \
194
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
195
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
252
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
253
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
196
254
                && exit 0; \
197
255
              exit 1;; \
198
256
          esac; \
199
257
        done; \
200
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
201
 
        cd $(top_srcdir) && \
202
 
          $(AUTOMAKE) --gnu  Makefile
 
258
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
259
        $(am__cd) $(top_srcdir) && \
 
260
          $(AUTOMAKE) --gnu Makefile
203
261
.PRECIOUS: Makefile
204
262
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
205
263
        @case '$?' in \
215
273
        $(SHELL) ./config.status --recheck
216
274
 
217
275
$(top_srcdir)/configure:  $(am__configure_deps)
218
 
        cd $(srcdir) && $(AUTOCONF)
 
276
        $(am__cd) $(srcdir) && $(AUTOCONF)
219
277
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
220
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
278
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
279
$(am__aclocal_m4_deps):
221
280
install-binPROGRAMS: $(bin_PROGRAMS)
222
281
        @$(NORMAL_INSTALL)
223
 
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
224
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
225
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
226
 
          if test -f $$p \
227
 
          ; then \
228
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
229
 
           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
230
 
           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
231
 
          else :; fi; \
232
 
        done
 
282
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
283
        if test -n "$$list"; then \
 
284
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
285
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
286
        fi; \
 
287
        for p in $$list; do echo "$$p $$p"; done | \
 
288
        sed 's/$(EXEEXT)$$//' | \
 
289
        while read p p1; do if test -f $$p; \
 
290
          then echo "$$p"; echo "$$p"; else :; fi; \
 
291
        done | \
 
292
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
293
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
294
        sed 'N;N;N;s,\n, ,g' | \
 
295
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
296
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
297
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
298
            else { print "f", $$3 "/" $$4, $$1; } } \
 
299
          END { for (d in files) print "f", d, files[d] }' | \
 
300
        while read type dir files; do \
 
301
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
302
            test -z "$$files" || { \
 
303
              echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
304
              $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
305
            } \
 
306
        ; done
233
307
 
234
308
uninstall-binPROGRAMS:
235
309
        @$(NORMAL_UNINSTALL)
236
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
237
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
238
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
239
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
240
 
        done
 
310
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
311
        files=`for p in $$list; do echo "$$p"; done | \
 
312
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
313
              -e 's/$$/$(EXEEXT)/' `; \
 
314
        test -n "$$list" || exit 0; \
 
315
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
316
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
241
317
 
242
318
clean-binPROGRAMS:
243
319
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
244
 
fullquottel$(EXEEXT): $(fullquottel_OBJECTS) $(fullquottel_DEPENDENCIES) 
 
320
fullquottel$(EXEEXT): $(fullquottel_OBJECTS) $(fullquottel_DEPENDENCIES) $(EXTRA_fullquottel_DEPENDENCIES) 
245
321
        @rm -f fullquottel$(EXEEXT)
246
 
        $(CXXLINK) $(fullquottel_LDFLAGS) $(fullquottel_OBJECTS) $(fullquottel_LDADD) $(LIBS)
 
322
        $(CXXLINK) $(fullquottel_OBJECTS) $(fullquottel_LDADD) $(LIBS)
247
323
 
248
324
mostlyclean-compile:
249
325
        -rm -f *.$(OBJEXT)
254
330
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fullquottel.Po@am__quote@
255
331
 
256
332
.cpp.o:
257
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
258
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
333
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
334
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
259
335
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
260
336
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
261
337
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
262
338
 
263
339
.cpp.obj:
264
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
265
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
340
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
341
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
266
342
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
267
343
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
268
344
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
269
 
uninstall-info-am:
270
 
install-man1: $(man1_MANS) $(man_MANS)
 
345
install-man1: $(man_MANS)
271
346
        @$(NORMAL_INSTALL)
272
 
        test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)"
273
 
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
274
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
275
 
        for i in $$l2; do \
276
 
          case "$$i" in \
277
 
            *.1*) list="$$list $$i" ;; \
278
 
          esac; \
 
347
        @list1=''; \
 
348
        list2='$(man_MANS)'; \
 
349
        test -n "$(man1dir)" \
 
350
          && test -n "`echo $$list1$$list2`" \
 
351
          || exit 0; \
 
352
        echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
 
353
        $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
 
354
        { for i in $$list1; do echo "$$i"; done;  \
 
355
        if test -n "$$list2"; then \
 
356
          for i in $$list2; do echo "$$i"; done \
 
357
            | sed -n '/\.1[a-z]*$$/p'; \
 
358
        fi; \
 
359
        } | while read p; do \
 
360
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
361
          echo "$$d$$p"; echo "$$p"; \
 
362
        done | \
 
363
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
 
364
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
365
        sed 'N;N;s,\n, ,g' | { \
 
366
        list=; while read file base inst; do \
 
367
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
368
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
 
369
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
 
370
          fi; \
279
371
        done; \
280
 
        for i in $$list; do \
281
 
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
282
 
          else file=$$i; fi; \
283
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
284
 
          case "$$ext" in \
285
 
            1*) ;; \
286
 
            *) ext='1' ;; \
287
 
          esac; \
288
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
289
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
290
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
291
 
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
292
 
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
293
 
        done
 
372
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
373
        while read files; do \
 
374
          test -z "$$files" || { \
 
375
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
 
376
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
 
377
        done; }
 
378
 
294
379
uninstall-man1:
295
380
        @$(NORMAL_UNINSTALL)
296
 
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
297
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
298
 
        for i in $$l2; do \
299
 
          case "$$i" in \
300
 
            *.1*) list="$$list $$i" ;; \
301
 
          esac; \
302
 
        done; \
303
 
        for i in $$list; do \
304
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
305
 
          case "$$ext" in \
306
 
            1*) ;; \
307
 
            *) ext='1' ;; \
308
 
          esac; \
309
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
310
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
311
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
312
 
          echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
313
 
          rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
314
 
        done
 
381
        @list=''; test -n "$(man1dir)" || exit 0; \
 
382
        files=`{ for i in $$list; do echo "$$i"; done; \
 
383
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
384
          sed -n '/\.1[a-z]*$$/p'; \
 
385
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
 
386
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
387
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
315
388
 
316
389
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
317
390
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
318
391
        unique=`for i in $$list; do \
319
392
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
320
393
          done | \
321
 
          $(AWK) '    { files[$$0] = 1; } \
322
 
               END { for (i in files) print i; }'`; \
 
394
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
395
              END { if (nonempty) { for (i in files) print i; }; }'`; \
323
396
        mkid -fID $$unique
324
397
tags: TAGS
325
398
 
326
399
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
327
400
                $(TAGS_FILES) $(LISP)
328
 
        tags=; \
 
401
        set x; \
329
402
        here=`pwd`; \
330
403
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
331
404
        unique=`for i in $$list; do \
332
405
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
333
406
          done | \
334
 
          $(AWK) '    { files[$$0] = 1; } \
335
 
               END { for (i in files) print i; }'`; \
336
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
407
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
408
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
409
        shift; \
 
410
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
337
411
          test -n "$$unique" || unique=$$empty_fix; \
338
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
339
 
            $$tags $$unique; \
 
412
          if test $$# -gt 0; then \
 
413
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
414
              "$$@" $$unique; \
 
415
          else \
 
416
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
417
              $$unique; \
 
418
          fi; \
340
419
        fi
341
420
ctags: CTAGS
342
421
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
343
422
                $(TAGS_FILES) $(LISP)
344
 
        tags=; \
345
 
        here=`pwd`; \
346
423
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
347
424
        unique=`for i in $$list; do \
348
425
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
349
426
          done | \
350
 
          $(AWK) '    { files[$$0] = 1; } \
351
 
               END { for (i in files) print i; }'`; \
352
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
427
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
428
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
429
        test -z "$(CTAGS_ARGS)$$unique" \
353
430
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
354
 
             $$tags $$unique
 
431
             $$unique
355
432
 
356
433
GTAGS:
357
434
        here=`$(am__cd) $(top_builddir) && pwd` \
358
 
          && cd $(top_srcdir) \
359
 
          && gtags -i $(GTAGS_ARGS) $$here
 
435
          && $(am__cd) $(top_srcdir) \
 
436
          && gtags -i $(GTAGS_ARGS) "$$here"
360
437
 
361
438
distclean-tags:
362
439
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
363
440
 
364
441
distdir: $(DISTFILES)
 
442
        @list='$(MANS)'; if test -n "$$list"; then \
 
443
          list=`for p in $$list; do \
 
444
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
445
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
 
446
          if test -n "$$list" && \
 
447
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
 
448
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
 
449
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
 
450
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
 
451
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
 
452
            exit 1; \
 
453
          else :; fi; \
 
454
        else :; fi
365
455
        $(am__remove_distdir)
366
 
        mkdir $(distdir)
367
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
368
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
369
 
        list='$(DISTFILES)'; for file in $$list; do \
370
 
          case $$file in \
371
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
372
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
373
 
          esac; \
 
456
        test -d "$(distdir)" || mkdir "$(distdir)"
 
457
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
458
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
459
        list='$(DISTFILES)'; \
 
460
          dist_files=`for file in $$list; do echo $$file; done | \
 
461
          sed -e "s|^$$srcdirstrip/||;t" \
 
462
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
463
        case $$dist_files in \
 
464
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
465
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
466
                           sort -u` ;; \
 
467
        esac; \
 
468
        for file in $$dist_files; do \
374
469
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
375
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
376
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
377
 
            dir="/$$dir"; \
378
 
            $(mkdir_p) "$(distdir)$$dir"; \
379
 
          else \
380
 
            dir=''; \
381
 
          fi; \
382
470
          if test -d $$d/$$file; then \
 
471
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
472
            if test -d "$(distdir)/$$file"; then \
 
473
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
474
            fi; \
383
475
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
384
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
476
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
477
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
385
478
            fi; \
386
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
479
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
387
480
          else \
388
 
            test -f $(distdir)/$$file \
389
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
481
            test -f "$(distdir)/$$file" \
 
482
            || cp -p $$d/$$file "$(distdir)/$$file" \
390
483
            || exit 1; \
391
484
          fi; \
392
485
        done
393
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
486
        -test -n "$(am__skip_mode_fix)" \
 
487
        || find "$(distdir)" -type d ! -perm -755 \
 
488
                -exec chmod u+rwx,go+rx {} \; -o \
394
489
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
395
490
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
396
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
397
 
        || chmod -R a+r $(distdir)
 
491
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
492
        || chmod -R a+r "$(distdir)"
398
493
dist-gzip: distdir
399
494
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
400
495
        $(am__remove_distdir)
401
496
 
402
497
dist-bzip2: distdir
403
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
498
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
499
        $(am__remove_distdir)
 
500
 
 
501
dist-lzip: distdir
 
502
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
 
503
        $(am__remove_distdir)
 
504
 
 
505
dist-lzma: distdir
 
506
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
507
        $(am__remove_distdir)
 
508
 
 
509
dist-xz: distdir
 
510
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
404
511
        $(am__remove_distdir)
405
512
 
406
513
dist-tarZ: distdir
426
533
distcheck: dist
427
534
        case '$(DIST_ARCHIVES)' in \
428
535
        *.tar.gz*) \
429
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
536
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
430
537
        *.tar.bz2*) \
431
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
538
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
539
        *.tar.lzma*) \
 
540
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
541
        *.tar.lz*) \
 
542
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
 
543
        *.tar.xz*) \
 
544
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
432
545
        *.tar.Z*) \
433
546
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
434
547
        *.shar.gz*) \
435
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
548
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
436
549
        *.zip*) \
437
550
          unzip $(distdir).zip ;;\
438
551
        esac
439
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
552
        chmod -R a-w $(distdir); chmod u+w $(distdir)
440
553
        mkdir $(distdir)/_build
441
554
        mkdir $(distdir)/_inst
442
555
        chmod a-w $(distdir)
 
556
        test -d $(distdir)/_build || exit 0; \
443
557
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
444
558
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
445
 
          && cd $(distdir)/_build \
 
559
          && am__cwd=`pwd` \
 
560
          && $(am__cd) $(distdir)/_build \
446
561
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
562
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
447
563
            $(DISTCHECK_CONFIGURE_FLAGS) \
448
564
          && $(MAKE) $(AM_MAKEFLAGS) \
449
565
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
464
580
          && rm -rf "$$dc_destdir" \
465
581
          && $(MAKE) $(AM_MAKEFLAGS) dist \
466
582
          && rm -rf $(DIST_ARCHIVES) \
467
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
583
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
584
          && cd "$$am__cwd" \
 
585
          || exit 1
468
586
        $(am__remove_distdir)
469
587
        @(echo "$(distdir) archives ready for distribution: "; \
470
588
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
471
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
589
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
472
590
distuninstallcheck:
473
 
        @cd $(distuninstallcheck_dir) \
474
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
591
        @test -n '$(distuninstallcheck_dir)' || { \
 
592
          echo 'ERROR: trying to run $@ with an empty' \
 
593
               '$$(distuninstallcheck_dir)' >&2; \
 
594
          exit 1; \
 
595
        }; \
 
596
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
597
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
598
          exit 1; \
 
599
        }; \
 
600
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
475
601
           || { echo "ERROR: files left after uninstall:" ; \
476
602
                if test -n "$(DESTDIR)"; then \
477
603
                  echo "  (check DESTDIR support)"; \
492
618
all-am: Makefile $(PROGRAMS) $(MANS)
493
619
installdirs:
494
620
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
495
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
621
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
496
622
        done
497
623
install: install-am
498
624
install-exec: install-exec-am
504
630
 
505
631
installcheck: installcheck-am
506
632
install-strip:
507
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
508
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
509
 
          `test -z '$(STRIP)' || \
510
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
633
        if test -z '$(STRIP)'; then \
 
634
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
635
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
636
              install; \
 
637
        else \
 
638
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
639
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
640
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
641
        fi
511
642
mostlyclean-generic:
512
643
 
513
644
clean-generic:
514
645
 
515
646
distclean-generic:
516
647
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
648
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
517
649
 
518
650
maintainer-clean-generic:
519
651
        @echo "This command is intended for maintainers to use"
535
667
 
536
668
html: html-am
537
669
 
 
670
html-am:
 
671
 
538
672
info: info-am
539
673
 
540
674
info-am:
541
675
 
542
676
install-data-am: install-man
543
677
 
 
678
install-dvi: install-dvi-am
 
679
 
 
680
install-dvi-am:
 
681
 
544
682
install-exec-am: install-binPROGRAMS
545
683
 
 
684
install-html: install-html-am
 
685
 
 
686
install-html-am:
 
687
 
546
688
install-info: install-info-am
547
689
 
 
690
install-info-am:
 
691
 
548
692
install-man: install-man1
549
693
 
 
694
install-pdf: install-pdf-am
 
695
 
 
696
install-pdf-am:
 
697
 
 
698
install-ps: install-ps-am
 
699
 
 
700
install-ps-am:
 
701
 
550
702
installcheck-am:
551
703
 
552
704
maintainer-clean: maintainer-clean-am
568
720
 
569
721
ps-am:
570
722
 
571
 
uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-man
 
723
uninstall-am: uninstall-binPROGRAMS uninstall-man
572
724
 
573
725
uninstall-man: uninstall-man1
574
726
 
 
727
.MAKE: install-am install-strip
 
728
 
575
729
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
576
730
        clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
577
 
        dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
578
 
        distclean-compile distclean-generic distclean-tags \
579
 
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
580
 
        html-am info info-am install install-am install-binPROGRAMS \
581
 
        install-data install-data-am install-exec install-exec-am \
582
 
        install-info install-info-am install-man install-man1 \
583
 
        install-strip installcheck installcheck-am installdirs \
584
 
        maintainer-clean maintainer-clean-generic mostlyclean \
585
 
        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
586
 
        tags uninstall uninstall-am uninstall-binPROGRAMS \
587
 
        uninstall-info-am uninstall-man uninstall-man1
 
731
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
 
732
        dist-zip distcheck distclean distclean-compile \
 
733
        distclean-generic distclean-tags distcleancheck distdir \
 
734
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
735
        install install-am install-binPROGRAMS install-data \
 
736
        install-data-am install-dvi install-dvi-am install-exec \
 
737
        install-exec-am install-html install-html-am install-info \
 
738
        install-info-am install-man install-man1 install-pdf \
 
739
        install-pdf-am install-ps install-ps-am install-strip \
 
740
        installcheck installcheck-am installdirs maintainer-clean \
 
741
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
742
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
743
        uninstall-am uninstall-binPROGRAMS uninstall-man \
 
744
        uninstall-man1
 
745
 
588
746
 
589
747
# Tell versions [3.59,3.63) of GNU make to not export all variables.
590
748
# Otherwise a system limit (for SysV at least) may be exceeded.