ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/lib/Makefile.in
Revision: 1.15
Committed: Thu Oct 6 03:25:54 2022 UTC (19 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +346 -176 lines
Log Message:
*** empty log message ***

File Contents

# Content
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 = lib
94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95 am__aclocal_m4_deps = $(top_srcdir)/libev/libev.m4 \
96 $(top_srcdir)/configure.ac
97 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98 $(ACLOCAL_M4)
99 DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
100 $(am__DIST_COMMON)
101 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102 CONFIG_HEADER = $(top_builddir)/config.h
103 CONFIG_CLEAN_FILES =
104 CONFIG_CLEAN_VPATH_FILES =
105 LIBRARIES = $(noinst_LIBRARIES)
106 AR = ar
107 ARFLAGS = cru
108 AM_V_AR = $(am__v_AR_@AM_V@)
109 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
110 am__v_AR_0 = @echo " AR " $@;
111 am__v_AR_1 =
112 libgvpe_a_AR = $(AR) $(ARFLAGS)
113 am_libgvpe_a_OBJECTS = pidfile.$(OBJEXT) dropin.$(OBJEXT)
114 libgvpe_a_OBJECTS = $(am_libgvpe_a_OBJECTS)
115 AM_V_P = $(am__v_P_@AM_V@)
116 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
117 am__v_P_0 = false
118 am__v_P_1 = :
119 AM_V_GEN = $(am__v_GEN_@AM_V@)
120 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
121 am__v_GEN_0 = @echo " GEN " $@;
122 am__v_GEN_1 =
123 AM_V_at = $(am__v_at_@AM_V@)
124 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
125 am__v_at_0 = @
126 am__v_at_1 =
127 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
128 depcomp = $(SHELL) $(top_srcdir)/depcomp
129 am__maybe_remake_depfiles = depfiles
130 am__depfiles_remade = ./$(DEPDIR)/alloca.Po ./$(DEPDIR)/dropin.Po \
131 ./$(DEPDIR)/pidfile.Po
132 am__mv = mv -f
133 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
134 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
135 AM_V_CC = $(am__v_CC_@AM_V@)
136 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
137 am__v_CC_0 = @echo " CC " $@;
138 am__v_CC_1 =
139 CCLD = $(CC)
140 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
141 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
142 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
143 am__v_CCLD_0 = @echo " CCLD " $@;
144 am__v_CCLD_1 =
145 SOURCES = $(libgvpe_a_SOURCES)
146 DIST_SOURCES = $(libgvpe_a_SOURCES)
147 am__can_run_installinfo = \
148 case $$AM_UPDATE_INFO_DIR in \
149 n|no|NO) false;; \
150 *) (install-info --version) >/dev/null 2>&1;; \
151 esac
152 HEADERS = $(noinst_HEADERS)
153 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
154 # Read a list of newline-separated strings from the standard input,
155 # and print each of them once, without duplicates. Input order is
156 # *not* preserved.
157 am__uniquify_input = $(AWK) '\
158 BEGIN { nonempty = 0; } \
159 { items[$$0] = 1; nonempty = 1; } \
160 END { if (nonempty) { for (i in items) print i; }; } \
161 '
162 # Make sure the list of sources is unique. This is necessary because,
163 # e.g., the same source file might be shared among _SOURCES variables
164 # for different programs/libraries.
165 am__define_uniq_tagged_files = \
166 list='$(am__tagged_files)'; \
167 unique=`for i in $$list; do \
168 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
169 done | $(am__uniquify_input)`
170 ETAGS = etags
171 CTAGS = ctags
172 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
173 $(top_srcdir)/mkinstalldirs alloca.c
174 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
175 ACLOCAL = @ACLOCAL@
176 ALLOCA = @ALLOCA@
177 AMTAR = @AMTAR@
178 AM_CPPFLAGS = @AM_CPPFLAGS@ -I. -I$(top_builddir)
179 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
180 AUTOCONF = @AUTOCONF@
181 AUTOHEADER = @AUTOHEADER@
182 AUTOMAKE = @AUTOMAKE@
183 AWK = @AWK@
184 CC = @CC@
185 CCDEPMODE = @CCDEPMODE@
186 CFLAGS = @CFLAGS@
187 CPP = @CPP@
188 CPPFLAGS = @CPPFLAGS@
189 CXX = @CXX@
190 CXXDEPMODE = @CXXDEPMODE@
191 CXXFLAGS = @CXXFLAGS@
192 CYGPATH_W = @CYGPATH_W@
193 DEFS = @DEFS@
194 DEPDIR = @DEPDIR@
195 ECHO_C = @ECHO_C@
196 ECHO_N = @ECHO_N@
197 ECHO_T = @ECHO_T@
198 EGREP = @EGREP@
199 EXEEXT = @EXEEXT@
200 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
201 GMSGFMT = @GMSGFMT@
202 GMSGFMT_015 = @GMSGFMT_015@
203 GREP = @GREP@
204 IFSUBTYPE = @IFSUBTYPE@
205 IFTYPE = @IFTYPE@
206 INSTALL = @INSTALL@
207 INSTALL_DATA = @INSTALL_DATA@
208 INSTALL_PROGRAM = @INSTALL_PROGRAM@
209 INSTALL_SCRIPT = @INSTALL_SCRIPT@
210 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
211 INTLLIBS = @INTLLIBS@
212 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
213 LDFLAGS = @LDFLAGS@
214 LDFLAGS_DAEMON = @LDFLAGS_DAEMON@
215 LIBCRYPTO_CFLAGS = @LIBCRYPTO_CFLAGS@
216 LIBCRYPTO_LIBS = @LIBCRYPTO_LIBS@
217 LIBICONV = @LIBICONV@
218 LIBINTL = @LIBINTL@
219 LIBOBJS = @LIBOBJS@
220 LIBS = @LIBS@
221 LN_S = @LN_S@
222 LTLIBICONV = @LTLIBICONV@
223 LTLIBINTL = @LTLIBINTL@
224 LTLIBOBJS = @LTLIBOBJS@
225 MAINT = @MAINT@
226 MAKEINFO = @MAKEINFO@
227 MKDIR_P = @MKDIR_P@
228 MSGFMT = @MSGFMT@
229 MSGMERGE = @MSGMERGE@
230 MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
231 OBJEXT = @OBJEXT@
232 PACKAGE = @PACKAGE@
233 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
234 PACKAGE_NAME = @PACKAGE_NAME@
235 PACKAGE_STRING = @PACKAGE_STRING@
236 PACKAGE_TARNAME = @PACKAGE_TARNAME@
237 PACKAGE_URL = @PACKAGE_URL@
238 PACKAGE_VERSION = @PACKAGE_VERSION@
239 PATH_SEPARATOR = @PATH_SEPARATOR@
240 PKG_CONFIG = @PKG_CONFIG@
241 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
242 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
243 POSUB = @POSUB@
244 RANLIB = @RANLIB@
245 SED = @SED@
246 SET_MAKE = @SET_MAKE@
247 SHELL = @SHELL@
248 STRIP = @STRIP@
249 USE_NLS = @USE_NLS@
250 VERSION = @VERSION@
251 XGETTEXT = @XGETTEXT@
252 XGETTEXT_015 = @XGETTEXT_015@
253 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
254 abs_builddir = @abs_builddir@
255 abs_srcdir = @abs_srcdir@
256 abs_top_builddir = @abs_top_builddir@
257 abs_top_srcdir = @abs_top_srcdir@
258 ac_ct_CC = @ac_ct_CC@
259 ac_ct_CXX = @ac_ct_CXX@
260 am__include = @am__include@
261 am__leading_dot = @am__leading_dot@
262 am__quote = @am__quote@
263 am__tar = @am__tar@
264 am__untar = @am__untar@
265 bindir = @bindir@
266 build = @build@
267 build_alias = @build_alias@
268 build_cpu = @build_cpu@
269 build_os = @build_os@
270 build_vendor = @build_vendor@
271 builddir = @builddir@
272 datadir = @datadir@
273 datarootdir = @datarootdir@
274 docdir = @docdir@
275 dvidir = @dvidir@
276 exec_prefix = @exec_prefix@
277 host = @host@
278 host_alias = @host_alias@
279 host_cpu = @host_cpu@
280 host_os = @host_os@
281 host_vendor = @host_vendor@
282 htmldir = @htmldir@
283 includedir = @includedir@
284 infodir = @infodir@
285 install_sh = @install_sh@
286 libdir = @libdir@
287 libexecdir = @libexecdir@
288 localedir = @localedir@
289 localstatedir = @localstatedir@
290 mandir = @mandir@
291 mkdir_p = @mkdir_p@
292 oldincludedir = @oldincludedir@
293 pdfdir = @pdfdir@
294 prefix = @prefix@
295 program_transform_name = @program_transform_name@
296 psdir = @psdir@
297 runstatedir = @runstatedir@
298 sbindir = @sbindir@
299 sharedstatedir = @sharedstatedir@
300 srcdir = @srcdir@
301 sysconfdir = @sysconfdir@
302 target = @target@
303 target_alias = @target_alias@
304 target_cpu = @target_cpu@
305 target_os = @target_os@
306 target_vendor = @target_vendor@
307 top_build_prefix = @top_build_prefix@
308 top_builddir = @top_builddir@
309 top_srcdir = @top_srcdir@
310 noinst_LIBRARIES = libgvpe.a
311 libgvpe_a_SOURCES = pidfile.c dropin.c
312 libgvpe_a_LIBADD = @LIBOBJS@ @ALLOCA@
313 libgvpe_a_DEPENDENCIES = $(libgvpe_a_LIBADD)
314 noinst_HEADERS = pidfile.h dropin.h gettext.h
315 all: all-am
316
317 .SUFFIXES:
318 .SUFFIXES: .c .o .obj
319 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
320 @for dep in $?; do \
321 case '$(am__configure_deps)' in \
322 *$$dep*) \
323 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
324 && { if test -f $@; then exit 0; else break; fi; }; \
325 exit 1;; \
326 esac; \
327 done; \
328 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
329 $(am__cd) $(top_srcdir) && \
330 $(AUTOMAKE) --gnu lib/Makefile
331 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
332 @case '$?' in \
333 *config.status*) \
334 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
335 *) \
336 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
337 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
338 esac;
339
340 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
341 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
342
343 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
344 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
345 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
346 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347 $(am__aclocal_m4_deps):
348
349 clean-noinstLIBRARIES:
350 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
351
352 libgvpe.a: $(libgvpe_a_OBJECTS) $(libgvpe_a_DEPENDENCIES) $(EXTRA_libgvpe_a_DEPENDENCIES)
353 $(AM_V_at)-rm -f libgvpe.a
354 $(AM_V_AR)$(libgvpe_a_AR) libgvpe.a $(libgvpe_a_OBJECTS) $(libgvpe_a_LIBADD)
355 $(AM_V_at)$(RANLIB) libgvpe.a
356
357 mostlyclean-compile:
358 -rm -f *.$(OBJEXT)
359
360 distclean-compile:
361 -rm -f *.tab.c
362
363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloca.Po@am__quote@ # am--include-marker
364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dropin.Po@am__quote@ # am--include-marker
365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pidfile.Po@am__quote@ # am--include-marker
366
367 $(am__depfiles_remade):
368 @$(MKDIR_P) $(@D)
369 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
370
371 am--depfiles: $(am__depfiles_remade)
372
373 .c.o:
374 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
375 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
376 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
377 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
378 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
379
380 .c.obj:
381 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
382 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
383 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
384 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
386
387 ID: $(am__tagged_files)
388 $(am__define_uniq_tagged_files); mkid -fID $$unique
389 tags: tags-am
390 TAGS: tags
391
392 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
393 set x; \
394 here=`pwd`; \
395 $(am__define_uniq_tagged_files); \
396 shift; \
397 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
398 test -n "$$unique" || unique=$$empty_fix; \
399 if test $$# -gt 0; then \
400 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
401 "$$@" $$unique; \
402 else \
403 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
404 $$unique; \
405 fi; \
406 fi
407 ctags: ctags-am
408
409 CTAGS: ctags
410 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
411 $(am__define_uniq_tagged_files); \
412 test -z "$(CTAGS_ARGS)$$unique" \
413 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
414 $$unique
415
416 GTAGS:
417 here=`$(am__cd) $(top_builddir) && pwd` \
418 && $(am__cd) $(top_srcdir) \
419 && gtags -i $(GTAGS_ARGS) "$$here"
420 cscopelist: cscopelist-am
421
422 cscopelist-am: $(am__tagged_files)
423 list='$(am__tagged_files)'; \
424 case "$(srcdir)" in \
425 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
426 *) sdir=$(subdir)/$(srcdir) ;; \
427 esac; \
428 for i in $$list; do \
429 if test -f "$$i"; then \
430 echo "$(subdir)/$$i"; \
431 else \
432 echo "$$sdir/$$i"; \
433 fi; \
434 done >> $(top_builddir)/cscope.files
435
436 distclean-tags:
437 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
438
439 distdir: $(BUILT_SOURCES)
440 $(MAKE) $(AM_MAKEFLAGS) distdir-am
441
442 distdir-am: $(DISTFILES)
443 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
444 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
445 list='$(DISTFILES)'; \
446 dist_files=`for file in $$list; do echo $$file; done | \
447 sed -e "s|^$$srcdirstrip/||;t" \
448 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
449 case $$dist_files in \
450 */*) $(MKDIR_P) `echo "$$dist_files" | \
451 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
452 sort -u` ;; \
453 esac; \
454 for file in $$dist_files; do \
455 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
456 if test -d $$d/$$file; then \
457 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
458 if test -d "$(distdir)/$$file"; then \
459 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
460 fi; \
461 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
462 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
463 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
464 fi; \
465 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
466 else \
467 test -f "$(distdir)/$$file" \
468 || cp -p $$d/$$file "$(distdir)/$$file" \
469 || exit 1; \
470 fi; \
471 done
472 check-am: all-am
473 check: check-am
474 all-am: Makefile $(LIBRARIES) $(HEADERS)
475 installdirs:
476 install: install-am
477 install-exec: install-exec-am
478 install-data: install-data-am
479 uninstall: uninstall-am
480
481 install-am: all-am
482 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
483
484 installcheck: installcheck-am
485 install-strip:
486 if test -z '$(STRIP)'; then \
487 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
488 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
489 install; \
490 else \
491 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
492 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
493 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
494 fi
495 mostlyclean-generic:
496
497 clean-generic:
498
499 distclean-generic:
500 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
501 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
502
503 maintainer-clean-generic:
504 @echo "This command is intended for maintainers to use"
505 @echo "it deletes files that may require special tools to rebuild."
506 clean: clean-am
507
508 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
509
510 distclean: distclean-am
511 -rm -f ./$(DEPDIR)/alloca.Po
512 -rm -f ./$(DEPDIR)/dropin.Po
513 -rm -f ./$(DEPDIR)/pidfile.Po
514 -rm -f Makefile
515 distclean-am: clean-am distclean-compile distclean-generic \
516 distclean-tags
517
518 dvi: dvi-am
519
520 dvi-am:
521
522 html: html-am
523
524 html-am:
525
526 info: info-am
527
528 info-am:
529
530 install-data-am:
531
532 install-dvi: install-dvi-am
533
534 install-dvi-am:
535
536 install-exec-am:
537
538 install-html: install-html-am
539
540 install-html-am:
541
542 install-info: install-info-am
543
544 install-info-am:
545
546 install-man:
547
548 install-pdf: install-pdf-am
549
550 install-pdf-am:
551
552 install-ps: install-ps-am
553
554 install-ps-am:
555
556 installcheck-am:
557
558 maintainer-clean: maintainer-clean-am
559 -rm -f ./$(DEPDIR)/alloca.Po
560 -rm -f ./$(DEPDIR)/dropin.Po
561 -rm -f ./$(DEPDIR)/pidfile.Po
562 -rm -f Makefile
563 maintainer-clean-am: distclean-am maintainer-clean-generic
564
565 mostlyclean: mostlyclean-am
566
567 mostlyclean-am: mostlyclean-compile mostlyclean-generic
568
569 pdf: pdf-am
570
571 pdf-am:
572
573 ps: ps-am
574
575 ps-am:
576
577 uninstall-am:
578
579 .MAKE: install-am install-strip
580
581 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
582 clean-generic clean-noinstLIBRARIES cscopelist-am ctags \
583 ctags-am distclean distclean-compile distclean-generic \
584 distclean-tags distdir dvi dvi-am html html-am info info-am \
585 install install-am install-data install-data-am install-dvi \
586 install-dvi-am install-exec install-exec-am install-html \
587 install-html-am install-info install-info-am install-man \
588 install-pdf install-pdf-am install-ps install-ps-am \
589 install-strip installcheck installcheck-am installdirs \
590 maintainer-clean maintainer-clean-generic mostlyclean \
591 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
592 tags tags-am uninstall uninstall-am
593
594 .PRECIOUS: Makefile
595
596
597 # Tell versions [3.59,3.63) of GNU make to not export all variables.
598 # Otherwise a system limit (for SysV at least) may be exceeded.
599 .NOEXPORT: