~ubuntu-branches/ubuntu/oneiric/jabberd2/oneiric-security

« back to all changes in this revision

Viewing changes to storage/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Nicolai Spohrer
  • Date: 2008-08-12 16:13:43 UTC
  • mfrom: (1.1.3 upstream) (0.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20080812161343-6trz3r97dtevxd17
Tags: 2.2.1-1ubuntu1
* Merge with Debian unstable (LP: #257130), remaining changes:
  - debian/control:
    + Modify Maintainer field as per spec
    + Depend on libdb4.6-dev instead of libdb4.4-dev
    + Added Conflicts and Replaces: ..., jabber for jabberd2
  - debian/rules: Added libtoolize call (jabberd2 ships with
     an older ltmain.sh version that conflicts with the
     current libtool version)
  - debian/init: create /var/run/jabber directory with correct
     permissions
* Dropped changes:
  - Debian already depends on libpq-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.1 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  Free Software Foundation, Inc.
 
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
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
22
install_sh_DATA = $(install_sh) -c -m 644
 
23
install_sh_PROGRAM = $(install_sh) -c
 
24
install_sh_SCRIPT = $(install_sh) -c
 
25
INSTALL_HEADER = $(INSTALL_DATA)
 
26
transform = $(program_transform_name)
 
27
NORMAL_INSTALL = :
 
28
PRE_INSTALL = :
 
29
POST_INSTALL = :
 
30
NORMAL_UNINSTALL = :
 
31
PRE_UNINSTALL = :
 
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
@STORAGE_ANON_TRUE@am__append_1 = authreg_anon.la
 
36
@STORAGE_DB_TRUE@am__append_2 = authreg_db.la storage_db.la
 
37
@STORAGE_FS_TRUE@am__append_3 = storage_fs.la 
 
38
@STORAGE_LDAP_TRUE@am__append_4 = authreg_ldap.la authreg_ldapfull.la storage_ldapvcard.la
 
39
@STORAGE_MYSQL_TRUE@am__append_5 = authreg_mysql.la storage_mysql.la
 
40
@STORAGE_ORACLE_TRUE@am__append_6 = authreg_oracle.la storage_oracle.la
 
41
@STORAGE_PAM_TRUE@am__append_7 = authreg_pam.la
 
42
@STORAGE_PGSQL_TRUE@am__append_8 = authreg_pgsql.la storage_pgsql.la
 
43
@STORAGE_PIPE_TRUE@am__append_9 = authreg_pipe.la
 
44
@STORAGE_SQLITE_TRUE@am__append_10 = authreg_sqlite.la storage_sqlite.la
 
45
subdir = storage
 
46
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
47
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
48
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
49
        $(top_srcdir)/configure.ac
 
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
51
        $(ACLOCAL_M4)
 
52
mkinstalldirs = $(install_sh) -d
 
53
CONFIG_HEADER = $(top_builddir)/config.h
 
54
CONFIG_CLEAN_FILES =
 
55
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
56
am__vpath_adj = case $$p in \
 
57
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
58
    *) f=$$p;; \
 
59
  esac;
 
60
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
61
am__installdirs = "$(DESTDIR)$(pkglibdir)"
 
62
pkglibLTLIBRARIES_INSTALL = $(INSTALL)
 
63
LTLIBRARIES = $(pkglib_LTLIBRARIES)
 
64
am__DEPENDENCIES_1 =
 
65
@STORAGE_ANON_TRUE@authreg_anon_la_DEPENDENCIES =  \
 
66
@STORAGE_ANON_TRUE@     $(am__DEPENDENCIES_1)
 
67
am__authreg_anon_la_SOURCES_DIST = authreg_anon.c
 
68
@STORAGE_ANON_TRUE@am_authreg_anon_la_OBJECTS = authreg_anon.lo
 
69
authreg_anon_la_OBJECTS = $(am_authreg_anon_la_OBJECTS)
 
70
authreg_anon_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
71
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
72
        $(authreg_anon_la_LDFLAGS) $(LDFLAGS) -o $@
 
73
@STORAGE_ANON_TRUE@am_authreg_anon_la_rpath = -rpath $(pkglibdir)
 
74
@STORAGE_DB_TRUE@authreg_db_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
75
@STORAGE_DB_TRUE@       $(am__DEPENDENCIES_1)
 
76
am__authreg_db_la_SOURCES_DIST = authreg_db.c
 
77
@STORAGE_DB_TRUE@am_authreg_db_la_OBJECTS = authreg_db.lo
 
78
authreg_db_la_OBJECTS = $(am_authreg_db_la_OBJECTS)
 
79
authreg_db_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
80
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
81
        $(authreg_db_la_LDFLAGS) $(LDFLAGS) -o $@
 
82
@STORAGE_DB_TRUE@am_authreg_db_la_rpath = -rpath $(pkglibdir)
 
83
@STORAGE_LDAP_TRUE@authreg_ldap_la_DEPENDENCIES =  \
 
84
@STORAGE_LDAP_TRUE@     $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
85
am__authreg_ldap_la_SOURCES_DIST = authreg_ldap.c
 
86
@STORAGE_LDAP_TRUE@am_authreg_ldap_la_OBJECTS = authreg_ldap.lo
 
87
authreg_ldap_la_OBJECTS = $(am_authreg_ldap_la_OBJECTS)
 
88
authreg_ldap_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
89
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
90
        $(authreg_ldap_la_LDFLAGS) $(LDFLAGS) -o $@
 
91
@STORAGE_LDAP_TRUE@am_authreg_ldap_la_rpath = -rpath $(pkglibdir)
 
92
@STORAGE_LDAP_TRUE@authreg_ldapfull_la_DEPENDENCIES =  \
 
93
@STORAGE_LDAP_TRUE@     $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
94
am__authreg_ldapfull_la_SOURCES_DIST = authreg_ldapfull.c
 
95
@STORAGE_LDAP_TRUE@am_authreg_ldapfull_la_OBJECTS =  \
 
96
@STORAGE_LDAP_TRUE@     authreg_ldapfull.lo
 
97
authreg_ldapfull_la_OBJECTS = $(am_authreg_ldapfull_la_OBJECTS)
 
98
authreg_ldapfull_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
99
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
100
        $(authreg_ldapfull_la_LDFLAGS) $(LDFLAGS) -o $@
 
101
@STORAGE_LDAP_TRUE@am_authreg_ldapfull_la_rpath = -rpath $(pkglibdir)
 
102
@STORAGE_MYSQL_TRUE@authreg_mysql_la_DEPENDENCIES =  \
 
103
@STORAGE_MYSQL_TRUE@    $(am__DEPENDENCIES_1) \
 
104
@STORAGE_MYSQL_TRUE@    $(am__DEPENDENCIES_1)
 
105
am__authreg_mysql_la_SOURCES_DIST = authreg_mysql.c
 
106
@STORAGE_MYSQL_TRUE@am_authreg_mysql_la_OBJECTS =  \
 
107
@STORAGE_MYSQL_TRUE@    authreg_mysql_la-authreg_mysql.lo
 
108
authreg_mysql_la_OBJECTS = $(am_authreg_mysql_la_OBJECTS)
 
109
authreg_mysql_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
110
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
111
        $(authreg_mysql_la_LDFLAGS) $(LDFLAGS) -o $@
 
112
@STORAGE_MYSQL_TRUE@am_authreg_mysql_la_rpath = -rpath $(pkglibdir)
 
113
@STORAGE_ORACLE_TRUE@authreg_oracle_la_DEPENDENCIES =  \
 
114
@STORAGE_ORACLE_TRUE@   $(am__DEPENDENCIES_1) \
 
115
@STORAGE_ORACLE_TRUE@   $(am__DEPENDENCIES_1)
 
116
am__authreg_oracle_la_SOURCES_DIST = authreg_oracle.c
 
117
@STORAGE_ORACLE_TRUE@am_authreg_oracle_la_OBJECTS =  \
 
118
@STORAGE_ORACLE_TRUE@   authreg_oracle_la-authreg_oracle.lo
 
119
authreg_oracle_la_OBJECTS = $(am_authreg_oracle_la_OBJECTS)
 
120
authreg_oracle_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
121
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
122
        $(authreg_oracle_la_LDFLAGS) $(LDFLAGS) -o $@
 
123
@STORAGE_ORACLE_TRUE@am_authreg_oracle_la_rpath = -rpath $(pkglibdir)
 
124
@STORAGE_PAM_TRUE@authreg_pam_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
125
@STORAGE_PAM_TRUE@      $(am__DEPENDENCIES_1)
 
126
am__authreg_pam_la_SOURCES_DIST = authreg_pam.c
 
127
@STORAGE_PAM_TRUE@am_authreg_pam_la_OBJECTS = authreg_pam.lo
 
128
authreg_pam_la_OBJECTS = $(am_authreg_pam_la_OBJECTS)
 
129
authreg_pam_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
130
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
131
        $(authreg_pam_la_LDFLAGS) $(LDFLAGS) -o $@
 
132
@STORAGE_PAM_TRUE@am_authreg_pam_la_rpath = -rpath $(pkglibdir)
 
133
@STORAGE_PGSQL_TRUE@authreg_pgsql_la_DEPENDENCIES =  \
 
134
@STORAGE_PGSQL_TRUE@    $(am__DEPENDENCIES_1) \
 
135
@STORAGE_PGSQL_TRUE@    $(am__DEPENDENCIES_1)
 
136
am__authreg_pgsql_la_SOURCES_DIST = authreg_pgsql.c
 
137
@STORAGE_PGSQL_TRUE@am_authreg_pgsql_la_OBJECTS =  \
 
138
@STORAGE_PGSQL_TRUE@    authreg_pgsql_la-authreg_pgsql.lo
 
139
authreg_pgsql_la_OBJECTS = $(am_authreg_pgsql_la_OBJECTS)
 
140
authreg_pgsql_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
141
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
142
        $(authreg_pgsql_la_LDFLAGS) $(LDFLAGS) -o $@
 
143
@STORAGE_PGSQL_TRUE@am_authreg_pgsql_la_rpath = -rpath $(pkglibdir)
 
144
@STORAGE_PIPE_TRUE@authreg_pipe_la_DEPENDENCIES =  \
 
145
@STORAGE_PIPE_TRUE@     $(am__DEPENDENCIES_1)
 
146
am__authreg_pipe_la_SOURCES_DIST = authreg_pipe.c
 
147
@STORAGE_PIPE_TRUE@am_authreg_pipe_la_OBJECTS = authreg_pipe.lo
 
148
authreg_pipe_la_OBJECTS = $(am_authreg_pipe_la_OBJECTS)
 
149
authreg_pipe_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
150
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
151
        $(authreg_pipe_la_LDFLAGS) $(LDFLAGS) -o $@
 
152
@STORAGE_PIPE_TRUE@am_authreg_pipe_la_rpath = -rpath $(pkglibdir)
 
153
@STORAGE_SQLITE_TRUE@authreg_sqlite_la_DEPENDENCIES =  \
 
154
@STORAGE_SQLITE_TRUE@   $(am__DEPENDENCIES_1) \
 
155
@STORAGE_SQLITE_TRUE@   $(am__DEPENDENCIES_1)
 
156
am__authreg_sqlite_la_SOURCES_DIST = authreg_sqlite.c
 
157
@STORAGE_SQLITE_TRUE@am_authreg_sqlite_la_OBJECTS = authreg_sqlite.lo
 
158
authreg_sqlite_la_OBJECTS = $(am_authreg_sqlite_la_OBJECTS)
 
159
authreg_sqlite_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
160
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
161
        $(authreg_sqlite_la_LDFLAGS) $(LDFLAGS) -o $@
 
162
@STORAGE_SQLITE_TRUE@am_authreg_sqlite_la_rpath = -rpath $(pkglibdir)
 
163
@STORAGE_DB_TRUE@storage_db_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
164
@STORAGE_DB_TRUE@       $(am__DEPENDENCIES_1)
 
165
am__storage_db_la_SOURCES_DIST = storage_db.c
 
166
@STORAGE_DB_TRUE@am_storage_db_la_OBJECTS = storage_db.lo
 
167
storage_db_la_OBJECTS = $(am_storage_db_la_OBJECTS)
 
168
storage_db_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
169
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
170
        $(storage_db_la_LDFLAGS) $(LDFLAGS) -o $@
 
171
@STORAGE_DB_TRUE@am_storage_db_la_rpath = -rpath $(pkglibdir)
 
172
@STORAGE_FS_TRUE@storage_fs_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
173
am__storage_fs_la_SOURCES_DIST = storage_fs.c
 
174
@STORAGE_FS_TRUE@am_storage_fs_la_OBJECTS = storage_fs.lo
 
175
storage_fs_la_OBJECTS = $(am_storage_fs_la_OBJECTS)
 
176
storage_fs_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
177
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
178
        $(storage_fs_la_LDFLAGS) $(LDFLAGS) -o $@
 
179
@STORAGE_FS_TRUE@am_storage_fs_la_rpath = -rpath $(pkglibdir)
 
180
@STORAGE_LDAP_TRUE@storage_ldapvcard_la_DEPENDENCIES =  \
 
181
@STORAGE_LDAP_TRUE@     $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
182
am__storage_ldapvcard_la_SOURCES_DIST = storage_ldapvcard.c
 
183
@STORAGE_LDAP_TRUE@am_storage_ldapvcard_la_OBJECTS =  \
 
184
@STORAGE_LDAP_TRUE@     storage_ldapvcard.lo
 
185
storage_ldapvcard_la_OBJECTS = $(am_storage_ldapvcard_la_OBJECTS)
 
186
storage_ldapvcard_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
187
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
188
        $(storage_ldapvcard_la_LDFLAGS) $(LDFLAGS) -o $@
 
189
@STORAGE_LDAP_TRUE@am_storage_ldapvcard_la_rpath = -rpath $(pkglibdir)
 
190
@STORAGE_MYSQL_TRUE@storage_mysql_la_DEPENDENCIES =  \
 
191
@STORAGE_MYSQL_TRUE@    $(am__DEPENDENCIES_1) \
 
192
@STORAGE_MYSQL_TRUE@    $(am__DEPENDENCIES_1)
 
193
am__storage_mysql_la_SOURCES_DIST = storage_mysql.c
 
194
@STORAGE_MYSQL_TRUE@am_storage_mysql_la_OBJECTS =  \
 
195
@STORAGE_MYSQL_TRUE@    storage_mysql_la-storage_mysql.lo
 
196
storage_mysql_la_OBJECTS = $(am_storage_mysql_la_OBJECTS)
 
197
storage_mysql_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
198
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
199
        $(storage_mysql_la_LDFLAGS) $(LDFLAGS) -o $@
 
200
@STORAGE_MYSQL_TRUE@am_storage_mysql_la_rpath = -rpath $(pkglibdir)
 
201
@STORAGE_ORACLE_TRUE@storage_oracle_la_DEPENDENCIES =  \
 
202
@STORAGE_ORACLE_TRUE@   $(am__DEPENDENCIES_1) \
 
203
@STORAGE_ORACLE_TRUE@   $(am__DEPENDENCIES_1)
 
204
am__storage_oracle_la_SOURCES_DIST = storage_oracle.c
 
205
@STORAGE_ORACLE_TRUE@am_storage_oracle_la_OBJECTS =  \
 
206
@STORAGE_ORACLE_TRUE@   storage_oracle_la-storage_oracle.lo
 
207
storage_oracle_la_OBJECTS = $(am_storage_oracle_la_OBJECTS)
 
208
storage_oracle_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
209
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
210
        $(storage_oracle_la_LDFLAGS) $(LDFLAGS) -o $@
 
211
@STORAGE_ORACLE_TRUE@am_storage_oracle_la_rpath = -rpath $(pkglibdir)
 
212
@STORAGE_PGSQL_TRUE@storage_pgsql_la_DEPENDENCIES =  \
 
213
@STORAGE_PGSQL_TRUE@    $(am__DEPENDENCIES_1) \
 
214
@STORAGE_PGSQL_TRUE@    $(am__DEPENDENCIES_1)
 
215
am__storage_pgsql_la_SOURCES_DIST = storage_pgsql.c
 
216
@STORAGE_PGSQL_TRUE@am_storage_pgsql_la_OBJECTS =  \
 
217
@STORAGE_PGSQL_TRUE@    storage_pgsql_la-storage_pgsql.lo
 
218
storage_pgsql_la_OBJECTS = $(am_storage_pgsql_la_OBJECTS)
 
219
storage_pgsql_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
220
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
221
        $(storage_pgsql_la_LDFLAGS) $(LDFLAGS) -o $@
 
222
@STORAGE_PGSQL_TRUE@am_storage_pgsql_la_rpath = -rpath $(pkglibdir)
 
223
@STORAGE_SQLITE_TRUE@storage_sqlite_la_DEPENDENCIES =  \
 
224
@STORAGE_SQLITE_TRUE@   $(am__DEPENDENCIES_1) \
 
225
@STORAGE_SQLITE_TRUE@   $(am__DEPENDENCIES_1)
 
226
am__storage_sqlite_la_SOURCES_DIST = storage_sqlite.c
 
227
@STORAGE_SQLITE_TRUE@am_storage_sqlite_la_OBJECTS = storage_sqlite.lo
 
228
storage_sqlite_la_OBJECTS = $(am_storage_sqlite_la_OBJECTS)
 
229
storage_sqlite_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
230
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
231
        $(storage_sqlite_la_LDFLAGS) $(LDFLAGS) -o $@
 
232
@STORAGE_SQLITE_TRUE@am_storage_sqlite_la_rpath = -rpath $(pkglibdir)
 
233
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
234
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
235
am__depfiles_maybe = depfiles
 
236
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
237
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
238
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
239
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
240
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
241
CCLD = $(CC)
 
242
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
243
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
244
        $(LDFLAGS) -o $@
 
245
SOURCES = $(authreg_anon_la_SOURCES) $(authreg_db_la_SOURCES) \
 
246
        $(authreg_ldap_la_SOURCES) $(authreg_ldapfull_la_SOURCES) \
 
247
        $(authreg_mysql_la_SOURCES) $(authreg_oracle_la_SOURCES) \
 
248
        $(authreg_pam_la_SOURCES) $(authreg_pgsql_la_SOURCES) \
 
249
        $(authreg_pipe_la_SOURCES) $(authreg_sqlite_la_SOURCES) \
 
250
        $(storage_db_la_SOURCES) $(storage_fs_la_SOURCES) \
 
251
        $(storage_ldapvcard_la_SOURCES) $(storage_mysql_la_SOURCES) \
 
252
        $(storage_oracle_la_SOURCES) $(storage_pgsql_la_SOURCES) \
 
253
        $(storage_sqlite_la_SOURCES)
 
254
DIST_SOURCES = $(am__authreg_anon_la_SOURCES_DIST) \
 
255
        $(am__authreg_db_la_SOURCES_DIST) \
 
256
        $(am__authreg_ldap_la_SOURCES_DIST) \
 
257
        $(am__authreg_ldapfull_la_SOURCES_DIST) \
 
258
        $(am__authreg_mysql_la_SOURCES_DIST) \
 
259
        $(am__authreg_oracle_la_SOURCES_DIST) \
 
260
        $(am__authreg_pam_la_SOURCES_DIST) \
 
261
        $(am__authreg_pgsql_la_SOURCES_DIST) \
 
262
        $(am__authreg_pipe_la_SOURCES_DIST) \
 
263
        $(am__authreg_sqlite_la_SOURCES_DIST) \
 
264
        $(am__storage_db_la_SOURCES_DIST) \
 
265
        $(am__storage_fs_la_SOURCES_DIST) \
 
266
        $(am__storage_ldapvcard_la_SOURCES_DIST) \
 
267
        $(am__storage_mysql_la_SOURCES_DIST) \
 
268
        $(am__storage_oracle_la_SOURCES_DIST) \
 
269
        $(am__storage_pgsql_la_SOURCES_DIST) \
 
270
        $(am__storage_sqlite_la_SOURCES_DIST)
 
271
ETAGS = etags
 
272
CTAGS = ctags
 
273
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
274
ACLOCAL = @ACLOCAL@
 
275
ALLOCA = @ALLOCA@
 
276
AMTAR = @AMTAR@
 
277
AR = @AR@
 
278
AUTOCONF = @AUTOCONF@
 
279
AUTOHEADER = @AUTOHEADER@
 
280
AUTOMAKE = @AUTOMAKE@
 
281
AWK = @AWK@
 
282
CC = @CC@
 
283
CCDEPMODE = @CCDEPMODE@
 
284
CFLAGS = @CFLAGS@
 
285
CPP = @CPP@
 
286
CPPFLAGS = @CPPFLAGS@
 
287
CXX = @CXX@
 
288
CXXCPP = @CXXCPP@
 
289
CXXDEPMODE = @CXXDEPMODE@
 
290
CXXFLAGS = @CXXFLAGS@
 
291
CYGPATH_W = @CYGPATH_W@
 
292
DB_LIBS = @DB_LIBS@
 
293
DEFS = @DEFS@
 
294
DEPDIR = @DEPDIR@
 
295
ECHO = @ECHO@
 
296
ECHO_C = @ECHO_C@
 
297
ECHO_N = @ECHO_N@
 
298
ECHO_T = @ECHO_T@
 
299
EGREP = @EGREP@
 
300
EXEEXT = @EXEEXT@
 
301
F77 = @F77@
 
302
FFLAGS = @FFLAGS@
 
303
GREP = @GREP@
 
304
HAVE_LIBZ = @HAVE_LIBZ@
 
305
INSTALL = @INSTALL@
 
306
INSTALL_DATA = @INSTALL_DATA@
 
307
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
308
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
309
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
310
LDAP_LIBS = @LDAP_LIBS@
 
311
LDFLAGS = @LDFLAGS@
 
312
LIBOBJS = @LIBOBJS@
 
313
LIBS = @LIBS@
 
314
LIBTOOL = @LIBTOOL@
 
315
LN_S = @LN_S@
 
316
LTLIBOBJS = @LTLIBOBJS@
 
317
MAKEINFO = @MAKEINFO@
 
318
MKDIR_P = @MKDIR_P@
 
319
MYSQL_CFLAGS = @MYSQL_CFLAGS@
 
320
MYSQL_LIBS = @MYSQL_LIBS@
 
321
OBJEXT = @OBJEXT@
 
322
ORACLE_CPPFLAGS = @ORACLE_CPPFLAGS@
 
323
ORACLE_LDFLAGS = @ORACLE_LDFLAGS@
 
324
ORACLE_LIBS = @ORACLE_LIBS@
 
325
PACKAGE = @PACKAGE@
 
326
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
327
PACKAGE_NAME = @PACKAGE_NAME@
 
328
PACKAGE_STRING = @PACKAGE_STRING@
 
329
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
330
PACKAGE_VERSION = @PACKAGE_VERSION@
 
331
PAM_LIBS = @PAM_LIBS@
 
332
PATH_SEPARATOR = @PATH_SEPARATOR@
 
333
PGSQL_CFLAGS = @PGSQL_CFLAGS@
 
334
PGSQL_LIBS = @PGSQL_LIBS@
 
335
RANLIB = @RANLIB@
 
336
SED = @SED@
 
337
SET_MAKE = @SET_MAKE@
 
338
SHELL = @SHELL@
 
339
SQLITE_LIBS = @SQLITE_LIBS@
 
340
STRIP = @STRIP@
 
341
USE_LIBSUBST = @USE_LIBSUBST@
 
342
VERSION = @VERSION@
 
343
abs_builddir = @abs_builddir@
 
344
abs_srcdir = @abs_srcdir@
 
345
abs_top_builddir = @abs_top_builddir@
 
346
abs_top_srcdir = @abs_top_srcdir@
 
347
ac_ct_CC = @ac_ct_CC@
 
348
ac_ct_CXX = @ac_ct_CXX@
 
349
ac_ct_F77 = @ac_ct_F77@
 
350
am__include = @am__include@
 
351
am__leading_dot = @am__leading_dot@
 
352
am__quote = @am__quote@
 
353
am__tar = @am__tar@
 
354
am__untar = @am__untar@
 
355
bindir = @bindir@
 
356
build = @build@
 
357
build_alias = @build_alias@
 
358
build_cpu = @build_cpu@
 
359
build_os = @build_os@
 
360
build_vendor = @build_vendor@
 
361
builddir = @builddir@
 
362
datadir = @datadir@
 
363
datarootdir = @datarootdir@
 
364
docdir = @docdir@
 
365
dvidir = @dvidir@
 
366
exec_prefix = @exec_prefix@
 
367
host = @host@
 
368
host_alias = @host_alias@
 
369
host_cpu = @host_cpu@
 
370
host_os = @host_os@
 
371
host_vendor = @host_vendor@
 
372
htmldir = @htmldir@
 
373
includedir = @includedir@
 
374
infodir = @infodir@
 
375
install_sh = @install_sh@
 
376
libdir = @libdir@
 
377
libexecdir = @libexecdir@
 
378
localedir = @localedir@
 
379
localstatedir = @localstatedir@
 
380
mandir = @mandir@
 
381
mkdir_p = @mkdir_p@
 
382
mysqlconfig = @mysqlconfig@
 
383
oldincludedir = @oldincludedir@
 
384
pdfdir = @pdfdir@
 
385
pgconfig = @pgconfig@
 
386
prefix = @prefix@
 
387
program_transform_name = @program_transform_name@
 
388
psdir = @psdir@
 
389
sbindir = @sbindir@
 
390
sharedstatedir = @sharedstatedir@
 
391
srcdir = @srcdir@
 
392
sysconfdir = @sysconfdir@
 
393
target_alias = @target_alias@
 
394
top_builddir = @top_builddir@
 
395
top_srcdir = @top_srcdir@
 
396
INCLUDES = -I$(top_srcdir)/sm -I$(top_srcdir)/c2s
 
397
MODULE_LDFLAGS = -module -avoid-version
 
398
MODULE_LIBADD = -lutil -lexpat -L$(top_srcdir)/util
 
399
pkglib_LTLIBRARIES = $(am__append_1) $(am__append_2) $(am__append_3) \
 
400
        $(am__append_4) $(am__append_5) $(am__append_6) \
 
401
        $(am__append_7) $(am__append_8) $(am__append_9) \
 
402
        $(am__append_10)
 
403
@STORAGE_ANON_TRUE@authreg_anon_la_SOURCES = authreg_anon.c
 
404
@STORAGE_ANON_TRUE@authreg_anon_la_LDFLAGS = $(MODULE_LDFLAGS)
 
405
@STORAGE_ANON_TRUE@authreg_anon_la_LIBADD = $(MODULE_LIBADD)
 
406
@STORAGE_DB_TRUE@authreg_db_la_SOURCES = authreg_db.c
 
407
@STORAGE_DB_TRUE@authreg_db_la_LDFLAGS = $(MODULE_LDFLAGS)
 
408
@STORAGE_DB_TRUE@authreg_db_la_LIBADD = $(MODULE_LIBADD) $(DB_LIBS)
 
409
@STORAGE_DB_TRUE@storage_db_la_SOURCES = storage_db.c
 
410
@STORAGE_DB_TRUE@storage_db_la_LDFLAGS = $(MODULE_LDFLAGS)
 
411
@STORAGE_DB_TRUE@storage_db_la_LIBADD = $(MODULE_LIBADD) $(DB_LIBS)
 
412
@STORAGE_FS_TRUE@storage_fs_la_SOURCES = storage_fs.c
 
413
@STORAGE_FS_TRUE@storage_fs_la_LDFLAGS = $(MODULE_LDFLAGS)
 
414
@STORAGE_FS_TRUE@storage_fs_la_LIBADD = $(MODULE_LIBADD)
 
415
@STORAGE_LDAP_TRUE@authreg_ldap_la_SOURCES = authreg_ldap.c
 
416
@STORAGE_LDAP_TRUE@authreg_ldap_la_LDFLAGS = $(MODULE_LDFLAGS)
 
417
@STORAGE_LDAP_TRUE@authreg_ldap_la_LIBADD = $(MODULE_LIBADD) $(LDAP_LIBS)
 
418
@STORAGE_LDAP_TRUE@authreg_ldapfull_la_SOURCES = authreg_ldapfull.c
 
419
@STORAGE_LDAP_TRUE@authreg_ldapfull_la_LDFLAGS = $(MODULE_LDFLAGS)
 
420
@STORAGE_LDAP_TRUE@authreg_ldapfull_la_LIBADD = $(MODULE_LIBADD) $(LDAP_LIBS)
 
421
@STORAGE_LDAP_TRUE@storage_ldapvcard_la_SOURCES = storage_ldapvcard.c
 
422
@STORAGE_LDAP_TRUE@storage_ldapvcard_la_LDFLAGS = $(MODULE_LDFLAGS)
 
423
@STORAGE_LDAP_TRUE@storage_ldapvcard_la_LIBADD = $(MODULE_LIBADD) $(LDAP_LIBS)
 
424
@STORAGE_MYSQL_TRUE@authreg_mysql_la_SOURCES = authreg_mysql.c
 
425
@STORAGE_MYSQL_TRUE@authreg_mysql_la_CPPFLAGS = $(MYSQL_CFLAGS)
 
426
@STORAGE_MYSQL_TRUE@authreg_mysql_la_LDFLAGS = $(MODULE_LDFLAGS)
 
427
@STORAGE_MYSQL_TRUE@authreg_mysql_la_LIBADD = $(MODULE_LIBADD) $(MYSQL_LIBS)
 
428
@STORAGE_MYSQL_TRUE@storage_mysql_la_SOURCES = storage_mysql.c
 
429
@STORAGE_MYSQL_TRUE@storage_mysql_la_CPPFLAGS = $(MYSQL_CFLAGS)
 
430
@STORAGE_MYSQL_TRUE@storage_mysql_la_LDFLAGS = $(MODULE_LDFLAGS)
 
431
@STORAGE_MYSQL_TRUE@storage_mysql_la_LIBADD = $(MODULE_LIBADD) $(MYSQL_LIBS)
 
432
@STORAGE_ORACLE_TRUE@authreg_oracle_la_SOURCES = authreg_oracle.c
 
433
@STORAGE_ORACLE_TRUE@authreg_oracle_la_CPPFLAGS = $(ORACLE_CPPFLAGS)
 
434
@STORAGE_ORACLE_TRUE@authreg_oracle_la_LDFLAGS = $(MODULE_LDFLAGS) $(ORACLE_LDFLAGS)
 
435
@STORAGE_ORACLE_TRUE@authreg_oracle_la_LIBADD = $(MODULE_LIBADD) $(ORACLE_LIBS)
 
436
@STORAGE_ORACLE_TRUE@storage_oracle_la_SOURCES = storage_oracle.c
 
437
@STORAGE_ORACLE_TRUE@storage_oracle_la_CPPFLAGS = $(ORACLE_CPPFLAGS)
 
438
@STORAGE_ORACLE_TRUE@storage_oracle_la_LDFLAGS = $(MODULE_LDFLAGS) $(ORACLE_LDFLAGS)
 
439
@STORAGE_ORACLE_TRUE@storage_oracle_la_LIBADD = $(MODULE_LIBADD) $(ORACLE_LIBS)
 
440
@STORAGE_PAM_TRUE@authreg_pam_la_SOURCES = authreg_pam.c
 
441
@STORAGE_PAM_TRUE@authreg_pam_la_LDFLAGS = $(MODULE_LDFLAGS)
 
442
@STORAGE_PAM_TRUE@authreg_pam_la_LIBADD = $(MODULE_LIBADD) $(PAM_LIBS)
 
443
@STORAGE_PGSQL_TRUE@authreg_pgsql_la_SOURCES = authreg_pgsql.c
 
444
@STORAGE_PGSQL_TRUE@authreg_pgsql_la_CPPFLAGS = $(PGSQL_CFLAGS)
 
445
@STORAGE_PGSQL_TRUE@authreg_pgsql_la_LDFLAGS = $(MODULE_LDFLAGS)
 
446
@STORAGE_PGSQL_TRUE@authreg_pgsql_la_LIBADD = $(MODULE_LIBADD) $(PGSQL_LIBS)
 
447
@STORAGE_PGSQL_TRUE@storage_pgsql_la_SOURCES = storage_pgsql.c
 
448
@STORAGE_PGSQL_TRUE@storage_pgsql_la_CPPFLAGS = $(PGSQL_CFLAGS)
 
449
@STORAGE_PGSQL_TRUE@storage_pgsql_la_LDFLAGS = $(MODULE_LDFLAGS)
 
450
@STORAGE_PGSQL_TRUE@storage_pgsql_la_LIBADD = $(MODULE_LIBADD) $(PGSQL_LIBS)
 
451
@STORAGE_PIPE_TRUE@authreg_pipe_la_SOURCES = authreg_pipe.c
 
452
@STORAGE_PIPE_TRUE@authreg_pipe_la_LDFLAGS = $(MODULE_LDFLAGS)
 
453
@STORAGE_PIPE_TRUE@authreg_pipe_la_LIBADD = $(MODULE_LIBADD)
 
454
@STORAGE_SQLITE_TRUE@authreg_sqlite_la_SOURCES = authreg_sqlite.c
 
455
@STORAGE_SQLITE_TRUE@authreg_sqlite_la_LDFLAGS = $(MODULE_LDFLAGS)
 
456
@STORAGE_SQLITE_TRUE@authreg_sqlite_la_LIBADD = $(MODULE_LIBADD) $(SQLITE_LIBS)
 
457
@STORAGE_SQLITE_TRUE@storage_sqlite_la_SOURCES = storage_sqlite.c
 
458
@STORAGE_SQLITE_TRUE@storage_sqlite_la_LDFLAGS = $(MODULE_LDFLAGS)
 
459
@STORAGE_SQLITE_TRUE@storage_sqlite_la_LIBADD = $(MODULE_LIBADD) $(SQLITE_LIBS)
 
460
all: all-am
 
461
 
 
462
.SUFFIXES:
 
463
.SUFFIXES: .c .lo .o .obj
 
464
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
465
        @for dep in $?; do \
 
466
          case '$(am__configure_deps)' in \
 
467
            *$$dep*) \
 
