~ubuntu-branches/ubuntu/lucid/rsyslog/lucid-updates

« back to all changes in this revision

Viewing changes to plugins/imklog/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-06-23 12:12:43 UTC
  • mfrom: (1.1.11 upstream) (3.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20090623121243-d2fejarzidywnn17
Tags: 4.2.0-1
* New upstream release of the now stable v4 branch.
  - Fix warnings when /etc/rsyslog.d/ is empty. Closes: #530228
* debian/patches/imudp_multiple_udp_sockets.patch
  - Removed, merged upstream.
* debian/rsyslog.default
  - Set default compat mode to '4'.
* debian/rsyslog.logcheck.ignore.server
  - Update logcheck rules files to also ignore rsyslogd and imklog stop
    messages.
* debian/control
  - Bump Standards-Version to 3.8.2. No further changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
46
48
mkinstalldirs = $(install_sh) -d
47
49
CONFIG_HEADER = $(top_builddir)/config.h
48
50
CONFIG_CLEAN_FILES =
 
51
CONFIG_CLEAN_VPATH_FILES =
49
52
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50
53
am__vpath_adj = case $$p in \
51
54
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52
55
    *) f=$$p;; \
53
56
  esac;
54
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
57
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
58
am__install_max = 40
 
59
am__nobase_strip_setup = \
 
60
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
61
am__nobase_strip = \
 
62
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
63
am__nobase_list = $(am__nobase_strip_setup); \
 
64
  for p in $$list; do echo "$$p $$p"; done | \
 
65
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
66
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
67
    if (++n[$$2] == $(am__install_max)) \
 
68
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
69
    END { for (dir in files) print dir, files[dir] }'
 
70
am__base_list = \
 
71
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
72
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
55
73
am__installdirs = "$(DESTDIR)$(pkglibdir)"
56
 
pkglibLTLIBRARIES_INSTALL = $(INSTALL)
57
74
LTLIBRARIES = $(pkglib_LTLIBRARIES)
58
75
imklog_la_DEPENDENCIES =
59
76
am__imklog_la_SOURCES_DIST = imklog.c imklog.h bsd.c linux.c module.h \
71
88
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
72
89
depcomp = $(SHELL) $(top_srcdir)/depcomp
73
90
am__depfiles_maybe = depfiles
 
91
am__mv = mv -f
74
92
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
75
93
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76
94
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
164
182
SHELL = @SHELL@
165
183
SNMP_CFLAGS = @SNMP_CFLAGS@
166
184
SNMP_LIBS = @SNMP_LIBS@
 
185
SOL_LIBS = @SOL_LIBS@
167
186
STRIP = @STRIP@
168
187
VERSION = @VERSION@
169
188
ZLIB_LIBS = @ZLIB_LIBS@
233
252
        @for dep in $?; do \
234
253
          case '$(am__configure_deps)' in \
235
254
            *$$dep*) \
236
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
237
 
                && exit 0; \
 
255
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
256
                && { if test -f $@; then exit 0; else break; fi; }; \
238
257
              exit 1;; \
239
258
          esac; \
240
259
        done; \
241
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plugins/imklog/Makefile'; \
242
 
        cd $(top_srcdir) && \
243
 
          $(AUTOMAKE) --gnu  plugins/imklog/Makefile
 
260
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/imklog/Makefile'; \
 
261
        $(am__cd) $(top_srcdir) && \
 
262
          $(AUTOMAKE) --gnu plugins/imklog/Makefile
244
263
.PRECIOUS: Makefile
245
264
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
246
265
        @case '$?' in \
258
277
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259
278
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
260
279
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
280
$(am__aclocal_m4_deps):
261
281
install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
262
282
        @$(NORMAL_INSTALL)
263
283
        test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
264
 
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
 
284
        @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
 
285
        list2=; for p in $$list; do \
265
286
          if test -f $$p; then \
266
 
            f=$(am__strip_dir) \
267
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
268
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
 
287
            list2="$$list2 $$p"; \
269
288
          else :; fi; \
270
 
        done
 
289
        done; \
 
290
        test -z "$$list2" || { \
 
291
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
 
292
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
 
293
        }
271
294
 
272
295
uninstall-pkglibLTLIBRARIES:
273
296
        @$(NORMAL_UNINSTALL)
274
 
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
275
 
          p=$(am__strip_dir) \
276
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
277
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
 
297
        @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
 
298
        for p in $$list; do \
 
299
          $(am__strip_dir) \
 
300
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
 
301
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
278
302
        done
279
303
 
280
304
clean-pkglibLTLIBRARIES:
302
326
 
303
327
.c.o:
304
328
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
305
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
329
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
306
330
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
307
331
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
308
332
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
309
333
 
310
334
.c.obj:
311
335
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
312
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
336
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
313
337
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
314
338
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
315
339
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
316
340
 
317
341
.c.lo:
318
342
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
319
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
343
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
320
344
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
321
345
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
322
346
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
323
347
 
324
348
imklog_la-imklog.lo: imklog.c
325
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(imklog_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT imklog_la-imklog.lo -MD -MP -MF $(DEPDIR)/imklog_la-imklog.Tpo -c -o imklog_la-imklog.lo `test -f 'imklog.c' || echo '$(srcdir)/'`imklog.c
326
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/imklog_la-imklog.Tpo $(DEPDIR)/imklog_la-imklog.Plo
 
349
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(imklog_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT imklog_la-imklog.lo -MD -MP -MF $(DEPDIR)/imklog_la-imklog.Tpo -c -o imklog_la-imklog.lo `test -f 'imklog.c' || echo '$(srcdir)/'`imklog.c
 
350
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/imklog_la-imklog.Tpo $(DEPDIR)/imklog_la-imklog.Plo
327
351
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='imklog.c' object='imklog_la-imklog.lo' libtool=yes @AMDEPBACKSLASH@
328
352
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(imklog_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o imklog_la-imklog.lo `test -f 'imklog.c' || echo '$(srcdir)/'`imklog.c
 
353
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(imklog_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o imklog_la-imklog.lo `test -f 'imklog.c' || echo '$(srcdir)/'`imklog.c
330
354
 
331
355
imklog_la-bsd.lo: bsd.c
332
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(imklog_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT imklog_la-bsd.lo -MD -MP -MF $(DEPDIR)/imklog_la-bsd.Tpo -c -o imklog_la-bsd.lo `test -f 'bsd.c' || echo '$(srcdir)/'`bsd.c
333
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/imklog_la-bsd.Tpo $(DEPDIR)/imklog_la-bsd.Plo
 
356
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(imklog_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT imklog_la-bsd.lo -MD -MP -MF $(DEPDIR)/imklog_la-bsd.Tpo -c -o imklog_la-bsd.lo `test -f 'bsd.c' || echo '$(srcdir)/'`bsd.c
 
357
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/imklog_la-bsd.Tpo $(DEPDIR)/imklog_la-bsd.Plo
334
358
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='bsd.c' object='imklog_la-bsd.lo' libtool=yes @AMDEPBACKSLASH@
335
359
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
336
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(imklog_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o imklog_la-bsd.lo `test -f 'bsd.c' || echo '$(srcdir)/'`bsd.c
 
360
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(imklog_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o imklog_la-bsd.lo `test -f 'bsd.c' || echo '$(srcdir)/'`bsd.c
337
361
 
338
362
imklog_la-linux.lo: linux.c
339
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(imklog_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT imklog_la-linux.lo -MD -MP -MF $(DEPDIR)/imklog_la-linux.Tpo -c -o imklog_la-linux.lo `test -f 'linux.c' || echo '$(srcdir)/'`linux.c
340
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/imklog_la-linux.Tpo $(DEPDIR)/imklog_la-linux.Plo
 
363
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(imklog_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT imklog_la-linux.lo -MD -MP -MF $(DEPDIR)/imklog_la-linux.Tpo -c -o imklog_la-linux.lo `test -f 'linux.c' || echo '$(srcdir)/'`linux.c
 
364
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/imklog_la-linux.Tpo $(DEPDIR)/imklog_la-linux.Plo
341
365
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='linux.c' object='imklog_la-linux.lo' libtool=yes @AMDEPBACKSLASH@
342
366
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
343
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(imklog_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o imklog_la-linux.lo `test -f 'linux.c' || echo '$(srcdir)/'`linux.c
 
367
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(imklog_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o imklog_la-linux.lo `test -f 'linux.c' || echo '$(srcdir)/'`linux.c
344
368
 
345
369
imklog_la-ksym.lo: ksym.c
346
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(imklog_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT imklog_la-ksym.lo -MD -MP -MF $(DEPDIR)/imklog_la-ksym.Tpo -c -o imklog_la-ksym.lo `test -f 'ksym.c' || echo '$(srcdir)/'`ksym.c
347
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/imklog_la-ksym.Tpo $(DEPDIR)/imklog_la-ksym.Plo
 
370
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(imklog_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT imklog_la-ksym.lo -MD -MP -MF $(DEPDIR)/imklog_la-ksym.Tpo -c -o imklog_la-ksym.lo `test -f 'ksym.c' || echo '$(srcdir)/'`ksym.c
 
371
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/imklog_la-ksym.Tpo $(DEPDIR)/imklog_la-ksym.Plo
348
372
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ksym.c' object='imklog_la-ksym.lo' libtool=yes @AMDEPBACKSLASH@
349
373
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
350
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(imklog_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o imklog_la-ksym.lo `test -f 'ksym.c' || echo '$(srcdir)/'`ksym.c
 
374
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(imklog_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o imklog_la-ksym.lo `test -f 'ksym.c' || echo '$(srcdir)/'`ksym.c
351
375
 
352
376
imklog_la-ksym_mod.lo: ksym_mod.c
353
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(imklog_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT imklog_la-ksym_mod.lo -MD -MP -MF $(DEPDIR)/imklog_la-ksym_mod.Tpo -c -o imklog_la-ksym_mod.lo `test -f 'ksym_mod.c' || echo '$(srcdir)/'`ksym_mod.c
354
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/imklog_la-ksym_mod.Tpo $(DEPDIR)/imklog_la-ksym_mod.Plo
 
377
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(imklog_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT imklog_la-ksym_mod.lo -MD -MP -MF $(DEPDIR)/imklog_la-ksym_mod.Tpo -c -o imklog_la-ksym_mod.lo `test -f 'ksym_mod.c' || echo '$(srcdir)/'`ksym_mod.c
 
378
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/imklog_la-ksym_mod.Tpo $(DEPDIR)/imklog_la-ksym_mod.Plo
355
379
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ksym_mod.c' object='imklog_la-ksym_mod.lo' libtool=yes @AMDEPBACKSLASH@
356
380
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
357
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(imklog_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o imklog_la-ksym_mod.lo `test -f 'ksym_mod.c' || echo '$(srcdir)/'`ksym_mod.c
 
381
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(imklog_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o imklog_la-ksym_mod.lo `test -f 'ksym_mod.c' || echo '$(srcdir)/'`ksym_mod.c
358
382
 
359
383
mostlyclean-libtool:
360
384
        -rm -f *.lo
367
391
        unique=`for i in $$list; do \
368
392
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369
393
          done | \
370
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
394
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
371
395
              END { if (nonempty) { for (i in files) print i; }; }'`; \
372
396
        mkid -fID $$unique
373
397
tags: TAGS
374
398
 
375
399
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
376
400
                $(TAGS_FILES) $(LISP)
377
 
        tags=; \
 
401
        set x; \
378
402
        here=`pwd`; \
379
403
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
380
404
        unique=`for i in $$list; do \
382
406
          done | \
383
407
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
384
408
              END { if (nonempty) { for (i in files) print i; }; }'`; \
385
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
409
        shift; \
 
410
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
386
411
          test -n "$$unique" || unique=$$empty_fix; \
387
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
388
 
            $$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; \
389
419
        fi
390
420
ctags: CTAGS
391
421
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
392
422
                $(TAGS_FILES) $(LISP)
393
 
        tags=; \
394
423
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
395
424
        unique=`for i in $$list; do \
396
425
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
397
426
          done | \
398
427
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
399
428
              END { if (nonempty) { for (i in files) print i; }; }'`; \
400
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
429
        test -z "$(CTAGS_ARGS)$$unique" \
401
430
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
402
 
             $$tags $$unique
 
431
             $$unique
403
432
 
404
433
GTAGS:
405
434
        here=`$(am__cd) $(top_builddir) && pwd` \
406
 
          && cd $(top_srcdir) \
407
 
          && gtags -i $(GTAGS_ARGS) $$here
 
435
          && $(am__cd) $(top_srcdir) \
 
436
          && gtags -i $(GTAGS_ARGS) "$$here"
408
437
 
409
438
distclean-tags:
410
439
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
425
454
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
426
455
          if test -d $$d/$$file; then \
427
456
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
457
            if test -d "$(distdir)/$$file"; then \
 
458
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
459
            fi; \
428
460
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
429
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
461
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
462
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
430
463
            fi; \
431
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
464
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
432
465
          else \
433
 
            test -f $(distdir)/$$file \
434
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
466
            test -f "$(distdir)/$$file" \
 
467
            || cp -p $$d/$$file "$(distdir)/$$file" \
435
468
            || exit 1; \
436
469
          fi; \
437
470
        done
462
495
 
463
496
distclean-generic:
464
497
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
498
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
465
499
 
466
500
maintainer-clean-generic:
467
501
        @echo "This command is intended for maintainers to use"
483
517
 
484
518
html: html-am
485
519
 
 
520
html-am:
 
521
 
486
522
info: info-am
487
523
 
488
524
info-am:
491
527
 
492
528
install-dvi: install-dvi-am
493
529
 
 
530
install-dvi-am:
 
531
 
494
532
install-exec-am: install-pkglibLTLIBRARIES
495
533
 
496
534
install-html: install-html-am
497
535
 
 
536
install-html-am:
 
537
 
498
538
install-info: install-info-am
499
539
 
 
540
install-info-am:
 
541
 
500
542
install-man:
501
543
 
502
544
install-pdf: install-pdf-am
503
545
 
 
546
install-pdf-am:
 
547
 
504
548
install-ps: install-ps-am
505
549
 
 
550
install-ps-am:
 
551
 
506
552
installcheck-am:
507
553
 
508
554
maintainer-clean: maintainer-clean-am
541
587
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
542
588
        tags uninstall uninstall-am uninstall-pkglibLTLIBRARIES
543
589
 
 
590
 
544
591
# Tell versions [3.59,3.63) of GNU make to not export all variables.
545
592
# Otherwise a system limit (for SysV at least) may be exceeded.
546
593
.NOEXPORT: