~ubuntu-branches/ubuntu/trusty/syslog-ng/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/ivykis/modules/man3/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS), Gergely Nagy
  • Date: 2011-10-11 14:30:48 UTC
  • mfrom: (1.3.7)
  • Revision ID: package-import@ubuntu.com-20111011143048-r1iljux9xbvj3lwh
Tags: 3.3.1.dfsg-1
* New upstream release with important fixes from upstream git tree with
  non-free manpages removed.
* Drop syslog-ng.conf(5) (closes: #496521).
* syslog-ng(8) is generated, and does not mention -Q anymore
  (closes: #616069).
* Supports CAP_SYSLOG on recent kernels (closes: #630172).
* Does not use g_timeout_add_seconds anymore (closes: #609154).

[ Gergely Nagy <algernon@madhouse-project.org> ]
* Update debian/copyright to DEP-5 format.
* Simplified the logrotate file by merging identical entries.
* Include local configuration files from /etc/syslog-ng/conf.d/ (Closes:
  #609050).
* Update syslog-ng.conf to be fully 3.3 compliant.
* Compress both source and binaries (except the syslog-ng meta
  package) with xz, instead of gzip.
* Use dpkg triggers to restart syslog-ng when appropriate.
* Include DFSG-free manual pages for all binaries.
* Build with Hardening enabled.
* Mention syslog(3) in /etc/default/syslog-ng, instead of
  <linux/kernel.h> (Closes: #608605)
* Support 'status' in the init script.
  Patch from Peter Eisentraut <petere@debian.org> (Closes: #644458)
* Build-Depend on libevtlog-dev (>= 0.2.12-5~) for correct shlibs.
* Use [linux-any] in Build-Depends instead of hardcoded links.
  (Closes: #634715)
* Use $SYSLOGNG_OPTS in the init script when reloading syslog-ng.
  (Closes: #589081)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 = modules/man3
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
39
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
40
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
41
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
42
        $(top_srcdir)/configure.ac
 
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
44
        $(ACLOCAL_M4)
 
45
mkinstalldirs = $(install_sh) -d
 
46
CONFIG_HEADER = $(top_builddir)/config.h
 
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
 
49
SOURCES =
 
50
DIST_SOURCES =
 
51
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
52
am__vpath_adj = case $$p in \
 
53
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
54
    *) f=$$p;; \
 
55
  esac;
 
56
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
57
am__install_max = 40
 
58
am__nobase_strip_setup = \
 
59
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
60
am__nobase_strip = \
 
61
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
62
am__nobase_list = $(am__nobase_strip_setup); \
 
63
  for p in $$list; do echo "$$p $$p"; done | \
 
64
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
65
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
66
    if (++n[$$2] == $(am__install_max)) \
 
67
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
68
    END { for (dir in files) print dir, files[dir] }'
 
69
am__base_list = \
 
70
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
71
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
72
man3dir = $(mandir)/man3
 
73
am__installdirs = "$(DESTDIR)$(man3dir)"
 
74
NROFF = nroff
 
75
MANS = $(man3_MANS)
 
76
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
77
ACLOCAL = @ACLOCAL@
 
78
AMTAR = @AMTAR@
 
79
AR = @AR@
 
80
AUTOCONF = @AUTOCONF@
 
81
AUTOHEADER = @AUTOHEADER@
 
82
AUTOMAKE = @AUTOMAKE@
 
83
AWK = @AWK@
 
84
CC = @CC@
 
85
CCDEPMODE = @CCDEPMODE@
 
86
CFLAGS = @CFLAGS@
 
87
CPP = @CPP@
 
88
CPPFLAGS = @CPPFLAGS@
 
89
CYGPATH_W = @CYGPATH_W@
 
90
DEFS = @DEFS@
 
91
DEPDIR = @DEPDIR@
 
92
DSYMUTIL = @DSYMUTIL@
 
93
DUMPBIN = @DUMPBIN@
 
94
ECHO_C = @ECHO_C@
 
95
ECHO_N = @ECHO_N@
 
96
ECHO_T = @ECHO_T@
 
97
EGREP = @EGREP@
 
98
EXEEXT = @EXEEXT@
 
99
FGREP = @FGREP@
 
100
GREP = @GREP@
 
101
INSTALL = @INSTALL@
 
102
INSTALL_DATA = @INSTALL_DATA@
 
103
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
104
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
105
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
106
LD = @LD@
 
107
LDFLAGS = @LDFLAGS@
 
108
LIBOBJS = @LIBOBJS@
 
109
LIBS = @LIBS@
 
110
LIBTOOL = @LIBTOOL@
 
111
LIPO = @LIPO@
 
112
LN_S = @LN_S@
 
113
LTLIBOBJS = @LTLIBOBJS@
 
114
MAKEINFO = @MAKEINFO@
 
115
MKDIR_P = @MKDIR_P@
 
116
NM = @NM@
 
117
NMEDIT = @NMEDIT@
 
118
OBJDUMP = @OBJDUMP@
 
119
OBJEXT = @OBJEXT@
 
120
OTOOL = @OTOOL@
 
121
OTOOL64 = @OTOOL64@
 
122
PACKAGE = @PACKAGE@
 
123
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
124
PACKAGE_NAME = @PACKAGE_NAME@
 
125
PACKAGE_STRING = @PACKAGE_STRING@
 
126
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
127
PACKAGE_URL = @PACKAGE_URL@
 
128
PACKAGE_VERSION = @PACKAGE_VERSION@
 
129
PATH_SEPARATOR = @PATH_SEPARATOR@
 
130
RANLIB = @RANLIB@
 
131
SED = @SED@
 
132
SET_MAKE = @SET_MAKE@
 
133
SHELL = @SHELL@
 
134
STRIP = @STRIP@
 
135
VERSION = @VERSION@
 
136
abs_builddir = @abs_builddir@
 
137
abs_srcdir = @abs_srcdir@
 
138
abs_top_builddir = @abs_top_builddir@
 
139
abs_top_srcdir = @abs_top_srcdir@
 
140
ac_ct_CC = @ac_ct_CC@
 
141
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
142
am__include = @am__include@
 
143
am__leading_dot = @am__leading_dot@
 
144
am__quote = @am__quote@
 
145
am__tar = @am__tar@
 
146
am__untar = @am__untar@
 
147
bindir = @bindir@
 
148
build = @build@
 
149
build_alias = @build_alias@
 
150
build_cpu = @build_cpu@
 
151
build_os = @build_os@
 
152
build_vendor = @build_vendor@
 
153
builddir = @builddir@
 
154
datadir = @datadir@
 
155
datarootdir = @datarootdir@
 
156
docdir = @docdir@
 
157
dvidir = @dvidir@
 
158
exec_prefix = @exec_prefix@
 
159
host = @host@
 
160
host_alias = @host_alias@
 
161
host_cpu = @host_cpu@
 
162
host_os = @host_os@
 
163
host_vendor = @host_vendor@
 
164
htmldir = @htmldir@
 
165
includedir = @includedir@
 
166
infodir = @infodir@
 
167
install_sh = @install_sh@
 
168
libdir = @libdir@
 
169
libexecdir = @libexecdir@
 
170
localedir = @localedir@
 
171
localstatedir = @localstatedir@
 
172
lt_ECHO = @lt_ECHO@
 
173
mandir = @mandir@
 
174
mkdir_p = @mkdir_p@
 
175
oldincludedir = @oldincludedir@
 
176
pdfdir = @pdfdir@
 
177
prefix = @prefix@
 
178
program_transform_name = @program_transform_name@
 
179
psdir = @psdir@
 
180
sbindir = @sbindir@
 
181
sharedstatedir = @sharedstatedir@
 
182
srcdir = @srcdir@
 
183
sysconfdir = @sysconfdir@
 
184
target_alias = @target_alias@
 
185
top_build_prefix = @top_build_prefix@
 
186
top_builddir = @top_builddir@
 
187
top_srcdir = @top_srcdir@
 
188
man3_MANS = iv_event.3                          \
 
189
                  IV_EVENT_INIT.3                       \
 
190
                  iv_event_post.3                       \
 
191
                  iv_event_raw.3                        \
 
192
                  IV_EVENT_RAW_INIT.3                   \
 
193
                  iv_event_raw_post.3                   \
 
194
                  iv_event_raw_register.3               \
 
195
                  iv_event_raw_unregister.3             \
 
196
                  iv_event_register.3                   \
 
197
                  iv_event_unregister.3                 \
 
198
                  iv_popen.3                            \
 
199
                  iv_popen_request_close.3              \
 
200
                  IV_POPEN_REQUEST_INIT.3               \
 
201
                  iv_popen_request_submit.3             \
 
202
                  iv_signal.3                           \
 
203
                  IV_SIGNAL_INIT.3                      \
 
204
                  iv_signal_register.3                  \
 
205
                  iv_signal_unregister.3                \
 
206
                  iv_thread.3                           \
 
207
                  iv_thread_create.3                    \
 
208
                  iv_thread_set_debug_state.3           \
 
209
                  iv_wait.3                             \
 
210
                  IV_WAIT_INTEREST_INIT.3               \
 
211
                  iv_wait_interest_register.3           \
 
212
                  iv_wait_interest_register_spawn.3     \
 
213
                  iv_wait_interest_unregister.3         \
 
214
                  iv_work.3                             \
 
215
                  IV_WORK_ITEM_INIT.3                   \
 
216
                  iv_work_pool_create.3                 \
 
217
                  IV_WORK_POOL_INIT.3                   \
 
218
                  iv_work_pool_put.3                    \
 
219
                  iv_work_pool_submit_work.3
 
220
 
 
221
EXTRA_DIST = ${man3_MANS}
 
222
all: all-am
 
223
 
 
224
.SUFFIXES:
 
225
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
226
        @for dep in $?; do \
 
227
          case '$(am__configure_deps)' in \
 
228
            *$$dep*) \
 
229
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
230
                && { if test -f $@; then exit 0; else break; fi; }; \
 
231
              exit 1;; \
 
232
          esac; \
 
233
        done; \
 
234
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/man3/Makefile'; \
 
235
        $(am__cd) $(top_srcdir) && \
 
236
          $(AUTOMAKE) --foreign modules/man3/Makefile
 
237
.PRECIOUS: Makefile
 
238
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
239
        @case '$?' in \
 
240
          *config.status*) \
 
241
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
242
          *) \
 
243
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
244
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
245
        esac;
 
246
 
 
247
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
248
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
249
 
 
250
$(top_srcdir)/configure:  $(am__configure_deps)
 
251
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
252
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
253
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
254
$(am__aclocal_m4_deps):
 
255
 
 
256
mostlyclean-libtool:
 
257
        -rm -f *.lo
 
258
 
 
259
clean-libtool:
 
260
        -rm -rf .libs _libs
 
261
install-man3: $(man3_MANS)
 
262
        @$(NORMAL_INSTALL)
 
263
        test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
 
264
        @list='$(man3_MANS)'; test -n "$(man3dir)" || exit 0; \
 
265
        { for i in $$list; do echo "$$i"; done; \
 
266
        } | while read p; do \
 
267
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
268
          echo "$$d$$p"; echo "$$p"; \
 
269
        done | \
 
270
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
 
271
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
272
        sed 'N;N;s,\n, ,g' | { \
 
273
        list=; while read file base inst; do \
 
274
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
275
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
 
276
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
 
277
          fi; \
 
278
        done; \
 
279
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
280
        while read files; do \
 
281
          test -z "$$files" || { \
 
282
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
 
283
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
 
284
        done; }
 
285
 
 
286
uninstall-man3:
 
287
        @$(NORMAL_UNINSTALL)
 
288
        @list='$(man3_MANS)'; test -n "$(man3dir)" || exit 0; \
 
289
        files=`{ for i in $$list; do echo "$$i"; done; \
 
290
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
 
291
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
292
        test -z "$$files" || { \
 
293
          echo " ( cd '$(DESTDIR)$(man3dir)' && rm -f" $$files ")"; \
 
294
          cd "$(DESTDIR)$(man3dir)" && rm -f $$files; }
 
295
tags: TAGS
 
296
TAGS:
 
297
 
 
298
ctags: CTAGS
 
299
CTAGS:
 
300
 
 
301
 
 
302
distdir: $(DISTFILES)
 
303
        @list='$(MANS)'; if test -n "$$list"; then \
 
304
          list=`for p in $$list; do \
 
305
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
306
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
 
307
          if test -n "$$list" && \
 
308
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
 
309
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
 
310
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
 
311
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
 
312
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
 
313
            exit 1; \
 
314
          else :; fi; \
 
315
        else :; fi
 
316
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
317
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
318
        list='$(DISTFILES)'; \
 
319
          dist_files=`for file in $$list; do echo $$file; done | \
 
320
          sed -e "s|^$$srcdirstrip/||;t" \
 
321
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
322
        case $$dist_files in \
 
323
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
324
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
325
                           sort -u` ;; \
 
326
        esac; \
 
327
        for file in $$dist_files; do \
 
328
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
329
          if test -d $$d/$$file; then \
 
330
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
331
            if test -d "$(distdir)/$$file"; then \
 
332
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
333
            fi; \
 
334
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
335
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
336
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
337
            fi; \
 
338
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
339
          else \
 
340
            test -f "$(distdir)/$$file" \
 
341
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
342
            || exit 1; \
 
343
          fi; \
 
344
        done
 
345
check-am: all-am
 
346
check: check-am
 
347
all-am: Makefile $(MANS)
 
348
installdirs:
 
349
        for dir in "$(DESTDIR)$(man3dir)"; do \
 
350
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
351
        done
 
352
install: install-am
 
353
install-exec: install-exec-am
 
354
install-data: install-data-am
 
355
uninstall: uninstall-am
 
356
 
 
357
install-am: all-am
 
358
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
359
 
 
360
installcheck: installcheck-am
 
361
install-strip:
 
362
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
363
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
364
          `test -z '$(STRIP)' || \
 
365
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
366
mostlyclean-generic:
 
367
 
 
368
clean-generic:
 
369
 
 
370
distclean-generic:
 
371
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
372
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
373
 
 
374
maintainer-clean-generic:
 
375
        @echo "This command is intended for maintainers to use"
 
376
        @echo "it deletes files that may require special tools to rebuild."
 
377
clean: clean-am
 
378
 
 
379
clean-am: clean-generic clean-libtool mostlyclean-am
 
380
 
 
381
distclean: distclean-am
 
382
        -rm -f Makefile
 
383
distclean-am: clean-am distclean-generic
 
384
 
 
385
dvi: dvi-am
 
386
 
 
387
dvi-am:
 
388
 
 
389
html: html-am
 
390
 
 
391
html-am:
 
392
 
 
393
info: info-am
 
394
 
 
395
info-am:
 
396
 
 
397
install-data-am: install-man
 
398
 
 
399
install-dvi: install-dvi-am
 
400
 
 
401
install-dvi-am:
 
402
 
 
403
install-exec-am:
 
404
 
 
405
install-html: install-html-am
 
406
 
 
407
install-html-am:
 
408
 
 
409
install-info: install-info-am
 
410
 
 
411
install-info-am:
 
412
 
 
413
install-man: install-man3
 
414
 
 
415
install-pdf: install-pdf-am
 
416
 
 
417
install-pdf-am:
 
418
 
 
419
install-ps: install-ps-am
 
420
 
 
421
install-ps-am:
 
422
 
 
423
installcheck-am:
 
424
 
 
425
maintainer-clean: maintainer-clean-am
 
426
        -rm -f Makefile
 
427
maintainer-clean-am: distclean-am maintainer-clean-generic
 
428
 
 
429
mostlyclean: mostlyclean-am
 
430
 
 
431
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
432
 
 
433
pdf: pdf-am
 
434
 
 
435
pdf-am:
 
436
 
 
437
ps: ps-am
 
438
 
 
439
ps-am:
 
440
 
 
441
uninstall-am: uninstall-man
 
442
 
 
443
uninstall-man: uninstall-man3
 
444
 
 
445
.MAKE: install-am install-strip
 
446
 
 
447
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
448
        distclean distclean-generic distclean-libtool distdir dvi \
 
449
        dvi-am html html-am info info-am install install-am \
 
450
        install-data install-data-am install-dvi install-dvi-am \
 
451
        install-exec install-exec-am install-html install-html-am \
 
452
        install-info install-info-am install-man install-man3 \
 
453
        install-pdf install-pdf-am install-ps install-ps-am \
 
454
        install-strip installcheck installcheck-am installdirs \
 
455
        maintainer-clean maintainer-clean-generic mostlyclean \
 
456
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
457
        uninstall uninstall-am uninstall-man uninstall-man3
 
458
 
 
459
 
 
460
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
461
# Otherwise a system limit (for SysV at least) may be exceeded.
 
462
.NOEXPORT: