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

« back to all changes in this revision

Viewing changes to lib/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:
15
15
 
16
16
@SET_MAKE@
17
17
 
 
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
20
21
pkgincludedir = $(includedir)/@PACKAGE@
34
35
POST_UNINSTALL = :
35
36
build_triplet = @build@
36
37
host_triplet = @host@
37
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
38
 
        $(top_srcdir)/build/lex-rules.am block-ref-grammar.c \
39
 
        cfg-grammar.c cfg-lex.c filter-expr-grammar.c \
40
 
        parser-expr-grammar.c pragma-grammar.c rewrite-expr-grammar.c
 
38
DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \
 
39
        $(srcdir)/Makefile.in $(top_srcdir)/build/lex-rules.am \
 
40
        block-ref-grammar.c cfg-grammar.c cfg-lex.c \
 
41
        filter-expr-grammar.c parser-expr-grammar.c pragma-grammar.c \
 
42
        rewrite-expr-grammar.c
41
43
subdir = lib
42
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
45
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cflags_gcc_option.m4 \
72
74
am__base_list = \
73
75
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
74
76
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
75
 
am__installdirs = "$(DESTDIR)$(libdir)"
76
 
LTLIBRARIES = $(lib_LTLIBRARIES)
 
77
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(moduledir)" \
 
78
        "$(DESTDIR)$(pkgincludedir)"
 
79
LTLIBRARIES = $(lib_LTLIBRARIES) $(module_LTLIBRARIES)
 
80
libsyslog_ng_crypto_la_DEPENDENCIES = libsyslog-ng.la
 
81
am_libsyslog_ng_crypto_la_OBJECTS = crypto.lo tlscontext.lo \
 
82
        tlstransport.lo
 
83
libsyslog_ng_crypto_la_OBJECTS = $(am_libsyslog_ng_crypto_la_OBJECTS)
 
84
libsyslog_ng_crypto_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
85
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
86
        $(libsyslog_ng_crypto_la_LDFLAGS) $(LDFLAGS) -o $@
77
87
libsyslog_ng_la_DEPENDENCIES =
78
 
am_libsyslog_ng_la_OBJECTS = misc.lo utils.lo messages.lo \
79
 
        syslog-names.lo cfg.lo filter.lo logmsg.lo logstamp.lo \
80
 
        msg-format.lo nvtable.lo logpipe.lo logsource.lo driver.lo \
81
 
        sgroup.lo dgroup.lo center.lo templates.lo logreader.lo \
82
 
        logwriter.lo afinter.lo children.lo stats.lo gsockaddr.lo \
83
 
        gsocket.lo logtransport.lo logproto.lo memtrace.lo \
84
 
        persist-state.lo dnscache.lo serialize.lo apphook.lo \
85
 
        timeutils.lo tags.lo alarms.lo logparser.lo logprocess.lo \
86
 
        logmpx.lo logrewrite.lo logmatcher.lo gprocess.lo globals.lo \
87
 
        control.lo compat.lo logqueue.lo cfg-lexer.lo cfg-lex.lo \
88
 
        cfg-parser.lo cfg-grammar.lo plugin.lo filter-expr-grammar.lo \
89
 
        filter-expr-parser.lo block-ref-grammar.lo block-ref-parser.lo \
90
 
        pragma-grammar.lo pragma-parser.lo parser-expr-grammar.lo \
91
 
        parser-expr-parser.lo rewrite-expr-grammar.lo \
92
 
        rewrite-expr-parser.lo
 
88
am_libsyslog_ng_la_OBJECTS = afinter.lo alarms.lo apphook.lo \
 
89
        block-ref-parser.lo center.lo cfg.lo cfg-lexer.lo \
 
90
        cfg-parser.lo children.lo compat.lo control.lo dgroup.lo \
 
91
        dnscache.lo driver.lo filter.lo filter-expr-parser.lo \
 
92
        globals.lo gprocess.lo gsockaddr.lo gsocket.lo logmatcher.lo \
 
93
        logmpx.lo logmsg.lo logparser.lo logpipe.lo logprocess.lo \
 
94
        logproto.lo logqueue.lo logqueue-fifo.lo logreader.lo \
 
95
        logrewrite.lo logsource.lo logstamp.lo logtransport.lo \
 
96
        logwriter.lo mainloop.lo memtrace.lo messages.lo misc.lo \
 
97
        msg-format.lo nvtable.lo parser-expr-parser.lo \
 
98
        persist-state.lo plugin.lo pragma-parser.lo \
 
99
        rewrite-expr-parser.lo serialize.lo sgroup.lo stats.lo \
 
100
        str-format.lo syslog-names.lo tags.lo templates.lo \
 
101
        timeutils.lo utils.lo value-pairs.lo cfg-lex.lo cfg-grammar.lo \
 
102
        filter-expr-grammar.lo block-ref-grammar.lo pragma-grammar.lo \
 
103
        parser-expr-grammar.lo rewrite-expr-grammar.lo
93
104
libsyslog_ng_la_OBJECTS = $(am_libsyslog_ng_la_OBJECTS)
94
105
libsyslog_ng_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
95
106
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
114
125
YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
115
126
LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
116
127
        --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
117
 
SOURCES = $(libsyslog_ng_la_SOURCES)
118
 
DIST_SOURCES = $(libsyslog_ng_la_SOURCES)
 
128
SOURCES = $(libsyslog_ng_crypto_la_SOURCES) $(libsyslog_ng_la_SOURCES)
 
129
DIST_SOURCES = $(libsyslog_ng_crypto_la_SOURCES) \
 
130
        $(libsyslog_ng_la_SOURCES)
 
131
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
132
        html-recursive info-recursive install-data-recursive \
 
133
        install-dvi-recursive install-exec-recursive \
 
134
        install-html-recursive install-info-recursive \
 
135
        install-pdf-recursive install-ps-recursive install-recursive \
 
136
        installcheck-recursive installdirs-recursive pdf-recursive \
 
137
        ps-recursive uninstall-recursive
 
138
HEADERS = $(pkginclude_HEADERS)
 
139
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
140
  distclean-recursive maintainer-clean-recursive
 
141
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
142
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
143
        distdir
119
144
ETAGS = etags
120
145
CTAGS = ctags
121
146
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
147
am__relativize = \
 
148
  dir0=`pwd`; \
 
149
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
150
  sed_rest='s,^[^/]*/*,,'; \
 
151
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
152
  sed_butlast='s,/*[^/]*$$,,'; \
 
153
  while test -n "$$dir1"; do \
 
154
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
155
    if test "$$first" != "."; then \
 
156
      if test "$$first" = ".."; then \
 
157
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
158
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
159
      else \
 
160
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
161
        if test "$$first2" = "$$first"; then \
 
162
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
163
        else \
 
164
          dir2="../$$dir2"; \
 
165
        fi; \
 
166
        dir0="$$dir0"/"$$first"; \
 
167
      fi; \
 
168
    fi; \
 
169
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
170
  done; \
 
171
  reldir="$$dir2"
122
172
ACLOCAL = @ACLOCAL@
123
173
AMTAR = @AMTAR@
124
174
AR = @AR@
156
206
INSTALL_PROGRAM = @INSTALL_PROGRAM@
157
207
INSTALL_SCRIPT = @INSTALL_SCRIPT@
158
208
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
209
IVYKIS_CFLAGS = @IVYKIS_CFLAGS@
 
210
IVYKIS_LIBS = @IVYKIS_LIBS@
 
211
IVYKIS_SUBDIRS = @IVYKIS_SUBDIRS@
 
212
JSON_CFLAGS = @JSON_CFLAGS@
 
213
JSON_C_CFLAGS = @JSON_C_CFLAGS@
 
214
JSON_C_LIBS = @JSON_C_LIBS@
 
215
JSON_GLIB_CFLAGS = @JSON_GLIB_CFLAGS@
 
216
JSON_GLIB_LIBS = @JSON_GLIB_LIBS@
 
217
JSON_LIBS = @JSON_LIBS@
159
218
LD = @LD@
160
219
LDFLAGS = @LDFLAGS@
161
220
LEX = @LEX@
163
222
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
164
223
LIBDBI_CFLAGS = @LIBDBI_CFLAGS@
165
224
LIBDBI_LIBS = @LIBDBI_LIBS@
 
225
LIBMONGO_CFLAGS = @LIBMONGO_CFLAGS@
 
226
LIBMONGO_LIBS = @LIBMONGO_LIBS@
 
227
LIBMONGO_SUBDIRS = @LIBMONGO_SUBDIRS@
166
228
LIBNET_CFLAGS = @LIBNET_CFLAGS@
167
229
LIBNET_LIBS = @LIBNET_LIBS@
168
230
LIBOBJS = @LIBOBJS@
238
300
docdir = @docdir@
239
301
dvidir = @dvidir@
240
302
exec_prefix = @exec_prefix@
 
303
expanded_moduledir = @expanded_moduledir@
241
304
expanded_sysconfdir = @expanded_sysconfdir@
242
305
host = @host@
243
306
host_alias = @host_alias@
250
313
install_sh = @install_sh@
251
314
libdir = @libdir@
252
315
libexecdir = @libexecdir@
 
316
libsystemd_daemon_CFLAGS = @libsystemd_daemon_CFLAGS@
 
317
libsystemd_daemon_LIBS = @libsystemd_daemon_LIBS@
253
318
localedir = @localedir@
254
319
localstatedir = @localstatedir@
255
320
lt_ECHO = @lt_ECHO@
265
330
sbindir = @sbindir@
266
331
sharedstatedir = @sharedstatedir@
267
332
srcdir = @srcdir@
 
333
subdirs = @subdirs@
268
334
sysconfdir = @sysconfdir@
 
335
systemdsystemunitdir = @systemdsystemunitdir@
269
336
target_alias = @target_alias@
270
337
timezonedir = @timezonedir@
271
338
top_build_prefix = @top_build_prefix@
272
339
top_builddir = @top_builddir@
273
340
top_srcdir = @top_srcdir@
 
341
SUBDIRS = @IVYKIS_SUBDIRS@
 
342
DIST_SUBDIRS = ivykis
274
343
lib_LTLIBRARIES = libsyslog-ng.la
275
344
libsyslog_ng_la_LIBADD = @CORE_DEPS_LIBS@
276
 
libsyslog_ng_la_LDFLAGS = -no-undefined
 
345
libsyslog_ng_la_LDFLAGS = -no-undefined -release @VERSION@
 
346
module_LTLIBRARIES = libsyslog-ng-crypto.la
 
347
libsyslog_ng_crypto_la_LIBADD = @CORE_DEPS_LIBS@ libsyslog-ng.la
 
348
libsyslog_ng_crypto_la_LDFLAGS = -no-undefined -avoid-version
 
349
 
 
350
# this is intentionally formatted so conflicts are less likely to arise. one name in every line.
 
351
pkginclude_HEADERS = \
 
352
        afinter.h               \
 
353
        alarms.h                \
 
354
        apphook.h               \
 
355
        atomic.h                \
 
356
        block-ref-parser.h      \
 
357
        center.h                \
 
358
        cfg.h                   \
 
359
        cfg-grammar.h           \
 
360
        cfg-lexer.h             \
 
361
        cfg-parser.h            \
 
362
        children.h              \
 
363
        compat.h                \
 
364
        control.h               \
 
365
        crypto.h                \
 
366
        dgroup.h                \
 
367
        dnscache.h              \
 
368
        driver.h                \
 
369
        filter-expr-parser.h    \
 
370
        filter.h                \
 
371
        gprocess.h              \
 
372
        gsockaddr.h             \
 
373
        gsocket.h               \
 
374
        logmatcher.h            \
 
375
        logmpx.h                \
 
376
        logmsg.h                \
 
377
        logparser.h             \
 
378
        logpipe.h               \
 
379
        logprocess.h            \
 
380
        logproto.h              \
 
381
        logqueue-fifo.h         \
 
382
        logqueue.h              \
 
383
        logreader.h             \
 
384
        logrewrite.h            \
 
385
        logsource.h             \
 
386
        logstamp.h              \
 
387
        logtransport.h          \
 
388
        logwriter.h             \
 
389
        mainloop.h              \
 
390
        memtrace.h              \
 
391
        messages.h              \
 
392
        misc.h                  \
 
393
        msg-format.h            \
 
394
        nvtable.h               \
 
395
        parser-expr-parser.h    \
 
396
        persist-state.h         \
 
397
        plugin.h                \
 
398
        pragma-parser.h         \
 
399
        rewrite-expr-parser.h   \
 
400
        serialize.h             \
 
401
        sgroup.h                \
 
402
        stats.h                 \
 
403
        str-format.h            \
 
404
        syslog-names.h          \
 
405
        syslog-ng.h             \
 
406
        tags.h                  \
 
407
        templates.h             \
 
408
        timeutils.h             \
 
409
        tls-support.h           \
 
410
        tlscontext.h            \
 
411
        tlstransport.h          \
 
412
        utils.h                 \
 
413
        value-pairs.h
 
414
 
 
415
 
 
416
# this is intentionally formatted so conflicts are less likely to arise. one name in every line.
 
417
libsyslog_ng_crypto_la_SOURCES = \
 
418
        crypto.c                \
 
419
        tlscontext.c            \
 
420
        tlstransport.c
 
421
 
 
422
 
 
423
# this is intentionally formatted so conflicts are less likely to arise. one name in every line.
277
424
libsyslog_ng_la_SOURCES = \
278
 
        misc.c misc.h utils.c utils.h messages.c messages.h syslog-names.c syslog-names.h \
279
 
        cfg.c cfg.h filter.c filter.h \
280
 
        logmsg.c logmsg.h logstamp.c logstamp.h \
281
 
        msg-format.c msg-format.h \
282
 
        nvtable.c nvtable.h \
283
 
        logpipe.c logpipe.h logsource.c logsource.h driver.c driver.h sgroup.c sgroup.h \
284
 
        dgroup.c dgroup.h center.c center.h templates.c templates.h \
285
 
        logreader.c logreader.h logwriter.c logwriter.h \
286
 
        afinter.c afinter.h \
287
 
        children.c children.h stats.c stats.h \
288
 
        gsockaddr.c gsockaddr.h gsocket.c gsocket.h \
289
 
        logtransport.c logtransport.h \
290
 
        logproto.c logproto.h \
291
 
        memtrace.c memtrace.h \
292
 
        persist-state.c persist-state.h \
293
 
        dnscache.c dnscache.h serialize.c serialize.h apphook.c apphook.h atomic.h \
294
 
        timeutils.c timeutils.h \
295
 
        tags.c tags.h \
296
 
        alarms.c alarms.h \
297
 
        logparser.c logparser.h \
298
 
        logprocess.c logprocess.h \
299
 
        logmpx.c logmpx.h \
300
 
        logrewrite.c logrewrite.h \
301
 
        logmatcher.c logmatcher.h \
302
 
        gprocess.c gprocess.h \
303
 
        globals.c \
304
 
        control.c control.h \
305
 
        compat.c compat.h \
306
 
        logqueue.c logqueue.h \
307
 
        cfg-lexer.c cfg-lexer.h cfg-lex.l \
308
 
        cfg-parser.c cfg-parser.h cfg-grammar.y \
309
 
        plugin.c plugin.h \
310
 
        filter-expr-grammar.y filter-expr-parser.c filter-expr-parser.h \
311
 
        block-ref-grammar.y block-ref-parser.c block-ref-parser.h \
312
 
        pragma-grammar.y pragma-parser.h pragma-parser.c \
313
 
        parser-expr-grammar.y parser-expr-parser.c parser-expr-parser.h \
314
 
        rewrite-expr-grammar.y rewrite-expr-parser.c rewrite-expr-parser.h
315
 
 
316
 
BUILT_SOURCES = cfg-lex.c cfg-lex.h cfg-grammar.c cfg-grammar.h \
317
 
        filter-expr-grammar.y filter-expr-grammar.c filter-expr-grammar.h \
318
 
        block-ref-grammar.y block-ref-grammar.c block-ref-grammar.h \
319
 
        pragma-grammar.y pragma-grammar.h pragma-grammar.c \
320
 
        parser-expr-grammar.y parser-expr-grammar.c parser-expr-grammar.h \
 
425
        afinter.c               \
 
426
        alarms.c                \
 
427
        apphook.c               \
 
428
        block-ref-parser.c      \
 
429
        center.c                \
 
430
        cfg.c                   \
 
431
        cfg-lexer.c             \
 
432
        cfg-parser.c            \
 
433
        children.c              \
 
434
        compat.c                \
 
435
        control.c               \
 
436
        dgroup.c                \
 
437
        dnscache.c              \
 
438
        driver.c                \
 
439
        filter.c                \
 
440
        filter-expr-parser.c    \
 
441
        globals.c               \
 
442
        gprocess.c              \
 
443
        gsockaddr.c             \
 
444
        gsocket.c               \
 
445
        logmatcher.c            \
 
446
        logmpx.c                \
 
447
        logmsg.c                \
 
448
        logparser.c             \
 
449
        logpipe.c               \
 
450
        logprocess.c            \
 
451
        logproto.c              \
 
452
        logqueue.c              \
 
453
        logqueue-fifo.c         \
 
454
        logreader.c             \
 
455
        logrewrite.c            \
 
456
        logsource.c             \
 
457
        logstamp.c              \
 
458
        logtransport.c          \
 
459
        logwriter.c             \
 
460
        mainloop.c              \
 
461
        memtrace.c              \
 
462
        messages.c              \
 
463
        misc.c                  \
 
464
        msg-format.c            \
 
465
        nvtable.c               \
 
466
        parser-expr-parser.c    \
 
467
        persist-state.c         \
 
468
        plugin.c                \
 
469
        pragma-parser.c         \
 
470
        rewrite-expr-parser.c   \
 
471
        serialize.c             \
 
472
        sgroup.c                \
 
473
        stats.c                 \
 
474
        str-format.c            \
 
475
        syslog-names.c          \
 
476
        tags.c                  \
 
477
        templates.c             \
 
478
        timeutils.c             \
 
479
        utils.c                 \
 
480
        value-pairs.c           \
 
481
                                \
 
482
        cfg-lex.l               \
 
483
        cfg-grammar.y           \
 
484
        filter-expr-grammar.y   \
 
485
        block-ref-grammar.y     \
 
486
        pragma-grammar.y        \
 
487
        parser-expr-grammar.y   \
 
488
        rewrite-expr-grammar.y
 
489
 
 
490
 
 
491
# each line with closely related files (e.g. the ones generated from the same source)
 
492
BUILT_SOURCES = cfg-lex.c cfg-lex.h                                             \
 
493
        cfg-grammar.c cfg-grammar.h                                             \
 
494
        filter-expr-grammar.y filter-expr-grammar.c filter-expr-grammar.h       \
 
495
        block-ref-grammar.y block-ref-grammar.c block-ref-grammar.h             \
 
496
        pragma-grammar.y pragma-grammar.h pragma-grammar.c                      \
 
497
        parser-expr-grammar.y parser-expr-grammar.c parser-expr-grammar.h       \
321
498
        rewrite-expr-grammar.y rewrite-expr-grammar.c rewrite-expr-grammar.h
322
499
 
323
500
EXTRA_DIST = $(BUILT_SOURCES) \
324
 
        filter-expr-grammar.ym block-ref-grammar.ym pragma-grammar.ym parser-expr-grammar.ym rewrite-expr-grammar.ym \
325
 
        syslog-ng.h
 
501
        filter-expr-grammar.ym          \
 
502
        block-ref-grammar.ym            \
 
503
        pragma-grammar.ym               \
 
504
        parser-expr-grammar.ym          \
 
505
        rewrite-expr-grammar.ym         \
 
506
        merge-grammar.pl
326
507
 
327
508
CLEAN_FILES = $(BUILT_SOURCES)
328
509
all: $(BUILT_SOURCES)
329
 
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
510
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
330
511
 
331
512
.SUFFIXES:
332
513
.SUFFIXES: .c .h .l .lo .o .obj .y
391
572
          echo "rm -f \"$${dir}/so_locations\""; \
392
573
          rm -f "$${dir}/so_locations"; \
393
574
        done
 
575
install-moduleLTLIBRARIES: $(module_LTLIBRARIES)
 
576
        @$(NORMAL_INSTALL)
 
577
        test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"
 
578
        @list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
 
579
        list2=; for p in $$list; do \
 
580
          if test -f $$p; then \
 
581
            list2="$$list2 $$p"; \
 
582
          else :; fi; \
 
583
        done; \
 
584
        test -z "$$list2" || { \
 
585
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(moduledir)'"; \
 
586
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(moduledir)"; \
 
587
        }
 
588
 
 
589
uninstall-moduleLTLIBRARIES:
 
590
        @$(NORMAL_UNINSTALL)
 
591
        @list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
 
592
        for p in $$list; do \
 
593
          $(am__strip_dir) \
 
594
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(moduledir)/$$f'"; \
 
595
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(moduledir)/$$f"; \
 
596
        done
 
597
 
 
598
clean-moduleLTLIBRARIES:
 
599
        -test -z "$(module_LTLIBRARIES)" || rm -f $(module_LTLIBRARIES)
 
600
        @list='$(module_LTLIBRARIES)'; for p in $$list; do \
 
601
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
602
          test "$$dir" != "$$p" || dir=.; \
 
603
          echo "rm -f \"$${dir}/so_locations\""; \
 
604
          rm -f "$${dir}/so_locations"; \
 
605
        done
 
606
libsyslog-ng-crypto.la: $(libsyslog_ng_crypto_la_OBJECTS) $(libsyslog_ng_crypto_la_DEPENDENCIES) 
 
607
        $(libsyslog_ng_crypto_la_LINK) -rpath $(moduledir) $(libsyslog_ng_crypto_la_OBJECTS) $(libsyslog_ng_crypto_la_LIBADD) $(LIBS)
394
608
libsyslog-ng.la: $(libsyslog_ng_la_OBJECTS) $(libsyslog_ng_la_DEPENDENCIES) 
395
609
        $(libsyslog_ng_la_LINK) -rpath $(libdir) $(libsyslog_ng_la_OBJECTS) $(libsyslog_ng_la_LIBADD) $(LIBS)
396
610
 
414
628
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/children.Plo@am__quote@
415
629
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compat.Plo@am__quote@
416
630
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/control.Plo@am__quote@
 
631
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypto.Plo@am__quote@
417
632
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dgroup.Plo@am__quote@
418
633
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnscache.Plo@am__quote@
419
634
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/driver.Plo@am__quote@
431
646
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logpipe.Plo@am__quote@
432
647
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logprocess.Plo@am__quote@
433
648
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logproto.Plo@am__quote@
 
649
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logqueue-fifo.Plo@am__quote@
434
650
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logqueue.Plo@am__quote@
435
651
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logreader.Plo@am__quote@
436
652
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logrewrite.Plo@am__quote@
438
654
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logstamp.Plo@am__quote@
439
655
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logtransport.Plo@am__quote@
440
656
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logwriter.Plo@am__quote@
 