468
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
469
                && exit 0; \
 
470
              exit 1;; \
 
471
          esac; \
 
472
        done; \
 
473
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  storage/Makefile'; \
 
474
        cd $(top_srcdir) && \
 
475
          $(AUTOMAKE) --gnu  storage/Makefile
 
476
.PRECIOUS: Makefile
 
477
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
478
        @case '$?' in \
 
479
          *config.status*) \
 
480
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
481
          *) \
 
482
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
483
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
484
        esac;
 
485
 
 
486
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
487
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
488
 
 
489
$(top_srcdir)/configure:  $(am__configure_deps)
 
490
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
491
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
492
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
493
install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
 
494
        @$(NORMAL_INSTALL)
 
495
        test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
 
496
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
 
497
          if test -f $$p; then \
 
498
            f=$(am__strip_dir) \
 
499
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
 
500
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
 
501
          else :; fi; \
 
502
        done
 
503
 
 
504
uninstall-pkglibLTLIBRARIES:
 
505
        @$(NORMAL_UNINSTALL)
 
506
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
 
507
          p=$(am__strip_dir) \
 
508
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
 
509
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
 
510
        done
 
511
 
 
512
clean-pkglibLTLIBRARIES:
 
513
        -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
 
514
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
 
515
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
516
          test "$$dir" != "$$p" || dir=.; \
 
