~ubuntu-branches/debian/sid/glusterfs/sid

« back to all changes in this revision

Viewing changes to xlators/features/changelog/src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2014-04-22 10:00:41 UTC
  • mfrom: (1.3.25)
  • Revision ID: package-import@ubuntu.com-20140422100041-6mur2ttyvb8zzpfq
Tags: 3.5.0-1
* New upstream release.
  - Rewrite patch 01-spelling-error.
  - Adjust lintian overrides.
  - Install new files.
  - The offical tarball is not properly generated, hack it around.
  - Add symlink from fusermount-glusterfs manpage to mount.glusterfs.
  - Move gsync-sync-gfid from /usr/share to /usr/lib.
  - Add benchmarking directory.
* Remove old versioned build dependencies and build depend on libglib2.0-dev.
* Add lintian override for possible-gpl-code-linked-with-openssl. It is the
  same false positive like with the gluster-server package.

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
 
 
18
 
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibdir = $(libdir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
install_sh_DATA = $(install_sh) -c -m 644
 
26
install_sh_PROGRAM = $(install_sh) -c
 
27
install_sh_SCRIPT = $(install_sh) -c
 
28
INSTALL_HEADER = $(INSTALL_DATA)
 
29
transform = $(program_transform_name)
 
30
NORMAL_INSTALL = :
 
31
PRE_INSTALL = :
 
32
POST_INSTALL = :
 
33
NORMAL_UNINSTALL = :
 
34
PRE_UNINSTALL = :
 
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
 
37
host_triplet = @host@
 
38
subdir = xlators/features/changelog/src
 
39
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
40
        $(srcdir)/Makefile.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/contrib/aclocal/mkdirp.m4 \
 
43
        $(top_srcdir)/contrib/aclocal/python.m4 \
 
44
        $(top_srcdir)/configure.ac
 
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
46
        $(ACLOCAL_M4)
 
47
mkinstalldirs = $(install_sh) -d
 
48
CONFIG_HEADER = $(top_builddir)/config.h
 
49
CONFIG_CLEAN_FILES =
 
50
CONFIG_CLEAN_VPATH_FILES =
 
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
am__installdirs = "$(DESTDIR)$(xlatordir)"
 
73
LTLIBRARIES = $(xlator_LTLIBRARIES)
 
74
changelog_la_DEPENDENCIES =  \
 
75
        $(top_builddir)/libglusterfs/src/libglusterfs.la
 
76
am_changelog_la_OBJECTS = changelog.lo changelog-rt.lo \
 
77
        changelog-helpers.lo changelog-encoders.lo \
 
78
        changelog-notifier.lo
 
79
changelog_la_OBJECTS = $(am_changelog_la_OBJECTS)
 
80
AM_V_lt = $(am__v_lt_$(V))
 
81
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
82
am__v_lt_0 = --silent
 
83
changelog_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
84
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
85
        $(changelog_la_LDFLAGS) $(LDFLAGS) -o $@
 
86
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
87
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
88
am__depfiles_maybe = depfiles
 
89
am__mv = mv -f
 
90
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
91
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
92
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
93
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
94
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
95
        $(AM_CFLAGS) $(CFLAGS)
 
96
AM_V_CC = $(am__v_CC_$(V))
 
97
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
98
am__v_CC_0 = @echo "  CC    " $@;
 
99
AM_V_at = $(am__v_at_$(V))
 
100
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
101
am__v_at_0 = @
 
102
CCLD = $(CC)
 
103
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
104
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
105
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
106
AM_V_CCLD = $(am__v_CCLD_$(V))
 
107
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
108
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
109
AM_V_GEN = $(am__v_GEN_$(V))
 
110
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
111
am__v_GEN_0 = @echo "  GEN   " $@;
 
112
SOURCES = $(changelog_la_SOURCES)
 
113
DIST_SOURCES = $(changelog_la_SOURCES)
 
114
HEADERS = $(noinst_HEADERS)
 
115
ETAGS = etags
 
116
CTAGS = ctags
 
117
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
118
ACLOCAL = @ACLOCAL@
 
119
AMTAR = @AMTAR@
 
120
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
121
AM_LIBTOOLFLAGS = @AM_LIBTOOLFLAGS@
 
122
AM_MAKEFLAGS = @AM_MAKEFLAGS@
 
123
AR = @AR@
 
124
ARGP_STANDALONE_CPPFLAGS = @ARGP_STANDALONE_CPPFLAGS@
 
125
ARGP_STANDALONE_LDADD = @ARGP_STANDALONE_LDADD@
 
126
AUTOCONF = @AUTOCONF@
 
127
AUTOHEADER = @AUTOHEADER@
 
128
AUTOMAKE = @AUTOMAKE@
 
129
AWK = @AWK@
 
130
BUILD_PYTHON_INC = @BUILD_PYTHON_INC@
 
131
BUILD_PYTHON_LIB = @BUILD_PYTHON_LIB@
 
132
CC = @CC@
 
133
CCDEPMODE = @CCDEPMODE@
 
134
CFLAGS = @CFLAGS@
 
135
CONTRIBDIR = @CONTRIBDIR@
 
136
CPP = @CPP@
 
137
CPPFLAGS = @CPPFLAGS@
 
138
CYGPATH_W = @CYGPATH_W@
 
139
DEFS = @DEFS@
 
140
DEPDIR = @DEPDIR@
 
141
DSYMUTIL = @DSYMUTIL@
 
142
DTRACE = @DTRACE@
 
143
DUMPBIN = @DUMPBIN@
 
144
ECHO_C = @ECHO_C@
 
145
ECHO_N = @ECHO_N@
 
146
ECHO_T = @ECHO_T@
 
147
EGREP = @EGREP@
 
148
EXEEXT = @EXEEXT@
 
149
FGREP = @FGREP@
 
150
FUSERMOUNT_SUBDIR = @FUSERMOUNT_SUBDIR@
 
151
FUSE_CLIENT_SUBDIR = @FUSE_CLIENT_SUBDIR@
 
152
GF_CFLAGS = @GF_CFLAGS@
 
153
GF_CPPFLAGS = @GF_CPPFLAGS@
 
154
GF_DISTRIBUTION = @GF_DISTRIBUTION@
 
155
GF_FUSE_CFLAGS = @GF_FUSE_CFLAGS@
 
156
GF_FUSE_LDADD = @GF_FUSE_LDADD@
 
157
GF_GLUSTERFS_CFLAGS = @GF_GLUSTERFS_CFLAGS@
 
158
GF_GLUSTERFS_LIBS = @GF_GLUSTERFS_LIBS@
 
159
GF_HOST_OS = @GF_HOST_OS@
 
160
GF_LDADD = @GF_LDADD@
 
161
GF_LDFLAGS = @GF_LDFLAGS@
 
162
GLIB_CFLAGS = @GLIB_CFLAGS@
 
163
GLIB_LIBS = @GLIB_LIBS@
 
164
GLUPY_SUBDIR = @GLUPY_SUBDIR@
 
165
GLUPY_SUBDIR_MAKEFILE = @GLUPY_SUBDIR_MAKEFILE@
 
166
GLUPY_SUBDIR_SRC_MAKEFILE = @GLUPY_SUBDIR_SRC_MAKEFILE@
 
167
GREP = @GREP@
 
168
HAVE_BACKTRACE = @HAVE_BACKTRACE@
 
169
HAVE_LINKAT = @HAVE_LINKAT@
 
170
HAVE_MALLOC_STATS = @HAVE_MALLOC_STATS@
 
171
HAVE_SPINLOCK = @HAVE_SPINLOCK@
 
172
HAVE_STRNLEN = @HAVE_STRNLEN@
 
173
IBVERBS_SUBDIR = @IBVERBS_SUBDIR@
 
174
INSTALL = @INSTALL@
 
175
INSTALL_DATA = @INSTALL_DATA@
 
176
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
177
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
178
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
179
LD = @LD@
 
180
LDFLAGS = @LDFLAGS@
 
181
LEX = @LEX@
 
182
LEXLIB = @LEXLIB@
 
183
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
184
LIBAIO = @LIBAIO@
 
185
LIBOBJS = @LIBOBJS@
 
186
LIBS = @LIBS@
 
187
LIBTOOL = @LIBTOOL@
 
188
LIBZ_CFLAGS = @LIBZ_CFLAGS@
 
189
LIBZ_LIBS = @LIBZ_LIBS@
 
190
LIPO = @LIPO@
 
191
LN_S = @LN_S@
 
192
LTLIBOBJS = @LTLIBOBJS@
 
193
MAKEINFO = @MAKEINFO@
 
194
MKDIR_P = @MKDIR_P@
 
195
NM = @NM@
 
196
NMEDIT = @NMEDIT@
 
197
OBJDUMP = @OBJDUMP@
 
198
OBJEXT = @OBJEXT@
 
199
OCF_SUBDIR = @OCF_SUBDIR@
 
200
OTOOL = @OTOOL@
 
201
OTOOL64 = @OTOOL64@
 
202
PACKAGE = @PACKAGE@
 
203
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
204
PACKAGE_NAME = @PACKAGE_NAME@
 
205
PACKAGE_STRING = @PACKAGE_STRING@
 
206
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
207
PACKAGE_VERSION = @PACKAGE_VERSION@
 
208
PATH_SEPARATOR = @PATH_SEPARATOR@
 
209
PKG_CONFIG = @PKG_CONFIG@
 
210
PYTHON = @PYTHON@
 
211
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
212
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
213
PYTHON_PREFIX = @PYTHON_PREFIX@
 
214
PYTHON_VERSION = @PYTHON_VERSION@
 
215
RANLIB = @RANLIB@
 
216
RDMA_SUBDIR = @RDMA_SUBDIR@
 
217
RLLIBS = @RLLIBS@
 
218
SED = @SED@
 
219
SET_MAKE = @SET_MAKE@
 
220
SHELL = @SHELL@
 
221
SIZEOF_INT = @SIZEOF_INT@
 
222
SIZEOF_LONG = @SIZEOF_LONG@
 
223
SIZEOF_LONG_LONG = @SIZEOF_LONG_LONG@
 
224
SIZEOF_SHORT = @SIZEOF_SHORT@
 
225
STRIP = @STRIP@
 
226
SYNCDAEMON_COMPILE = @SYNCDAEMON_COMPILE@
 
227
SYNCDAEMON_SUBDIR = @SYNCDAEMON_SUBDIR@
 
228
VERSION = @VERSION@
 
229
XML2_CONFIG = @XML2_CONFIG@
 
230
XML_CPPFLAGS = @XML_CPPFLAGS@
 
231
XML_LIBS = @XML_LIBS@
 
232
YACC = @YACC@
 
233
YFLAGS = @YFLAGS@
 
234
ZLIB_CFLAGS = @ZLIB_CFLAGS@
 
235
ZLIB_LIBS = @ZLIB_LIBS@
 
236
abs_builddir = @abs_builddir@
 
237
abs_srcdir = @abs_srcdir@
 
238
abs_top_builddir = @abs_top_builddir@
 
239
abs_top_srcdir = @abs_top_srcdir@
 
240
ac_ct_CC = @ac_ct_CC@
 
241
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
242
am__include = @am__include@
 
243
am__leading_dot = @am__leading_dot@
 
244
am__quote = @am__quote@
 
245
am__tar = @am__tar@
 
246
am__untar = @am__untar@
 
247
bindir = @bindir@
 
248
build = @build@
 
249
build_alias = @build_alias@
 
250
build_cpu = @build_cpu@
 
251
build_os = @build_os@
 
252
build_vendor = @build_vendor@
 
253
builddir = @builddir@
 
254
datadir = @datadir@
 
255
datarootdir = @datarootdir@
 
256
docdir = @docdir@
 
257
dvidir = @dvidir@
 
258
exec_prefix = @exec_prefix@
 
259
host = @host@
 
260
host_alias = @host_alias@
 
261
host_cpu = @host_cpu@
 
262
host_os = @host_os@
 
263
host_vendor = @host_vendor@
 
264
htmldir = @htmldir@
 
265
includedir = @includedir@
 
266
infodir = @infodir@
 
267
initdir = @initdir@
 
268
install_sh = @install_sh@
 
269
launchddir = @launchddir@
 
270
libdir = @libdir@
 
271
libexecdir = @libexecdir@
 
272
localedir = @localedir@
 
273
localstatedir = @localstatedir@
 
274
lt_ECHO = @lt_ECHO@
 
275
mandir = @mandir@
 
276
mkdir_p = @mkdir_p@
 
277
mountutildir = @mountutildir@
 
278
oldincludedir = @oldincludedir@
 
279
pdfdir = @pdfdir@
 
280
pkgconfigdir = @pkgconfigdir@
 
281
pkgpyexecdir = @pkgpyexecdir@
 
282
pkgpythondir = @pkgpythondir@
 
283
prefix = @prefix@
 
284
program_transform_name = @program_transform_name@
 
285
psdir = @psdir@
 
286
pyexecdir = @pyexecdir@
 
287
pythondir = @pythondir@
 
288
sbindir = @sbindir@
 
289
sharedstatedir = @sharedstatedir@
 
290
srcdir = @srcdir@
 
291
subdirs = @subdirs@
 
292
sysconfdir = @sysconfdir@
 
293
systemddir = @systemddir@
 
294
target_alias = @target_alias@
 
295
top_build_prefix = @top_build_prefix@
 
296
top_builddir = @top_builddir@
 
297
top_srcdir = @top_srcdir@
 
298
xlator_LTLIBRARIES = changelog.la
 
299
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features
 
300
noinst_HEADERS = changelog-helpers.h changelog-mem-types.h changelog-rt.h \
 
301
        changelog-misc.h changelog-encoders.h changelog-notifier.h
 
302
 
 
303
changelog_la_LDFLAGS = -module -avoidversion
 
304
changelog_la_SOURCES = changelog.c changelog-rt.c changelog-helpers.c \
 
305
        changelog-encoders.c changelog-notifier.c
 
306
 
 
307
changelog_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
 
308
AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src -fPIC -D_FILE_OFFSET_BITS=64 \
 
309
        -D_GNU_SOURCE -D$(GF_HOST_OS) -shared -nostartfiles -DDATADIR=\"$(localstatedir)\"
 
310
 
 
311
AM_CFLAGS = -Wall $(GF_CFLAGS)
 
312
CLEANFILES = 
 
313
all: all-am
 
314
 
 
315
.SUFFIXES:
 
316
.SUFFIXES: .c .lo .o .obj
 
317
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
318
        @for dep in $?; do \
 
319
          case '$(am__configure_deps)' in \
 
320
            *$$dep*) \
 
321
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
322
                && { if test -f $@; then exit 0; else break; fi; }; \
 
323
              exit 1;; \
 
324
          esac; \
 
325
        done; \
 
326
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xlators/features/changelog/src/Makefile'; \
 
327
        $(am__cd) $(top_srcdir) && \
 
328
          $(AUTOMAKE) --foreign xlators/features/changelog/src/Makefile
 
329
.PRECIOUS: Makefile
 
330
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
331
        @case '$?' in \
 
332
          *config.status*) \
 
333
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
334
          *) \
 
335
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
336
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
337
        esac;
 
338
 
 
339
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
340
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
341
 
 
342
$(top_srcdir)/configure:  $(am__configure_deps)
 
343
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
344
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
345
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
346
$(am__aclocal_m4_deps):
 
347
install-xlatorLTLIBRARIES: $(xlator_LTLIBRARIES)
 
348
        @$(NORMAL_INSTALL)
 
349
        test -z "$(xlatordir)" || $(MKDIR_P) "$(DESTDIR)$(xlatordir)"
 
350
        @list='$(xlator_LTLIBRARIES)'; test -n "$(xlatordir)" || list=; \
 
351
        list2=; for p in $$list; do \
 
352
          if test -f $$p; then \
 
353
            list2="$$list2 $$p"; \
 
354
          else :; fi; \
 
355
        done; \
 
356
        test -z "$$list2" || { \
 
357
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(xlatordir)'"; \
 
358
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(xlatordir)"; \
 
359
        }
 
360
 
 
361
uninstall-xlatorLTLIBRARIES:
 
362
        @$(NORMAL_UNINSTALL)
 
363
        @list='$(xlator_LTLIBRARIES)'; test -n "$(xlatordir)" || list=; \
 
364
        for p in $$list; do \
 
365
          $(am__strip_dir) \
 
366
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(xlatordir)/$$f'"; \
 
367
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(xlatordir)/$$f"; \
 
368
        done
 
369
 
 
370
clean-xlatorLTLIBRARIES:
 
371
        -test -z "$(xlator_LTLIBRARIES)" || rm -f $(xlator_LTLIBRARIES)
 
372
        @list='$(xlator_LTLIBRARIES)'; for p in $$list; do \
 
373
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
374
          test "$$dir" != "$$p" || dir=.; \
 
375
          echo "rm -f \"$${dir}/so_locations\""; \
 
376
          rm -f "$${dir}/so_locations"; \
 
377
        done
 
378
changelog.la: $(changelog_la_OBJECTS) $(changelog_la_DEPENDENCIES) 
 
379
        $(AM_V_CCLD)$(changelog_la_LINK) -rpath $(xlatordir) $(changelog_la_OBJECTS) $(changelog_la_LIBADD) $(LIBS)
 
380
 
 
381
mostlyclean-compile:
 
382
        -rm -f *.$(OBJEXT)
 
383
 
 
384
distclean-compile:
 
385
        -rm -f *.tab.c
 
386
 
 
387
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/changelog-encoders.Plo@am__quote@
 
388
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/changelog-helpers.Plo@am__quote@
 
389
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/changelog-notifier.Plo@am__quote@
 
390
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/changelog-rt.Plo@am__quote@
 
391
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/changelog.Plo@am__quote@
 
392
 
 
393
.c.o:
 
394
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
395
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
396
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
397
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
398
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
399
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
400
 
 
401
.c.obj:
 
402
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
403
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
404
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
405
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
406
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
407
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
408
 
 
409
.c.lo:
 
410
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
411
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
412
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
413
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
414
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
415
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
416
 
 
417
mostlyclean-libtool:
 
418
        -rm -f *.lo
 
419
 
 
420
clean-libtool:
 
421
        -rm -rf .libs _libs
 
422
 
 
423
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
424
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
425
        unique=`for i in $$list; do \
 
426
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
427
          done | \
 
428
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
429
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
430
        mkid -fID $$unique
 
431
tags: TAGS
 
432
 
 
433
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
434
                $(TAGS_FILES) $(LISP)
 
435
        set x; \
 
436
        here=`pwd`; \
 
437
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
438
        unique=`for i in $$list; do \
 
439
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
440
          done | \
 
441
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
442
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
443
        shift; \
 
444
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
445
          test -n "$$unique" || unique=$$empty_fix; \
 
446
          if test $$# -gt 0; then \
 
447
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
448
              "$$@" $$unique; \
 
449
          else \
 
450
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
451
              $$unique; \
 
452
          fi; \
 
453
        fi
 
454
ctags: CTAGS
 
455
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
456
                $(TAGS_FILES) $(LISP)
 
457
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
458
        unique=`for i in $$list; do \
 
459
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
460
          done | \
 
461
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
462
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
463
        test -z "$(CTAGS_ARGS)$$unique" \
 
464
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
465
             $$unique
 
466
 
 
467
GTAGS:
 
468
        here=`$(am__cd) $(top_builddir) && pwd` \
 
469
          && $(am__cd) $(top_srcdir) \
 
470
          && gtags -i $(GTAGS_ARGS) "$$here"
 
471
 
 
472
distclean-tags:
 
473
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
474
 
 
475
distdir: $(DISTFILES)
 
476
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
477
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
478
        list='$(DISTFILES)'; \
 
479
          dist_files=`for file in $$list; do echo $$file; done | \
 
480
          sed -e "s|^$$srcdirstrip/||;t" \
 
481
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
482
        case $$dist_files in \
 
483
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
484
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
485
                           sort -u` ;; \
 
486
        esac; \
 
487
        for file in $$dist_files; do \
 
488
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
489
          if test -d $$d/$$file; then \
 
490
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
491
            if test -d "$(distdir)/$$file"; then \
 
492
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
493
            fi; \
 
494
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
495
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
496
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
497
            fi; \
 
498
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
499
          else \
 
500
            test -f "$(distdir)/$$file" \
 
501
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
502
            || exit 1; \
 
503
          fi; \
 
504
        done
 
505
check-am: all-am
 
506
check: check-am
 
507
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
508
installdirs:
 
509
        for dir in "$(DESTDIR)$(xlatordir)"; do \
 
510
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
511
        done
 
512
install: install-am
 
513
install-exec: install-exec-am
 
514
install-data: install-data-am
 
515
uninstall: uninstall-am
 
516
 
 
517
install-am: all-am
 
518
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
519
 
 
520
installcheck: installcheck-am
 
521
install-strip:
 
522
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
523
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
524
          `test -z '$(STRIP)' || \
 
525
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
526
mostlyclean-generic:
 
527
 
 
528
clean-generic:
 
529
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
530
 
 
531
distclean-generic:
 
532
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
533
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
534
 
 
535
maintainer-clean-generic:
 
536
        @echo "This command is intended for maintainers to use"
 
537
        @echo "it deletes files that may require special tools to rebuild."
 
538
clean: clean-am
 
539
 
 
540
clean-am: clean-generic clean-libtool clean-xlatorLTLIBRARIES \
 
541
        mostlyclean-am
 
542
 
 
543
distclean: distclean-am
 
544
        -rm -rf ./$(DEPDIR)
 
545
        -rm -f Makefile
 
546
distclean-am: clean-am distclean-compile distclean-generic \
 
547
        distclean-tags
 
548
 
 
549
dvi: dvi-am
 
550
 
 
551
dvi-am:
 
552
 
 
553
html: html-am
 
554
 
 
555
html-am:
 
556
 
 
557
info: info-am
 
558
 
 
559
info-am:
 
560
 
 
561
install-data-am: install-xlatorLTLIBRARIES
 
562
 
 
563
install-dvi: install-dvi-am
 
564
 
 
565
install-dvi-am:
 
566
 
 
567
install-exec-am:
 
568
 
 
569
install-html: install-html-am
 
570
 
 
571
install-html-am:
 
572
 
 
573
install-info: install-info-am
 
574
 
 
575
install-info-am:
 
576
 
 
577
install-man:
 
578
 
 
579
install-pdf: install-pdf-am
 
580
 
 
581
install-pdf-am:
 
582
 
 
583
install-ps: install-ps-am
 
584
 
 
585
install-ps-am:
 
586
 
 
587
installcheck-am:
 
588
 
 
589
maintainer-clean: maintainer-clean-am
 
590
        -rm -rf ./$(DEPDIR)
 
591
        -rm -f Makefile
 
592
maintainer-clean-am: distclean-am maintainer-clean-generic
 
593
 
 
594
mostlyclean: mostlyclean-am
 
595
 
 
596
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
597
        mostlyclean-libtool
 
598
 
 
599
pdf: pdf-am
 
600
 
 
601
pdf-am:
 
602
 
 
603
ps: ps-am
 
604
 
 
605
ps-am:
 
606
 
 
607
uninstall-am: uninstall-xlatorLTLIBRARIES
 
608
 
 
609
.MAKE: install-am install-strip
 
610
 
 
611
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
612
        clean-libtool clean-xlatorLTLIBRARIES ctags distclean \
 
613
        distclean-compile distclean-generic distclean-libtool \
 
614
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
615
        install install-am install-data install-data-am install-dvi \
 
616
        install-dvi-am install-exec install-exec-am install-html \
 
617
        install-html-am install-info install-info-am install-man \
 
618
        install-pdf install-pdf-am install-ps install-ps-am \
 
619
        install-strip install-xlatorLTLIBRARIES installcheck \
 
620
        installcheck-am installdirs maintainer-clean \
 
621
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
622
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
623
        tags uninstall uninstall-am uninstall-xlatorLTLIBRARIES
 
624
 
 
625
 
 
626
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
627
# Otherwise a system limit (for SysV at least) may be exceeded.
 
628
.NOEXPORT: