~ubuntu-branches/ubuntu/trusty/dovecot/trusty-updates

1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
1
# Makefile.in generated by automake 1.14 from Makefile.am.
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
2
# @configure_input@
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
3
1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
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
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
15
@SET_MAKE@
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
16
17
18
VPATH = @srcdir@
1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
19
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20
am__make_running_with_option = \
21
  case $${target_option-} in \
22
      ?) ;; \
23
      *) echo "am__make_running_with_option: internal error: invalid" \
24
              "target option '$${target_option-}' specified" >&2; \
25
         exit 1;; \
26
  esac; \
27
  has_opt=no; \
28
  sane_makeflags=$$MAKEFLAGS; \
29
  if $(am__is_gnu_make); then \
30
    sane_makeflags=$$MFLAGS; \
31
  else \
1.13.11 by Jaldhar H. Vyas
Import upstream version 2.1.17
32
    case $$MAKEFLAGS in \
33
      *\\[\ \	]*) \
1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
34
        bs=\\; \
35
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
37
    esac; \
38
  fi; \
39
  skip_next=no; \
40
  strip_trailopt () \
41
  { \
42
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43
  }; \
44
  for flg in $$sane_makeflags; do \
45
    test $$skip_next = yes && { skip_next=no; continue; }; \
46
    case $$flg in \
47
      *=*|--*) continue;; \
48
        -*I) strip_trailopt 'I'; skip_next=yes;; \
49
      -*I?*) strip_trailopt 'I';; \
50
        -*O) strip_trailopt 'O'; skip_next=yes;; \
51
      -*O?*) strip_trailopt 'O';; \
52
        -*l) strip_trailopt 'l'; skip_next=yes;; \
53
      -*l?*) strip_trailopt 'l';; \
54
      -[dEDm]) skip_next=yes;; \
55
      -[JT]) skip_next=yes;; \
56
    esac; \
57
    case $$flg in \
58
      *$$target_option*) has_opt=yes; break;; \
59
    esac; \
60
  done; \
61
  test $$has_opt = yes
62
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
64
pkgdatadir = $(datadir)/@PACKAGE@
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
65
pkgincludedir = $(includedir)/@PACKAGE@
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
66
pkglibdir = $(libdir)/@PACKAGE@
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
67
pkglibexecdir = $(libexecdir)/@PACKAGE@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
68
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69
install_sh_DATA = $(install_sh) -c -m 644
70
install_sh_PROGRAM = $(install_sh) -c
71
install_sh_SCRIPT = $(install_sh) -c
72
INSTALL_HEADER = $(INSTALL_DATA)
73
transform = $(program_transform_name)
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
74
NORMAL_INSTALL = :
75
PRE_INSTALL = :
76
POST_INSTALL = :
77
NORMAL_UNINSTALL = :
78
PRE_UNINSTALL = :
79
POST_UNINSTALL = :
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
80
build_triplet = @build@
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
81
host_triplet = @host@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
82
subdir = src/lib-settings
1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84
	$(top_srcdir)/depcomp $(pkginc_lib_HEADERS)
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
85
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.13.8 by Marco Nenciarini
Import upstream version 2.0.11
86
am__aclocal_m4_deps = $(top_srcdir)/dovecot.m4 \
1.13.12 by Jaldhar H. Vyas
Import upstream version 2.2.5
87
	$(top_srcdir)/configure.ac
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
88
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89
	$(ACLOCAL_M4)
1.10.2 by Martin Pitt
Import upstream version 1.0.beta9
90
mkinstalldirs = $(install_sh) -d
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
91
CONFIG_HEADER = $(top_builddir)/config.h
92
CONFIG_CLEAN_FILES =
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
93
CONFIG_CLEAN_VPATH_FILES =
1.13.8 by Marco Nenciarini
Import upstream version 2.0.11
94
LTLIBRARIES = $(noinst_LTLIBRARIES)
95
libsettings_la_LIBADD =
96
am_libsettings_la_OBJECTS = settings.lo settings-parser.lo
97
libsettings_la_OBJECTS = $(am_libsettings_la_OBJECTS)
1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
98
AM_V_lt = $(am__v_lt_@AM_V@)
99
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
100
am__v_lt_0 = --silent
101
am__v_lt_1 = 
102
AM_V_P = $(am__v_P_@AM_V@)
103
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
104
am__v_P_0 = false
105
am__v_P_1 = :
106
AM_V_GEN = $(am__v_GEN_@AM_V@)
107
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108
am__v_GEN_0 = @echo "  GEN     " $@;
109
am__v_GEN_1 = 
110
AM_V_at = $(am__v_at_@AM_V@)
111
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112
am__v_at_0 = @
113
am__v_at_1 = 
46 by Mathias Gug
* New upstream release (LP: #281423):
114
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
115
depcomp = $(SHELL) $(top_srcdir)/depcomp
116
am__depfiles_maybe = depfiles
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
117
am__mv = mv -f
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
118
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
119
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
120
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
121
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
122
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
123
	$(AM_CFLAGS) $(CFLAGS)
124
AM_V_CC = $(am__v_CC_@AM_V@)
125
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
126
am__v_CC_0 = @echo "  CC      " $@;
127
am__v_CC_1 = 
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
128
CCLD = $(CC)
1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
129
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
130
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
131
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
132
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
133
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
134
am__v_CCLD_0 = @echo "  CCLD    " $@;
135
am__v_CCLD_1 = 
1.13.8 by Marco Nenciarini
Import upstream version 2.0.11
136
SOURCES = $(libsettings_la_SOURCES)
137
DIST_SOURCES = $(libsettings_la_SOURCES)
1.13.11 by Jaldhar H. Vyas
Import upstream version 2.1.17
138
am__can_run_installinfo = \
139
  case $$AM_UPDATE_INFO_DIR in \
140
    n|no|NO) false;; \
141
    *) (install-info --version) >/dev/null 2>&1;; \
142
  esac
1.10.7 by Martin Pitt
Import upstream version 1.0.0
143
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
144
am__vpath_adj = case $$p in \
145
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
146
    *) f=$$p;; \
147
  esac;
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
148
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
149
am__install_max = 40
150
am__nobase_strip_setup = \
151
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
152
am__nobase_strip = \
153
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
154
am__nobase_list = $(am__nobase_strip_setup); \
155
  for p in $$list; do echo "$$p $$p"; done | \
156
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
157
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
158
    if (++n[$$2] == $(am__install_max)) \
159
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
160
    END { for (dir in files) print dir, files[dir] }'
161
am__base_list = \
162
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
163
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.14.6 by Jaldhar H. Vyas
Import upstream version 2.1.7
164
am__uninstall_files_from_dir = { \
165
  test -z "$$files" \
166
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
167
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
168
         $(am__cd) "$$dir" && rm -f $$files; }; \
169
  }
1.10.7 by Martin Pitt
Import upstream version 1.0.0
170
am__installdirs = "$(DESTDIR)$(pkginc_libdir)"
1.13.8 by Marco Nenciarini
Import upstream version 2.0.11
171
HEADERS = $(pkginc_lib_HEADERS)
1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
172
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
173
# Read a list of newline-separated strings from the standard input,
174
# and print each of them once, without duplicates.  Input order is
175
# *not* preserved.
176
am__uniquify_input = $(AWK) '\
177
  BEGIN { nonempty = 0; } \
178
  { items[$$0] = 1; nonempty = 1; } \
179
  END { if (nonempty) { for (i in items) print i; }; } \
180
'
181
# Make sure the list of sources is unique.  This is necessary because,
182
# e.g., the same source file might be shared among _SOURCES variables
183
# for different programs/libraries.
184
am__define_uniq_tagged_files = \
185
  list='$(am__tagged_files)'; \
