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

« back to all changes in this revision

Viewing changes to xlators/performance/io-threads/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:
106
106
AUTOHEADER = @AUTOHEADER@
107
107
AUTOMAKE = @AUTOMAKE@
108
108
AWK = @AWK@
 
109
BUILD_PYTHON_INC = @BUILD_PYTHON_INC@
 
110
BUILD_PYTHON_LIB = @BUILD_PYTHON_LIB@
109
111
CC = @CC@
110
112
CCDEPMODE = @CCDEPMODE@
111
113
CFLAGS = @CFLAGS@
136
138
GF_HOST_OS = @GF_HOST_OS@
137
139
GF_LDADD = @GF_LDADD@
138
140
GF_LDFLAGS = @GF_LDFLAGS@
 
141
GLIB_CFLAGS = @GLIB_CFLAGS@
 
142
GLIB_LIBS = @GLIB_LIBS@
 
143
GLUPY_SUBDIR = @GLUPY_SUBDIR@
 
144
GLUPY_SUBDIR_MAKEFILE = @GLUPY_SUBDIR_MAKEFILE@
 
145
GLUPY_SUBDIR_SRC_MAKEFILE = @GLUPY_SUBDIR_SRC_MAKEFILE@
139
146
GREP = @GREP@
140
147
HAVE_BACKTRACE = @HAVE_BACKTRACE@
141
148
HAVE_LINKAT = @HAVE_LINKAT@
157
164
LIBOBJS = @LIBOBJS@
158
165
LIBS = @LIBS@
159
166
LIBTOOL = @LIBTOOL@
160
 
LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
161
 
LIBXML2_LIBS = @LIBXML2_LIBS@
 
167
LIBZ_CFLAGS = @LIBZ_CFLAGS@
 
168
LIBZ_LIBS = @LIBZ_LIBS@
162
169
LIPO = @LIPO@
163
170
LN_S = @LN_S@
164
171
LTLIBOBJS = @LTLIBOBJS@
198
205
SYNCDAEMON_COMPILE = @SYNCDAEMON_COMPILE@
199
206
SYNCDAEMON_SUBDIR = @SYNCDAEMON_SUBDIR@
200
207
VERSION = @VERSION@
 
208
XML2_CONFIG = @XML2_CONFIG@
 
209
XML_CPPFLAGS = @XML_CPPFLAGS@
 
210
XML_LIBS = @XML_LIBS@
201
211
YACC = @YACC@
202
212
YFLAGS = @YFLAGS@
 
213
ZLIB_CFLAGS = @ZLIB_CFLAGS@
 
214
ZLIB_LIBS = @ZLIB_LIBS@
203
215
abs_builddir = @abs_builddir@
204
216
abs_srcdir = @abs_srcdir@
205
217
abs_top_builddir = @abs_top_builddir@