517
          echo "rm -f \"$${dir}/so_locations\""; \
 
518
          rm -f "$${dir}/so_locations"; \
 
519
        done
 
520
authreg_anon.la: $(authreg_anon_la_OBJECTS) $(authreg_anon_la_DEPENDENCIES) 
 
521
        $(authreg_anon_la_LINK) $(am_authreg_anon_la_rpath) $(authreg_anon_la_OBJECTS) $(authreg_anon_la_LIBADD) $(LIBS)
 
522
authreg_db.la: $(authreg_db_la_OBJECTS) $(authreg_db_la_DEPENDENCIES) 
 
523
        $(authreg_db_la_LINK) $(am_authreg_db_la_rpath) $(authreg_db_la_OBJECTS) $(authreg_db_la_LIBADD) $(LIBS)
 
524
authreg_ldap.la: $(authreg_ldap_la_OBJECTS) $(authreg_ldap_la_DEPENDENCIES) 
 
525
        $(authreg_ldap_la_LINK) $(am_authreg_ldap_la_rpath) $(authreg_ldap_la_OBJECTS) $(authreg_ldap_la_LIBADD) $(LIBS)
 
526
authreg_ldapfull.la: $(authreg_ldapfull_la_OBJECTS) $(authreg_ldapfull_la_DEPENDENCIES) 
 
527
        $(authreg_ldapfull_la_LINK) $(am_authreg_ldapfull_la_rpath) $(authreg_ldapfull_la_OBJECTS) $(authreg_ldapfull_la_LIBADD) $(LIBS)
 
528
authreg_mysql.la: $(authreg_mysql_la_OBJECTS) $(authreg_mysql_la_DEPENDENCIES) 
 
529
        $(authreg_mysql_la_LINK) $(am_authreg_mysql_la_rpath) $(authreg_mysql_la_OBJECTS) $(authreg_mysql_la_LIBADD) $(LIBS)
 
530
authreg_oracle.la: $(authreg_oracle_la_OBJECTS) $(authreg_oracle_la_DEPENDENCIES) 
 
531
        $(authreg_oracle_la_LINK) $(am_authreg_oracle_la_rpath) $(authreg_oracle_la_OBJECTS) $(authreg_oracle_la_LIBADD) $(LIBS)
 
532
authreg_pam.la: $(authreg_pam_la_OBJECTS) $(authreg_pam_la_DEPENDENCIES) 
 
533
        $(authreg_pam_la_LINK) $(am_authreg_pam_la_rpath) $(authreg_pam_la_OBJECTS) $(authreg_pam_la_LIBADD) $(LIBS)
 
534
authreg_pgsql.la: $(authreg_pgsql_la_OBJECTS) $(authreg_pgsql_la_DEPENDENCIES) 
 
535
        $(authreg_pgsql_la_LINK) $(am_authreg_pgsql_la_rpath) $(authreg_pgsql_la_OBJECTS) $(authreg_pgsql_la_LIBADD) $(LIBS)
 
536
authreg_pipe.la: $(authreg_pipe_la_OBJECTS) $(authreg_pipe_la_DEPENDENCIES) 
 
537
        $(authreg_pipe_la_LINK) $(am_authreg_pipe_la_rpath) $(authreg_pipe_la_OBJECTS) $(authreg_pipe_la_LIBADD) $(LIBS)
 
538
authreg_sqlite.la: $(authreg_sqlite_la_OBJECTS) $(authreg_sqlite_la_DEPENDENCIES) 
 
539
        $(authreg_sqlite_la_LINK) $(am_authreg_sqlite_la_rpath) $(authreg_sqlite_la_OBJECTS) $(authreg_sqlite_la_LIBADD) $(LIBS)
 
540
storage_db.la: $(storage_db_la_OBJECTS) $(storage_db_la_DEPENDENCIES) 
 
541
        $(storage_db_la_LINK) $(am_storage_db_la_rpath) $(storage_db_la_OBJECTS) $(storage_db_la_LIBADD) $(LIBS)
 
542
storage_fs.la: $(storage_fs_la_OBJECTS) $(storage_fs_la_DEPENDENCIES) 
 
543
        $(storage_fs_la_LINK) $(am_storage_fs_la_rpath) $(storage_fs_la_OBJECTS) $(storage_fs_la_LIBADD) $(LIBS)
 
544
storage_ldapvcard.la: $(storage_ldapvcard_la_OBJECTS) $(storage_ldapvcard_la_DEPENDENCIES) 
 
545
        $(storage_ldapvcard_la_LINK) $(am_storage_ldapvcard_la_rpath) $(storage_ldapvcard_la_OBJECTS) $(storage_ldapvcard_la_LIBADD) $(LIBS)
 
546
storage_mysql.la: $(storage_mysql_la_OBJECTS) $(storage_mysql_la_DEPENDENCIES) 
 
547
        $(storage_mysql_la_LINK) $(am_storage_mysql_la_rpath) $(storage_mysql_la_OBJECTS) $(storage_mysql_la_LIBADD) $(LIBS)
 
548
storage_oracle.la: $(storage_oracle_la_OBJECTS) $(storage_oracle_la_DEPENDENCIES) 
 
549
        $(storage_oracle_la_LINK) $(am_storage_oracle_la_rpath) $(storage_oracle_la_OBJECTS) $(storage_oracle_la_LIBADD) $(LIBS)
 
550
storage_pgsql.la: $(storage_pgsql_la_OBJECTS) $(storage_pgsql_la_DEPENDENCIES) 
 
551
        $(storage_pgsql_la_LINK) $(am_storage_pgsql_la_rpath) $(storage_pgsql_la_OBJECTS) $(storage_pgsql_la_LIBADD) $(LIBS)
 
552
storage_sqlite.la: $(storage_sqlite_la_OBJECTS) $(storage_sqlite_la_DEPENDENCIES) 
 
553
        $(storage_sqlite_la_LINK) $(am_storage_sqlite_la_rpath) $(storage_sqlite_la_OBJECTS) $(storage_sqlite_la_LIBADD) $(LIBS)
 
554
 
 
555
mostlyclean-compile:
 
556
        -rm -f *.$(OBJEXT)
 
557
 
 
558
distclean-compile:
 
559
        -rm -f *.tab.c
 
560
 
 
561
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authreg_anon.Plo@am__quote@
 
562
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authreg_db.Plo@am__quote@
 
563
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authreg_ldap.Plo@am__quote@
 
564
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authreg_ldapfull.Plo@am__quote@
 
565
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authreg_mysql_la-authreg_mysql.Plo@am__quote@
 
566
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authreg_oracle_la-authreg_oracle.Plo@am__quote@
 
567
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authreg_pam.Plo@am__quote@
 
568
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authreg_pgsql_la-authreg_pgsql.Plo@am__quote@
 
569
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authreg_pipe.Plo@am__quote@
 
570
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authreg_sqlite.Plo@am__quote@
 
571
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/storage_db.Plo@am__quote@
 
572
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/storage_fs.Plo@am__quote@
 
573
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/storage_ldapvcard.Plo@am__quote@
 
574
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/storage_mysql_la-storage_mysql.Plo@am__quote@
 
575
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/storage_oracle_la-storage_oracle.Plo@am__quote@
 
576
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/storage_pgsql_la-storage_pgsql.Plo@am__quote@
 
577
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/storage_sqlite.Plo@am__quote@
 
578
 
 
579
.c.o:
 
580
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
581
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
582
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
583
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
584
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
585
 
 
586
.c.obj:
 
587
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
588
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
589
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
590
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
591
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
592
 
 
593
.c.lo:
 
594
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
595
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
596
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
597
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
598
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
599
 
 
600
authreg_mysql_la-authreg_mysql.lo: authreg_mysql.c
 
601
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(authreg_mysql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT authreg_mysql_la-authreg_mysql.lo -MD -MP -MF $(DEPDIR)/authreg_mysql_la-authreg_mysql.Tpo -c -o authreg_mysql_la-authreg_mysql.lo `test -f 'authreg_mysql.c' || echo '$(srcdir)/'`authreg_mysql.c
 
602
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/authreg_mysql_la-authreg_mysql.Tpo $(DEPDIR)/authreg_mysql_la-authreg_mysql.Plo
 
603
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='authreg_mysql.c' object='authreg_mysql_la-authreg_mysql.lo' libtool=yes @AMDEPBACKSLASH@
 
604
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
605
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(authreg_mysql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o authreg_mysql_la-authreg_mysql.lo `test -f 'authreg_mysql.c' || echo '$(srcdir)/'`authreg_mysql.c
 
606
 
 
607
authreg_oracle_la-authreg_oracle.lo: authreg_oracle.c
 
608
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(authreg_oracle_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT authreg_oracle_la-authreg_oracle.lo -MD -MP -MF $(DEPDIR)/authreg_oracle_la-authreg_oracle.Tpo -c -o authreg_oracle_la-authreg_oracle.lo `test -f 'authreg_oracle.c' || echo '$(srcdir)/'`authreg_oracle.c
 
609
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/authreg_oracle_la-authreg_oracle.Tpo $(DEPDIR)/authreg_oracle_la-authreg_oracle.Plo
 
610
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='authreg_oracle.c' object='authreg_oracle_la-authreg_oracle.lo' libtool=yes @AMDEPBACKSLASH@
 
611
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
612
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(authreg_oracle_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o authreg_oracle_la-authreg_oracle.lo `test -f 'authreg_oracle.c' || echo '$(srcdir)/'`authreg_oracle.c
 
613
 
 
614
authreg_pgsql_la-authreg_pgsql.lo: authreg_pgsql.c
 
615
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(authreg_pgsql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT authreg_pgsql_la-authreg_pgsql.lo -MD -MP -MF $(DEPDIR)/authreg_pgsql_la-authreg_pgsql.Tpo -c -o authreg_pgsql_la-authreg_pgsql.lo `test -f 'authreg_pgsql.c' || echo '$(srcdir)/'`authreg_pgsql.c
 
616
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/authreg_pgsql_la-authreg_pgsql.Tpo $(DEPDIR)/authreg_pgsql_la-authreg_pgsql.Plo
 
617
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='authreg_pgsql.c' object='authreg_pgsql_la-authreg_pgsql.lo' libtool=yes @AMDEPBACKSLASH@
 
618
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
619
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(authreg_pgsql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o authreg_pgsql_la-authreg_pgsql.lo `test -f 'authreg_pgsql.c' || echo '$(srcdir)/'`authreg_pgsql.c
 
620
 
 
621
storage_mysql_la-storage_mysql.lo: storage_mysql.c
 
622
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(storage_mysql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT storage_mysql_la-storage_mysql.lo -MD -MP -MF $(DEPDIR)/storage_mysql_la-storage_mysql.Tpo -c -o storage_mysql_la-storage_mysql.lo `test -f 'storage_mysql.c' || echo '$(srcdir)/'`storage_mysql.c
 
623
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/storage_mysql_la-storage_mysql.Tpo $(DEPDIR)/storage_mysql_la-storage_mysql.Plo
 
624
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='storage_mysql.c' object='storage_mysql_la-storage_mysql.lo' libtool=yes @AMDEPBACKSLASH@
 
625
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
626
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(storage_mysql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o storage_mysql_la-storage_mysql.lo `test -f 'storage_mysql.c' || echo '$(srcdir)/'`storage_mysql.c
 
627
 
 
628
storage_oracle_la-storage_oracle.lo: storage_oracle.c
 
629
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(storage_oracle_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT storage_oracle_la-storage_oracle.lo -MD -MP -MF $(DEPDIR)/storage_oracle_la-storage_oracle.Tpo -c -o storage_oracle_la-storage_oracle.lo `test -f 'storage_oracle.c' || echo '$(srcdir)/'`storage_oracle.c
 
630
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/storage_oracle_la-storage_oracle.Tpo $(DEPDIR)/storage_oracle_la-storage_oracle.Plo
 
631
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='storage_oracle.c' object='storage_oracle_la-storage_oracle.lo' libtool=yes @AMDEPBACKSLASH@
 
632
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
633
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(storage_oracle_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o storage_oracle_la-storage_oracle.lo `test -f 'storage_oracle.c' || echo '$(srcdir)/'`storage_oracle.c
 
634
 
 
635
storage_pgsql_la-storage_pgsql.lo: storage_pgsql.c
 
636
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(storage_pgsql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT storage_pgsql_la-storage_pgsql.lo -MD -MP -MF $(DEPDIR)/storage_pgsql_la-storage_pgsql.Tpo -c -o storage_pgsql_la-storage_pgsql.lo `test -f 'storage_pgsql.c' || echo '$(srcdir)/'`storage_pgsql.c
 
637
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/storage_pgsql_la-storage_pgsql.Tpo $(DEPDIR)/storage_pgsql_la-storage_pgsql.Plo
 
638
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='storage_pgsql.c' object='storage_pgsql_la-storage_pgsql.lo' libtool=yes @AMDEPBACKSLASH@
 
639
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
640
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(storage_pgsql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o storage_pgsql_la-storage_pgsql.lo `test -f 'storage_pgsql.c' || echo '$(srcdir)/'`storage_pgsql.c
 
641
 
 
642
mostlyclean-libtool:
 
643
        -rm -f *.lo
 
644
 
 
645
clean-libtool:
 
646
        -rm -rf .libs _libs
 
647
 
 
648
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
649
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
650
        unique=`for i in $$list; do \
 
651
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
652
          done | \
 
653
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
654
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
655
        mkid -fID $$unique
 
656
tags: TAGS
 
657
 
 
658
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
659
                $(TAGS_FILES) $(LISP)
 
660
        tags=; \
 
661
        here=`pwd`; \
 
662
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
663
        unique=`for i in $$list; do \
 
664
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
665
          done | \
 
666
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
667
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
668
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
669
          test -n "$$unique" || unique=$$empty_fix; \
 
670
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
671
            $$tags $$unique; \
 
672
        fi
 
673
ctags: CTAGS
 
674
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
675
                $(TAGS_FILES) $(LISP)
 
676
        tags=; \
 
677
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
678
        unique=`for i in $$list; do \
 
679
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
680
          done | \
 
681
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
682
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
683
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
684
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
685
             $$tags $$unique
 
686
 
 
687
GTAGS:
 
688
        here=`$(am__cd) $(top_builddir) && pwd` \
 
689
          && cd $(top_srcdir) \
 
690
          && gtags -i $(GTAGS_ARGS) $$here
 
691
 
 
692
distclean-tags:
 
693
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
694
 
 
695
distdir: $(DISTFILES)
 
696
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
697
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
698
        list='$(DISTFILES)'; \
 
699
          dist_files=`for file in $$list; do echo $$file; done | \
 
700
          sed -e "s|^$$srcdirstrip/||;t" \
 
701
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
702
        case $$dist_files in \
 
703
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
704
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
705
                           sort -u` ;; \
 
706
        esac; \
 
707
        for file in $$dist_files; do \
 
708
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
709
          if test -d $$d/$$file; then \
 
710
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
711
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
712
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
713
            fi; \
 
714
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
715
          else \
 
716
            test -f $(distdir)/$$file \
 
717
            || cp -p $$d/$$file $(distdir)/$$file \
 
718
            || exit 1; \
 
719
          fi; \
 
720
        done
 
721
check-am: all-am
 
722
check: check-am
 
723
all-am: Makefile $(LTLIBRARIES)
 
724
installdirs:
 
725
        for dir in "$(DESTDIR)$(pkglibdir)"; do \
 
726
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
727
        done
 
728
install: install-am
 
729
install-exec: install-exec-am
 
730
install-data: install-data-am
 
731
uninstall: uninstall-am
 
732
 
 
733
install-am: all-am
 
734
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
735
 
 
736
installcheck: installcheck-am
 
737
install-strip:
 
738
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
739
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
740
          `test -z '$(STRIP)' || \
 
741
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
742
mostlyclean-generic:
 
743
 
 
744
clean-generic:
 
745
 
 
746
distclean-generic:
 
747
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
748
 
 
749
maintainer-clean-generic:
 
750
        @echo "This command is intended for maintainers to use"
 
751
        @echo "it deletes files that may require special tools to rebuild."
 
752
clean: clean-am
 
753
 
 
754
clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
 
755
        mostlyclean-am
 
756
 
 
757
distclean: distclean-am
 
758
        -rm -rf ./$(DEPDIR)
 
759
        -rm -f Makefile
 
760
distclean-am: clean-am distclean-compile distclean-generic \
 
761
        distclean-tags
 
762
 
 
763
dvi: dvi-am
 
764
 
 
765
dvi-am:
 
766
 
 
767
html: html-am
 
768
 
 
769
info: info-am
 
770
 
 
771
info-am:
 
772
 
 
773
install-data-am:
 
774
 
 
775
install-dvi: install-dvi-am
 
776
 
 
777
install-exec-am: install-pkglibLTLIBRARIES
 
778
 
 
779
install-html: install-html-am
 
780
 
 
781
install-info: install-info-am
 
782
 
 
783
install-man:
 
784
 
 
785
install-pdf: install-pdf-am
 
786
 
 
787
install-ps: install-ps-am
 
788
 
 
789
installcheck-am:
 
790
 
 
791
maintainer-clean: maintainer-clean-am
 
792
        -rm -rf ./$(DEPDIR)
 
793
        -rm -f Makefile
 
794
maintainer-clean-am: distclean-am maintainer-clean-generic
 
795
 
 
796
mostlyclean: mostlyclean-am
 
797
 
 
798
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
799
        mostlyclean-libtool
 
800
 
 
801
pdf: pdf-am
 
802
 
 
803
pdf-am:
 
804
 
 
805
ps: ps-am
 
806
 
 
807
ps-am:
 
808
 
 
809
uninstall-am: uninstall-pkglibLTLIBRARIES
 
810
 
 
811
.MAKE: install-am install-strip
 
812
 
 
813
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
814
        clean-libtool clean-pkglibLTLIBRARIES ctags distclean \
 
815
        distclean-compile distclean-generic distclean-libtool \
 
816
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
817
        install install-am install-data install-data-am install-dvi \
 
818
        install-dvi-am install-exec install-exec-am install-html \
 
819
        install-html-am install-info install-info-am install-man \
 
820
        install-pdf install-pdf-am install-pkglibLTLIBRARIES \
 
821
        install-ps install-ps-am install-strip installcheck \
 
822
        installcheck-am installdirs maintainer-clean \
 
823
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
824
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
825
        tags uninstall uninstall-am uninstall-pkglibLTLIBRARIES
 
826
 
 
827
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
828
# Otherwise a system limit (for SysV at least) may be exceeded.
 
829
.NOEXPORT: