~ubuntu-branches/ubuntu/wily/trafficserver/wily

« back to all changes in this revision

Viewing changes to lib/atscppapi/examples/internal_transaction_handling/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Arno Töll
  • Date: 2014-01-29 03:01:12 UTC
  • mfrom: (1.2.3)
  • mto: (5.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20140129030112-z48a4g1pg5gctz7z
Tags: upstream-4.1.2
Import upstream version 4.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.13.3 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
VPATH = @srcdir@
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
 
31
    case $$MAKEFLAGS in \
 
32
      *\\[\ \   ]*) \
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
63
pkgincludedir = $(includedir)/@PACKAGE@
 
64
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
65
install_sh_DATA = $(install_sh) -c -m 644
 
66
install_sh_PROGRAM = $(install_sh) -c
 
67
install_sh_SCRIPT = $(install_sh) -c
 
68
INSTALL_HEADER = $(INSTALL_DATA)
 
69
transform = $(program_transform_name)
 
70
NORMAL_INSTALL = :
 
71
PRE_INSTALL = :
 
72
POST_INSTALL = :
 
73
NORMAL_UNINSTALL = :
 
74
PRE_UNINSTALL = :
 
75
POST_UNINSTALL = :
 
76
build_triplet = @build@
 
77
host_triplet = @host@
 
78
subdir = lib/atscppapi/examples/internal_transaction_handling
 
79
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
80
        $(top_srcdir)/build/aux/depcomp
 
81
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
82
am__aclocal_m4_deps = $(top_srcdir)/build/ax_boost_base.m4 \
 
83
        $(top_srcdir)/build/ax_compare_version.m4 \
 
84
        $(top_srcdir)/build/ax_compiler_vendor.m4 \
 
85
        $(top_srcdir)/build/ax_cxx_compile_stdcxx_11.m4 \
 
86
        $(top_srcdir)/build/ax_lib_curl.m4 \
 
87
        $(top_srcdir)/build/ax_lib_readline.m4 \
 
88
        $(top_srcdir)/build/ax_path_generic.m4 \
 
89
        $(top_srcdir)/build/ax_perl_modules.m4 \
 
90
        $(top_srcdir)/build/ax_with_curses.m4 \
 
91
        $(top_srcdir)/build/common.m4 $(top_srcdir)/build/crypto.m4 \
 
92
        $(top_srcdir)/build/jemalloc.m4 $(top_srcdir)/build/libtool.m4 \
 
93
        $(top_srcdir)/build/ltoptions.m4 \
 
94
        $(top_srcdir)/build/ltsugar.m4 \
 
95
        $(top_srcdir)/build/ltversion.m4 \
 
96
        $(top_srcdir)/build/lt~obsolete.m4 $(top_srcdir)/build/lua.m4 \
 
97
        $(top_srcdir)/build/lzma.m4 $(top_srcdir)/build/network.m4 \
 
98
        $(top_srcdir)/build/pcre.m4 $(top_srcdir)/build/pkg.m4 \
 
99
        $(top_srcdir)/build/tcl.m4 $(top_srcdir)/build/tcmalloc.m4 \
 
100
        $(top_srcdir)/build/xml.m4 $(top_srcdir)/build/zlib.m4 \
 
101
        $(top_srcdir)/configure.ac
 
102
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
103
        $(ACLOCAL_M4)
 
104
mkinstalldirs = $(install_sh) -d
 
105
CONFIG_HEADER = $(top_builddir)/lib/ts/ink_autoconf.h
 
106
CONFIG_CLEAN_FILES =
 
107
CONFIG_CLEAN_VPATH_FILES =
 
108
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
109
am__vpath_adj = case $$p in \
 
110
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
111
    *) f=$$p;; \
 
112
  esac;
 
113
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
114
am__install_max = 40
 
115
am__nobase_strip_setup = \
 
116
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
117
am__nobase_strip = \
 
118
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
119
am__nobase_list = $(am__nobase_strip_setup); \
 
120
  for p in $$list; do echo "$$p $$p"; done | \
 
121
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
122
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
123
    if (++n[$$2] == $(am__install_max)) \
 
124
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
125
    END { for (dir in files) print dir, files[dir] }'
 
126
am__base_list = \
 
127
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
128
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
129
am__uninstall_files_from_dir = { \
 
130
  test -z "$$files" \
 
131
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
132
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
133
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
134
  }
 
135
am__installdirs = "$(DESTDIR)$(pkglibdir)"
 
136
LTLIBRARIES = $(pkglib_LTLIBRARIES)
 
137
InternalTransactionHandling_la_LIBADD =
 
138
am_InternalTransactionHandling_la_OBJECTS =  \
 
139
        InternalTransactionHandling.lo
 
140
InternalTransactionHandling_la_OBJECTS =  \
 
141
        $(am_InternalTransactionHandling_la_OBJECTS)
 
142
AM_V_lt = $(am__v_lt_@AM_V@)
 
143
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
144
am__v_lt_0 = --silent
 
145
am__v_lt_1 = 
 
146
InternalTransactionHandling_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
 
147
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
 
148
        $(AM_CXXFLAGS) $(CXXFLAGS) \
 
149
        $(InternalTransactionHandling_la_LDFLAGS) $(LDFLAGS) -o $@
 
150
AM_V_P = $(am__v_P_@AM_V@)
 
151
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
152
am__v_P_0 = false
 
153
am__v_P_1 = :
 
154
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
155
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
156
am__v_GEN_0 = @echo "  GEN     " $@;
 
157
am__v_GEN_1 = 
 
158
AM_V_at = $(am__v_at_@AM_V@)
 
159
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
160
am__v_at_0 = @
 
161
am__v_at_1 = 
 
162
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/lib/ts
 
163
depcomp = $(SHELL) $(top_srcdir)/build/aux/depcomp
 
164
am__depfiles_maybe = depfiles
 
165
am__mv = mv -f
 
166
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
167
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
168
LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
169
        $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
 
170
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
171
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
172
AM_V_CXX = $(am__v_CXX_@AM_V@)
 
173
am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
 
174
am__v_CXX_0 = @echo "  CXX     " $@;
 
175
am__v_CXX_1 = 
 
176
CXXLD = $(CXX)
 
177
CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
178
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
179
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
180
AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
 
181
am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
 
182
am__v_CXXLD_0 = @echo "  CXXLD   " $@;
 
183
am__v_CXXLD_1 = 
 
184
SOURCES = $(InternalTransactionHandling_la_SOURCES)
 
185
DIST_SOURCES = $(InternalTransactionHandling_la_SOURCES)
 
186
am__can_run_installinfo = \
 
187
  case $$AM_UPDATE_INFO_DIR in \
 
188
    n|no|NO) false;; \
 
189
    *) (install-info --version) >/dev/null 2>&1;; \
 
190
  esac
 
191
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
192
# Read a list of newline-separated strings from the standard input,
 
193
# and print each of them once, without duplicates.  Input order is
 
194
# *not* preserved.
 
195
am__uniquify_input = $(AWK) '\
 
196
  BEGIN { nonempty = 0; } \
 
197
  { items[$$0] = 1; nonempty = 1; } \
 
198
  END { if (nonempty) { for (i in items) print i; }; } \
 
199
'
 
200
# Make sure the list of sources is unique.  This is necessary because,
 
201
# e.g., the same source file might be shared among _SOURCES variables
 
202
# for different programs/libraries.
 
203
am__define_uniq_tagged_files = \
 
204
  list='$(am__tagged_files)'; \
 
205
  unique=`for i in $$list; do \
 
206
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
207
  done | $(am__uniquify_input)`
 
208
ETAGS = etags
 
209
CTAGS = ctags
 
210
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
211
pkgdatadir = @pkgdatadir@
 
212
pkglibdir = ${pkglibexecdir}
 
213
pkglibexecdir = @pkglibexecdir@
 
214
ACLOCAL = @ACLOCAL@
 
215
AMTAR = @AMTAR@
 
216
AM_CFLAGS = @AM_CFLAGS@
 
217
AM_CXXFLAGS = @AM_CXXFLAGS@
 
218
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
219
API_DEFS = @API_DEFS@
 
220
AR = @AR@
 
221
ASCPP = @ASCPP@
 
222
AUTOCONF = @AUTOCONF@
 
223
AUTOHEADER = @AUTOHEADER@
 
224
AUTOMAKE = @AUTOMAKE@
 
225
AWK = @AWK@
 
226
BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
 
227
BOOST_LDFLAGS = @BOOST_LDFLAGS@
 
228
CC = @CC@
 
229
CCACHE = @CCACHE@
 
230
CCAS = @CCAS@
 
231
CCASDEPMODE = @CCASDEPMODE@
 
232
CCASFLAGS = @CCASFLAGS@
 
233
CCDEPMODE = @CCDEPMODE@
 
234
CFLAGS = @CFLAGS@
 
235
CPP = @CPP@
 
236
CPPFLAGS = @CPPFLAGS@
 
237
CURL_CFLAGS = @CURL_CFLAGS@
 
238
CURL_CONFIG = @CURL_CONFIG@
 
239
CURL_LIBS = @CURL_LIBS@
 
240
CURSES_LIB = @CURSES_LIB@
 
241
CXX = @CXX@
 
242
CXXCPP = @CXXCPP@
 
243
CXXDEPMODE = @CXXDEPMODE@
 
244
CXXFLAGS = @CXXFLAGS@
 
245
CYGPATH_W = @CYGPATH_W@
 
246
DEFS = @DEFS@
 
247
DEPDIR = @DEPDIR@
 
248
DLLTOOL = @DLLTOOL@
 
249
DOXYGEN = @DOXYGEN@
 
250
DSYMUTIL = @DSYMUTIL@
 
251
DUMPBIN = @DUMPBIN@
 
252
ECHO_C = @ECHO_C@
 
253
ECHO_N = @ECHO_N@
 
254
ECHO_T = @ECHO_T@
 
255
EGREP = @EGREP@
 
256
EXEEXT = @EXEEXT@
 
257
EXPAT_LDFLAGS = @EXPAT_LDFLAGS@
 
258
EXTRA_CC_LDFLAGS = @EXTRA_CC_LDFLAGS@
 
259
EXTRA_CXX_LDFLAGS = @EXTRA_CXX_LDFLAGS@
 
260
FGREP = @FGREP@
 
261
FLEX_CFLAGS = @FLEX_CFLAGS@
 
262
GEOIP_LIBS = @GEOIP_LIBS@
 
263
GREP = @GREP@
 
264
HOST_GUESS = @HOST_GUESS@
 
265
INSTALL = @INSTALL@
 
266
INSTALL_DATA = @INSTALL_DATA@
 
267
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
268
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
269
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
270
IOCORE_MODULARIZED_DEFS = @IOCORE_MODULARIZED_DEFS@
 
271
LD = @LD@
 
272
LDFLAGS = @LDFLAGS@
 
273
LEX = @LEX@
 
274
LEXLIB = @LEXLIB@
 
275
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
276
LIBCAP = @LIBCAP@
 
277
LIBCRYPT = @LIBCRYPT@
 
278
LIBDEMANGLE = @LIBDEMANGLE@
 
279
LIBEXPAT = @LIBEXPAT@
 
280
LIBLZMA = @LIBLZMA@
 
281
LIBOBJS = @LIBOBJS@
 
282
LIBPCRE = @LIBPCRE@
 
283
LIBPROFILER = @LIBPROFILER@
 
284
LIBREADLINE = @LIBREADLINE@
 
285
LIBRESOLV = @LIBRESOLV@
 
286
LIBS = @LIBS@
 
287
LIBSSL = @LIBSSL@
 
288
LIBTCL = @LIBTCL@
 
289
LIBTOOL = @LIBTOOL@
 
290
LIBTOOL_LINK_FLAGS = @LIBTOOL_LINK_FLAGS@
 
291
LIBZ = @LIBZ@
 
292
LIPO = @LIPO@
 
293
LN_S = @LN_S@
 
294
LTLIBOBJS = @LTLIBOBJS@
 
295
LUA_CFLAGS = @LUA_CFLAGS@
 
296
LUA_LIBS = @LUA_LIBS@
 
297
LUA_LUAJIT_LDFLAGS = @LUA_LUAJIT_LDFLAGS@
 
298
MAKEINFO = @MAKEINFO@
 
299
MANIFEST_TOOL = @MANIFEST_TOOL@
 
300
MGMT_DEFS = @MGMT_DEFS@
 
301
MKDIR_P = @MKDIR_P@
 
302
NM = @NM@
 
303
NMEDIT = @NMEDIT@
 
304
OBJDUMP = @OBJDUMP@
 
305
OBJEXT = @OBJEXT@
 
306
OTOOL = @OTOOL@
 
307
OTOOL64 = @OTOOL64@
 
308
PACKAGE = @PACKAGE@
 
309
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
310
PACKAGE_NAME = @PACKAGE_NAME@
 
311
PACKAGE_STRING = @PACKAGE_STRING@
 
312
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
313
PACKAGE_URL = @PACKAGE_URL@
 
314
PACKAGE_VERSION = @PACKAGE_VERSION@
 
315
PATH_SEPARATOR = @PATH_SEPARATOR@
 
316
PCRE_CONFIG = @PCRE_CONFIG@
 
317
PERL = @PERL@
 
318
PKG_CONFIG = @PKG_CONFIG@
 
319
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
320
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
321
RANLIB = @RANLIB@
 
322
RM = @RM@
 
323
SED = @SED@
 
324
SET_MAKE = @SET_MAKE@
 
325
SHARED_CFLAGS = @SHARED_CFLAGS@
 
326
SHARED_CXXFLAGS = @SHARED_CXXFLAGS@
 
327
SHARED_CXXLINKFLAGS = @SHARED_CXXLINKFLAGS@
 
328
SHARED_LDFLAGS = @SHARED_LDFLAGS@
 
329
SHELL = @SHELL@
 
330
STRIP = @STRIP@
 
331
TCL_BIN_DIR = @TCL_BIN_DIR@
 
332
TCL_LIB_FILE = @TCL_LIB_FILE@
 
333
TCL_LIB_FLAG = @TCL_LIB_FLAG@
 
334
TCL_LIB_SPEC = @TCL_LIB_SPEC@
 
335
TCL_PATCH_LEVEL = @TCL_PATCH_LEVEL@
 
336
TCL_SRC_DIR = @TCL_SRC_DIR@
 
337
TCL_STUB_LIB_FILE = @TCL_STUB_LIB_FILE@
 
338
TCL_STUB_LIB_FLAG = @TCL_STUB_LIB_FLAG@
 
339
TCL_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@
 
340
TCL_VERSION = @TCL_VERSION@
 
341
TFW_PACKAGE_SUFFIX = @TFW_PACKAGE_SUFFIX@
 
342
TS_LIBTOOL_VERSION = @TS_LIBTOOL_VERSION@
 
343
TS_VERSION_MAJOR = @TS_VERSION_MAJOR@
 
344
TS_VERSION_MICRO = @TS_VERSION_MICRO@
 
345
TS_VERSION_MINOR = @TS_VERSION_MINOR@
 
346
TS_VERSION_NUMBER = @TS_VERSION_NUMBER@
 
347
TS_VERSION_STRING = @TS_VERSION_STRING@
 
348
VERSION = @VERSION@
 
349
YACC = @YACC@
 
350
abs_builddir = @abs_builddir@
 
351
abs_srcdir = @abs_srcdir@
 
352
abs_top_builddir = @abs_top_builddir@
 
353
abs_top_srcdir = @abs_top_srcdir@
 
354
ac_ct_AR = @ac_ct_AR@
 
355
ac_ct_CC = @ac_ct_CC@
 
356
ac_ct_CXX = @ac_ct_CXX@
 
357
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
358
ac_cv_sizeof_voidp = @ac_cv_sizeof_voidp@
 
359
allocah = @allocah@
 
360
am__include = @am__include@
 
361
am__leading_dot = @am__leading_dot@
 
362
am__quote = @am__quote@
 
363
am__tar = @am__tar@
 
364
am__untar = @am__untar@
 
365
arpa_ineth = @arpa_ineth@
 
366
arpa_nameser_compath = @arpa_nameser_compath@
 
367
arpa_nameserh = @arpa_nameserh@
 
368
bindir = @bindir@
 
369
build = @build@
 
370
build_alias = @build_alias@
 
371
build_cpu = @build_cpu@
 
372
build_group = @build_group@
 
373
build_machine = @build_machine@
 
374
build_os = @build_os@
 
375
build_person = @build_person@
 
376
build_vendor = @build_vendor@
 
377
builddir = @builddir@
 
378
cachedir = @cachedir@
 
379
cpioh = @cpioh@
 
380
ctypeh = @ctypeh@
 
381
datadir = @datadir@
 
382
datarootdir = @datarootdir@
 
383
default_loopback_iface = @default_loopback_iface@
 
384
defer_accept = @defer_accept@
 
385
docdir = @docdir@
 
386
dvidir = @dvidir@
 
387
enable_remote_cov_commit = @enable_remote_cov_commit@
 
388
endianh = @endianh@
 
389
exec_prefix = @exec_prefix@
 
390
execinfoh = @execinfoh@
 
391
exp_bindir = @exp_bindir@
 
392
exp_cachedir = @exp_cachedir@
 
393
exp_datadir = @exp_datadir@
 
394
exp_docdir = @exp_docdir@
 
395
exp_exec_prefix = @exp_exec_prefix@
 
396
exp_includedir = @exp_includedir@
 
397
exp_infodir = @exp_infodir@
 
398
exp_installbuilddir = @exp_installbuilddir@
 
399
exp_libdir = @exp_libdir@
 
400
exp_libexecdir = @exp_libexecdir@
 
401
exp_localstatedir = @exp_localstatedir@
 
402
exp_logdir = @exp_logdir@
 
403
exp_mandir = @exp_mandir@
 
404
exp_prefix = @exp_prefix@
 
405
exp_runtimedir = @exp_runtimedir@
 
406
exp_sbindir = @exp_sbindir@
 
407
exp_sysconfdir = @exp_sysconfdir@
 
408
expath = @expath@
 
409
floath = @floath@
 
410
gethostbyname_r_glibc2 = @gethostbyname_r_glibc2@
 
411
has_128bit_cas = @has_128bit_cas@
 
412
has_backtrace = @has_backtrace@
 
413
has_in6_is_addr_unspecified = @has_in6_is_addr_unspecified@
 
414
has_interim_cache = @has_interim_cache@
 
415
has_ip_tos = @has_ip_tos@
 
416
has_profiler = @has_profiler@
 
417
has_so_mark = @has_so_mark@
 
418
has_standalone_iocore = @has_standalone_iocore@
 
419
has_tcmalloc = @has_tcmalloc@
 
420
has_tests = @has_tests@
 
421
has_wccp = @has_wccp@
 
422
host = @host@
 
423
host_alias = @host_alias@
 
424
host_cpu = @host_cpu@
 
425
host_os = @host_os@
 
426
host_vendor = @host_vendor@
 
427
htmldir = @htmldir@
 
428
hwloc_CFLAGS = @hwloc_CFLAGS@
 
429
hwloc_LIBS = @hwloc_LIBS@
 
430
ifaddrsh = @ifaddrsh@
 
431
includedir = @includedir@
 
432
infodir = @infodir@
 
433
ink_with_modules_def = @ink_with_modules_def@
 
434
ink_with_modules_local = @ink_with_modules_local@
 
435
ink_with_modules_process = @ink_with_modules_process@
 
436
install_sh = @install_sh@
 
437
installbuilddir = @installbuilddir@
 
438
iocore_include_dirs = @iocore_include_dirs@
 
439
ip_transparent = @ip_transparent@
 
440
is_micro_build = @is_micro_build@
 
441
jemalloch = @jemalloch@
 
442
libdir = @libdir@
 
443
libexecdir = @libexecdir@
 
444
libgenh = @libgenh@
 
445
localedir = @localedir@
 
446
localstatedir = @localstatedir@
 
447
logdir = @logdir@
 
448
luajit_CFLAGS = @luajit_CFLAGS@
 
449
luajit_LIBS = @luajit_LIBS@
 
450
lzmah = @lzmah@
 
451
machine_endianh = @machine_endianh@
 
452
malloch = @malloch@
 
453
mandir = @mandir@
 
454
mathh = @mathh@
 
455
max_api_stats = @max_api_stats@
 
456
max_event_threads = @max_event_threads@
 
457
max_host_name_len = @max_host_name_len@
 
458
max_threads_per_type = @max_threads_per_type@
 
459
mkdir_p = @mkdir_p@
 
460
net_ppp_defsh = @net_ppp_defsh@
 
461
netdbh = @netdbh@
 
462
netinet_in_systmh = @netinet_in_systmh@
 
463
netinet_inh = @netinet_inh@
 
464
netinet_ip_icmph = @netinet_ip_icmph@
 
465
netinet_iph = @netinet_iph@
 
466
netinet_tcph = @netinet_tcph@
 
467
oldincludedir = @oldincludedir@
 
468
pcre_pcreh = @pcre_pcreh@
 
469
pcreh = @pcreh@
 
470
pdfdir = @pdfdir@
 
471
pkgbindir = @pkgbindir@
 
472
pkgcachedir = @pkgcachedir@
 
473
pkgdocdir = @pkgdocdir@
 
474
pkglocalstatedir = @pkglocalstatedir@
 
475
pkglogdir = @pkglogdir@
 
476
pkgruntimedir = @pkgruntimedir@
 
477
pkgsbindir = @pkgsbindir@
 
478
pkgsysconfdir = @pkgsysconfdir@
 
479
pkgsysgroup = @pkgsysgroup@
 
480
pkgsysuser = @pkgsysuser@
 
481
prefix = @prefix@
 
482
program_transform_name = @program_transform_name@
 
483
psdir = @psdir@
 
484
pthread_nph = @pthread_nph@
 
485
readline_readlineh = @readline_readlineh@
 
486
rel_bindir = @rel_bindir@
 
487
rel_cachedir = @rel_cachedir@
 
488
rel_datadir = @rel_datadir@
 
489
rel_docdir = @rel_docdir@
 
490
rel_exec_prefix = @rel_exec_prefix@
 
491
rel_includedir = @rel_includedir@
 
492
rel_infodir = @rel_infodir@
 
493
rel_installbuilddir = @rel_installbuilddir@
 
494
rel_libdir = @rel_libdir@
 
495
rel_libexecdir = @rel_libexecdir@
 
496
rel_localstatedir = @rel_localstatedir@
 
497
rel_logdir = @rel_logdir@
 
498
rel_mandir = @rel_mandir@
 
499
rel_prefix = @rel_prefix@
 
500
rel_runtimedir = @rel_runtimedir@
 
501
rel_sbindir = @rel_sbindir@
 
502
rel_sysconfdir = @rel_sysconfdir@
 
503
runtimedir = @runtimedir@
 
504
sbindir = @sbindir@
 
505
schedh = @schedh@
 
506
sharedstatedir = @sharedstatedir@
 
507
siginfoh = @siginfoh@
 
508
srcdir = @srcdir@
 
509
stroptsh = @stroptsh@
 
510
sys_byteorderh = @sys_byteorderh@
 
511
sys_cpuseth = @sys_cpuseth@
 
512
sys_epollh = @sys_epollh@
 
513
sys_eventh = @sys_eventh@
 
514
sys_ioctlh = @sys_ioctlh@
 
515
sys_mounth = @sys_mounth@
 
516
sys_paramh = @sys_paramh@
 
517
sys_pseth = @sys_pseth@
 
518
sys_sockioh = @sys_sockioh@
 
519
sys_sysctlh = @sys_sysctlh@
 
520
sys_sysinfoh = @sys_sysinfoh@
 
521
sys_sysmacrosh = @sys_sysmacrosh@
 
522
sys_systeminfoh = @sys_systeminfoh@
 
523
sysconfdir = @sysconfdir@
 
524
target_alias = @target_alias@
 
525
top_build_prefix = @top_build_prefix@
 
526
top_builddir = @top_builddir@
 
527
top_srcdir = @top_srcdir@
 
528
use_cop_debug = @use_cop_debug@
 
529
use_diags = @use_diags@
 
530
use_epoll = @use_epoll@
 
531
use_fast_sdk = @use_fast_sdk@
 
532
use_freelist = @use_freelist@
 
533
use_hwloc = @use_hwloc@
 
534
use_kqueue = @use_kqueue@
 
535
use_linux_native_aio = @use_linux_native_aio@
 
536
use_port = @use_port@
 
537
use_posix_cap = @use_posix_cap@
 
538
use_reclaimable_freelist = @use_reclaimable_freelist@
 
539
use_tls_npn = @use_tls_npn@
 
540
use_tls_sni = @use_tls_sni@
 
541
use_tproxy = @use_tproxy@
 
542
valuesh = @valuesh@
 
543
waith = @waith@
 
544
zlibh = @zlibh@
 
545
 
 
546
#
 
547
#  Licensed to the Apache Software Foundation (ASF) under one
 
548
#  or more contributor license agreements.  See the NOTICE file
 
549
#  distributed with this work for additional information
 
550
#  regarding copyright ownership.  The ASF licenses this file
 
551
#  to you under the Apache License, Version 2.0 (the
 
552
#  "License"); you may not use this file except in compliance
 
553
#  with the License.  You may obtain a copy of the License at
 
554
#
 
555
#      http://www.apache.org/licenses/LICENSE-2.0
 
556
#
 
557
#  Unless required by applicable law or agreed to in writing, software
 
558
#  distributed under the License is distributed on an "AS IS" BASIS,
 
559
#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
560
#  See the License for the specific language governing permissions and
 
561
#  limitations under the License.
 
562
AM_CPPFLAGS = -I$(top_srcdir)/lib/atscppapi/src/include -Wno-unused-variable
 
563
target = InternalTransactionHandling.so
 
564
pkglib_LTLIBRARIES = InternalTransactionHandling.la
 
565
InternalTransactionHandling_la_SOURCES = InternalTransactionHandling.cc
 
566
InternalTransactionHandling_la_LDFLAGS = -module -avoid-version -shared -L$(top_srcdir)/lib/atscppapi/src/ -latscppapi
 
567
all: all-am
 
568
 
 
569
.SUFFIXES:
 
570
.SUFFIXES: .cc .lo .o .obj
 
571
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
572
        @for dep in $?; do \
 
573
          case '$(am__configure_deps)' in \
 
574
            *$$dep*) \
 
575
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
576
                && { if test -f $@; then exit 0; else break; fi; }; \
 
577
              exit 1;; \
 
578
          esac; \
 
579
        done; \
 
580
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/atscppapi/examples/internal_transaction_handling/Makefile'; \
 
581
        $(am__cd) $(top_srcdir) && \
 
582
          $(AUTOMAKE) --foreign lib/atscppapi/examples/internal_transaction_handling/Makefile
 
583
.PRECIOUS: Makefile
 
584
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
585
        @case '$?' in \
 
586
          *config.status*) \
 
587
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
588
          *) \
 
589
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
590
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
591
        esac;
 
592
 
 
593
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
594
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
595
 
 
596
$(top_srcdir)/configure:  $(am__configure_deps)
 
597
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
598
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
599
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
600
$(am__aclocal_m4_deps):
 
601
 
 
602
install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
 
603
        @$(NORMAL_INSTALL)
 
604
        @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
 
605
        list2=; for p in $$list; do \
 
606
          if test -f $$p; then \
 
607
            list2="$$list2 $$p"; \
 
608
          else :; fi; \
 
609
        done; \
 
610
        test -z "$$list2" || { \
 
611
          echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \
 
612
          $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \
 
613
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
 
614
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
 
615
        }
 
616
 
 
617
uninstall-pkglibLTLIBRARIES:
 
618
        @$(NORMAL_UNINSTALL)
 
619
        @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
 
620
        for p in $$list; do \
 
621
          $(am__strip_dir) \
 
622
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
 
623
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
 
624
        done
 
625
 
 
626
clean-pkglibLTLIBRARIES:
 
627
        -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
 
628
        @list='$(pkglib_LTLIBRARIES)'; \
 
629
        locs=`for p in $$list; do echo $$p; done | \
 
630
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
631
              sort -u`; \
 
632
        test -z "$$locs" || { \
 
633
          echo rm -f $${locs}; \
 
634
          rm -f $${locs}; \
 
635
        }
 
636
 
 
637
InternalTransactionHandling.la: $(InternalTransactionHandling_la_OBJECTS) $(InternalTransactionHandling_la_DEPENDENCIES) $(EXTRA_InternalTransactionHandling_la_DEPENDENCIES) 
 
638
        $(AM_V_CXXLD)$(InternalTransactionHandling_la_LINK) -rpath $(pkglibdir) $(InternalTransactionHandling_la_OBJECTS) $(InternalTransactionHandling_la_LIBADD) $(LIBS)
 
639
 
 
640
mostlyclean-compile:
 
641
        -rm -f *.$(OBJEXT)
 
642
 
 
643
distclean-compile:
 
644
        -rm -f *.tab.c
 
645
 
 
646
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/InternalTransactionHandling.Plo@am__quote@
 
647
 
 
648
.cc.o:
 
649
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
650
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
651
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
652
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
653
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
 
654
 
 
655
.cc.obj:
 
656
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
657
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
658
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
659
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
660
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
661
 
 
662
.cc.lo:
 
663
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
664
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
665
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
666
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
667
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
 
668
 
 
669
mostlyclean-libtool:
 
670
        -rm -f *.lo
 
671
 
 
672
clean-libtool:
 
673
        -rm -rf .libs _libs
 
674
 
 
675
ID: $(am__tagged_files)
 
676
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
677
tags: tags-am
 
678
TAGS: tags
 
679
 
 
680
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
681
        set x; \
 
682
        here=`pwd`; \
 
683
        $(am__define_uniq_tagged_files); \
 
684
        shift; \
 
685
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
686
          test -n "$$unique" || unique=$$empty_fix; \
 
687
          if test $$# -gt 0; then \
 
688
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
689
              "$$@" $$unique; \
 
690
          else \
 
691
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
692
              $$unique; \
 
693
          fi; \
 
694
        fi
 
695
ctags: ctags-am
 
696
 
 
697
CTAGS: ctags
 
698
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
699
        $(am__define_uniq_tagged_files); \
 
700
        test -z "$(CTAGS_ARGS)$$unique" \
 
701
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
702
             $$unique
 
703
 
 
704
GTAGS:
 
705
        here=`$(am__cd) $(top_builddir) && pwd` \
 
706
          && $(am__cd) $(top_srcdir) \
 
707
          && gtags -i $(GTAGS_ARGS) "$$here"
 
708
cscopelist: cscopelist-am
 
709
 
 
710
cscopelist-am: $(am__tagged_files)
 
711
        list='$(am__tagged_files)'; \
 
712
        case "$(srcdir)" in \
 
713
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
714
          *) sdir=$(subdir)/$(srcdir) ;; \
 
715
        esac; \
 
716
        for i in $$list; do \
 
717
          if test -f "$$i"; then \
 
718
            echo "$(subdir)/$$i"; \
 
719
          else \
 
720
            echo "$$sdir/$$i"; \
 
721
          fi; \
 
722
        done >> $(top_builddir)/cscope.files
 
723
 
 
724
distclean-tags:
 
725
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
726
 
 
727
distdir: $(DISTFILES)
 
728
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
729
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
730
        list='$(DISTFILES)'; \
 
731
          dist_files=`for file in $$list; do echo $$file; done | \
 
732
          sed -e "s|^$$srcdirstrip/||;t" \
 
733
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
734
        case $$dist_files in \
 
735
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
736
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
737
                           sort -u` ;; \
 
738
        esac; \
 
739
        for file in $$dist_files; do \
 
740
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
741
          if test -d $$d/$$file; then \
 
742
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
743
            if test -d "$(distdir)/$$file"; then \
 
744
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
745
            fi; \
 
746
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
747
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
748
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
749
            fi; \
 
750
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
751
          else \
 
752
            test -f "$(distdir)/$$file" \
 
753
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
754
            || exit 1; \
 
755
          fi; \
 
756
        done
 
757
check-am: all-am
 
758
check: check-am
 
759
all-am: Makefile $(LTLIBRARIES)
 
760
installdirs:
 
761
        for dir in "$(DESTDIR)$(pkglibdir)"; do \
 
762
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
763
        done
 
764
install: install-am
 
765
install-exec: install-exec-am
 
766
install-data: install-data-am
 
767
uninstall: uninstall-am
 
768
 
 
769
install-am: all-am
 
770
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
771
 
 
772
installcheck: installcheck-am
 
773
install-strip:
 
774
        if test -z '$(STRIP)'; then \
 
775
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
776
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
777
              install; \
 
778
        else \
 
779
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
780
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
781
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
782
        fi
 
783
mostlyclean-generic:
 
784
 
 
785
clean-generic:
 
786
 
 
787
distclean-generic:
 
788
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
789
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
790
 
 
791
maintainer-clean-generic:
 
792
        @echo "This command is intended for maintainers to use"
 
793
        @echo "it deletes files that may require special tools to rebuild."
 
794
clean: clean-am
 
795
 
 
796
clean-am: clean-generic clean-libtool clean-local \
 
797
        clean-pkglibLTLIBRARIES mostlyclean-am
 
798
 
 
799
distclean: distclean-am
 
800
        -rm -rf ./$(DEPDIR)
 
801
        -rm -f Makefile
 
802
distclean-am: clean-am distclean-compile distclean-generic \
 
803
        distclean-tags
 
804
 
 
805
dvi: dvi-am
 
806
 
 
807
dvi-am:
 
808
 
 
809
html: html-am
 
810
 
 
811
html-am:
 
812
 
 
813
info: info-am
 
814
 
 
815
info-am:
 
816
 
 
817
install-data-am:
 
818
 
 
819
install-dvi: install-dvi-am
 
820
 
 
821
install-dvi-am:
 
822
 
 
823
install-exec-am: install-pkglibLTLIBRARIES
 
824
 
 
825
install-html: install-html-am
 
826
 
 
827
install-html-am:
 
828
 
 
829
install-info: install-info-am
 
830
 
 
831
install-info-am:
 
832
 
 
833
install-man:
 
834
 
 
835
install-pdf: install-pdf-am
 
836
 
 
837
install-pdf-am:
 
838
 
 
839
install-ps: install-ps-am
 
840
 
 
841
install-ps-am:
 
842
 
 
843
installcheck-am:
 
844
 
 
845
maintainer-clean: maintainer-clean-am
 
846
        -rm -rf ./$(DEPDIR)
 
847
        -rm -f Makefile
 
848
maintainer-clean-am: distclean-am maintainer-clean-generic
 
849
 
 
850
mostlyclean: mostlyclean-am
 
851
 
 
852
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
853
        mostlyclean-libtool
 
854
 
 
855
pdf: pdf-am
 
856
 
 
857
pdf-am:
 
858
 
 
859
ps: ps-am
 
860
 
 
861
ps-am:
 
862
 
 
863
uninstall-am: uninstall-pkglibLTLIBRARIES
 
864
 
 
865
.MAKE: install-am install-strip
 
866
 
 
867
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
868
        clean-libtool clean-local clean-pkglibLTLIBRARIES \
 
869
        cscopelist-am ctags ctags-am distclean distclean-compile \
 
870
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
871
        dvi-am html html-am info info-am install install-am \
 
872
        install-data install-data-am install-dvi install-dvi-am \
 
873
        install-exec install-exec-am install-html install-html-am \
 
874
        install-info install-info-am install-man install-pdf \
 
875
        install-pdf-am install-pkglibLTLIBRARIES install-ps \
 
876
        install-ps-am install-strip installcheck installcheck-am \
 
877
        installdirs maintainer-clean maintainer-clean-generic \
 
878
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
879
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 
880
        uninstall-am uninstall-pkglibLTLIBRARIES
 
881
 
 
882
 
 
883
all:
 
884
        ln -sf .libs/$(target)
 
885
 
 
886
clean-local:
 
887
        rm -f $(target)
 
888
 
 
889
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
890
# Otherwise a system limit (for SysV at least) may be exceeded.
 
891
.NOEXPORT: