~yolanda.robla/ubuntu/trusty/memcached/add_distribution

« back to all changes in this revision

Viewing changes to doc/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): David Martínez Moreno
  • Date: 2010-05-12 11:41:22 UTC
  • mto: (3.3.3 squeeze) (1.1.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20100512114122-wpynzm9kb1irw1um
Import upstream version 1.4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
39
am__aclocal_m4_deps = $(top_srcdir)/version.m4 \
40
 
        $(top_srcdir)/configure.ac
 
40
        $(top_srcdir)/m4/c99-backport.m4 $(top_srcdir)/configure.ac
41
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
42
        $(ACLOCAL_M4)
43
43
mkinstalldirs = $(install_sh) -d
58
58
AWK = gawk
59
59
CC = gcc -std=gnu99
60
60
CCDEPMODE = depmode=gcc3
61
 
CFLAGS = -g -O2 -pthread -Wall -Werror -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls
 
61
CFLAGS = -g -O2 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls
62
62
CPP = gcc -E
63
63
CPPFLAGS = 
64
64
CYGPATH_W = echo
70
70
ECHO_N = -n
71
71
ECHO_T = 
72
72
EGREP = /bin/grep -E
 
73
ENABLE_SASL = 
73
74
EXEEXT = 
74
75
GREP = /bin/grep
75
76
INSTALL = /usr/bin/install -c
85
86
MKDIR_P = /usr/bin/mkdir -p
86
87
OBJEXT = o
87
88
PACKAGE = memcached
88
 
PACKAGE_BUGREPORT = brad@danga.com
 
89
PACKAGE_BUGREPORT = memcached@googlegroups.com
89
90
PACKAGE_NAME = memcached
90
 
PACKAGE_STRING = memcached 1.4.2
 
91
PACKAGE_STRING = memcached 1.4.5
91
92
PACKAGE_TARNAME = memcached
92
 
PACKAGE_VERSION = 1.4.2
 
93
PACKAGE_VERSION = 1.4.5
93
94
PATH_SEPARATOR = :
94
95
PROFILER = /usr/bin/gcov
95
96
PROFILER_FLAGS = -fprofile-arcs -ftest-coverage
97
98
SET_MAKE = 
98
99
SHELL = /bin/sh
99
100
STRIP = 
100
 
VERSION = 1.4.2
 
101
VERSION = 1.4.5
101
102
XML2RFC = no
102
103
XSLTPROC = /usr/bin/xsltproc
103
104
abs_builddir = /home/dormando/p/danga/memcached_github_new/doc