657
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mainloop.Plo@am__quote@
441
658
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memtrace.Plo@am__quote@
442
659
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/messages.Plo@am__quote@
443
660
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Plo@am__quote@
454
671
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/serialize.Plo@am__quote@
455
672
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sgroup.Plo@am__quote@
456
673
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stats.Plo@am__quote@
 
674
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/str-format.Plo@am__quote@
457
675
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syslog-names.Plo@am__quote@
458
676
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tags.Plo@am__quote@
459
677
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/templates.Plo@am__quote@
460
678
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeutils.Plo@am__quote@
 
679
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tlscontext.Plo@am__quote@
 
680
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tlstransport.Plo@am__quote@
461
681
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Plo@am__quote@
 
682
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/value-pairs.Plo@am__quote@
462
683
 
463
684
.c.o:
464
685
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
486
707
 
487
708
clean-libtool:
488
709
        -rm -rf .libs _libs
 
710
install-pkgincludeHEADERS: $(pkginclude_HEADERS)
 
711
        @$(NORMAL_INSTALL)
 
712
        test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
 
713
        @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
 
714
        for p in $$list; do \
 
715
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
716
          echo "$$d$$p"; \
 
717
        done | $(am__base_list) | \
 
718
        while read files; do \
 
719
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
 
720
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
 
721
        done
 
722
 
 
723
uninstall-pkgincludeHEADERS:
 
724
        @$(NORMAL_UNINSTALL)
 
725
        @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
 
726
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
727
        test -n "$$files" || exit 0; \
 
728
        echo " ( cd '$(DESTDIR)$(pkgincludedir)' && rm -f" $$files ")"; \
 
729
        cd "$(DESTDIR)$(pkgincludedir)" && rm -f $$files
 
730
 
 
731
# This directory's subdirectories are mostly independent; you can cd
 
732
# into them and run `make' without going through this Makefile.
 
733
# To change the values of `make' variables: instead of editing Makefiles,
 
734
# (1) if the variable is set in `config.status', edit `config.status'
 
735
#     (which will cause the Makefiles to be regenerated when you run `make');
 
736
# (2) otherwise, pass the desired values on the `make' command line.
 
737
$(RECURSIVE_TARGETS):
 
738
        @fail= failcom='exit 1'; \
 
739
        for f in x $$MAKEFLAGS; do \
 
740
          case $$f in \
 
741
            *=* | --[!k]*);; \
 
742
            *k*) failcom='fail=yes';; \
 
743
          esac; \
 
744
        done; \
 
745
        dot_seen=no; \
 
746
        target=`echo $@ | sed s/-recursive//`; \
 
747
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
748
          echo "Making $$target in $$subdir"; \
 
749
          if test "$$subdir" = "."; then \
 
750
            dot_seen=yes; \
 
751
            local_target="$$target-am"; \
 
752
          else \
 
753
            local_target="$$target"; \
 
754
          fi; \
 
755
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
756
          || eval $$failcom; \
 
757
        done; \
 
758
        if test "$$dot_seen" = "no"; then \
 
759
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
760
        fi; test -z "$$fail"
 
761
 
 
762
$(RECURSIVE_CLEAN_TARGETS):
 
763
        @fail= failcom='exit 1'; \
 
764
        for f in x $$MAKEFLAGS; do \
 
765
          case $$f in \
 
766
            *=* | --[!k]*);; \
 
767
            *k*) failcom='fail=yes';; \
 
768
          esac; \
 
769
        done; \
 
770
        dot_seen=no; \
 
771
        case "$@" in \
 
772
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
773
          *) list='$(SUBDIRS)' ;; \
 
774
        esac; \
 
775
        rev=''; for subdir in $$list; do \
 
776
          if test "$$subdir" = "."; then :; else \
 
777
            rev="$$subdir $$rev"; \
 
778
          fi; \
 
779
        done; \
 
780
        rev="$$rev ."; \
 
781
        target=`echo $@ | sed s/-recursive//`; \
 
782
        for subdir in $$rev; do \
 
783
          echo "Making $$target in $$subdir"; \
 
784
          if test "$$subdir" = "."; then \
 
785
            local_target="$$target-am"; \
 
786
          else \
 
787
            local_target="$$target"; \
 
788
          fi; \
 
789
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
790
          || eval $$failcom; \
 
791
        done && test -z "$$fail"
 
792
tags-recursive:
 
793
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
794
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
795
        done
 
796
ctags-recursive:
 
797
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
798
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
799
        done
489
800
 
490
801
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
491
802
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
497
808
        mkid -fID $$unique
498
809
tags: TAGS
499
810
 
500
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
811
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
501
812
                $(TAGS_FILES) $(LISP)
502
813
        set x; \
503
814
        here=`pwd`; \
 
815
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
816
          include_option=--etags-include; \
 
817
          empty_fix=.; \
 
818
        else \
 
819
          include_option=--include; \
 
820
          empty_fix=; \
 
821
        fi; \
 
822
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
823
          if test "$$subdir" = .; then :; else \
 
824
            test ! -f $$subdir/TAGS || \
 
825
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
826
          fi; \
 
827
        done; \
504
828
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
505
829
        unique=`for i in $$list; do \
506
830
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
519
843
          fi; \
520
844
        fi
521
845
ctags: CTAGS
522
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
846
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
523
847
                $(TAGS_FILES) $(LISP)
524
848
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
525
849
        unique=`for i in $$list; do \
569
893
            || exit 1; \
570
894
          fi; \
571
895
        done
 
896
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
897
          if test "$$subdir" = .; then :; else \
 
898
            test -d "$(distdir)/$$subdir" \
 
899
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
900
            || exit 1; \
 
901
          fi; \
 
902
        done
 
903
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
904
          if test "$$subdir" = .; then :; else \
 
905
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
906
            $(am__relativize); \
 
907
            new_distdir=$$reldir; \
 
908
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
909
            $(am__relativize); \
 
910
            new_top_distdir=$$reldir; \
 
911
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
912
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
913
            ($(am__cd) $$subdir && \
 
914
              $(MAKE) $(AM_MAKEFLAGS) \
 
915
                top_distdir="$$new_top_distdir" \
 
916
                distdir="$$new_distdir" \
 
917
                am__remove_distdir=: \
 
918
                am__skip_length_check=: \
 
919
                am__skip_mode_fix=: \
 
920
                distdir) \
 
921
              || exit 1; \
 
922
          fi; \
 
923
        done
572
924
check-am: all-am
573
925
check: $(BUILT_SOURCES)
574
 
        $(MAKE) $(AM_MAKEFLAGS) check-am
575
 
all-am: Makefile $(LTLIBRARIES)
576
 
installdirs:
577
 
        for dir in "$(DESTDIR)$(libdir)"; do \
 
926
        $(MAKE) $(AM_MAKEFLAGS) check-recursive
 
927
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
928
installdirs: installdirs-recursive
 
929
installdirs-am:
 
930
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(moduledir)" "$(DESTDIR)$(pkgincludedir)"; do \
578
931
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
579
932
        done
580
 
install: $(BUILT_SOURCES)
581
 
        $(MAKE) $(AM_MAKEFLAGS) install-am
582
 
install-exec: install-exec-am
583
 
install-data: install-data-am
584
 
uninstall: uninstall-am
 
933
install-exec: install-exec-recursive
 
934
install-data: install-data-recursive
585
935
 
586
936
install-am: all-am
587
937
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
588
938
 
589
 
installcheck: installcheck-am
 
939
installcheck: installcheck-recursive
590
940
install-strip:
591
941
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
592
942
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
611
961
        -rm -f pragma-grammar.c
612
962
        -rm -f rewrite-expr-grammar.c
613
963
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
614
 
clean: clean-am
 
964
clean: clean-recursive
615
965
 
616
966
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
617
 
        mostlyclean-am
 
967
        clean-moduleLTLIBRARIES mostlyclean-am
618
968
 
619
 
distclean: distclean-am
 
969
distclean: distclean-recursive
620
970
        -rm -rf ./$(DEPDIR)
621
971
        -rm -f Makefile
622
972
distclean-am: clean-am distclean-compile distclean-generic \
623
973
        distclean-tags
624
974
 
625
 
dvi: dvi-am
 
975
dvi: dvi-recursive
626
976
 
627
977
dvi-am:
628
978
 
629
 
html: html-am
 
979
html: html-recursive
630
980
 
631
981
html-am:
632
982
 
633
 
info: info-am
 
983
info: info-recursive
634
984
 
635
985
info-am:
636
986
 
637
 
install-data-am:
 
987
install-data-am: install-moduleLTLIBRARIES install-pkgincludeHEADERS
638
988
 
639
 
install-dvi: install-dvi-am
 
989
install-dvi: install-dvi-recursive
640
990
 
641
991
install-dvi-am:
642
992
 
643
993
install-exec-am: install-libLTLIBRARIES
644
994
 
645
 
install-html: install-html-am
 
995
install-html: install-html-recursive
646
996
 
647
997
install-html-am:
648
998
 
649
 
install-info: install-info-am
 
999
install-info: install-info-recursive
650
1000
 
651
1001
install-info-am:
652
1002
 
653
1003
install-man:
654
1004
 
655
 
install-pdf: install-pdf-am
 
1005
install-pdf: install-pdf-recursive
656
1006
 
657
1007
install-pdf-am:
658
1008
 
659
 
install-ps: install-ps-am
 
1009
install-ps: install-ps-recursive
660
1010
 
661
1011
install-ps-am:
662
1012
 
663
1013
installcheck-am:
664
1014
 
665
 
maintainer-clean: maintainer-clean-am
 
1015
maintainer-clean: maintainer-clean-recursive
666
1016
        -rm -rf ./$(DEPDIR)
667
1017
        -rm -f Makefile
668
1018
maintainer-clean-am: distclean-am maintainer-clean-generic
669
1019
 
670
 
mostlyclean: mostlyclean-am
 
1020
mostlyclean: mostlyclean-recursive
671
1021
 
672
1022
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
673
1023
        mostlyclean-libtool
674
1024
 
675
 
pdf: pdf-am
 
1025
pdf: pdf-recursive
676
1026
 
677
1027
pdf-am:
678
1028
 
679
 
ps: ps-am
 
1029
ps: ps-recursive
680
1030
 
681
1031
ps-am:
682
1032
 
683
 
uninstall-am: uninstall-libLTLIBRARIES
684
 
 
685
 
.MAKE: all check install install-am install-strip
686
 
 
687
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
688
 
        clean-libLTLIBRARIES clean-libtool ctags distclean \
689
 
        distclean-compile distclean-generic distclean-libtool \
690
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
691
 
        install install-am install-data install-data-am install-dvi \
692
 
        install-dvi-am install-exec install-exec-am install-html \
693
 
        install-html-am install-info install-info-am \
694
 
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
695
 
        install-ps install-ps-am install-strip installcheck \
696
 
        installcheck-am installdirs maintainer-clean \
 
1033
uninstall-am: uninstall-libLTLIBRARIES uninstall-moduleLTLIBRARIES \
 
1034
        uninstall-pkgincludeHEADERS
 
1035
 
 
1036
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
 
1037
        ctags-recursive install install-am install-strip \
 
1038
        tags-recursive
 
1039
 
 
1040
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
1041
        all all-am check check-am clean clean-generic \
 
1042
        clean-libLTLIBRARIES clean-libtool clean-moduleLTLIBRARIES \
 
1043
        ctags ctags-recursive distclean distclean-compile \
 
1044
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
1045
        dvi-am html html-am info info-am install install-am \
 
1046
        install-data install-data-am install-dvi install-dvi-am \
 
1047
        install-exec install-exec-am install-html install-html-am \
 
1048
        install-info install-info-am install-libLTLIBRARIES \
 
1049
        install-man install-moduleLTLIBRARIES install-pdf \
 
1050
        install-pdf-am install-pkgincludeHEADERS install-ps \
 
1051
        install-ps-am install-strip installcheck installcheck-am \
 
1052
        installdirs installdirs-am maintainer-clean \
697
1053
        maintainer-clean-generic mostlyclean mostlyclean-compile \
698
1054
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
699
 
        tags uninstall uninstall-am uninstall-libLTLIBRARIES
 
1055
        tags tags-recursive uninstall uninstall-am \
 
1056
        uninstall-libLTLIBRARIES uninstall-moduleLTLIBRARIES \
 
1057
        uninstall-pkgincludeHEADERS
700
1058
 
701
1059
 
702
1060
export top_srcdir
 
1061
 
 
1062
# divert install/uninstall targets to avoid recursing into $(SUBDIRS)
 
1063
 
 
1064
install:
 
1065
        $(MAKE) $(AM_MAKEFLAGS) all
 
1066
        $(MAKE) $(AM_MAKEFLAGS) install-am
 
1067
 
 
1068
uninstall:
 
1069
        $(MAKE) $(AM_MAKEFLAGS) uninstall-am
703
1070
%.y: %.ym $(top_srcdir)/lib/merge-grammar.pl $(top_srcdir)/lib/cfg-grammar.y
704
1071
        $(top_srcdir)/lib/merge-grammar.pl $< > $@
705
1072
 
710
1077
        $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $*.c $(LEX_OUTPUT_ROOT).h $*.h -- $(LEXCOMPILE)
711
1078
 
712
1079
.y.c:
713
 
        $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE) 2>&1 | grep -E -v "warning: (nonterminal|rule) useless in grammar:"
 
1080
        $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE) 2>&1 | $(EGREP) -v "warning: ([0-9]+ )?(nonterminal|rule)s? useless in grammar"
714
1081
 
715
1082
.y.h:
716
 
        $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE) 2>&1 | grep -E -v "warning: (nonterminal|rule) useless in grammar:"
 
1083
        $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE) 2>&1 | $(EGREP) -v "warning: ([0-9]+ )?(nonterminal|rule)s? useless in grammar"
717
1084
 
718
1085
# Tell versions [3.59,3.63) of GNU make to not export all variables.
719
1086
# Otherwise a system limit (for SysV at least) may be exceeded.