* Fixes and improvements to documentation contributed by Dennis Davis.
[alpine.git] / pith / osdep / Makefile.in
blob679b91f04a5e31e65386862d7b40789a8d8abdd1
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2017 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.
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.
15 @SET_MAKE@
17 # ========================================================================
18 # Copyright 2013-2020 Eduardo Chappa
19 # Copyright 2006 University of Washington
21 # Licensed under the Apache License, Version 2.0 (the "License");
22 # you may not use this file except in compliance with the License.
23 # You may obtain a copy of the License at
25 # http://www.apache.org/licenses/LICENSE-2.0
27 # ========================================================================
29 VPATH = @srcdir@
30 am__is_gnu_make = { \
31 if test -z '$(MAKELEVEL)'; then \
32 false; \
33 elif test -n '$(MAKE_HOST)'; then \
34 true; \
35 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
36 true; \
37 else \
38 false; \
39 fi; \
41 am__make_running_with_option = \
42 case $${target_option-} in \
43 ?) ;; \
44 *) echo "am__make_running_with_option: internal error: invalid" \
45 "target option '$${target_option-}' specified" >&2; \
46 exit 1;; \
47 esac; \
48 has_opt=no; \
49 sane_makeflags=$$MAKEFLAGS; \
50 if $(am__is_gnu_make); then \
51 sane_makeflags=$$MFLAGS; \
52 else \
53 case $$MAKEFLAGS in \
54 *\\[\ \ ]*) \
55 bs=\\; \
56 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
57 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
58 esac; \
59 fi; \
60 skip_next=no; \
61 strip_trailopt () \
62 { \
63 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
64 }; \
65 for flg in $$sane_makeflags; do \
66 test $$skip_next = yes && { skip_next=no; continue; }; \
67 case $$flg in \
68 *=*|--*) continue;; \
69 -*I) strip_trailopt 'I'; skip_next=yes;; \
70 -*I?*) strip_trailopt 'I';; \
71 -*O) strip_trailopt 'O'; skip_next=yes;; \
72 -*O?*) strip_trailopt 'O';; \
73 -*l) strip_trailopt 'l'; skip_next=yes;; \
74 -*l?*) strip_trailopt 'l';; \
75 -[dEDm]) skip_next=yes;; \
76 -[JT]) skip_next=yes;; \
77 esac; \
78 case $$flg in \
79 *$$target_option*) has_opt=yes; break;; \
80 esac; \
81 done; \
82 test $$has_opt = yes
83 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
84 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
85 pkgdatadir = $(datadir)/@PACKAGE@
86 pkgincludedir = $(includedir)/@PACKAGE@
87 pkglibdir = $(libdir)/@PACKAGE@
88 pkglibexecdir = $(libexecdir)/@PACKAGE@
89 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
90 install_sh_DATA = $(install_sh) -c -m 644
91 install_sh_PROGRAM = $(install_sh) -c
92 install_sh_SCRIPT = $(install_sh) -c
93 INSTALL_HEADER = $(INSTALL_DATA)
94 transform = $(program_transform_name)
95 NORMAL_INSTALL = :
96 PRE_INSTALL = :
97 POST_INSTALL = :
98 NORMAL_UNINSTALL = :
99 PRE_UNINSTALL = :
100 POST_UNINSTALL = :
101 build_triplet = @build@
102 host_triplet = @host@
103 subdir = pith/osdep
104 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
106 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
107 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
108 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
109 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
110 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
111 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
112 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
113 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
114 $(ACLOCAL_M4)
115 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
116 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
117 CONFIG_HEADER = $(top_builddir)/include/config.h
118 CONFIG_CLEAN_FILES =
119 CONFIG_CLEAN_VPATH_FILES =
120 LIBRARIES = $(noinst_LIBRARIES)
121 ARFLAGS = cru
122 AM_V_AR = $(am__v_AR_@AM_V@)
123 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
124 am__v_AR_0 = @echo " AR " $@;
125 am__v_AR_1 =
126 libpithosd_a_AR = $(AR) $(ARFLAGS)
127 libpithosd_a_LIBADD =
128 am_libpithosd_a_OBJECTS = bldpath.$(OBJEXT) canaccess.$(OBJEXT) \
129 canonicl.$(OBJEXT) collate.$(OBJEXT) color.$(OBJEXT) \
130 coredump.$(OBJEXT) creatdir.$(OBJEXT) debugtime.$(OBJEXT) \
131 domnames.$(OBJEXT) err_desc.$(OBJEXT) fgetpos.$(OBJEXT) \
132 filesize.$(OBJEXT) fnexpand.$(OBJEXT) hostname.$(OBJEXT) \
133 lstcmpnt.$(OBJEXT) mimedisp.$(OBJEXT) pipe.$(OBJEXT) \
134 pw_stuff.$(OBJEXT) rename.$(OBJEXT) tempfile.$(OBJEXT) \
135 temp_nam.$(OBJEXT) writ_dir.$(OBJEXT)
136 libpithosd_a_OBJECTS = $(am_libpithosd_a_OBJECTS)
137 AM_V_P = $(am__v_P_@AM_V@)
138 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
139 am__v_P_0 = false
140 am__v_P_1 = :
141 AM_V_GEN = $(am__v_GEN_@AM_V@)
142 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
143 am__v_GEN_0 = @echo " GEN " $@;
144 am__v_GEN_1 =
145 AM_V_at = $(am__v_at_@AM_V@)
146 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
147 am__v_at_0 = @
148 am__v_at_1 =
149 DEFAULT_INCLUDES =
150 depcomp = $(SHELL) $(top_srcdir)/depcomp
151 am__depfiles_maybe = depfiles
152 am__mv = mv -f
153 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
154 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
155 AM_V_lt = $(am__v_lt_@AM_V@)
156 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
157 am__v_lt_0 = --silent
158 am__v_lt_1 =
159 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
160 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
161 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
162 $(AM_CFLAGS) $(CFLAGS)
163 AM_V_CC = $(am__v_CC_@AM_V@)
164 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
165 am__v_CC_0 = @echo " CC " $@;
166 am__v_CC_1 =
167 CCLD = $(CC)
168 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
169 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
170 $(AM_LDFLAGS) $(LDFLAGS) -o $@
171 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
172 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
173 am__v_CCLD_0 = @echo " CCLD " $@;
174 am__v_CCLD_1 =
175 SOURCES = $(libpithosd_a_SOURCES)
176 DIST_SOURCES = $(libpithosd_a_SOURCES)
177 am__can_run_installinfo = \
178 case $$AM_UPDATE_INFO_DIR in \
179 n|no|NO) false;; \
180 *) (install-info --version) >/dev/null 2>&1;; \
181 esac
182 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
183 # Read a list of newline-separated strings from the standard input,
184 # and print each of them once, without duplicates. Input order is
185 # *not* preserved.
186 am__uniquify_input = $(AWK) '\
187 BEGIN { nonempty = 0; } \
188 { items[$$0] = 1; nonempty = 1; } \
189 END { if (nonempty) { for (i in items) print i; }; } \
191 # Make sure the list of sources is unique. This is necessary because,
192 # e.g., the same source file might be shared among _SOURCES variables
193 # for different programs/libraries.
194 am__define_uniq_tagged_files = \
195 list='$(am__tagged_files)'; \
196 unique=`for i in $$list; do \
197 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
198 done | $(am__uniquify_input)`
199 ETAGS = etags
200 CTAGS = ctags
201 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
202 $(top_srcdir)/mkinstalldirs
203 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
204 ACLOCAL = @ACLOCAL@
205 ALPINE_DATESTAMP = @ALPINE_DATESTAMP@
206 ALPINE_HOSTSTAMP = @ALPINE_HOSTSTAMP@
207 AMTAR = @AMTAR@
208 AM_CFLAGS = @AM_CFLAGS@
209 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
210 AM_LDFLAGS = @AM_LDFLAGS@
211 AR = @AR@
212 AUTOCONF = @AUTOCONF@
213 AUTOHEADER = @AUTOHEADER@
214 AUTOMAKE = @AUTOMAKE@
215 AWK = @AWK@
216 CC = @CC@
217 CCDEPMODE = @CCDEPMODE@
218 CFLAGS = @CFLAGS@
219 CP = @CP@
220 CPP = @CPP@
221 CPPFLAGS = @CPPFLAGS@
222 CYGPATH_W = @CYGPATH_W@
223 C_CLIENT_AUTHS = @C_CLIENT_AUTHS@
224 C_CLIENT_BUNDLED = @C_CLIENT_BUNDLED@
225 C_CLIENT_CFLAGS = @C_CLIENT_CFLAGS@
226 C_CLIENT_GCCOPTLEVEL = @C_CLIENT_GCCOPTLEVEL@
227 C_CLIENT_LDFLAGS = @C_CLIENT_LDFLAGS@
228 C_CLIENT_SPECIALS = @C_CLIENT_SPECIALS@
229 C_CLIENT_TARGET = @C_CLIENT_TARGET@
230 C_CLIENT_WITH_IPV6 = @C_CLIENT_WITH_IPV6@
231 DEFS = @DEFS@
232 DEPDIR = @DEPDIR@
233 DLLTOOL = @DLLTOOL@
234 DSYMUTIL = @DSYMUTIL@
235 DUMPBIN = @DUMPBIN@
236 ECHO_C = @ECHO_C@
237 ECHO_N = @ECHO_N@
238 ECHO_T = @ECHO_T@
239 EGREP = @EGREP@
240 EXEEXT = @EXEEXT@
241 FGREP = @FGREP@
242 GMSGFMT = @GMSGFMT@
243 GMSGFMT_015 = @GMSGFMT_015@
244 GREP = @GREP@
245 INSTALL = @INSTALL@
246 INSTALL_DATA = @INSTALL_DATA@
247 INSTALL_PROGRAM = @INSTALL_PROGRAM@
248 INSTALL_SCRIPT = @INSTALL_SCRIPT@
249 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
250 INTLLIBS = @INTLLIBS@
251 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
252 ISPELLPROG = @ISPELLPROG@
253 LD = @LD@
254 LDFLAGS = @LDFLAGS@
255 LIBICONV = @LIBICONV@
256 LIBINTL = @LIBINTL@
257 LIBOBJS = @LIBOBJS@
258 LIBS = @LIBS@
259 LIBTOOL = @LIBTOOL@
260 LIBTOOL_DEPS = @LIBTOOL_DEPS@
261 LIPO = @LIPO@
262 LN = @LN@
263 LN_S = @LN_S@
264 LS = @LS@
265 LTLIBICONV = @LTLIBICONV@
266 LTLIBINTL = @LTLIBINTL@
267 LTLIBOBJS = @LTLIBOBJS@
268 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
269 MAINT = @MAINT@
270 MAKE = @MAKE@
271 MAKEINFO = @MAKEINFO@
272 MANIFEST_TOOL = @MANIFEST_TOOL@
273 MKDIR_P = @MKDIR_P@
274 MSGFMT = @MSGFMT@
275 MSGFMT_015 = @MSGFMT_015@
276 MSGMERGE = @MSGMERGE@
277 NM = @NM@
278 NMEDIT = @NMEDIT@
279 NPA_PROG = @NPA_PROG@
280 OBJDUMP = @OBJDUMP@
281 OBJEXT = @OBJEXT@
282 OTOOL = @OTOOL@
283 OTOOL64 = @OTOOL64@
284 PACKAGE = @PACKAGE@
285 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
286 PACKAGE_NAME = @PACKAGE_NAME@
287 PACKAGE_STRING = @PACKAGE_STRING@
288 PACKAGE_TARNAME = @PACKAGE_TARNAME@
289 PACKAGE_URL = @PACKAGE_URL@
290 PACKAGE_VERSION = @PACKAGE_VERSION@
291 PATH_SEPARATOR = @PATH_SEPARATOR@
292 POSUB = @POSUB@
293 PTHREAD_CC = @PTHREAD_CC@
294 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
295 PTHREAD_LIBS = @PTHREAD_LIBS@
296 PWPROG = @PWPROG@
297 RANLIB = @RANLIB@
298 REGEX_BUILD = @REGEX_BUILD@
299 RM = @RM@
300 SED = @SED@
301 SENDMAIL = @SENDMAIL@
302 SET_MAKE = @SET_MAKE@
303 SHELL = @SHELL@
304 SPELLPROG = @SPELLPROG@
305 STRIP = @STRIP@
306 USE_NLS = @USE_NLS@
307 VERSION = @VERSION@
308 WEB_BINDIR = @WEB_BINDIR@
309 WEB_BUILD = @WEB_BUILD@
310 WEB_PUBCOOKIE_BUILD = @WEB_PUBCOOKIE_BUILD@
311 WEB_PUBCOOKIE_LIB = @WEB_PUBCOOKIE_LIB@
312 WEB_PUBCOOKIE_LINK = @WEB_PUBCOOKIE_LINK@
313 XGETTEXT = @XGETTEXT@
314 XGETTEXT_015 = @XGETTEXT_015@
315 abs_builddir = @abs_builddir@
316 abs_srcdir = @abs_srcdir@
317 abs_top_builddir = @abs_top_builddir@
318 abs_top_srcdir = @abs_top_srcdir@
319 ac_ct_AR = @ac_ct_AR@
320 ac_ct_CC = @ac_ct_CC@
321 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
322 acx_pthread_config = @acx_pthread_config@
323 alpine_interactive_spellcheck = @alpine_interactive_spellcheck@
324 alpine_simple_spellcheck = @alpine_simple_spellcheck@
325 am__include = @am__include@
326 am__leading_dot = @am__leading_dot@
327 am__quote = @am__quote@
328 am__tar = @am__tar@
329 am__untar = @am__untar@
330 bindir = @bindir@
331 build = @build@
332 build_alias = @build_alias@
333 build_cpu = @build_cpu@
334 build_os = @build_os@
335 build_vendor = @build_vendor@
336 builddir = @builddir@
337 datadir = @datadir@
338 datarootdir = @datarootdir@
339 docdir = @docdir@
340 dvidir = @dvidir@
341 exec_prefix = @exec_prefix@
342 host = @host@
343 host_alias = @host_alias@
344 host_cpu = @host_cpu@
345 host_os = @host_os@
346 host_vendor = @host_vendor@
347 htmldir = @htmldir@
348 includedir = @includedir@
349 infodir = @infodir@
350 install_sh = @install_sh@
351 libdir = @libdir@
352 libexecdir = @libexecdir@
353 localedir = @localedir@
354 localstatedir = @localstatedir@
355 mandir = @mandir@
356 mkdir_p = @mkdir_p@
357 oldincludedir = @oldincludedir@
358 pdfdir = @pdfdir@
359 prefix = @prefix@
360 program_transform_name = @program_transform_name@
361 psdir = @psdir@
362 sbindir = @sbindir@
363 sharedstatedir = @sharedstatedir@
364 srcdir = @srcdir@
365 sysconfdir = @sysconfdir@
366 target_alias = @target_alias@
367 top_build_prefix = @top_build_prefix@
368 top_builddir = @top_builddir@
369 top_srcdir = @top_srcdir@
370 noinst_LIBRARIES = libpithosd.a
371 libpithosd_a_SOURCES = bldpath.c canaccess.c canonicl.c collate.c color.c coredump.c \
372 creatdir.c debugtime.c domnames.c err_desc.c fgetpos.c filesize.c \
373 fnexpand.c hostname.c lstcmpnt.c mimedisp.c pipe.c pw_stuff.c \
374 rename.c tempfile.c temp_nam.c writ_dir.c
376 AM_CPPFLAGS = -I@top_builddir@/include -I@top_srcdir@/include
377 all: all-am
379 .SUFFIXES:
380 .SUFFIXES: .c .lo .o .obj
381 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
382 @for dep in $?; do \
383 case '$(am__configure_deps)' in \
384 *$$dep*) \
385 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
386 && { if test -f $@; then exit 0; else break; fi; }; \
387 exit 1;; \
388 esac; \
389 done; \
390 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign pith/osdep/Makefile'; \
391 $(am__cd) $(top_srcdir) && \
392 $(AUTOMAKE) --foreign pith/osdep/Makefile
393 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
394 @case '$?' in \
395 *config.status*) \
396 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
397 *) \
398 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
399 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
400 esac;
402 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
403 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
405 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
406 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
407 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
408 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
409 $(am__aclocal_m4_deps):
411 clean-noinstLIBRARIES:
412 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
414 libpithosd.a: $(libpithosd_a_OBJECTS) $(libpithosd_a_DEPENDENCIES) $(EXTRA_libpithosd_a_DEPENDENCIES)
415 $(AM_V_at)-rm -f libpithosd.a
416 $(AM_V_AR)$(libpithosd_a_AR) libpithosd.a $(libpithosd_a_OBJECTS) $(libpithosd_a_LIBADD)
417 $(AM_V_at)$(RANLIB) libpithosd.a
419 mostlyclean-compile:
420 -rm -f *.$(OBJEXT)
422 distclean-compile:
423 -rm -f *.tab.c
425 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bldpath.Po@am__quote@
426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canaccess.Po@am__quote@
427 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canonicl.Po@am__quote@
428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/collate.Po@am__quote@
429 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/color.Po@am__quote@
430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coredump.Po@am__quote@
431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/creatdir.Po@am__quote@
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debugtime.Po@am__quote@
433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domnames.Po@am__quote@
434 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/err_desc.Po@am__quote@
435 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fgetpos.Po@am__quote@
436 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filesize.Po@am__quote@
437 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnexpand.Po@am__quote@
438 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostname.Po@am__quote@
439 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lstcmpnt.Po@am__quote@
440 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mimedisp.Po@am__quote@
441 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pipe.Po@am__quote@
442 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pw_stuff.Po@am__quote@
443 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rename.Po@am__quote@
444 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/temp_nam.Po@am__quote@
445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tempfile.Po@am__quote@
446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/writ_dir.Po@am__quote@
448 .c.o:
449 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
450 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
451 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
452 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
453 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
455 .c.obj:
456 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
457 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
458 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
459 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
460 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
462 .c.lo:
463 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
464 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
465 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
466 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
467 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
469 mostlyclean-libtool:
470 -rm -f *.lo
472 clean-libtool:
473 -rm -rf .libs _libs
475 ID: $(am__tagged_files)
476 $(am__define_uniq_tagged_files); mkid -fID $$unique
477 tags: tags-am
478 TAGS: tags
480 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
481 set x; \
482 here=`pwd`; \
483 $(am__define_uniq_tagged_files); \
484 shift; \
485 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
486 test -n "$$unique" || unique=$$empty_fix; \
487 if test $$# -gt 0; then \
488 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
489 "$$@" $$unique; \
490 else \
491 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
492 $$unique; \
493 fi; \
495 ctags: ctags-am
497 CTAGS: ctags
498 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
499 $(am__define_uniq_tagged_files); \
500 test -z "$(CTAGS_ARGS)$$unique" \
501 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
502 $$unique
504 GTAGS:
505 here=`$(am__cd) $(top_builddir) && pwd` \
506 && $(am__cd) $(top_srcdir) \
507 && gtags -i $(GTAGS_ARGS) "$$here"
508 cscopelist: cscopelist-am
510 cscopelist-am: $(am__tagged_files)
511 list='$(am__tagged_files)'; \
512 case "$(srcdir)" in \
513 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
514 *) sdir=$(subdir)/$(srcdir) ;; \
515 esac; \
516 for i in $$list; do \
517 if test -f "$$i"; then \
518 echo "$(subdir)/$$i"; \
519 else \
520 echo "$$sdir/$$i"; \
521 fi; \
522 done >> $(top_builddir)/cscope.files
524 distclean-tags:
525 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
527 distdir: $(DISTFILES)
528 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
529 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
530 list='$(DISTFILES)'; \
531 dist_files=`for file in $$list; do echo $$file; done | \
532 sed -e "s|^$$srcdirstrip/||;t" \
533 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
534 case $$dist_files in \
535 */*) $(MKDIR_P) `echo "$$dist_files" | \
536 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
537 sort -u` ;; \
538 esac; \
539 for file in $$dist_files; do \
540 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
541 if test -d $$d/$$file; then \
542 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
543 if test -d "$(distdir)/$$file"; then \
544 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
545 fi; \
546 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
547 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
548 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
549 fi; \
550 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
551 else \
552 test -f "$(distdir)/$$file" \
553 || cp -p $$d/$$file "$(distdir)/$$file" \
554 || exit 1; \
555 fi; \
556 done
557 check-am: all-am
558 check: check-am
559 all-am: Makefile $(LIBRARIES)
560 installdirs:
561 install: install-am
562 install-exec: install-exec-am
563 install-data: install-data-am
564 uninstall: uninstall-am
566 install-am: all-am
567 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
569 installcheck: installcheck-am
570 install-strip:
571 if test -z '$(STRIP)'; then \
572 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
573 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
574 install; \
575 else \
576 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
577 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
578 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
580 mostlyclean-generic:
582 clean-generic:
584 distclean-generic:
585 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
586 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
588 maintainer-clean-generic:
589 @echo "This command is intended for maintainers to use"
590 @echo "it deletes files that may require special tools to rebuild."
591 clean: clean-am
593 clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
594 mostlyclean-am
596 distclean: distclean-am
597 -rm -rf ./$(DEPDIR)
598 -rm -f Makefile
599 distclean-am: clean-am distclean-compile distclean-generic \
600 distclean-tags
602 dvi: dvi-am
604 dvi-am:
606 html: html-am
608 html-am:
610 info: info-am
612 info-am:
614 install-data-am:
616 install-dvi: install-dvi-am
618 install-dvi-am:
620 install-exec-am:
622 install-html: install-html-am
624 install-html-am:
626 install-info: install-info-am
628 install-info-am:
630 install-man:
632 install-pdf: install-pdf-am
634 install-pdf-am:
636 install-ps: install-ps-am
638 install-ps-am:
640 installcheck-am:
642 maintainer-clean: maintainer-clean-am
643 -rm -rf ./$(DEPDIR)
644 -rm -f Makefile
645 maintainer-clean-am: distclean-am maintainer-clean-generic
647 mostlyclean: mostlyclean-am
649 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
650 mostlyclean-libtool
652 pdf: pdf-am
654 pdf-am:
656 ps: ps-am
658 ps-am:
660 uninstall-am:
662 .MAKE: install-am install-strip
664 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
665 clean-libtool clean-noinstLIBRARIES cscopelist-am ctags \
666 ctags-am distclean distclean-compile distclean-generic \
667 distclean-libtool distclean-tags distdir dvi dvi-am html \
668 html-am info info-am install install-am install-data \
669 install-data-am install-dvi install-dvi-am install-exec \
670 install-exec-am install-html install-html-am install-info \
671 install-info-am install-man install-pdf install-pdf-am \
672 install-ps install-ps-am install-strip installcheck \
673 installcheck-am installdirs maintainer-clean \
674 maintainer-clean-generic mostlyclean mostlyclean-compile \
675 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
676 tags tags-am uninstall uninstall-am
678 .PRECIOUS: Makefile
681 # Tell versions [3.59,3.63) of GNU make to not export all variables.
682 # Otherwise a system limit (for SysV at least) may be exceeded.
683 .NOEXPORT: