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

« back to all changes in this revision

Viewing changes to modules/afsql/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:
74
74
LTLIBRARIES = $(module_LTLIBRARIES)
75
75
am__DEPENDENCIES_1 =
76
76
@ENABLE_SQL_TRUE@libafsql_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
77
 
@ENABLE_SQL_TRUE@       $(am__DEPENDENCIES_1)
 
77
@ENABLE_SQL_TRUE@       $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
78
78
am__libafsql_la_SOURCES_DIST = afsql.c afsql.h afsql-grammar.y \
79
79
        afsql-parser.c afsql-parser.h afsql-plugin.c
80
80
@ENABLE_SQL_TRUE@am_libafsql_la_OBJECTS = libafsql_la-afsql.lo \
145
145
INSTALL_PROGRAM = @INSTALL_PROGRAM@
146
146
INSTALL_SCRIPT = @INSTALL_SCRIPT@
147
147
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
148
IVYKIS_CFLAGS = @IVYKIS_CFLAGS@
 
149
IVYKIS_LIBS = @IVYKIS_LIBS@
 
150
IVYKIS_SUBDIRS = @IVYKIS_SUBDIRS@
 
151
JSON_CFLAGS = @JSON_CFLAGS@
 
152
JSON_C_CFLAGS = @JSON_C_CFLAGS@
 
153
JSON_C_LIBS = @JSON_C_LIBS@
 
154
JSON_GLIB_CFLAGS = @JSON_GLIB_CFLAGS@
 
155
JSON_GLIB_LIBS = @JSON_GLIB_LIBS@
 
156
JSON_LIBS = @JSON_LIBS@
148
157
LD = @LD@
149
158
LDFLAGS = @LDFLAGS@
150
159
LEX = @LEX@
152
161
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
153
162
LIBDBI_CFLAGS = @LIBDBI_CFLAGS@
154
163
LIBDBI_LIBS = @LIBDBI_LIBS@
 
164
LIBMONGO_CFLAGS = @LIBMONGO_CFLAGS@
 
165
LIBMONGO_LIBS = @LIBMONGO_LIBS@
 
166
LIBMONGO_SUBDIRS = @LIBMONGO_SUBDIRS@
155
167
LIBNET_CFLAGS = @LIBNET_CFLAGS@
156
168
LIBNET_LIBS = @LIBNET_LIBS@
157
169
LIBOBJS = @LIBOBJS@
227
239
docdir = @docdir@
228
240
dvidir = @dvidir@
229
241
exec_prefix = @exec_prefix@
 
242
expanded_moduledir = @expanded_moduledir@
230
243
expanded_sysconfdir = @expanded_sysconfdir@
231
244
host = @host@
232
245
host_alias = @host_alias@
239
252
install_sh = @install_sh@
240
253
libdir = @libdir@
241
254
libexecdir = @libexecdir@
 
255
libsystemd_daemon_CFLAGS = @libsystemd_daemon_CFLAGS@
 
256
libsystemd_daemon_LIBS = @libsystemd_daemon_LIBS@
242
257
localedir = @localedir@
243
258
localstatedir = @localstatedir@
244
259
lt_ECHO = @lt_ECHO@
254
269
sbindir = @sbindir@
255
270
sharedstatedir = @sharedstatedir@
256
271
srcdir = @srcdir@
 
272
subdirs = @subdirs@
257
273
sysconfdir = @sysconfdir@
 
274
systemdsystemunitdir = @systemdsystemunitdir@
258
275
target_alias = @target_alias@
259
276
timezonedir = @timezonedir@
260
277
top_build_prefix = @top_build_prefix@
267
284
@ENABLE_SQL_TRUE@       afsql-grammar.y afsql-parser.c afsql-parser.h afsql-plugin.c
268
285
 
269
286
@ENABLE_SQL_TRUE@libafsql_la_CPPFLAGS = $(AM_CPPFLAGS) -DENABLE_SQL=1
270
 
@ENABLE_SQL_TRUE@libafsql_la_LIBADD = $(MODULE_DEPS_LIBS) $(LIBDBI_LIBS)
 
287
@ENABLE_SQL_TRUE@libafsql_la_LIBADD = $(MODULE_DEPS_LIBS) $(LIBDBI_LIBS) $(OPENSSL_LIBS)
271
288
@ENABLE_SQL_TRUE@libafsql_la_LDFLAGS = $(MODULE_LDFLAGS)
272
289
BUILT_SOURCES = afsql-grammar.y afsql-grammar.c afsql-grammar.h
273
290
EXTRA_DIST = $(BUILT_SOURCES) afsql-grammar.ym
622
639
        $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $*.c $(LEX_OUTPUT_ROOT).h $*.h -- $(LEXCOMPILE)
623
640
 
624
641
.y.c:
625
 
        $(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:"
 
642
        $(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"
626
643
 
627
644
.y.h:
628
 
        $(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:"
 
645
        $(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"
629
646
 
630
647
# Tell versions [3.59,3.63) of GNU make to not export all variables.
631
648
# Otherwise a system limit (for SysV at least) may be exceeded.