186
  unique=`for i in $$list; do \
187
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
188
  done | $(am__uniquify_input)`
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
189
ETAGS = etags
190
CTAGS = ctags
191
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
192
ACLOCAL = @ACLOCAL@
1.13.8 by Marco Nenciarini
Import upstream version 2.0.11
193
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
194
AMTAR = @AMTAR@
1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
195
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
196
AR = @AR@
197
AUTH_CFLAGS = @AUTH_CFLAGS@
198
AUTH_LIBS = @AUTH_LIBS@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
199
AUTOCONF = @AUTOCONF@
200
AUTOHEADER = @AUTOHEADER@
201
AUTOMAKE = @AUTOMAKE@
202
AWK = @AWK@
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
203
CC = @CC@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
204
CCDEPMODE = @CCDEPMODE@
1.13.12 by Jaldhar H. Vyas
Import upstream version 2.2.5
205
CDB_LIBS = @CDB_LIBS@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
206
CFLAGS = @CFLAGS@
1.13.12 by Jaldhar H. Vyas
Import upstream version 2.2.5
207
CLUCENE_CFLAGS = @CLUCENE_CFLAGS@
208
CLUCENE_LIBS = @CLUCENE_LIBS@
209
COMPRESS_LIBS = @COMPRESS_LIBS@
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
210
CPP = @CPP@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
211
CPPFLAGS = @CPPFLAGS@
1.13.9 by Micah Anderson
Import upstream version 2.1.3
212
CRYPT_LIBS = @CRYPT_LIBS@
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
213
CXX = @CXX@
214
CXXCPP = @CXXCPP@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
215
CXXDEPMODE = @CXXDEPMODE@
216
CXXFLAGS = @CXXFLAGS@
217
CYGPATH_W = @CYGPATH_W@
218
DEFS = @DEFS@
219
DEPDIR = @DEPDIR@
1.10.15 by Matthias Klose
Import upstream version 1.1.2
220
DICT_LIBS = @DICT_LIBS@
1.14.1 by Jaldhar H. Vyas
Import upstream version 2.0.12
221
DLLTOOL = @DLLTOOL@
1.10.13 by Chuck Short
Import upstream version 1.0.14
222
DSYMUTIL = @DSYMUTIL@
1.10.17 by Mathias Gug
Import upstream version 1.1.11
223
DUMPBIN = @DUMPBIN@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
224
ECHO_C = @ECHO_C@
225
ECHO_N = @ECHO_N@
226
ECHO_T = @ECHO_T@
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
227
EGREP = @EGREP@
228
EXEEXT = @EXEEXT@
1.10.17 by Mathias Gug
Import upstream version 1.1.11
229
FGREP = @FGREP@
1.10.5 by Michael Vogt
Import upstream version 1.0.rc15
230
GREP = @GREP@
46 by Mathias Gug
* New upstream release (LP: #281423):
231
INSTALL = @INSTALL@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
232
INSTALL_DATA = @INSTALL_DATA@
233
INSTALL_PROGRAM = @INSTALL_PROGRAM@
234
INSTALL_SCRIPT = @INSTALL_SCRIPT@
235
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.2.2 by Fabio Tranchitella
Import upstream version 1.0.alpha5
236
KRB5CONFIG = @KRB5CONFIG@
1.10.15 by Matthias Klose
Import upstream version 1.1.2
237
KRB5_CFLAGS = @KRB5_CFLAGS@
238
KRB5_LIBS = @KRB5_LIBS@
1.10.17 by Mathias Gug
Import upstream version 1.1.11
239
LD = @LD@
1.10.15 by Matthias Klose
Import upstream version 1.1.2
240
LDAP_LIBS = @LDAP_LIBS@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
241
LDFLAGS = @LDFLAGS@
1.10.15 by Matthias Klose
Import upstream version 1.1.2
242
LIBCAP = @LIBCAP@
1.13.8 by Marco Nenciarini
Import upstream version 2.0.11
243
LIBDOVECOT = @LIBDOVECOT@
1.13.12 by Jaldhar H. Vyas
Import upstream version 2.2.5
244
LIBDOVECOT_COMPRESS = @LIBDOVECOT_COMPRESS@
1.13.8 by Marco Nenciarini
Import upstream version 2.0.11
245
LIBDOVECOT_DEPS = @LIBDOVECOT_DEPS@
246
LIBDOVECOT_LDA = @LIBDOVECOT_LDA@
247
LIBDOVECOT_LOGIN = @LIBDOVECOT_LOGIN@
248
LIBDOVECOT_SQL = @LIBDOVECOT_SQL@
249
LIBDOVECOT_STORAGE = @LIBDOVECOT_STORAGE@
1.13.9 by Micah Anderson
Import upstream version 2.1.3
250
LIBDOVECOT_STORAGE_DEPS = @LIBDOVECOT_STORAGE_DEPS@
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
251
LIBICONV = @LIBICONV@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
252
LIBOBJS = @LIBOBJS@
253
LIBS = @LIBS@
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
254
LIBTOOL = @LIBTOOL@
1.13.8 by Marco Nenciarini
Import upstream version 2.0.11
255
LIBWRAP_LIBS = @LIBWRAP_LIBS@
1.13.9 by Micah Anderson
Import upstream version 2.1.3
256
LINKED_STORAGE_LDADD = @LINKED_STORAGE_LDADD@
1.13.8 by Marco Nenciarini
Import upstream version 2.0.11
257
LINKED_STORAGE_LIBS = @LINKED_STORAGE_LIBS@
1.10.17 by Mathias Gug
Import upstream version 1.1.11
258
LIPO = @LIPO@
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
259
LN_S = @LN_S@
260
LTLIBICONV = @LTLIBICONV@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
261
LTLIBOBJS = @LTLIBOBJS@
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
262
MAINT = @MAINT@
263
MAKEINFO = @MAKEINFO@
1.14.1 by Jaldhar H. Vyas
Import upstream version 2.0.12
264
MANIFEST_TOOL = @MANIFEST_TOOL@
46 by Mathias Gug
* New upstream release (LP: #281423):
265
MKDIR_P = @MKDIR_P@
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
266
MODULE_LIBS = @MODULE_LIBS@
1.10.15 by Matthias Klose
Import upstream version 1.1.2
267
MODULE_SUFFIX = @MODULE_SUFFIX@
268
MYSQL_CFLAGS = @MYSQL_CFLAGS@
1.13.8 by Marco Nenciarini
Import upstream version 2.0.11
269
MYSQL_CONFIG = @MYSQL_CONFIG@
1.10.15 by Matthias Klose
Import upstream version 1.1.2
270
MYSQL_LIBS = @MYSQL_LIBS@
1.10.17 by Mathias Gug
Import upstream version 1.1.11
271
NM = @NM@
1.10.13 by Chuck Short
Import upstream version 1.0.14
272
NMEDIT = @NMEDIT@
1.13.9 by Micah Anderson
Import upstream version 2.1.3
273
NOPLUGIN_LDFLAGS = @NOPLUGIN_LDFLAGS@
1.11.3 by Fabio Tranchitella
Import upstream version 1.1.16
274
OBJDUMP = @OBJDUMP@
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
275
OBJEXT = @OBJEXT@
1.10.17 by Mathias Gug
Import upstream version 1.1.11
276
OTOOL = @OTOOL@
277
OTOOL64 = @OTOOL64@
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
278
PACKAGE = @PACKAGE@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
279
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
280
PACKAGE_NAME = @PACKAGE_NAME@
281
PACKAGE_STRING = @PACKAGE_STRING@
282
PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
283
PACKAGE_URL = @PACKAGE_URL@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
284
PACKAGE_VERSION = @PACKAGE_VERSION@
285
PATH_SEPARATOR = @PATH_SEPARATOR@
1.10.15 by Matthias Klose
Import upstream version 1.1.2
286
PGSQL_CFLAGS = @PGSQL_CFLAGS@
287
PGSQL_LIBS = @PGSQL_LIBS@
1.12.2 by Joel Johnson
Import upstream version 1.2.2
288
PG_CONFIG = @PG_CONFIG@
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
289
PKG_CONFIG = @PKG_CONFIG@
1.13.8 by Marco Nenciarini
Import upstream version 2.0.11
290
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
291
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
1.13.12 by Jaldhar H. Vyas
Import upstream version 2.2.5
292
QUOTA_LIBS = @QUOTA_LIBS@
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
293
RANLIB = @RANLIB@
1.10.15 by Matthias Klose
Import upstream version 1.1.2
294
RPCGEN = @RPCGEN@
1.13.8 by Marco Nenciarini
Import upstream version 2.0.11
295
RUN_TEST = @RUN_TEST@
1.10.8 by Matthias Klose
Import upstream version 1.0.3
296
SED = @SED@
1.13.8 by Marco Nenciarini
Import upstream version 2.0.11
297
SETTING_FILES = @SETTING_FILES@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
298
SET_MAKE = @SET_MAKE@
299
SHELL = @SHELL@
1.10.15 by Matthias Klose
Import upstream version 1.1.2
300
SQLITE_CFLAGS = @SQLITE_CFLAGS@
301
SQLITE_LIBS = @SQLITE_LIBS@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
302
SQL_CFLAGS = @SQL_CFLAGS@
303
SQL_LIBS = @SQL_LIBS@
304
SSL_CFLAGS = @SSL_CFLAGS@
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
305
SSL_LIBS = @SSL_LIBS@
306
STRIP = @STRIP@
1.13.8 by Marco Nenciarini
Import upstream version 2.0.11
307
VALGRIND = @VALGRIND@
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
308
VERSION = @VERSION@
46 by Mathias Gug
* New upstream release (LP: #281423):
309
abs_builddir = @abs_builddir@
310
abs_srcdir = @abs_srcdir@
311
abs_top_builddir = @abs_top_builddir@
312
abs_top_srcdir = @abs_top_srcdir@
1.14.1 by Jaldhar H. Vyas
Import upstream version 2.0.12
313
ac_ct_AR = @ac_ct_AR@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
314
ac_ct_CC = @ac_ct_CC@
315
ac_ct_CXX = @ac_ct_CXX@
1.10.17 by Mathias Gug
Import upstream version 1.1.11
316
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
317
am__include = @am__include@
318
am__leading_dot = @am__leading_dot@
319
am__quote = @am__quote@
320
am__tar = @am__tar@
321
am__untar = @am__untar@
322
bindir = @bindir@
323
build = @build@
324
build_alias = @build_alias@
325
build_cpu = @build_cpu@
326
build_os = @build_os@
327
build_vendor = @build_vendor@
46 by Mathias Gug
* New upstream release (LP: #281423):
328
builddir = @builddir@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
329
datadir = @datadir@
1.10.5 by Michael Vogt
Import upstream version 1.0.rc15
330
datarootdir = @datarootdir@
1.10.15 by Matthias Klose
Import upstream version 1.1.2
331
dict_drivers = @dict_drivers@
1.10.5 by Michael Vogt
Import upstream version 1.0.rc15
332
docdir = @docdir@
333
dvidir = @dvidir@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
334
exec_prefix = @exec_prefix@
335
host = @host@
336
host_alias = @host_alias@
337
host_cpu = @host_cpu@
338
host_os = @host_os@
339
host_vendor = @host_vendor@
1.10.5 by Michael Vogt
Import upstream version 1.0.rc15
340
htmldir = @htmldir@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
341
includedir = @includedir@
342
infodir = @infodir@
343
install_sh = @install_sh@
344
libdir = @libdir@
345
libexecdir = @libexecdir@
1.10.5 by Michael Vogt
Import upstream version 1.0.rc15
346
localedir = @localedir@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
347
localstatedir = @localstatedir@
348
mail_storages = @mail_storages@
1.13.9 by Micah Anderson
Import upstream version 2.1.3
349
mailbox_list_drivers = @mailbox_list_drivers@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
350
mandir = @mandir@
351
mkdir_p = @mkdir_p@
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
352
moduledir = @moduledir@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
353
oldincludedir = @oldincludedir@
1.10.5 by Michael Vogt
Import upstream version 1.0.rc15
354
pdfdir = @pdfdir@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
355
prefix = @prefix@
356
program_transform_name = @program_transform_name@
1.10.5 by Michael Vogt
Import upstream version 1.0.rc15
357
psdir = @psdir@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
358
rundir = @rundir@
359
sbindir = @sbindir@
360
sharedstatedir = @sharedstatedir@
1.6.1 by Martin Pitt
Import upstream version 1.0.beta3
361
sql_drivers = @sql_drivers@
46 by Mathias Gug
* New upstream release (LP: #281423):
362
srcdir = @srcdir@
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
363
ssldir = @ssldir@
1.10.3 by Martin Pitt
Import upstream version 1.0.rc1
364
statedir = @statedir@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
365
sysconfdir = @sysconfdir@
1.13.8 by Marco Nenciarini
Import upstream version 2.0.11
366
systemdsystemunitdir = @systemdsystemunitdir@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
367
target_alias = @target_alias@
1.11.3 by Fabio Tranchitella
Import upstream version 1.1.16
368
top_build_prefix = @top_build_prefix@
46 by Mathias Gug
* New upstream release (LP: #281423):
369
top_builddir = @top_builddir@
370
top_srcdir = @top_srcdir@
1.13.8 by Marco Nenciarini
Import upstream version 2.0.11
371
noinst_LTLIBRARIES = libsettings.la
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
372
AM_CPPFLAGS = \
373
	-I$(top_srcdir)/src/lib
374
1.13.8 by Marco Nenciarini
Import upstream version 2.0.11
375
libsettings_la_SOURCES = \
376
	settings.c \
377
	settings-parser.c
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
378
1.10.7 by Martin Pitt
Import upstream version 1.0.0
379
headers = \
1.13.8 by Marco Nenciarini
Import upstream version 2.0.11
380
	settings.h \
381
	settings-parser.h
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
382
1.13.8 by Marco Nenciarini
Import upstream version 2.0.11
383
pkginc_libdir = $(pkgincludedir)
384
pkginc_lib_HEADERS = $(headers)
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
385
all: all-am
386
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
387
.SUFFIXES:
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
388
.SUFFIXES: .c .lo .o .obj
389
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
390
	@for dep in $?; do \
391
	  case '$(am__configure_deps)' in \
392
	    *$$dep*) \
1.11.3 by Fabio Tranchitella
Import upstream version 1.1.16
393
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
394
	        && { if test -f $@; then exit 0; else break; fi; }; \
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
395
	      exit 1;; \
396
	  esac; \
397
	done; \
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
398
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib-settings/Makefile'; \
399
	$(am__cd) $(top_srcdir) && \
400
	  $(AUTOMAKE) --foreign src/lib-settings/Makefile
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
401
.PRECIOUS: Makefile
402
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
403
	@case '$?' in \
404
	  *config.status*) \
405
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
406
	  *) \
407
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
408
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
409
	esac;
410
411
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
412
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
413
414
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
415
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
416
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
417
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
418
$(am__aclocal_m4_deps):
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
419
1.13.8 by Marco Nenciarini
Import upstream version 2.0.11
420
clean-noinstLTLIBRARIES:
421
	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
422
	@list='$(noinst_LTLIBRARIES)'; \
423
	locs=`for p in $$list; do echo $$p; done | \
424
	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
425
	      sort -u`; \
426
	test -z "$$locs" || { \
427
	  echo rm -f $${locs}; \
428
	  rm -f $${locs}; \
429
	}
430
1.14.6 by Jaldhar H. Vyas
Import upstream version 2.1.7
431
libsettings.la: $(libsettings_la_OBJECTS) $(libsettings_la_DEPENDENCIES) $(EXTRA_libsettings_la_DEPENDENCIES) 
1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
432
	$(AM_V_CCLD)$(LINK)  $(libsettings_la_OBJECTS) $(libsettings_la_LIBADD) $(LIBS)
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
433
434
mostlyclean-compile:
435
	-rm -f *.$(OBJEXT)
436
437
distclean-compile:
438
	-rm -f *.tab.c
439
1.13.8 by Marco Nenciarini
Import upstream version 2.0.11
440
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/settings-parser.Plo@am__quote@
441
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/settings.Plo@am__quote@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
442
443
.c.o:
1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
444
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
445
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
446
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
447
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
448
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
449
450
.c.obj:
1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
451
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
452
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
453
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
454
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
455
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
456
457
.c.lo:
1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
458
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
459
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
460
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
461
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
462
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
463
464
mostlyclean-libtool:
465
	-rm -f *.lo
466
467
clean-libtool:
468
	-rm -rf .libs _libs
1.10.7 by Martin Pitt
Import upstream version 1.0.0
469
install-pkginc_libHEADERS: $(pkginc_lib_HEADERS)
470
	@$(NORMAL_INSTALL)
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
471
	@list='$(pkginc_lib_HEADERS)'; test -n "$(pkginc_libdir)" || list=; \
1.13.11 by Jaldhar H. Vyas
Import upstream version 2.1.17
472
	if test -n "$$list"; then \
473
	  echo " $(MKDIR_P) '$(DESTDIR)$(pkginc_libdir)'"; \
474
	  $(MKDIR_P) "$(DESTDIR)$(pkginc_libdir)" || exit 1; \
475
	fi; \
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
476
	for p in $$list; do \
1.10.7 by Martin Pitt
Import upstream version 1.0.0
477
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
478
	  echo "$$d$$p"; \
479
	done | $(am__base_list) | \
480
	while read files; do \
481
	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkginc_libdir)'"; \
482
	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkginc_libdir)" || exit $$?; \
1.10.7 by Martin Pitt
Import upstream version 1.0.0
483
	done
484
485
uninstall-pkginc_libHEADERS:
486
	@$(NORMAL_UNINSTALL)
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
487
	@list='$(pkginc_lib_HEADERS)'; test -n "$(pkginc_libdir)" || list=; \
488
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1.14.6 by Jaldhar H. Vyas
Import upstream version 2.1.7
489
	dir='$(DESTDIR)$(pkginc_libdir)'; $(am__uninstall_files_from_dir)
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
490
1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
491
ID: $(am__tagged_files)
492
	$(am__define_uniq_tagged_files); mkid -fID $$unique
493
tags: tags-am
494
TAGS: tags
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
495
1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
496
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
497
	set x; \
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
498
	here=`pwd`; \
1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
499
	$(am__define_uniq_tagged_files); \
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
500
	shift; \
501
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
502
	  test -n "$$unique" || unique=$$empty_fix; \
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
503
	  if test $$# -gt 0; then \
504
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
505
	      "$$@" $$unique; \
506
	  else \
507
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
508
	      $$unique; \
509
	  fi; \
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
510
	fi
1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
511
ctags: ctags-am
512
513
CTAGS: ctags
514
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
515
	$(am__define_uniq_tagged_files); \
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
516
	test -z "$(CTAGS_ARGS)$$unique" \
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
517
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
518
	     $$unique
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
519
520
GTAGS:
521
	here=`$(am__cd) $(top_builddir) && pwd` \
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
522
	  && $(am__cd) $(top_srcdir) \
523
	  && gtags -i $(GTAGS_ARGS) "$$here"
1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
524
cscopelist: cscopelist-am
525
526
cscopelist-am: $(am__tagged_files)
527
	list='$(am__tagged_files)'; \
528
	case "$(srcdir)" in \
529
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
530
	  *) sdir=$(subdir)/$(srcdir) ;; \
531
	esac; \
532
	for i in $$list; do \
533
	  if test -f "$$i"; then \
534
	    echo "$(subdir)/$$i"; \
535
	  else \
536
	    echo "$$sdir/$$i"; \
537
	  fi; \
538
	done >> $(top_builddir)/cscope.files
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
539
540
distclean-tags:
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
541
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
542
543
distdir: $(DISTFILES)
46 by Mathias Gug
* New upstream release (LP: #281423):
544
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
545
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
546
	list='$(DISTFILES)'; \
547
	  dist_files=`for file in $$list; do echo $$file; done | \
548
	  sed -e "s|^$$srcdirstrip/||;t" \
549
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
550
	case $$dist_files in \
551
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
552
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
553
			   sort -u` ;; \
554
	esac; \
555
	for file in $$dist_files; do \
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
556
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
557
	  if test -d $$d/$$file; then \
46 by Mathias Gug
* New upstream release (LP: #281423):
558
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
559
	    if test -d "$(distdir)/$$file"; then \
560
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
561
	    fi; \
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
562
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
563
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
564
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
565
	    fi; \
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
566
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
567
	  else \
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
568
	    test -f "$(distdir)/$$file" \
569
	    || cp -p $$d/$$file "$(distdir)/$$file" \
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
570
	    || exit 1; \
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
571
	  fi; \
572
	done
573
check-am: all-am
574
check: check-am
1.13.8 by Marco Nenciarini
Import upstream version 2.0.11
575
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
576
installdirs:
1.10.7 by Martin Pitt
Import upstream version 1.0.0
577
	for dir in "$(DESTDIR)$(pkginc_libdir)"; do \
46 by Mathias Gug
* New upstream release (LP: #281423):
578
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1.10.7 by Martin Pitt
Import upstream version 1.0.0
579
	done
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
580
install: install-am
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
581
install-exec: install-exec-am
582
install-data: install-data-am
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
583
uninstall: uninstall-am
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
584
585
install-am: all-am
586
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
587
588
installcheck: installcheck-am
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
589
install-strip:
1.14.6 by Jaldhar H. Vyas
Import upstream version 2.1.7
590
	if test -z '$(STRIP)'; then \
591
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
592
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
593
	      install; \
594
	else \
595
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
596
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
597
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
598
	fi
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
599
mostlyclean-generic:
600
601
clean-generic:
602
603
distclean-generic:
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
604
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
605
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
606
607
maintainer-clean-generic:
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
608
	@echo "This command is intended for maintainers to use"
609
	@echo "it deletes files that may require special tools to rebuild."
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
610
clean: clean-am
611
1.13.8 by Marco Nenciarini
Import upstream version 2.0.11
612
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
613
	mostlyclean-am
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
614
615
distclean: distclean-am
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
616
	-rm -rf ./$(DEPDIR)
617
	-rm -f Makefile
618
distclean-am: clean-am distclean-compile distclean-generic \
46 by Mathias Gug
* New upstream release (LP: #281423):
619
	distclean-tags
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
620
621
dvi: dvi-am
622
623
dvi-am:
624
625
html: html-am
626
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
627
html-am:
628
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
629
info: info-am
630
631
info-am:
632
1.10.7 by Martin Pitt
Import upstream version 1.0.0
633
install-data-am: install-pkginc_libHEADERS
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
634
46 by Mathias Gug
* New upstream release (LP: #281423):
635
install-dvi: install-dvi-am
636
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
637
install-dvi-am:
638
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
639
install-exec-am:
640
46 by Mathias Gug
* New upstream release (LP: #281423):
641
install-html: install-html-am
642
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
643
install-html-am:
644
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
645
install-info: install-info-am
646
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
647
install-info-am:
648
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
649
install-man:
650
46 by Mathias Gug
* New upstream release (LP: #281423):
651
install-pdf: install-pdf-am
652
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
653
install-pdf-am:
654
46 by Mathias Gug
* New upstream release (LP: #281423):
655
install-ps: install-ps-am
656
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
657
install-ps-am:
658
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
659
installcheck-am:
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
660
661
maintainer-clean: maintainer-clean-am
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
662
	-rm -rf ./$(DEPDIR)
663
	-rm -f Makefile
664
maintainer-clean-am: distclean-am maintainer-clean-generic
665
666
mostlyclean: mostlyclean-am
667
668
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
669
	mostlyclean-libtool
670
671
pdf: pdf-am
672
673
pdf-am:
674
675
ps: ps-am
676
677
ps-am:
678
46 by Mathias Gug
* New upstream release (LP: #281423):
679
uninstall-am: uninstall-pkginc_libHEADERS
680
681
.MAKE: install-am install-strip
1.1.1 by Jaldhar H. Vyas
Import upstream version 1.0.alpha4
682
1.16.1 by Jaldhar H. Vyas
Import upstream version 2.2.9
683
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
684
	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
685
	ctags-am distclean distclean-compile distclean-generic \
686
	distclean-libtool distclean-tags distdir dvi dvi-am html \
687
	html-am info info-am install install-am install-data \
688
	install-data-am install-dvi install-dvi-am install-exec \
689
	install-exec-am install-html install-html-am install-info \
690
	install-info-am install-man install-pdf install-pdf-am \
691
	install-pkginc_libHEADERS install-ps install-ps-am \
692
	install-strip installcheck installcheck-am installdirs \
693
	maintainer-clean maintainer-clean-generic mostlyclean \
694
	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
695
	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
696
	uninstall-pkginc_libHEADERS
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
697
1.11.7 by Fabio Tranchitella
Import upstream version 1.2.7
698
1 by Jaldhar H. Vyas
Import upstream version 0.99.13
699
# Tell versions [3.59,3.63) of GNU make to not export all variables.
700
# Otherwise a system limit (for SysV at least) may be exceeded.
701
.NOEXPORT: