nutcracker 0.3.0.12 → 0.4.0.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -13
- data/README.md +3 -3
- data/Rakefile +12 -10
- data/ext/nutcracker/Makefile.in +215 -162
- data/ext/nutcracker/README.md +16 -4
- data/ext/nutcracker/aclocal.m4 +432 -254
- data/ext/nutcracker/{contrib/yaml-0.1.4/configure → autom4te.cache/output.0} +11367 -4545
- data/ext/nutcracker/autom4te.cache/output.1 +19907 -0
- data/ext/nutcracker/autom4te.cache/output.2 +19907 -0
- data/ext/nutcracker/autom4te.cache/requests +518 -0
- data/ext/nutcracker/autom4te.cache/traces.0 +2715 -0
- data/ext/nutcracker/autom4te.cache/traces.1 +967 -0
- data/ext/nutcracker/autom4te.cache/traces.2 +2715 -0
- data/ext/nutcracker/config/compile +347 -0
- data/ext/nutcracker/config/config.guess +116 -78
- data/ext/nutcracker/config/config.sub +65 -45
- data/ext/nutcracker/config/depcomp +295 -192
- data/ext/nutcracker/config/install-sh +7 -7
- data/ext/nutcracker/config/ltmain.sh +15 -20
- data/ext/nutcracker/config/missing +149 -265
- data/ext/nutcracker/configure +493 -367
- data/ext/nutcracker/contrib/Makefile.in +158 -116
- data/ext/nutcracker/extconf.rb +0 -1
- data/ext/nutcracker/m4/libtool.m4 +4 -23
- data/ext/nutcracker/m4/ltoptions.m4 +0 -0
- data/ext/nutcracker/m4/ltsugar.m4 +0 -0
- data/ext/nutcracker/m4/ltversion.m4 +0 -0
- data/ext/nutcracker/m4/lt~obsolete.m4 +0 -0
- data/ext/nutcracker/notes/recommendation.md +1 -1
- data/ext/nutcracker/notes/redis.md +35 -3
- data/ext/nutcracker/scripts/benchmark-mget.py +43 -0
- data/ext/nutcracker/scripts/nutcracker.spec +61 -3
- data/ext/nutcracker/scripts/redis-check.sh +43 -0
- data/ext/nutcracker/src/Makefile.in +205 -142
- data/ext/nutcracker/src/event/Makefile.in +164 -66
- data/ext/nutcracker/src/hashkit/Makefile.in +164 -66
- data/ext/nutcracker/src/nc_conf.c +2 -0
- data/ext/nutcracker/src/nc_connection.c +31 -0
- data/ext/nutcracker/src/nc_connection.h +3 -0
- data/ext/nutcracker/src/nc_core.c +38 -2
- data/ext/nutcracker/src/nc_core.h +11 -0
- data/ext/nutcracker/src/nc_log.c +90 -12
- data/ext/nutcracker/src/nc_log.h +11 -0
- data/ext/nutcracker/src/nc_mbuf.h +1 -1
- data/ext/nutcracker/src/nc_message.c +162 -116
- data/ext/nutcracker/src/nc_message.h +161 -129
- data/ext/nutcracker/src/nc_proxy.c +34 -4
- data/ext/nutcracker/src/nc_request.c +158 -32
- data/ext/nutcracker/src/nc_server.c +59 -5
- data/ext/nutcracker/src/nc_server.h +1 -0
- data/ext/nutcracker/src/nc_signal.c +2 -2
- data/ext/nutcracker/src/nc_stats.c +21 -0
- data/ext/nutcracker/src/nc_stats.h +28 -26
- data/ext/nutcracker/src/nc_string.c +176 -1
- data/ext/nutcracker/src/nc_string.h +26 -0
- data/ext/nutcracker/src/nc_util.c +12 -0
- data/ext/nutcracker/src/nc_util.h +1 -0
- data/ext/nutcracker/src/proto/Makefile.in +164 -66
- data/ext/nutcracker/src/proto/nc_memcache.c +279 -88
- data/ext/nutcracker/src/proto/nc_proto.h +3 -4
- data/ext/nutcracker/src/proto/nc_redis.c +561 -134
- data/lib/nutcracker/version.rb +1 -1
- metadata +31 -67
- data/ext/nutcracker/contrib/yaml-0.1.4/LICENSE +0 -19
- data/ext/nutcracker/contrib/yaml-0.1.4/Makefile.am +0 -20
- data/ext/nutcracker/contrib/yaml-0.1.4/Makefile.in +0 -736
- data/ext/nutcracker/contrib/yaml-0.1.4/README +0 -27
- data/ext/nutcracker/contrib/yaml-0.1.4/aclocal.m4 +0 -956
- data/ext/nutcracker/contrib/yaml-0.1.4/config.h.in +0 -80
- data/ext/nutcracker/contrib/yaml-0.1.4/config/config.guess +0 -1561
- data/ext/nutcracker/contrib/yaml-0.1.4/config/config.sub +0 -1686
- data/ext/nutcracker/contrib/yaml-0.1.4/config/depcomp +0 -630
- data/ext/nutcracker/contrib/yaml-0.1.4/config/install-sh +0 -520
- data/ext/nutcracker/contrib/yaml-0.1.4/config/ltmain.sh +0 -8406
- data/ext/nutcracker/contrib/yaml-0.1.4/config/missing +0 -376
- data/ext/nutcracker/contrib/yaml-0.1.4/configure.ac +0 -75
- data/ext/nutcracker/contrib/yaml-0.1.4/doc/doxygen.cfg +0 -222
- data/ext/nutcracker/contrib/yaml-0.1.4/include/yaml.h +0 -1971
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/libtool.m4 +0 -7357
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/ltoptions.m4 +0 -368
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/ltsugar.m4 +0 -123
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/ltversion.m4 +0 -23
- data/ext/nutcracker/contrib/yaml-0.1.4/m4/lt~obsolete.m4 +0 -92
- data/ext/nutcracker/contrib/yaml-0.1.4/src/Makefile.am +0 -4
- data/ext/nutcracker/contrib/yaml-0.1.4/src/Makefile.in +0 -484
- data/ext/nutcracker/contrib/yaml-0.1.4/src/api.c +0 -1392
- data/ext/nutcracker/contrib/yaml-0.1.4/src/dumper.c +0 -394
- data/ext/nutcracker/contrib/yaml-0.1.4/src/emitter.c +0 -2329
- data/ext/nutcracker/contrib/yaml-0.1.4/src/loader.c +0 -432
- data/ext/nutcracker/contrib/yaml-0.1.4/src/parser.c +0 -1374
- data/ext/nutcracker/contrib/yaml-0.1.4/src/reader.c +0 -465
- data/ext/nutcracker/contrib/yaml-0.1.4/src/scanner.c +0 -3570
- data/ext/nutcracker/contrib/yaml-0.1.4/src/writer.c +0 -141
- data/ext/nutcracker/contrib/yaml-0.1.4/src/yaml_private.h +0 -640
- data/ext/nutcracker/contrib/yaml-0.1.4/tests/Makefile.am +0 -8
- data/ext/nutcracker/contrib/yaml-0.1.4/tests/Makefile.in +0 -675
- data/ext/nutcracker/contrib/yaml-0.1.4/tests/example-deconstructor-alt.c +0 -800
- data/ext/nutcracker/contrib/yaml-0.1.4/tests/example-deconstructor.c +0 -1130
- data/ext/nutcracker/contrib/yaml-0.1.4/tests/example-reformatter-alt.c +0 -217
- data/ext/nutcracker/contrib/yaml-0.1.4/tests/example-reformatter.c +0 -202
- data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-dumper.c +0 -311
- data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-emitter.c +0 -327
- data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-loader.c +0 -63
- data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-parser.c +0 -63
- data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-scanner.c +0 -63
- data/ext/nutcracker/contrib/yaml-0.1.4/tests/test-reader.c +0 -354
- data/ext/nutcracker/contrib/yaml-0.1.4/tests/test-version.c +0 -29
@@ -1,23 +0,0 @@
|
|
1
|
-
# ltversion.m4 -- version numbers -*- Autoconf -*-
|
2
|
-
#
|
3
|
-
# Copyright (C) 2004 Free Software Foundation, Inc.
|
4
|
-
# Written by Scott James Remnant, 2004
|
5
|
-
#
|
6
|
-
# This file is free software; the Free Software Foundation gives
|
7
|
-
# unlimited permission to copy and/or distribute it, with or without
|
8
|
-
# modifications, as long as this notice is preserved.
|
9
|
-
|
10
|
-
# Generated from ltversion.in.
|
11
|
-
|
12
|
-
# serial 3012 ltversion.m4
|
13
|
-
# This file is part of GNU Libtool
|
14
|
-
|
15
|
-
m4_define([LT_PACKAGE_VERSION], [2.2.6])
|
16
|
-
m4_define([LT_PACKAGE_REVISION], [1.3012])
|
17
|
-
|
18
|
-
AC_DEFUN([LTVERSION_VERSION],
|
19
|
-
[macro_version='2.2.6'
|
20
|
-
macro_revision='1.3012'
|
21
|
-
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
|
22
|
-
_LT_DECL(, macro_revision, 0)
|
23
|
-
])
|
@@ -1,92 +0,0 @@
|
|
1
|
-
# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
|
2
|
-
#
|
3
|
-
# Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
|
4
|
-
# Written by Scott James Remnant, 2004.
|
5
|
-
#
|
6
|
-
# This file is free software; the Free Software Foundation gives
|
7
|
-
# unlimited permission to copy and/or distribute it, with or without
|
8
|
-
# modifications, as long as this notice is preserved.
|
9
|
-
|
10
|
-
# serial 4 lt~obsolete.m4
|
11
|
-
|
12
|
-
# These exist entirely to fool aclocal when bootstrapping libtool.
|
13
|
-
#
|
14
|
-
# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
|
15
|
-
# which have later been changed to m4_define as they aren't part of the
|
16
|
-
# exported API, or moved to Autoconf or Automake where they belong.
|
17
|
-
#
|
18
|
-
# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
|
19
|
-
# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
|
20
|
-
# using a macro with the same name in our local m4/libtool.m4 it'll
|
21
|
-
# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
|
22
|
-
# and doesn't know about Autoconf macros at all.)
|
23
|
-
#
|
24
|
-
# So we provide this file, which has a silly filename so it's always
|
25
|
-
# included after everything else. This provides aclocal with the
|
26
|
-
# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
|
27
|
-
# because those macros already exist, or will be overwritten later.
|
28
|
-
# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
|
29
|
-
#
|
30
|
-
# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
|
31
|
-
# Yes, that means every name once taken will need to remain here until
|
32
|
-
# we give up compatibility with versions before 1.7, at which point
|
33
|
-
# we need to keep only those names which we still refer to.
|
34
|
-
|
35
|
-
# This is to help aclocal find these macros, as it can't see m4_define.
|
36
|
-
AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
|
37
|
-
|
38
|
-
m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
|
39
|
-
m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])])
|
40
|
-
m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])])
|
41
|
-
m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])])
|
42
|
-
m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])])
|
43
|
-
m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])])
|
44
|
-
m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])])
|
45
|
-
m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])])
|
46
|
-
m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])])
|
47
|
-
m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])])
|
48
|
-
m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])])
|
49
|
-
m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])])
|
50
|
-
m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])])
|
51
|
-
m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])])
|
52
|
-
m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])])
|
53
|
-
m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])])
|
54
|
-
m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])])
|
55
|
-
m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])])
|
56
|
-
m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])])
|
57
|
-
m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])])
|
58
|
-
m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])])
|
59
|
-
m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])])
|
60
|
-
m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])])
|
61
|
-
m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])])
|
62
|
-
m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])])
|
63
|
-
m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])])
|
64
|
-
m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])])
|
65
|
-
m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])])
|
66
|
-
m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])])
|
67
|
-
m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])])
|
68
|
-
m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])])
|
69
|
-
m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])])
|
70
|
-
m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])])
|
71
|
-
m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])])
|
72
|
-
m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])])
|
73
|
-
m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])])
|
74
|
-
m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])])
|
75
|
-
m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])])
|
76
|
-
m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
|
77
|
-
m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])])
|
78
|
-
m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])])
|
79
|
-
m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])])
|
80
|
-
m4_ifndef([AC_LIBTOOL_RC], [AC_DEFUN([AC_LIBTOOL_RC])])
|
81
|
-
m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
|
82
|
-
m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
|
83
|
-
m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
|
84
|
-
m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])])
|
85
|
-
m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])])
|
86
|
-
m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])])
|
87
|
-
m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])])
|
88
|
-
m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
|
89
|
-
m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
|
90
|
-
m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
|
91
|
-
m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
|
92
|
-
m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
|
@@ -1,4 +0,0 @@
|
|
1
|
-
AM_CPPFLAGS = -I$(top_srcdir)/include
|
2
|
-
noinst_LTLIBRARIES = libyaml.la
|
3
|
-
libyaml_la_SOURCES = yaml_private.h api.c reader.c scanner.c parser.c loader.c writer.c emitter.c dumper.c
|
4
|
-
libyaml_la_LDFLAGS = -release $(YAML_LT_RELEASE) -version-info $(YAML_LT_CURRENT):$(YAML_LT_REVISION):$(YAML_LT_AGE)
|
@@ -1,484 +0,0 @@
|
|
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 = src
|
38
|
-
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
39
|
-
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
40
|
-
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
|
41
|
-
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
42
|
-
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
|
43
|
-
$(top_srcdir)/configure.ac
|
44
|
-
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
45
|
-
$(ACLOCAL_M4)
|
46
|
-
mkinstalldirs = $(install_sh) -d
|
47
|
-
CONFIG_HEADER = $(top_builddir)/config.h
|
48
|
-
CONFIG_CLEAN_FILES =
|
49
|
-
CONFIG_CLEAN_VPATH_FILES =
|
50
|
-
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
51
|
-
libyaml_la_LIBADD =
|
52
|
-
am_libyaml_la_OBJECTS = api.lo reader.lo scanner.lo parser.lo \
|
53
|
-
loader.lo writer.lo emitter.lo dumper.lo
|
54
|
-
libyaml_la_OBJECTS = $(am_libyaml_la_OBJECTS)
|
55
|
-
libyaml_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
56
|
-
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
57
|
-
$(libyaml_la_LDFLAGS) $(LDFLAGS) -o $@
|
58
|
-
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
|
59
|
-
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
|
60
|
-
am__depfiles_maybe = depfiles
|
61
|
-
am__mv = mv -f
|
62
|
-
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
63
|
-
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
64
|
-
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
65
|
-
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
66
|
-
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
67
|
-
CCLD = $(CC)
|
68
|
-
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
69
|
-
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
70
|
-
$(LDFLAGS) -o $@
|
71
|
-
SOURCES = $(libyaml_la_SOURCES)
|
72
|
-
DIST_SOURCES = $(libyaml_la_SOURCES)
|
73
|
-
ETAGS = etags
|
74
|
-
CTAGS = ctags
|
75
|
-
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
76
|
-
ACLOCAL = @ACLOCAL@
|
77
|
-
AMTAR = @AMTAR@
|
78
|
-
AR = @AR@
|
79
|
-
AUTOCONF = @AUTOCONF@
|
80
|
-
AUTOHEADER = @AUTOHEADER@
|
81
|
-
AUTOMAKE = @AUTOMAKE@
|
82
|
-
AWK = @AWK@
|
83
|
-
CC = @CC@
|
84
|
-
CCDEPMODE = @CCDEPMODE@
|
85
|
-
CFLAGS = @CFLAGS@
|
86
|
-
CPP = @CPP@
|
87
|
-
CPPFLAGS = @CPPFLAGS@
|
88
|
-
CYGPATH_W = @CYGPATH_W@
|
89
|
-
DEFS = @DEFS@
|
90
|
-
DEPDIR = @DEPDIR@
|
91
|
-
DOXYGEN = @DOXYGEN@
|
92
|
-
DSYMUTIL = @DSYMUTIL@
|
93
|
-
DUMPBIN = @DUMPBIN@
|
94
|
-
ECHO_C = @ECHO_C@
|
95
|
-
ECHO_N = @ECHO_N@
|
96
|
-
ECHO_T = @ECHO_T@
|
97
|
-
EGREP = @EGREP@
|
98
|
-
EXEEXT = @EXEEXT@
|
99
|
-
FGREP = @FGREP@
|
100
|
-
GREP = @GREP@
|
101
|
-
INSTALL = @INSTALL@
|
102
|
-
INSTALL_DATA = @INSTALL_DATA@
|
103
|
-
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
104
|
-
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
105
|
-
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
106
|
-
LD = @LD@
|
107
|
-
LDFLAGS = @LDFLAGS@
|
108
|
-
LIBOBJS = @LIBOBJS@
|
109
|
-
LIBS = @LIBS@
|
110
|
-
LIBTOOL = @LIBTOOL@
|
111
|
-
LIPO = @LIPO@
|
112
|
-
LN_S = @LN_S@
|
113
|
-
LTLIBOBJS = @LTLIBOBJS@
|
114
|
-
MAKEINFO = @MAKEINFO@
|
115
|
-
MKDIR_P = @MKDIR_P@
|
116
|
-
NM = @NM@
|
117
|
-
NMEDIT = @NMEDIT@
|
118
|
-
OBJDUMP = @OBJDUMP@
|
119
|
-
OBJEXT = @OBJEXT@
|
120
|
-
OTOOL = @OTOOL@
|
121
|
-
OTOOL64 = @OTOOL64@
|
122
|
-
PACKAGE = @PACKAGE@
|
123
|
-
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
124
|
-
PACKAGE_NAME = @PACKAGE_NAME@
|
125
|
-
PACKAGE_STRING = @PACKAGE_STRING@
|
126
|
-
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
127
|
-
PACKAGE_URL = @PACKAGE_URL@
|
128
|
-
PACKAGE_VERSION = @PACKAGE_VERSION@
|
129
|
-
PATH_SEPARATOR = @PATH_SEPARATOR@
|
130
|
-
RANLIB = @RANLIB@
|
131
|
-
SED = @SED@
|
132
|
-
SET_MAKE = @SET_MAKE@
|
133
|
-
SHELL = @SHELL@
|
134
|
-
STRIP = @STRIP@
|
135
|
-
VERSION = @VERSION@
|
136
|
-
YAML_LT_AGE = @YAML_LT_AGE@
|
137
|
-
YAML_LT_CURRENT = @YAML_LT_CURRENT@
|
138
|
-
YAML_LT_RELEASE = @YAML_LT_RELEASE@
|
139
|
-
YAML_LT_REVISION = @YAML_LT_REVISION@
|
140
|
-
abs_builddir = @abs_builddir@
|
141
|
-
abs_srcdir = @abs_srcdir@
|
142
|
-
abs_top_builddir = @abs_top_builddir@
|
143
|
-
abs_top_srcdir = @abs_top_srcdir@
|
144
|
-
ac_ct_CC = @ac_ct_CC@
|
145
|
-
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
146
|
-
am__include = @am__include@
|
147
|
-
am__leading_dot = @am__leading_dot@
|
148
|
-
am__quote = @am__quote@
|
149
|
-
am__tar = @am__tar@
|
150
|
-
am__untar = @am__untar@
|
151
|
-
bindir = @bindir@
|
152
|
-
build = @build@
|
153
|
-
build_alias = @build_alias@
|
154
|
-
build_cpu = @build_cpu@
|
155
|
-
build_os = @build_os@
|
156
|
-
build_vendor = @build_vendor@
|
157
|
-
builddir = @builddir@
|
158
|
-
datadir = @datadir@
|
159
|
-
datarootdir = @datarootdir@
|
160
|
-
docdir = @docdir@
|
161
|
-
dvidir = @dvidir@
|
162
|
-
exec_prefix = @exec_prefix@
|
163
|
-
host = @host@
|
164
|
-
host_alias = @host_alias@
|
165
|
-
host_cpu = @host_cpu@
|
166
|
-
host_os = @host_os@
|
167
|
-
host_vendor = @host_vendor@
|
168
|
-
htmldir = @htmldir@
|
169
|
-
includedir = @includedir@
|
170
|
-
infodir = @infodir@
|
171
|
-
install_sh = @install_sh@
|
172
|
-
libdir = @libdir@
|
173
|
-
libexecdir = @libexecdir@
|
174
|
-
localedir = @localedir@
|
175
|
-
localstatedir = @localstatedir@
|
176
|
-
lt_ECHO = @lt_ECHO@
|
177
|
-
mandir = @mandir@
|
178
|
-
mkdir_p = @mkdir_p@
|
179
|
-
oldincludedir = @oldincludedir@
|
180
|
-
pdfdir = @pdfdir@
|
181
|
-
prefix = @prefix@
|
182
|
-
program_transform_name = @program_transform_name@
|
183
|
-
psdir = @psdir@
|
184
|
-
sbindir = @sbindir@
|
185
|
-
sharedstatedir = @sharedstatedir@
|
186
|
-
srcdir = @srcdir@
|
187
|
-
sysconfdir = @sysconfdir@
|
188
|
-
target_alias = @target_alias@
|
189
|
-
top_build_prefix = @top_build_prefix@
|
190
|
-
top_builddir = @top_builddir@
|
191
|
-
top_srcdir = @top_srcdir@
|
192
|
-
AM_CPPFLAGS = -I$(top_srcdir)/include
|
193
|
-
noinst_LTLIBRARIES = libyaml.la
|
194
|
-
libyaml_la_SOURCES = yaml_private.h api.c reader.c scanner.c parser.c loader.c writer.c emitter.c dumper.c
|
195
|
-
libyaml_la_LDFLAGS = -release $(YAML_LT_RELEASE) -version-info $(YAML_LT_CURRENT):$(YAML_LT_REVISION):$(YAML_LT_AGE)
|
196
|
-
all: all-am
|
197
|
-
|
198
|
-
.SUFFIXES:
|
199
|
-
.SUFFIXES: .c .lo .o .obj
|
200
|
-
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
201
|
-
@for dep in $?; do \
|
202
|
-
case '$(am__configure_deps)' in \
|
203
|
-
*$$dep*) \
|
204
|
-
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
205
|
-
&& { if test -f $@; then exit 0; else break; fi; }; \
|
206
|
-
exit 1;; \
|
207
|
-
esac; \
|
208
|
-
done; \
|
209
|
-
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
|
210
|
-
$(am__cd) $(top_srcdir) && \
|
211
|
-
$(AUTOMAKE) --foreign src/Makefile
|
212
|
-
.PRECIOUS: Makefile
|
213
|
-
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
214
|
-
@case '$?' in \
|
215
|
-
*config.status*) \
|
216
|
-
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
217
|
-
*) \
|
218
|
-
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
219
|
-
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
220
|
-
esac;
|
221
|
-
|
222
|
-
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
223
|
-
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
224
|
-
|
225
|
-
$(top_srcdir)/configure: $(am__configure_deps)
|
226
|
-
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
227
|
-
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
228
|
-
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
229
|
-
$(am__aclocal_m4_deps):
|
230
|
-
|
231
|
-
clean-noinstLTLIBRARIES:
|
232
|
-
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
|
233
|
-
@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
|
234
|
-
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
235
|
-
test "$$dir" != "$$p" || dir=.; \
|
236
|
-
echo "rm -f \"$${dir}/so_locations\""; \
|
237
|
-
rm -f "$${dir}/so_locations"; \
|
238
|
-
done
|
239
|
-
libyaml.la: $(libyaml_la_OBJECTS) $(libyaml_la_DEPENDENCIES)
|
240
|
-
$(libyaml_la_LINK) $(libyaml_la_OBJECTS) $(libyaml_la_LIBADD) $(LIBS)
|
241
|
-
|
242
|
-
mostlyclean-compile:
|
243
|
-
-rm -f *.$(OBJEXT)
|
244
|
-
|
245
|
-
distclean-compile:
|
246
|
-
-rm -f *.tab.c
|
247
|
-
|
248
|
-
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/api.Plo@am__quote@
|
249
|
-
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dumper.Plo@am__quote@
|
250
|
-
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emitter.Plo@am__quote@
|
251
|
-
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loader.Plo@am__quote@
|
252
|
-
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Plo@am__quote@
|
253
|
-
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reader.Plo@am__quote@
|
254
|
-
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanner.Plo@am__quote@
|
255
|
-
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/writer.Plo@am__quote@
|
256
|
-
|
257
|
-
.c.o:
|
258
|
-
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
259
|
-
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
260
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
261
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
262
|
-
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
263
|
-
|
264
|
-
.c.obj:
|
265
|
-
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
266
|
-
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
267
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
268
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
269
|
-
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
270
|
-
|
271
|
-
.c.lo:
|
272
|
-
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
273
|
-
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
274
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
275
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
276
|
-
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
277
|
-
|
278
|
-
mostlyclean-libtool:
|
279
|
-
-rm -f *.lo
|
280
|
-
|
281
|
-
clean-libtool:
|
282
|
-
-rm -rf .libs _libs
|
283
|
-
|
284
|
-
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
285
|
-
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
286
|
-
unique=`for i in $$list; do \
|
287
|
-
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
288
|
-
done | \
|
289
|
-
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
290
|
-
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
291
|
-
mkid -fID $$unique
|
292
|
-
tags: TAGS
|
293
|
-
|
294
|
-
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
295
|
-
$(TAGS_FILES) $(LISP)
|
296
|
-
set x; \
|
297
|
-
here=`pwd`; \
|
298
|
-
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
299
|
-
unique=`for i in $$list; do \
|
300
|
-
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
301
|
-
done | \
|
302
|
-
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
303
|
-
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
304
|
-
shift; \
|
305
|
-
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
306
|
-
test -n "$$unique" || unique=$$empty_fix; \
|
307
|
-
if test $$# -gt 0; then \
|
308
|
-
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
309
|
-
"$$@" $$unique; \
|
310
|
-
else \
|
311
|
-
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
312
|
-
$$unique; \
|
313
|
-
fi; \
|
314
|
-
fi
|
315
|
-
ctags: CTAGS
|
316
|
-
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
317
|
-
$(TAGS_FILES) $(LISP)
|
318
|
-
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
319
|
-
unique=`for i in $$list; do \
|
320
|
-
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
321
|
-
done | \
|
322
|
-
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
323
|
-
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
324
|
-
test -z "$(CTAGS_ARGS)$$unique" \
|
325
|
-
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
326
|
-
$$unique
|
327
|
-
|
328
|
-
GTAGS:
|
329
|
-
here=`$(am__cd) $(top_builddir) && pwd` \
|
330
|
-
&& $(am__cd) $(top_srcdir) \
|
331
|
-
&& gtags -i $(GTAGS_ARGS) "$$here"
|
332
|
-
|
333
|
-
distclean-tags:
|
334
|
-
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
335
|
-
|
336
|
-
distdir: $(DISTFILES)
|
337
|
-
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
338
|
-
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
339
|
-
list='$(DISTFILES)'; \
|
340
|
-
dist_files=`for file in $$list; do echo $$file; done | \
|
341
|
-
sed -e "s|^$$srcdirstrip/||;t" \
|
342
|
-
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
343
|
-
case $$dist_files in \
|
344
|
-
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
345
|
-
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
346
|
-
sort -u` ;; \
|
347
|
-
esac; \
|
348
|
-
for file in $$dist_files; do \
|
349
|
-
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
350
|
-
if test -d $$d/$$file; then \
|
351
|
-
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
352
|
-
if test -d "$(distdir)/$$file"; then \
|
353
|
-
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
354
|
-
fi; \
|
355
|
-
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
356
|
-
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
357
|
-
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
358
|
-
fi; \
|
359
|
-
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
360
|
-
else \
|
361
|
-
test -f "$(distdir)/$$file" \
|
362
|
-
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
363
|
-
|| exit 1; \
|
364
|
-
fi; \
|
365
|
-
done
|
366
|
-
check-am: all-am
|
367
|
-
check: check-am
|
368
|
-
all-am: Makefile $(LTLIBRARIES)
|
369
|
-
installdirs:
|
370
|
-
install: install-am
|
371
|
-
install-exec: install-exec-am
|
372
|
-
install-data: install-data-am
|
373
|
-
uninstall: uninstall-am
|
374
|
-
|
375
|
-
install-am: all-am
|
376
|
-
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
377
|
-
|
378
|
-
installcheck: installcheck-am
|
379
|
-
install-strip:
|
380
|
-
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
381
|
-
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
382
|
-
`test -z '$(STRIP)' || \
|
383
|
-
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
384
|
-
mostlyclean-generic:
|
385
|
-
|
386
|
-
clean-generic:
|
387
|
-
|
388
|
-
distclean-generic:
|
389
|
-
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
390
|
-
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
391
|
-
|
392
|
-
maintainer-clean-generic:
|
393
|
-
@echo "This command is intended for maintainers to use"
|
394
|
-
@echo "it deletes files that may require special tools to rebuild."
|
395
|
-
clean: clean-am
|
396
|
-
|
397
|
-
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
|
398
|
-
mostlyclean-am
|
399
|
-
|
400
|
-
distclean: distclean-am
|
401
|
-
-rm -rf ./$(DEPDIR)
|
402
|
-
-rm -f Makefile
|
403
|
-
distclean-am: clean-am distclean-compile distclean-generic \
|
404
|
-
distclean-tags
|
405
|
-
|
406
|
-
dvi: dvi-am
|
407
|
-
|
408
|
-
dvi-am:
|
409
|
-
|
410
|
-
html: html-am
|
411
|
-
|
412
|
-
html-am:
|
413
|
-
|
414
|
-
info: info-am
|
415
|
-
|
416
|
-
info-am:
|
417
|
-
|
418
|
-
install-data-am:
|
419
|
-
|
420
|
-
install-dvi: install-dvi-am
|
421
|
-
|
422
|
-
install-dvi-am:
|
423
|
-
|
424
|
-
install-exec-am:
|
425
|
-
|
426
|
-
install-html: install-html-am
|
427
|
-
|
428
|
-
install-html-am:
|
429
|
-
|
430
|
-
install-info: install-info-am
|
431
|
-
|
432
|
-
install-info-am:
|
433
|
-
|
434
|
-
install-man:
|
435
|
-
|
436
|
-
install-pdf: install-pdf-am
|
437
|
-
|
438
|
-
install-pdf-am:
|
439
|
-
|
440
|
-
install-ps: install-ps-am
|
441
|
-
|
442
|
-
install-ps-am:
|
443
|
-
|
444
|
-
installcheck-am:
|
445
|
-
|
446
|
-
maintainer-clean: maintainer-clean-am
|
447
|
-
-rm -rf ./$(DEPDIR)
|
448
|
-
-rm -f Makefile
|
449
|
-
maintainer-clean-am: distclean-am maintainer-clean-generic
|
450
|
-
|
451
|
-
mostlyclean: mostlyclean-am
|
452
|
-
|
453
|
-
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
454
|
-
mostlyclean-libtool
|
455
|
-
|
456
|
-
pdf: pdf-am
|
457
|
-
|
458
|
-
pdf-am:
|
459
|
-
|
460
|
-
ps: ps-am
|
461
|
-
|
462
|
-
ps-am:
|
463
|
-
|
464
|
-
uninstall-am:
|
465
|
-
|
466
|
-
.MAKE: install-am install-strip
|
467
|
-
|
468
|
-
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
469
|
-
clean-libtool clean-noinstLTLIBRARIES ctags distclean \
|
470
|
-
distclean-compile distclean-generic distclean-libtool \
|
471
|
-
distclean-tags distdir dvi dvi-am html html-am info info-am \
|
472
|
-
install install-am install-data install-data-am install-dvi \
|
473
|
-
install-dvi-am install-exec install-exec-am install-html \
|
474
|
-
install-html-am install-info install-info-am install-man \
|
475
|
-
install-pdf install-pdf-am install-ps install-ps-am \
|
476
|
-
install-strip installcheck installcheck-am installdirs \
|
477
|
-
maintainer-clean maintainer-clean-generic mostlyclean \
|
478
|
-
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
|
479
|
-
pdf pdf-am ps ps-am tags uninstall uninstall-am
|
480
|
-
|
481
|
-
|
482
|
-
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
483
|
-
# Otherwise a system limit (for SysV at least) may be exceeded.
|
484
|
-
.NOEXPORT:
|