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

« back to all changes in this revision

Viewing changes to plugins/omtemplate/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.11 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
 
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
install_sh_DATA = $(install_sh) -c -m 644
 
25
install_sh_PROGRAM = $(install_sh) -c
 
26
install_sh_SCRIPT = $(install_sh) -c
 
27
INSTALL_HEADER = $(INSTALL_DATA)
 
28
transform = $(program_transform_name)
 
29
NORMAL_INSTALL = :
 
30
PRE_INSTALL = :
 
31
POST_INSTALL = :
 
32
NORMAL_UNINSTALL = :
 
33
PRE_UNINSTALL = :
 
34
POST_UNINSTALL = :
 
35
build_triplet = @build@
 
36
host_triplet = @host@
 
37
subdir = plugins/omtemplate
 
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/m4/atomic_operations.m4 \
 
41
        $(top_srcdir)/configure.ac
 
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
43
        $(ACLOCAL_M4)
 
44
mkinstalldirs = $(install_sh) -d
 
45
CONFIG_HEADER = $(top_builddir)/config.h
 
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
 
48
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
49
am__vpath_adj = case $$p in \
 
50
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
51
    *) f=$$p;; \
 
52
  esac;
 
53
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
54
am__install_max = 40
 
55
am__nobase_strip_setup = \
 
56
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
57
am__nobase_strip = \
 
58
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
59
am__nobase_list = $(am__nobase_strip_setup); \
 
60
  for p in $$list; do echo "$$p $$p"; done | \
 
61
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
62
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
63
    if (++n[$$2] == $(am__install_max)) \
 
64
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
65
    END { for (dir in files) print dir, files[dir] }'
 
66
am__base_list = \
 
67
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
68
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
69
am__installdirs = "$(DESTDIR)$(pkglibdir)"
 
70
LTLIBRARIES = $(pkglib_LTLIBRARIES)
 
71
omtemplate_la_DEPENDENCIES =
 
72
am_omtemplate_la_OBJECTS = omtemplate_la-omtemplate.lo
 
73
omtemplate_la_OBJECTS = $(am_omtemplate_la_OBJECTS)
 
74
omtemplate_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
75
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
76
        $(omtemplate_la_LDFLAGS) $(LDFLAGS) -o $@
 
77
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
78
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
79
am__depfiles_maybe = depfiles
 
80
am__mv = mv -f
 
81
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
82
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
83
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
84
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
85
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
86
CCLD = $(CC)
 
87
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
88
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
89
        $(LDFLAGS) -o $@
 
90
SOURCES = $(omtemplate_la_SOURCES)
 
91
DIST_SOURCES = $(omtemplate_la_SOURCES)
 
92
ETAGS = etags
 
93
CTAGS = ctags
 
94
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
95
ACLOCAL = @ACLOCAL@
 
96
AMTAR = @AMTAR@
 
97
AR = @AR@
 
98
AUTOCONF = @AUTOCONF@
 
99
AUTOHEADER = @AUTOHEADER@
 
100
AUTOMAKE = @AUTOMAKE@
 
101
AWK = @AWK@
 
102
CC = @CC@
 
103
CCDEPMODE = @CCDEPMODE@
 
104
CFLAGS = @CFLAGS@
 
105
CPP = @CPP@
 
106
CPPFLAGS = @CPPFLAGS@
 
107
CXX = @CXX@
 
108
CXXCPP = @CXXCPP@
 
109
CXXDEPMODE = @CXXDEPMODE@
 
110
CXXFLAGS = @CXXFLAGS@
 
111
CYGPATH_W = @CYGPATH_W@
 
112
DEFS = @DEFS@
 
113
DEPDIR = @DEPDIR@
 
114
DL_LIBS = @DL_LIBS@
 
115
DSYMUTIL = @DSYMUTIL@
 
116
ECHO = @ECHO@
 
117
ECHO_C = @ECHO_C@
 
118
ECHO_N = @ECHO_N@
 
119
ECHO_T = @ECHO_T@
 
120
EGREP = @EGREP@
 
121
EXEEXT = @EXEEXT@
 
122
F77 = @F77@
 
123
FFLAGS = @FFLAGS@
 
124
GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
 
125
GNUTLS_LIBS = @GNUTLS_LIBS@
 
126
GREP = @GREP@
 
127
GSS_LIBS = @GSS_LIBS@
 
128
HAVE_MYSQL_CONFIG = @HAVE_MYSQL_CONFIG@
 
129
HAVE_PGSQL_CONFIG = @HAVE_PGSQL_CONFIG@
 
130
INSTALL = @INSTALL@
 
131
INSTALL_DATA = @INSTALL_DATA@
 
132
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
133
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
134
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
135
LDFLAGS = @LDFLAGS@
 
136
LIBDBI_CFLAGS = @LIBDBI_CFLAGS@
 
137
LIBDBI_LIBS = @LIBDBI_LIBS@
 
138
LIBLOGGING_CFLAGS = @LIBLOGGING_CFLAGS@
 
139
LIBLOGGING_LIBS = @LIBLOGGING_LIBS@
 
140
LIBOBJS = @LIBOBJS@
 
141
LIBS = @LIBS@
 
142
LIBTOOL = @LIBTOOL@
 
143
LN_S = @LN_S@
 
144
LTLIBOBJS = @LTLIBOBJS@
 
145
MAKEINFO = @MAKEINFO@
 
146
MKDIR_P = @MKDIR_P@
 
147
MYSQL_CFLAGS = @MYSQL_CFLAGS@
 
148
MYSQL_LIBS = @MYSQL_LIBS@
 
149
NMEDIT = @NMEDIT@
 
150
OBJEXT = @OBJEXT@
 
151
PACKAGE = @PACKAGE@
 
152
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
153
PACKAGE_NAME = @PACKAGE_NAME@
 
154
PACKAGE_STRING = @PACKAGE_STRING@
 
155
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
156
PACKAGE_VERSION = @PACKAGE_VERSION@
 
157
PATH_SEPARATOR = @PATH_SEPARATOR@
 
158
PGSQL_CFLAGS = @PGSQL_CFLAGS@
 
159
PGSQL_LIBS = @PGSQL_LIBS@
 
160
PKG_CONFIG = @PKG_CONFIG@
 
161
PTHREADS_CFLAGS = @PTHREADS_CFLAGS@
 
162
PTHREADS_LIBS = @PTHREADS_LIBS@
 
163
RANLIB = @RANLIB@
 
164
RELP_CFLAGS = @RELP_CFLAGS@
 
165
RELP_LIBS = @RELP_LIBS@
 
166
RSRT_CFLAGS = @RSRT_CFLAGS@
 
167
RSRT_LIBS = @RSRT_LIBS@
 
168
RT_LIBS = @RT_LIBS@
 
169
SED = @SED@
 
170
SET_MAKE = @SET_MAKE@
 
171
SHELL = @SHELL@
 
172
SNMP_CFLAGS = @SNMP_CFLAGS@
 
173
SNMP_LIBS = @SNMP_LIBS@
 
174
SOL_LIBS = @SOL_LIBS@
 
175
STRIP = @STRIP@
 
176
VERSION = @VERSION@
 
177
ZLIB_LIBS = @ZLIB_LIBS@
 
178
abs_builddir = @abs_builddir@
 
179
abs_srcdir = @abs_srcdir@
 
180
abs_top_builddir = @abs_top_builddir@
 
181
abs_top_srcdir = @abs_top_srcdir@
 
182
ac_ct_CC = @ac_ct_CC@
 
183
ac_ct_CXX = @ac_ct_CXX@
 
184
ac_ct_F77 = @ac_ct_F77@
 
185
am__include = @am__include@
 
186
am__leading_dot = @am__leading_dot@
 
187
am__quote = @am__quote@
 
188
am__tar = @am__tar@
 
189
am__untar = @am__untar@
 
190
bindir = @bindir@
 
191
build = @build@
 
192
build_alias = @build_alias@
 
193
build_cpu = @build_cpu@
 
194
build_os = @build_os@
 
195
build_vendor = @build_vendor@
 
196
builddir = @builddir@
 
197
datadir = @datadir@
 
198
datarootdir = @datarootdir@
 
199
docdir = @docdir@
 
200
dvidir = @dvidir@
 
201
exec_prefix = @exec_prefix@
 
202
host = @host@
 
203
host_alias = @host_alias@
 
204
host_cpu = @host_cpu@
 
205
host_os = @host_os@
 
206
host_vendor = @host_vendor@
 
207
htmldir = @htmldir@
 
208
includedir = @includedir@
 
209
infodir = @infodir@
 
210
install_sh = @install_sh@
 
211
libdir = @libdir@
 
212
libexecdir = @libexecdir@
 
213
localedir = @localedir@
 
214
localstatedir = @localstatedir@
 
215
mandir = @mandir@
 
216
mkdir_p = @mkdir_p@
 
217
moddirs = @moddirs@
 
218
oldincludedir = @oldincludedir@
 
219
pdfdir = @pdfdir@
 
220
prefix = @prefix@
 
221
program_transform_name = @program_transform_name@
 
222
psdir = @psdir@
 
223
sbindir = @sbindir@
 
224
sharedstatedir = @sharedstatedir@
 
225
srcdir = @srcdir@
 
226
sysconfdir = @sysconfdir@
 
227
target_alias = @target_alias@
 
228
top_build_prefix = @top_build_prefix@
 
229
top_builddir = @top_builddir@
 
230
top_srcdir = @top_srcdir@
 
231
pkglib_LTLIBRARIES = omtemplate.la
 
232
omtemplate_la_SOURCES = omtemplate.c
 
233
omtemplate_la_CPPFLAGS = $(RSRT_CFLAGS) $(PTHREADS_CFLAGS)
 
234
omtemplate_la_LDFLAGS = -module -avoid-version
 
235
omtemplate_la_LIBADD = 
 
236
EXTRA_DIST = 
 
237
all: all-am
 
238
 
 
239
.SUFFIXES:
 
240
.SUFFIXES: .c .lo .o .obj
 
241
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
242
        @for dep in $?; do \
 
243
          case '$(am__configure_deps)' in \
 
244
            *$$dep*) \
 
245
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
246
                && { if test -f $@; then exit 0; else break; fi; }; \
 
247
              exit 1;; \
 
248
          esac; \
 
249
        done; \
 
250
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/omtemplate/Makefile'; \
 
251
        $(am__cd) $(top_srcdir) && \
 
252
          $(AUTOMAKE) --gnu plugins/omtemplate/Makefile
 
253
.PRECIOUS: Makefile
 
254
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
255
        @case '$?' in \
 
256
          *config.status*) \
 
257
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
258
          *) \
 
259
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
260
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
261
        esac;
 
262
 
 
263
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
264
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
265
 
 
266
$(top_srcdir)/configure:  $(am__configure_deps)
 
267
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
268
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
269
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
270
$(am__aclocal_m4_deps):
 
271
install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
 
272
        @$(NORMAL_INSTALL)
 
273
        test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
 
274
        @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
 
275
        list2=; for p in $$list; do \
 
276
          if test -f $$p; then \
 
277
            list2="$$list2 $$p"; \
 
278
          else :; fi; \
 
279
        done; \
 
280
        test -z "$$list2" || { \
 
281
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
 
282
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
 
283
        }
 
284
 
 
285
uninstall-pkglibLTLIBRARIES:
 
286
        @$(NORMAL_UNINSTALL)
 
287
        @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
 
288
        for p in $$list; do \
 
289
          $(am__strip_dir) \
 
290
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
 
291
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
 
292
        done
 
293
 
 
294
clean-pkglibLTLIBRARIES:
 
295
        -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
 
296
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
 
297
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
298
          test "$$dir" != "$$p" || dir=.; \
 
299
          echo "rm -f \"$${dir}/so_locations\""; \
 
300
          rm -f "$${dir}/so_locations"; \
 
301
        done
 
302
omtemplate.la: $(omtemplate_la_OBJECTS) $(omtemplate_la_DEPENDENCIES) 
 
303
        $(omtemplate_la_LINK) -rpath $(pkglibdir) $(omtemplate_la_OBJECTS) $(omtemplate_la_LIBADD) $(LIBS)
 
304
 
 
305
mostlyclean-compile:
 
306
        -rm -f *.$(OBJEXT)
 
307
 
 
308
distclean-compile:
 
309
        -rm -f *.tab.c
 
310
 
 
311
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/omtemplate_la-omtemplate.Plo@am__quote@
 
312
 
 
313
.c.o:
 
314
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
315
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
316
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
317
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
318
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
319
 
 
320
.c.obj:
 
321
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
322
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
323
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
324
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
325
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
326
 
 
327
.c.lo:
 
328
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
329
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
330
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
331
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
332
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
333
 
 
334
omtemplate_la-omtemplate.lo: omtemplate.c
 
335
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(omtemplate_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT omtemplate_la-omtemplate.lo -MD -MP -MF $(DEPDIR)/omtemplate_la-omtemplate.Tpo -c -o omtemplate_la-omtemplate.lo `test -f 'omtemplate.c' || echo '$(srcdir)/'`omtemplate.c
 
336
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/omtemplate_la-omtemplate.Tpo $(DEPDIR)/omtemplate_la-omtemplate.Plo
 
337
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='omtemplate.c' object='omtemplate_la-omtemplate.lo' libtool=yes @AMDEPBACKSLASH@
 
338
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
339
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(omtemplate_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o omtemplate_la-omtemplate.lo `test -f 'omtemplate.c' || echo '$(srcdir)/'`omtemplate.c
 
340
 
 
341
mostlyclean-libtool:
 
342
        -rm -f *.lo
 
343
 
 
344
clean-libtool:
 
345
        -rm -rf .libs _libs
 
346
 
 
347
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
348
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
349
        unique=`for i in $$list; do \
 
350
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
351
          done | \
 
352
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
353
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
354
        mkid -fID $$unique
 
355
tags: TAGS
 
356
 
 
357
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
358
                $(TAGS_FILES) $(LISP)
 
359
        set x; \
 
360
        here=`pwd`; \
 
361
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
362
        unique=`for i in $$list; do \
 
363
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
364
          done | \
 
365
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
366
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
367
        shift; \
 
368
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
369
          test -n "$$unique" || unique=$$empty_fix; \
 
370
          if test $$# -gt 0; then \
 
371
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
372
              "$$@" $$unique; \
 
373
          else \
 
374
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
375
              $$unique; \
 
376
          fi; \
 
377
        fi
 
378
ctags: CTAGS
 
379
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
380
                $(TAGS_FILES) $(LISP)
 
381
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
382
        unique=`for i in $$list; do \
 
383
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
384
          done | \
 
385
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
386
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
387
        test -z "$(CTAGS_ARGS)$$unique" \
 
388
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
389
             $$unique
 
390
 
 
391
GTAGS:
 
392
        here=`$(am__cd) $(top_builddir) && pwd` \
 
393
          && $(am__cd) $(top_srcdir) \
 
394
          && gtags -i $(GTAGS_ARGS) "$$here"
 
395
 
 
396
distclean-tags:
 
397
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
398
 
 
399
distdir: $(DISTFILES)
 
400
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
401
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
402
        list='$(DISTFILES)'; \
 
403
          dist_files=`for file in $$list; do echo $$file; done | \
 
404
          sed -e "s|^$$srcdirstrip/||;t" \
 
405
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
406
        case $$dist_files in \
 
407
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
408
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
409
                           sort -u` ;; \
 
410
        esac; \
 
411
        for file in $$dist_files; do \
 
412
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
413
          if test -d $$d/$$file; then \
 
414
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
415
            if test -d "$(distdir)/$$file"; then \
 
416
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
417
            fi; \
 
418
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
419
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
420
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
421
            fi; \
 
422
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
423
          else \
 
424
            test -f "$(distdir)/$$file" \
 
425
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
426
            || exit 1; \
 
427
          fi; \
 
428
        done
 
429
check-am: all-am
 
430
check: check-am
 
431
all-am: Makefile $(LTLIBRARIES)
 
432
installdirs:
 
433
        for dir in "$(DESTDIR)$(pkglibdir)"; do \
 
434
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
435
        done
 
436
install: install-am
 
437
install-exec: install-exec-am
 
438
install-data: install-data-am
 
439
uninstall: uninstall-am
 
440
 
 
441
install-am: all-am
 
442
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
443
 
 
444
installcheck: installcheck-am
 
445
install-strip:
 
446
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
447
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
448
          `test -z '$(STRIP)' || \
 
449
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
450
mostlyclean-generic:
 
451
 
 
452
clean-generic:
 
453
 
 
454
distclean-generic:
 
455
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
456
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
457
 
 
458
maintainer-clean-generic:
 
459
        @echo "This command is intended for maintainers to use"
 
460
        @echo "it deletes files that may require special tools to rebuild."
 
461
clean: clean-am
 
462
 
 
463
clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
 
464
        mostlyclean-am
 
465
 
 
466
distclean: distclean-am
 
467
        -rm -rf ./$(DEPDIR)
 
468
        -rm -f Makefile
 
469
distclean-am: clean-am distclean-compile distclean-generic \
 
470
        distclean-tags
 
471
 
 
472
dvi: dvi-am
 
473
 
 
474
dvi-am:
 
475
 
 
476
html: html-am
 
477
 
 
478
html-am:
 
479
 
 
480
info: info-am
 
481
 
 
482
info-am:
 
483
 
 
484
install-data-am:
 
485
 
 
486
install-dvi: install-dvi-am
 
487
 
 
488
install-dvi-am:
 
489
 
 
490
install-exec-am: install-pkglibLTLIBRARIES
 
491
 
 
492
install-html: install-html-am
 
493
 
 
494
install-html-am:
 
495
 
 
496
install-info: install-info-am
 
497
 
 
498
install-info-am:
 
499
 
 
500
install-man:
 
501
 
 
502
install-pdf: install-pdf-am
 
503
 
 
504
install-pdf-am:
 
505
 
 
506
install-ps: install-ps-am
 
507
 
 
508
install-ps-am:
 
509
 
 
510
installcheck-am:
 
511
 
 
512
maintainer-clean: maintainer-clean-am
 
513
        -rm -rf ./$(DEPDIR)
 
514
        -rm -f Makefile
 
515
maintainer-clean-am: distclean-am maintainer-clean-generic
 
516
 
 
517
mostlyclean: mostlyclean-am
 
518
 
 
519
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
520
        mostlyclean-libtool
 
521
 
 
522
pdf: pdf-am
 
523
 
 
524
pdf-am:
 
525
 
 
526
ps: ps-am
 
527
 
 
528
ps-am:
 
529
 
 
530
uninstall-am: uninstall-pkglibLTLIBRARIES
 
531
 
 
532
.MAKE: install-am install-strip
 
533
 
 
534
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
535
        clean-libtool clean-pkglibLTLIBRARIES ctags distclean \
 
536
        distclean-compile distclean-generic distclean-libtool \
 
537
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
538
        install install-am install-data install-data-am install-dvi \
 
539
        install-dvi-am install-exec install-exec-am install-html \
 
540
        install-html-am install-info install-info-am install-man \
 
541
        install-pdf install-pdf-am install-pkglibLTLIBRARIES \
 
542
        install-ps install-ps-am install-strip installcheck \
 
543
        installcheck-am installdirs maintainer-clean \
 
544
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
545
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
546
        tags uninstall uninstall-am uninstall-pkglibLTLIBRARIES
 
547
 
 
548
 
 
549
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
550
# Otherwise a system limit (for SysV at least) may be exceeded.
 
551
.NOEXPORT: