"Fossies" - the Fresh Open Source Software Archive 
Member "nss-pam-ldapd-0.9.12/common/Makefile.in" (20 Nov 2021, 20542 Bytes) of package /linux/privat/nss-pam-ldapd-0.9.12.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "Makefile.in":
0.9.11_vs_0.9.12.
1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
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 # Makefile.am - use automake to generate Makefile.in
18 #
19 # Copyright (C) 2007, 2008, 2009 Arthur de Jong
20 #
21 # This library is free software; you can redistribute it and/or
22 # modify it under the terms of the GNU Lesser General Public
23 # License as published by the Free Software Foundation; either
24 # version 2.1 of the License, or (at your option) any later version.
25 #
26 # This library is distributed in the hope that it will be useful,
27 # but WITHOUT ANY WARRANTY; without even the implied warranty of
28 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
29 # Lesser General Public License for more details.
30 #
31 # You should have received a copy of the GNU Lesser General Public
32 # License along with this library; if not, write to the Free Software
33 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
34 # 02110-1301 USA
35
36 VPATH = @srcdir@
37 am__is_gnu_make = { \
38 if test -z '$(MAKELEVEL)'; then \
39 false; \
40 elif test -n '$(MAKE_HOST)'; then \
41 true; \
42 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
43 true; \
44 else \
45 false; \
46 fi; \
47 }
48 am__make_running_with_option = \
49 case $${target_option-} in \
50 ?) ;; \
51 *) echo "am__make_running_with_option: internal error: invalid" \
52 "target option '$${target_option-}' specified" >&2; \
53 exit 1;; \
54 esac; \
55 has_opt=no; \
56 sane_makeflags=$$MAKEFLAGS; \
57 if $(am__is_gnu_make); then \
58 sane_makeflags=$$MFLAGS; \
59 else \
60 case $$MAKEFLAGS in \
61 *\\[\ \ ]*) \
62 bs=\\; \
63 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
64 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
65 esac; \
66 fi; \
67 skip_next=no; \
68 strip_trailopt () \
69 { \
70 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
71 }; \
72 for flg in $$sane_makeflags; do \
73 test $$skip_next = yes && { skip_next=no; continue; }; \
74 case $$flg in \
75 *=*|--*) continue;; \
76 -*I) strip_trailopt 'I'; skip_next=yes;; \
77 -*I?*) strip_trailopt 'I';; \
78 -*O) strip_trailopt 'O'; skip_next=yes;; \
79 -*O?*) strip_trailopt 'O';; \
80 -*l) strip_trailopt 'l'; skip_next=yes;; \
81 -*l?*) strip_trailopt 'l';; \
82 -[dEDm]) skip_next=yes;; \
83 -[JT]) skip_next=yes;; \
84 esac; \
85 case $$flg in \
86 *$$target_option*) has_opt=yes; break;; \
87 esac; \
88 done; \
89 test $$has_opt = yes
90 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
91 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
92 pkgdatadir = $(datadir)/@PACKAGE@
93 pkgincludedir = $(includedir)/@PACKAGE@
94 pkglibdir = $(libdir)/@PACKAGE@
95 pkglibexecdir = $(libexecdir)/@PACKAGE@
96 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97 install_sh_DATA = $(install_sh) -c -m 644
98 install_sh_PROGRAM = $(install_sh) -c
99 install_sh_SCRIPT = $(install_sh) -c
100 INSTALL_HEADER = $(INSTALL_DATA)
101 transform = $(program_transform_name)
102 NORMAL_INSTALL = :
103 PRE_INSTALL = :
104 POST_INSTALL = :
105 NORMAL_UNINSTALL = :
106 PRE_UNINSTALL = :
107 POST_UNINSTALL = :
108 build_triplet = @build@
109 host_triplet = @host@
110 target_triplet = @target@
111 subdir = common
112 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
113 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
114 $(top_srcdir)/m4/ax_python_module.m4 \
115 $(top_srcdir)/m4/ax_tls.m4 $(top_srcdir)/configure.ac
116 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
117 $(ACLOCAL_M4)
118 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
119 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
120 CONFIG_HEADER = $(top_builddir)/config.h
121 CONFIG_CLEAN_FILES =
122 CONFIG_CLEAN_VPATH_FILES =
123 LIBRARIES = $(noinst_LIBRARIES)
124 ARFLAGS = cru
125 AM_V_AR = $(am__v_AR_@AM_V@)
126 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
127 am__v_AR_0 = @echo " AR " $@;
128 am__v_AR_1 =
129 libdict_a_AR = $(AR) $(ARFLAGS)
130 libdict_a_LIBADD =
131 am_libdict_a_OBJECTS = dict.$(OBJEXT) set.$(OBJEXT)
132 libdict_a_OBJECTS = $(am_libdict_a_OBJECTS)
133 libexpr_a_AR = $(AR) $(ARFLAGS)
134 libexpr_a_LIBADD =
135 am_libexpr_a_OBJECTS = expr.$(OBJEXT)
136 libexpr_a_OBJECTS = $(am_libexpr_a_OBJECTS)
137 libprot_a_AR = $(AR) $(ARFLAGS)
138 libprot_a_LIBADD =
139 am_libprot_a_OBJECTS = nslcd-prot.$(OBJEXT)
140 libprot_a_OBJECTS = $(am_libprot_a_OBJECTS)
141 libtio_a_AR = $(AR) $(ARFLAGS)
142 libtio_a_LIBADD =
143 am_libtio_a_OBJECTS = tio.$(OBJEXT)
144 libtio_a_OBJECTS = $(am_libtio_a_OBJECTS)
145 AM_V_P = $(am__v_P_@AM_V@)
146 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
147 am__v_P_0 = false
148 am__v_P_1 = :
149 AM_V_GEN = $(am__v_GEN_@AM_V@)
150 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
151 am__v_GEN_0 = @echo " GEN " $@;
152 am__v_GEN_1 =
153 AM_V_at = $(am__v_at_@AM_V@)
154 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
155 am__v_at_0 = @
156 am__v_at_1 =
157 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
158 depcomp = $(SHELL) $(top_srcdir)/depcomp
159 am__maybe_remake_depfiles = depfiles
160 am__depfiles_remade = ./$(DEPDIR)/dict.Po ./$(DEPDIR)/expr.Po \
161 ./$(DEPDIR)/nslcd-prot.Po ./$(DEPDIR)/set.Po \
162 ./$(DEPDIR)/tio.Po
163 am__mv = mv -f
164 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
165 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
166 AM_V_CC = $(am__v_CC_@AM_V@)
167 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
168 am__v_CC_0 = @echo " CC " $@;
169 am__v_CC_1 =
170 CCLD = $(CC)
171 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
172 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
173 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
174 am__v_CCLD_0 = @echo " CCLD " $@;
175 am__v_CCLD_1 =
176 SOURCES = $(libdict_a_SOURCES) $(libexpr_a_SOURCES) \
177 $(libprot_a_SOURCES) $(libtio_a_SOURCES)
178 DIST_SOURCES = $(libdict_a_SOURCES) $(libexpr_a_SOURCES) \
179 $(libprot_a_SOURCES) $(libtio_a_SOURCES)
180 am__can_run_installinfo = \
181 case $$AM_UPDATE_INFO_DIR in \
182 n|no|NO) false;; \
183 *) (install-info --version) >/dev/null 2>&1;; \
184 esac
185 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
186 # Read a list of newline-separated strings from the standard input,
187 # and print each of them once, without duplicates. Input order is
188 # *not* preserved.
189 am__uniquify_input = $(AWK) '\
190 BEGIN { nonempty = 0; } \
191 { items[$$0] = 1; nonempty = 1; } \
192 END { if (nonempty) { for (i in items) print i; }; } \
193 '
194 # Make sure the list of sources is unique. This is necessary because,
195 # e.g., the same source file might be shared among _SOURCES variables
196 # for different programs/libraries.
197 am__define_uniq_tagged_files = \
198 list='$(am__tagged_files)'; \
199 unique=`for i in $$list; do \
200 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
201 done | $(am__uniquify_input)`
202 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
203 $(top_srcdir)/mkinstalldirs
204 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
205 ACLOCAL = @ACLOCAL@
206 AMTAR = @AMTAR@
207 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
208 AR = @AR@
209 AUTOCONF = @AUTOCONF@
210 AUTOHEADER = @AUTOHEADER@
211 AUTOMAKE = @AUTOMAKE@
212 AWK = @AWK@
213 CC = @CC@
214 CCDEPMODE = @CCDEPMODE@
215 CFLAGS = @CFLAGS@
216 CPP = @CPP@
217 CPPFLAGS = @CPPFLAGS@
218 CSCOPE = @CSCOPE@
219 CTAGS = @CTAGS@
220 CYGPATH_W = @CYGPATH_W@
221 DEFS = @DEFS@
222 DEPDIR = @DEPDIR@
223 DOCBOOK2X_MAN = @DOCBOOK2X_MAN@
224 ECHO_C = @ECHO_C@
225 ECHO_N = @ECHO_N@
226 ECHO_T = @ECHO_T@
227 EGREP = @EGREP@
228 ETAGS = @ETAGS@
229 EXEEXT = @EXEEXT@
230 GREP = @GREP@
231 INSTALL = @INSTALL@
232 INSTALL_DATA = @INSTALL_DATA@
233 INSTALL_PROGRAM = @INSTALL_PROGRAM@
234 INSTALL_SCRIPT = @INSTALL_SCRIPT@
235 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
236 LDFLAGS = @LDFLAGS@
237 LIBOBJS = @LIBOBJS@
238 LIBS = @LIBS@
239 LN_S = @LN_S@
240 LTLIBOBJS = @LTLIBOBJS@
241 MAINT = @MAINT@
242 MAKEINFO = @MAKEINFO@
243 MKDIR_P = @MKDIR_P@
244 MODULE_NAME = @MODULE_NAME@
245 NSLCD_BINDPW_PATH = @NSLCD_BINDPW_PATH@
246 NSLCD_CONF_PATH = @NSLCD_CONF_PATH@
247 NSLCD_PIDFILE = @NSLCD_PIDFILE@
248 NSLCD_SOCKET = @NSLCD_SOCKET@
249 NSS_FLAVOUR = @NSS_FLAVOUR@
250 NSS_LDAP_SONAME = @NSS_LDAP_SONAME@
251 NSS_MODULE_OBJS = @NSS_MODULE_OBJS@
252 OBJEXT = @OBJEXT@
253 PACKAGE = @PACKAGE@
254 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
255 PACKAGE_NAME = @PACKAGE_NAME@
256 PACKAGE_STRING = @PACKAGE_STRING@
257 PACKAGE_TARNAME = @PACKAGE_TARNAME@
258 PACKAGE_URL = @PACKAGE_URL@
259 PACKAGE_VERSION = @PACKAGE_VERSION@
260 PAM_LDAP_SONAME = @PAM_LDAP_SONAME@
261 PAM_SECLIB_DIR = @PAM_SECLIB_DIR@
262 PATH_SEPARATOR = @PATH_SEPARATOR@
263 PIC_CFLAGS = @PIC_CFLAGS@
264 PTHREAD_CC = @PTHREAD_CC@
265 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
266 PTHREAD_LIBS = @PTHREAD_LIBS@
267 PYTHON = @PYTHON@
268 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
269 PYTHON_PLATFORM = @PYTHON_PLATFORM@
270 PYTHON_PREFIX = @PYTHON_PREFIX@
271 PYTHON_VERSION = @PYTHON_VERSION@
272 RANLIB = @RANLIB@
273 RELEASE_MONTH = @RELEASE_MONTH@
274 SET_MAKE = @SET_MAKE@
275 SHELL = @SHELL@
276 STRIP = @STRIP@
277 VERSION = @VERSION@
278 abs_builddir = @abs_builddir@
279 abs_srcdir = @abs_srcdir@
280 abs_top_builddir = @abs_top_builddir@
281 abs_top_srcdir = @abs_top_srcdir@
282 ac_ct_AR = @ac_ct_AR@
283 ac_ct_CC = @ac_ct_CC@
284 am__include = @am__include@
285 am__leading_dot = @am__leading_dot@
286 am__quote = @am__quote@
287 am__tar = @am__tar@
288 am__untar = @am__untar@
289 ax_pthread_config = @ax_pthread_config@
290 bindir = @bindir@
291 build = @build@
292 build_alias = @build_alias@
293 build_cpu = @build_cpu@
294 build_os = @build_os@
295 build_vendor = @build_vendor@
296 builddir = @builddir@
297 datadir = @datadir@
298 datarootdir = @datarootdir@
299 docdir = @docdir@
300 dvidir = @dvidir@
301 exec_prefix = @exec_prefix@
302 host = @host@
303 host_alias = @host_alias@
304 host_cpu = @host_cpu@
305 host_os = @host_os@
306 host_vendor = @host_vendor@
307 htmldir = @htmldir@
308 includedir = @includedir@
309 infodir = @infodir@
310 install_sh = @install_sh@
311 libdir = @libdir@
312 libexecdir = @libexecdir@
313 localedir = @localedir@
314 localstatedir = @localstatedir@
315 mandir = @mandir@
316 mkdir_p = @mkdir_p@
317 nslcd_LIBS = @nslcd_LIBS@
318 nss_ldap_so_LDFLAGS = @nss_ldap_so_LDFLAGS@
319 nss_ldap_so_LINK = @nss_ldap_so_LINK@
320 oldincludedir = @oldincludedir@
321 pam_ldap_so_LDFLAGS = @pam_ldap_so_LDFLAGS@
322 pam_ldap_so_LINK = @pam_ldap_so_LINK@
323 pdfdir = @pdfdir@
324 pkgpyexecdir = @pkgpyexecdir@
325 pkgpythondir = @pkgpythondir@
326 prefix = @prefix@
327 program_transform_name = @program_transform_name@
328 psdir = @psdir@
329 pyexecdir = @pyexecdir@
330 pythondir = @pythondir@
331 runstatedir = @runstatedir@
332 sbindir = @sbindir@
333 sharedstatedir = @sharedstatedir@
334 srcdir = @srcdir@
335 sysconfdir = @sysconfdir@
336 target = @target@
337 target_alias = @target_alias@
338 target_cpu = @target_cpu@
339 target_os = @target_os@
340 target_vendor = @target_vendor@
341 top_build_prefix = @top_build_prefix@
342 top_builddir = @top_builddir@
343 top_srcdir = @top_srcdir@
344 noinst_LIBRARIES = libtio.a libprot.a libdict.a libexpr.a
345 AM_CPPFLAGS = -I$(top_srcdir)
346 AM_CFLAGS = $(PIC_CFLAGS)
347 libtio_a_SOURCES = tio.c tio.h
348 libprot_a_SOURCES = nslcd-prot.c nslcd-prot.h
349 libdict_a_SOURCES = dict.c dict.h \
350 set.c set.h
351
352 libexpr_a_SOURCES = expr.c expr.h
353 all: all-am
354
355 .SUFFIXES:
356 .SUFFIXES: .c .o .obj
357 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
358 @for dep in $?; do \
359 case '$(am__configure_deps)' in \
360 *$$dep*) \
361 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
362 && { if test -f $@; then exit 0; else break; fi; }; \
363 exit 1;; \
364 esac; \
365 done; \
366 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu common/Makefile'; \
367 $(am__cd) $(top_srcdir) && \
368 $(AUTOMAKE) --gnu common/Makefile
369 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
370 @case '$?' in \
371 *config.status*) \
372 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
373 *) \
374 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
375 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
376 esac;
377
378 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
379 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
380
381 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
382 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
383 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
384 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
385 $(am__aclocal_m4_deps):
386
387 clean-noinstLIBRARIES:
388 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
389
390 libdict.a: $(libdict_a_OBJECTS) $(libdict_a_DEPENDENCIES) $(EXTRA_libdict_a_DEPENDENCIES)
391 $(AM_V_at)-rm -f libdict.a
392 $(AM_V_AR)$(libdict_a_AR) libdict.a $(libdict_a_OBJECTS) $(libdict_a_LIBADD)
393 $(AM_V_at)$(RANLIB) libdict.a
394
395 libexpr.a: $(libexpr_a_OBJECTS) $(libexpr_a_DEPENDENCIES) $(EXTRA_libexpr_a_DEPENDENCIES)
396 $(AM_V_at)-rm -f libexpr.a
397 $(AM_V_AR)$(libexpr_a_AR) libexpr.a $(libexpr_a_OBJECTS) $(libexpr_a_LIBADD)
398 $(AM_V_at)$(RANLIB) libexpr.a
399
400 libprot.a: $(libprot_a_OBJECTS) $(libprot_a_DEPENDENCIES) $(EXTRA_libprot_a_DEPENDENCIES)
401 $(AM_V_at)-rm -f libprot.a
402 $(AM_V_AR)$(libprot_a_AR) libprot.a $(libprot_a_OBJECTS) $(libprot_a_LIBADD)
403 $(AM_V_at)$(RANLIB) libprot.a
404
405 libtio.a: $(libtio_a_OBJECTS) $(libtio_a_DEPENDENCIES) $(EXTRA_libtio_a_DEPENDENCIES)
406 $(AM_V_at)-rm -f libtio.a
407 $(AM_V_AR)$(libtio_a_AR) libtio.a $(libtio_a_OBJECTS) $(libtio_a_LIBADD)
408 $(AM_V_at)$(RANLIB) libtio.a
409
410 mostlyclean-compile:
411 -rm -f *.$(OBJEXT)
412
413 distclean-compile:
414 -rm -f *.tab.c
415
416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict.Po@am__quote@ # am--include-marker
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expr.Po@am__quote@ # am--include-marker
418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nslcd-prot.Po@am__quote@ # am--include-marker
419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set.Po@am__quote@ # am--include-marker
420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tio.Po@am__quote@ # am--include-marker
421
422 $(am__depfiles_remade):
423 @$(MKDIR_P) $(@D)
424 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
425
426 am--depfiles: $(am__depfiles_remade)
427
428 .c.o:
429 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
430 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
431 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
432 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
433 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
434
435 .c.obj:
436 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
437 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
438 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
439 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
440 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
441
442 ID: $(am__tagged_files)
443 $(am__define_uniq_tagged_files); mkid -fID $$unique
444 tags: tags-am
445 TAGS: tags
446
447 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
448 set x; \
449 here=`pwd`; \
450 $(am__define_uniq_tagged_files); \
451 shift; \
452 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
453 test -n "$$unique" || unique=$$empty_fix; \
454 if test $$# -gt 0; then \
455 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
456 "$$@" $$unique; \
457 else \
458 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
459 $$unique; \
460 fi; \
461 fi
462 ctags: ctags-am
463
464 CTAGS: ctags
465 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
466 $(am__define_uniq_tagged_files); \
467 test -z "$(CTAGS_ARGS)$$unique" \
468 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
469 $$unique
470
471 GTAGS:
472 here=`$(am__cd) $(top_builddir) && pwd` \
473 && $(am__cd) $(top_srcdir) \
474 && gtags -i $(GTAGS_ARGS) "$$here"
475 cscopelist: cscopelist-am
476
477 cscopelist-am: $(am__tagged_files)
478 list='$(am__tagged_files)'; \
479 case "$(srcdir)" in \
480 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
481 *) sdir=$(subdir)/$(srcdir) ;; \
482 esac; \
483 for i in $$list; do \
484 if test -f "$$i"; then \
485 echo "$(subdir)/$$i"; \
486 else \
487 echo "$$sdir/$$i"; \
488 fi; \
489 done >> $(top_builddir)/cscope.files
490
491 distclean-tags:
492 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
493 distdir: $(BUILT_SOURCES)
494 $(MAKE) $(AM_MAKEFLAGS) distdir-am
495
496 distdir-am: $(DISTFILES)
497 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
498 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
499 list='$(DISTFILES)'; \
500 dist_files=`for file in $$list; do echo $$file; done | \
501 sed -e "s|^$$srcdirstrip/||;t" \
502 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
503 case $$dist_files in \
504 */*) $(MKDIR_P) `echo "$$dist_files" | \
505 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
506 sort -u` ;; \
507 esac; \
508 for file in $$dist_files; do \
509 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
510 if test -d $$d/$$file; then \
511 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
512 if test -d "$(distdir)/$$file"; then \
513 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
514 fi; \
515 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
516 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
517 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
518 fi; \
519 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
520 else \
521 test -f "$(distdir)/$$file" \
522 || cp -p $$d/$$file "$(distdir)/$$file" \
523 || exit 1; \
524 fi; \
525 done
526 check-am: all-am
527 check: check-am
528 all-am: Makefile $(LIBRARIES)
529 installdirs:
530 install: install-am
531 install-exec: install-exec-am
532 install-data: install-data-am
533 uninstall: uninstall-am
534
535 install-am: all-am
536 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
537
538 installcheck: installcheck-am
539 install-strip:
540 if test -z '$(STRIP)'; then \
541 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
542 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
543 install; \
544 else \
545 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
546 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
547 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
548 fi
549 mostlyclean-generic:
550
551 clean-generic:
552
553 distclean-generic:
554 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
555 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
556
557 maintainer-clean-generic:
558 @echo "This command is intended for maintainers to use"
559 @echo "it deletes files that may require special tools to rebuild."
560 clean: clean-am
561
562 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
563
564 distclean: distclean-am
565 -rm -f ./$(DEPDIR)/dict.Po
566 -rm -f ./$(DEPDIR)/expr.Po
567 -rm -f ./$(DEPDIR)/nslcd-prot.Po
568 -rm -f ./$(DEPDIR)/set.Po
569 -rm -f ./$(DEPDIR)/tio.Po
570 -rm -f Makefile
571 distclean-am: clean-am distclean-compile distclean-generic \
572 distclean-tags
573
574 dvi: dvi-am
575
576 dvi-am:
577
578 html: html-am
579
580 html-am:
581
582 info: info-am
583
584 info-am:
585
586 install-data-am:
587
588 install-dvi: install-dvi-am
589
590 install-dvi-am:
591
592 install-exec-am:
593
594 install-html: install-html-am
595
596 install-html-am:
597
598 install-info: install-info-am
599
600 install-info-am:
601
602 install-man:
603
604 install-pdf: install-pdf-am
605
606 install-pdf-am:
607
608 install-ps: install-ps-am
609
610 install-ps-am:
611
612 installcheck-am:
613
614 maintainer-clean: maintainer-clean-am
615 -rm -f ./$(DEPDIR)/dict.Po
616 -rm -f ./$(DEPDIR)/expr.Po
617 -rm -f ./$(DEPDIR)/nslcd-prot.Po
618 -rm -f ./$(DEPDIR)/set.Po
619 -rm -f ./$(DEPDIR)/tio.Po
620 -rm -f Makefile
621 maintainer-clean-am: distclean-am maintainer-clean-generic
622
623 mostlyclean: mostlyclean-am
624
625 mostlyclean-am: mostlyclean-compile mostlyclean-generic
626
627 pdf: pdf-am
628
629 pdf-am:
630
631 ps: ps-am
632
633 ps-am:
634
635 uninstall-am:
636
637 .MAKE: install-am install-strip
638
639 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
640 clean-generic clean-noinstLIBRARIES cscopelist-am ctags \
641 ctags-am distclean distclean-compile distclean-generic \
642 distclean-tags distdir dvi dvi-am html html-am info info-am \
643 install install-am install-data install-data-am install-dvi \
644 install-dvi-am install-exec install-exec-am install-html \
645 install-html-am install-info install-info-am install-man \
646 install-pdf install-pdf-am install-ps install-ps-am \
647 install-strip installcheck installcheck-am installdirs \
648 maintainer-clean maintainer-clean-generic mostlyclean \
649 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
650 tags tags-am uninstall uninstall-am
651
652 .PRECIOUS: Makefile
653
654
655 # Tell versions [3.59,3.63) of GNU make to not export all variables.
656 # Otherwise a system limit (for SysV at least) may be exceeded.
657 .NOEXPORT: