~ubuntu-branches/ubuntu/utopic/nss-pam-ldapd/utopic-proposed

« back to all changes in this revision

Viewing changes to common/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Arthur de Jong
  • Date: 2009-09-01 17:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090901170000-54hqcpmbxk32rzer
Tags: 0.7.0
* rename software to nss-pam-ldapd to indicate that PAM module is now a
  standard part of the software
* split into the binary packages libnss-ldapd, libpam-ldapd and nslcd
  (libpam-ldapd packaging used a patch for libpam-ldap by Steve Langasek)
  (closes: #535505)
* the configuration file name has been changed to /etc/nslcd.conf (package
  upgrade should migrate the configuration)
* updated Galician debconf translation by Marce Villarino (closes: #537424)
* patch by Petter Reinholdtsen to fix init script to start before autofs
  (closes: #544093)
* the default values for bind_timelimit and reconnect_maxsleeptime were
  lowered from 30 to 10 seconds (closes: #532874)
* upgrade to standards-version 3.8.3 (no changes needed)
* password hashes are no longer returned to non-root users (based on a patch
  by Alexander V. Chernikov)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
# Makefile.am - use automake to generate Makefile.in
 
19
#
 
20
# Copyright (C) 2007, 2008 Arthur de Jong
 
21
#
 
22
# This library is free software; you can redistribute it and/or
 
23
# modify it under the terms of the GNU Lesser General Public
 
24
# License as published by the Free Software Foundation; either
 
25
# version 2.1 of the License, or (at your option) any later version.
 
26
#
 
27
# This library is distributed in the hope that it will be useful,
 
28
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
29
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
30
# Lesser General Public License for more details.
 
31
#
 
32
# You should have received a copy of the GNU Lesser General Public
 
33
# License along with this library; if not, write to the Free Software
 
34
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 
35
# 02110-1301 USA
 
36
 
 
37
VPATH = @srcdir@
 
38
pkgdatadir = $(datadir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
pkglibdir = $(libdir)/@PACKAGE@
 
41
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
42
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
43
install_sh_DATA = $(install_sh) -c -m 644
 
44
install_sh_PROGRAM = $(install_sh) -c
 
45
install_sh_SCRIPT = $(install_sh) -c
 
46
INSTALL_HEADER = $(INSTALL_DATA)
 
47
transform = $(program_transform_name)
 
48
NORMAL_INSTALL = :
 
49
PRE_INSTALL = :
 
50
POST_INSTALL = :
 
51
NORMAL_UNINSTALL = :
 
52
PRE_UNINSTALL = :
 
53
POST_UNINSTALL = :
 
54
build_triplet = @build@
 
55
host_triplet = @host@
 
56
target_triplet = @target@
 
57
subdir = common
 
58
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
59
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
60
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
 
61
        $(top_srcdir)/configure.ac
 
62
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
63
        $(ACLOCAL_M4)
 
64
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
65
CONFIG_HEADER = $(top_builddir)/config.h
 
66
CONFIG_CLEAN_FILES =
 
67
CONFIG_CLEAN_VPATH_FILES =
 
68
LIBRARIES = $(noinst_LIBRARIES)
 
69
AR = ar
 
70
ARFLAGS = cru
 
71
libdict_a_AR = $(AR) $(ARFLAGS)
 
72
libdict_a_LIBADD =
 
73
am_libdict_a_OBJECTS = dict.$(OBJEXT) set.$(OBJEXT)
 
74
libdict_a_OBJECTS = $(am_libdict_a_OBJECTS)
 
75
libprot_a_AR = $(AR) $(ARFLAGS)
 
76
libprot_a_LIBADD =
 
77
am_libprot_a_OBJECTS = nslcd-prot.$(OBJEXT)
 
78
libprot_a_OBJECTS = $(am_libprot_a_OBJECTS)
 
79
libtio_a_AR = $(AR) $(ARFLAGS)
 
80
libtio_a_LIBADD =
 
81
am_libtio_a_OBJECTS = tio.$(OBJEXT)
 
82
libtio_a_OBJECTS = $(am_libtio_a_OBJECTS)
 
83
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
84
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
85
am__depfiles_maybe = depfiles
 
86
am__mv = mv -f
 
87
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
88
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
89
CCLD = $(CC)
 
90
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
91
SOURCES = $(libdict_a_SOURCES) $(libprot_a_SOURCES) \
 
92
        $(libtio_a_SOURCES)
 
93
DIST_SOURCES = $(libdict_a_SOURCES) $(libprot_a_SOURCES) \
 
94
        $(libtio_a_SOURCES)
 
95
ETAGS = etags
 
96
CTAGS = ctags
 
97
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
98
ACLOCAL = @ACLOCAL@
 
99
AMTAR = @AMTAR@
 
100
AUTOCONF = @AUTOCONF@
 
101
AUTOHEADER = @AUTOHEADER@
 
102
AUTOMAKE = @AUTOMAKE@
 
103
AWK = @AWK@
 
104
CC = @CC@
 
105
CCDEPMODE = @CCDEPMODE@
 
106
CFLAGS = @CFLAGS@
 
107
CPP = @CPP@
 
108
CPPFLAGS = @CPPFLAGS@
 
109
CYGPATH_W = @CYGPATH_W@
 
110
DEFS = @DEFS@
 
111
DEPDIR = @DEPDIR@
 
112
DOCBOOK2X_MAN = @DOCBOOK2X_MAN@
 
113
ECHO_C = @ECHO_C@
 
114
ECHO_N = @ECHO_N@
 
115
ECHO_T = @ECHO_T@
 
116
EGREP = @EGREP@
 
117
EXEEXT = @EXEEXT@
 
118
GREP = @GREP@
 
119
INSTALL = @INSTALL@
 
120
INSTALL_DATA = @INSTALL_DATA@
 
121
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
122
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
123
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
124
LDFLAGS = @LDFLAGS@
 
125
LIBOBJS = @LIBOBJS@
 
126
LIBS = @LIBS@
 
127
LTLIBOBJS = @LTLIBOBJS@
 
128
MAKEINFO = @MAKEINFO@
 
129
MKDIR_P = @MKDIR_P@
 
130
NSLCD_CONF_PATH = @NSLCD_CONF_PATH@
 
131
NSLCD_PIDFILE = @NSLCD_PIDFILE@
 
132
NSLCD_SOCKET = @NSLCD_SOCKET@
 
133
OBJEXT = @OBJEXT@
 
134
PACKAGE = @PACKAGE@
 
135
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
136
PACKAGE_NAME = @PACKAGE_NAME@
 
137
PACKAGE_STRING = @PACKAGE_STRING@
 
138
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
139
PACKAGE_URL = @PACKAGE_URL@
 
140
PACKAGE_VERSION = @PACKAGE_VERSION@
 
141
PATH_SEPARATOR = @PATH_SEPARATOR@
 
142
PTHREAD_CC = @PTHREAD_CC@
 
143
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
144
PTHREAD_LIBS = @PTHREAD_LIBS@
 
145
RANLIB = @RANLIB@
 
146
RELEASE_MONTH = @RELEASE_MONTH@
 
147
SET_MAKE = @SET_MAKE@
 
148
SHELL = @SHELL@
 
149
STRIP = @STRIP@
 
150
VERSION = @VERSION@
 
151
abs_builddir = @abs_builddir@
 
152
abs_srcdir = @abs_srcdir@
 
153
abs_top_builddir = @abs_top_builddir@
 
154
abs_top_srcdir = @abs_top_srcdir@
 
155
ac_ct_CC = @ac_ct_CC@
 
156
acx_pthread_config = @acx_pthread_config@
 
157
am__include = @am__include@
 
158
am__leading_dot = @am__leading_dot@
 
159
am__quote = @am__quote@
 
160
am__tar = @am__tar@
 
161
am__untar = @am__untar@
 
162
bindir = @bindir@
 
163
build = @build@
 
164
build_alias = @build_alias@
 
165
build_cpu = @build_cpu@
 
166
build_os = @build_os@
 
167
build_vendor = @build_vendor@
 
168
builddir = @builddir@
 
169
datadir = @datadir@
 
170
datarootdir = @datarootdir@
 
171
docdir = @docdir@
 
172
dvidir = @dvidir@
 
173
exec_prefix = @exec_prefix@
 
174
host = @host@
 
175
host_alias = @host_alias@
 
176
host_cpu = @host_cpu@
 
177
host_os = @host_os@
 
178
host_vendor = @host_vendor@
 
179
htmldir = @htmldir@
 
180
includedir = @includedir@
 
181
infodir = @infodir@
 
182
install_sh = @install_sh@
 
183
libdir = @libdir@
 
184
libexecdir = @libexecdir@
 
185
localedir = @localedir@
 
186
localstatedir = @localstatedir@
 
187
mandir = @mandir@
 
188
mkdir_p = @mkdir_p@
 
189
nslcd_LIBS = @nslcd_LIBS@
 
190
nss_ldap_so_LIBS = @nss_ldap_so_LIBS@
 
191
oldincludedir = @oldincludedir@
 
192
pdfdir = @pdfdir@
 
193
prefix = @prefix@
 
194
program_transform_name = @program_transform_name@
 
195
psdir = @psdir@
 
196
sbindir = @sbindir@
 
197
sharedstatedir = @sharedstatedir@
 
198
srcdir = @srcdir@
 
199
sysconfdir = @sysconfdir@
 
200
target = @target@
 
201
target_alias = @target_alias@
 
202
target_cpu = @target_cpu@
 
203
target_os = @target_os@
 
204
target_vendor = @target_vendor@
 
205
top_build_prefix = @top_build_prefix@
 
206
top_builddir = @top_builddir@
 
207
top_srcdir = @top_srcdir@
 
208
noinst_LIBRARIES = libtio.a libprot.a libdict.a
 
209
AM_CPPFLAGS = -I$(top_srcdir)
 
210
AM_CFLAGS = -fPIC
 
211
libtio_a_SOURCES = tio.c tio.h
 
212
libprot_a_SOURCES = nslcd-prot.c nslcd-prot.h
 
213
libdict_a_SOURCES = dict.c dict.h \
 
214
                    set.c set.h
 
215
 
 
216
all: all-am
 
217
 
 
218
.SUFFIXES:
 
219
.SUFFIXES: .c .o .obj
 
220
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
221
        @for dep in $?; do \
 
222
          case '$(am__configure_deps)' in \
 
223
            *$$dep*) \
 
224
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
225
                && { if test -f $@; then exit 0; else break; fi; }; \
 
226
              exit 1;; \
 
227
          esac; \
 
228
        done; \
 
229
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu common/Makefile'; \
 
230
        $(am__cd) $(top_srcdir) && \
 
231
          $(AUTOMAKE) --gnu common/Makefile
 
232
.PRECIOUS: Makefile
 
233
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
234
        @case '$?' in \
 
235
          *config.status*) \
 
236
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
237
          *) \
 
238
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
239
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
240
        esac;
 
241
 
 
242
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
243
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
244
 
 
245
$(top_srcdir)/configure:  $(am__configure_deps)
 
246
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
247
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
248
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
249
$(am__aclocal_m4_deps):
 
250
 
 
251
clean-noinstLIBRARIES:
 
252
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
253
libdict.a: $(libdict_a_OBJECTS) $(libdict_a_DEPENDENCIES) 
 
254
        -rm -f libdict.a
 
255
        $(libdict_a_AR) libdict.a $(libdict_a_OBJECTS) $(libdict_a_LIBADD)
 
256
        $(RANLIB) libdict.a
 
257
libprot.a: $(libprot_a_OBJECTS) $(libprot_a_DEPENDENCIES) 
 
258
        -rm -f libprot.a
 
259
        $(libprot_a_AR) libprot.a $(libprot_a_OBJECTS) $(libprot_a_LIBADD)
 
260
        $(RANLIB) libprot.a
 
261
libtio.a: $(libtio_a_OBJECTS) $(libtio_a_DEPENDENCIES) 
 
262
        -rm -f libtio.a
 
263
        $(libtio_a_AR) libtio.a $(libtio_a_OBJECTS) $(libtio_a_LIBADD)
 
264
        $(RANLIB) libtio.a
 
265
 
 
266
mostlyclean-compile:
 
267
        -rm -f *.$(OBJEXT)
 
268
 
 
269
distclean-compile:
 
270
        -rm -f *.tab.c
 
271
 
 
272
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict.Po@am__quote@
 
273
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nslcd-prot.Po@am__quote@
 
274
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set.Po@am__quote@
 
275
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tio.Po@am__quote@
 
276
 
 
277
.c.o:
 
278
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
279
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
280
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
281
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
282
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
283
 
 
284
.c.obj:
 
285
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
286
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
287
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
288
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
289
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
290
 
 
291
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
292
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
293
        unique=`for i in $$list; do \
 
294
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
295
          done | \
 
296
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
297
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
298
        mkid -fID $$unique
 
299
tags: TAGS
 
300
 
 
301
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
302
                $(TAGS_FILES) $(LISP)
 
303
        set x; \
 
304
        here=`pwd`; \
 
305
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
306
        unique=`for i in $$list; do \
 
307
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
308
          done | \
 
309
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
310
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
311
        shift; \
 
312
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
313
          test -n "$$unique" || unique=$$empty_fix; \
 
314
          if test $$# -gt 0; then \
 
315
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
316
              "$$@" $$unique; \
 
317
          else \
 
318
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
319
              $$unique; \
 
320
          fi; \
 
321
        fi
 
322
ctags: CTAGS
 
323
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
324
                $(TAGS_FILES) $(LISP)
 
325
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
326
        unique=`for i in $$list; do \
 
327
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
328
          done | \
 
329
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
330
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
331
        test -z "$(CTAGS_ARGS)$$unique" \
 
332
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
333
             $$unique
 
334
 
 
335
GTAGS:
 
336
        here=`$(am__cd) $(top_builddir) && pwd` \
 
337
          && $(am__cd) $(top_srcdir) \
 
338
          && gtags -i $(GTAGS_ARGS) "$$here"
 
339
 
 
340
distclean-tags:
 
341
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
342
 
 
343
distdir: $(DISTFILES)
 
344
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
345
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
346
        list='$(DISTFILES)'; \
 
347
          dist_files=`for file in $$list; do echo $$file; done | \
 
348
          sed -e "s|^$$srcdirstrip/||;t" \
 
349
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
350
        case $$dist_files in \
 
351
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
352
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
353
                           sort -u` ;; \
 
354
        esac; \
 
355
        for file in $$dist_files; do \
 
356
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
357
          if test -d $$d/$$file; then \
 
358
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
359
            if test -d "$(distdir)/$$file"; then \
 
360
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
361
            fi; \
 
362
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
363
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
364
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
365
            fi; \
 
366
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
367
          else \
 
368
            test -f "$(distdir)/$$file" \
 
369
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
370
            || exit 1; \
 
371
          fi; \
 
372
        done
 
373
check-am: all-am
 
374
check: check-am
 
375
all-am: Makefile $(LIBRARIES)
 
376
installdirs:
 
377
install: install-am
 
378
install-exec: install-exec-am
 
379
install-data: install-data-am
 
380
uninstall: uninstall-am
 
381
 
 
382
install-am: all-am
 
383
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
384
 
 
385
installcheck: installcheck-am
 
386
install-strip:
 
387
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
388
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
389
          `test -z '$(STRIP)' || \
 
390
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
391
mostlyclean-generic:
 
392
 
 
393
clean-generic:
 
394
 
 
395
distclean-generic:
 
396
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
397
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
398
 
 
399
maintainer-clean-generic:
 
400
        @echo "This command is intended for maintainers to use"
 
401
        @echo "it deletes files that may require special tools to rebuild."
 
402
clean: clean-am
 
403
 
 
404
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
 
405
 
 
406
distclean: distclean-am
 
407
        -rm -rf ./$(DEPDIR)
 
408
        -rm -f Makefile
 
409
distclean-am: clean-am distclean-compile distclean-generic \
 
410
        distclean-tags
 
411
 
 
412
dvi: dvi-am
 
413
 
 
414
dvi-am:
 
415
 
 
416
html: html-am
 
417
 
 
418
html-am:
 
419
 
 
420
info: info-am
 
421
 
 
422
info-am:
 
423
 
 
424
install-data-am:
 
425
 
 
426
install-dvi: install-dvi-am
 
427
 
 
428
install-dvi-am:
 
429
 
 
430
install-exec-am:
 
431
 
 
432
install-html: install-html-am
 
433
 
 
434
install-html-am:
 
435
 
 
436
install-info: install-info-am
 
437
 
 
438
install-info-am:
 
439
 
 
440
install-man:
 
441
 
 
442
install-pdf: install-pdf-am
 
443
 
 
444
install-pdf-am:
 
445
 
 
446
install-ps: install-ps-am
 
447
 
 
448
install-ps-am:
 
449
 
 
450
installcheck-am:
 
451
 
 
452
maintainer-clean: maintainer-clean-am
 
453
        -rm -rf ./$(DEPDIR)
 
454
        -rm -f Makefile
 
455
maintainer-clean-am: distclean-am maintainer-clean-generic
 
456
 
 
457
mostlyclean: mostlyclean-am
 
458
 
 
459
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
460
 
 
461
pdf: pdf-am
 
462
 
 
463
pdf-am:
 
464
 
 
465
ps: ps-am
 
466
 
 
467
ps-am:
 
468
 
 
469
uninstall-am:
 
470
 
 
471
.MAKE: install-am install-strip
 
472
 
 
473
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
474
        clean-noinstLIBRARIES ctags distclean distclean-compile \
 
475
        distclean-generic distclean-tags distdir dvi dvi-am html \
 
476
        html-am info info-am install install-am install-data \
 
477
        install-data-am install-dvi install-dvi-am install-exec \
 
478
        install-exec-am install-html install-html-am install-info \
 
479
        install-info-am install-man install-pdf install-pdf-am \
 
480
        install-ps install-ps-am install-strip installcheck \
 
481
        installcheck-am installdirs maintainer-clean \
 
482
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
483
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
484
        uninstall-am
 
485
 
 
486
 
 
487
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
488
# Otherwise a system limit (for SysV at least) may be exceeded.
 
489
.NOEXPORT: