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