Import Upstream version 0.69.0
[hcoop/debian/courier-authlib.git] / libs / makedat / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 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 # Copyright 1998 - 2008 Double Precision, Inc. See COPYING for
19 # distribution information.
20
21 VPATH = @srcdir@
22 am__is_gnu_make = { \
23 if test -z '$(MAKELEVEL)'; then \
24 false; \
25 elif test -n '$(MAKE_HOST)'; then \
26 true; \
27 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
28 true; \
29 else \
30 false; \
31 fi; \
32 }
33 am__make_running_with_option = \
34 case $${target_option-} in \
35 ?) ;; \
36 *) echo "am__make_running_with_option: internal error: invalid" \
37 "target option '$${target_option-}' specified" >&2; \
38 exit 1;; \
39 esac; \
40 has_opt=no; \
41 sane_makeflags=$$MAKEFLAGS; \
42 if $(am__is_gnu_make); then \
43 sane_makeflags=$$MFLAGS; \
44 else \
45 case $$MAKEFLAGS in \
46 *\\[\ \ ]*) \
47 bs=\\; \
48 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
49 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
50 esac; \
51 fi; \
52 skip_next=no; \
53 strip_trailopt () \
54 { \
55 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
56 }; \
57 for flg in $$sane_makeflags; do \
58 test $$skip_next = yes && { skip_next=no; continue; }; \
59 case $$flg in \
60 *=*|--*) continue;; \
61 -*I) strip_trailopt 'I'; skip_next=yes;; \
62 -*I?*) strip_trailopt 'I';; \
63 -*O) strip_trailopt 'O'; skip_next=yes;; \
64 -*O?*) strip_trailopt 'O';; \
65 -*l) strip_trailopt 'l'; skip_next=yes;; \
66 -*l?*) strip_trailopt 'l';; \
67 -[dEDm]) skip_next=yes;; \
68 -[JT]) skip_next=yes;; \
69 esac; \
70 case $$flg in \
71 *$$target_option*) has_opt=yes; break;; \
72 esac; \
73 done; \
74 test $$has_opt = yes
75 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
76 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
77 pkgdatadir = $(datadir)/@PACKAGE@
78 pkgincludedir = $(includedir)/@PACKAGE@
79 pkglibdir = $(libdir)/@PACKAGE@
80 pkglibexecdir = $(libexecdir)/@PACKAGE@
81 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
82 install_sh_DATA = $(install_sh) -c -m 644
83 install_sh_PROGRAM = $(install_sh) -c
84 install_sh_SCRIPT = $(install_sh) -c
85 INSTALL_HEADER = $(INSTALL_DATA)
86 transform = $(program_transform_name)
87 NORMAL_INSTALL = :
88 PRE_INSTALL = :
89 POST_INSTALL = :
90 NORMAL_UNINSTALL = :
91 PRE_UNINSTALL = :
92 POST_UNINSTALL = :
93 build_triplet = @build@
94 host_triplet = @host@
95 EXTRA_PROGRAMS = makedatprog$(EXEEXT)
96 subdir = .
97 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100 $(ACLOCAL_M4)
101 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
102 $(am__configure_deps) $(am__DIST_COMMON)
103 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
104 configure.lineno config.status.lineno
105 mkinstalldirs = $(install_sh) -d
106 CONFIG_HEADER = config.h
107 CONFIG_CLEAN_FILES = makedat
108 CONFIG_CLEAN_VPATH_FILES =
109 PROGRAMS = $(noinst_PROGRAMS)
110 am_makedatprog_OBJECTS = makedatprog.$(OBJEXT)
111 makedatprog_OBJECTS = $(am_makedatprog_OBJECTS)
112 AM_V_lt = $(am__v_lt_@AM_V@)
113 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
114 am__v_lt_0 = --silent
115 am__v_lt_1 =
116 makedatprog_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
117 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
118 $(makedatprog_LDFLAGS) $(LDFLAGS) -o $@
119 AM_V_P = $(am__v_P_@AM_V@)
120 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
121 am__v_P_0 = false
122 am__v_P_1 = :
123 AM_V_GEN = $(am__v_GEN_@AM_V@)
124 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
125 am__v_GEN_0 = @echo " GEN " $@;
126 am__v_GEN_1 =
127 AM_V_at = $(am__v_at_@AM_V@)
128 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
129 am__v_at_0 = @
130 am__v_at_1 =
131 DEFAULT_INCLUDES = -I.@am__isrc@
132 depcomp = $(SHELL) $(top_srcdir)/../../depcomp
133 am__depfiles_maybe = depfiles
134 am__mv = mv -f
135 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
136 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
137 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
138 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
139 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
140 $(AM_CFLAGS) $(CFLAGS)
141 AM_V_CC = $(am__v_CC_@AM_V@)
142 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
143 am__v_CC_0 = @echo " CC " $@;
144 am__v_CC_1 =
145 CCLD = $(CC)
146 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
147 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
148 $(AM_LDFLAGS) $(LDFLAGS) -o $@
149 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
150 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
151 am__v_CCLD_0 = @echo " CCLD " $@;
152 am__v_CCLD_1 =
153 SOURCES = $(makedatprog_SOURCES)
154 DIST_SOURCES = $(makedatprog_SOURCES)
155 am__can_run_installinfo = \
156 case $$AM_UPDATE_INFO_DIR in \
157 n|no|NO) false;; \
158 *) (install-info --version) >/dev/null 2>&1;; \
159 esac
160 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
161 $(LISP)config.h.in
162 # Read a list of newline-separated strings from the standard input,
163 # and print each of them once, without duplicates. Input order is
164 # *not* preserved.
165 am__uniquify_input = $(AWK) '\
166 BEGIN { nonempty = 0; } \
167 { items[$$0] = 1; nonempty = 1; } \
168 END { if (nonempty) { for (i in items) print i; }; } \
169 '
170 # Make sure the list of sources is unique. This is necessary because,
171 # e.g., the same source file might be shared among _SOURCES variables
172 # for different programs/libraries.
173 am__define_uniq_tagged_files = \
174 list='$(am__tagged_files)'; \
175 unique=`for i in $$list; do \
176 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
177 done | $(am__uniquify_input)`
178 ETAGS = etags
179 CTAGS = ctags
180 CSCOPE = cscope
181 AM_RECURSIVE_TARGETS = cscope
182 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
183 $(srcdir)/makedat.in $(top_srcdir)/../../compile \
184 $(top_srcdir)/../../config.guess \
185 $(top_srcdir)/../../config.sub $(top_srcdir)/../../depcomp \
186 $(top_srcdir)/../../install-sh $(top_srcdir)/../../ltmain.sh \
187 $(top_srcdir)/../../missing ../../AUTHORS ../../COPYING \
188 ../../ChangeLog ../../INSTALL ../../NEWS ../../README \
189 ../../compile ../../config.guess ../../config.sub \
190 ../../depcomp ../../install-sh ../../ltmain.sh ../../missing
191 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
192 distdir = $(PACKAGE)-$(VERSION)
193 top_distdir = $(distdir)
194 am__remove_distdir = \
195 if test -d "$(distdir)"; then \
196 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
197 && rm -rf "$(distdir)" \
198 || { sleep 5 && rm -rf "$(distdir)"; }; \
199 else :; fi
200 am__post_remove_distdir = $(am__remove_distdir)
201 DIST_ARCHIVES = $(distdir).tar.gz
202 GZIP_ENV = --best
203 DIST_TARGETS = dist-gzip
204 distuninstallcheck_listfiles = find . -type f -print
205 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
206 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
207 distcleancheck_listfiles = find . -type f -print
208 ACLOCAL = @ACLOCAL@
209 AMTAR = @AMTAR@
210 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
211 AR = @AR@
212 AUTOCONF = @AUTOCONF@
213 AUTOHEADER = @AUTOHEADER@
214 AUTOMAKE = @AUTOMAKE@
215 AWK = @AWK@
216 CAT = @CAT@
217 CC = @CC@
218 CCDEPMODE = @CCDEPMODE@
219 CFLAGS = @CFLAGS@
220 CPP = @CPP@
221 CPPFLAGS = @CPPFLAGS@
222 CYGPATH_W = @CYGPATH_W@
223 DEFS = @DEFS@
224 DEPDIR = @DEPDIR@
225 DLLTOOL = @DLLTOOL@
226 DSYMUTIL = @DSYMUTIL@
227 DUMPBIN = @DUMPBIN@
228 ECHO_C = @ECHO_C@
229 ECHO_N = @ECHO_N@
230 ECHO_T = @ECHO_T@
231 EGREP = @EGREP@
232 EXEEXT = @EXEEXT@
233 FGREP = @FGREP@
234 GREP = @GREP@
235 INSTALL = @INSTALL@
236 INSTALL_DATA = @INSTALL_DATA@
237 INSTALL_PROGRAM = @INSTALL_PROGRAM@
238 INSTALL_SCRIPT = @INSTALL_SCRIPT@
239 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
240 LD = @LD@
241 LDFLAGS = @LDFLAGS@
242 LIBOBJS = @LIBOBJS@
243 LIBS = @LIBS@
244 LIBTOOL = @LIBTOOL@
245 LIPO = @LIPO@
246 LN_S = @LN_S@
247 LTLIBOBJS = @LTLIBOBJS@
248 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
249 MAKEINFO = @MAKEINFO@
250 MANIFEST_TOOL = @MANIFEST_TOOL@
251 MKDIR_P = @MKDIR_P@
252 NM = @NM@
253 NMEDIT = @NMEDIT@
254 OBJDUMP = @OBJDUMP@
255 OBJEXT = @OBJEXT@
256 OTOOL = @OTOOL@
257 OTOOL64 = @OTOOL64@
258 PACKAGE = @PACKAGE@
259 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
260 PACKAGE_NAME = @PACKAGE_NAME@
261 PACKAGE_STRING = @PACKAGE_STRING@
262 PACKAGE_TARNAME = @PACKAGE_TARNAME@
263 PACKAGE_URL = @PACKAGE_URL@
264 PACKAGE_VERSION = @PACKAGE_VERSION@
265 PATH_SEPARATOR = @PATH_SEPARATOR@
266 PERL = @PERL@
267 RANLIB = @RANLIB@
268 SED = @SED@
269 SET_MAKE = @SET_MAKE@
270 SHELL = @SHELL@
271 STRIP = @STRIP@
272 VERSION = @VERSION@
273 abs_builddir = @abs_builddir@
274 abs_srcdir = @abs_srcdir@
275 abs_top_builddir = @abs_top_builddir@
276 abs_top_srcdir = @abs_top_srcdir@
277 ac_ct_AR = @ac_ct_AR@
278 ac_ct_CC = @ac_ct_CC@
279 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
280 am__include = @am__include@
281 am__leading_dot = @am__leading_dot@
282 am__quote = @am__quote@
283 am__tar = @am__tar@
284 am__untar = @am__untar@
285 bindir = @bindir@
286 build = @build@
287 build_alias = @build_alias@
288 build_cpu = @build_cpu@
289 build_os = @build_os@
290 build_vendor = @build_vendor@
291 builddir = @builddir@
292 datadir = @datadir@
293 datarootdir = @datarootdir@
294 dblibrary = @dblibrary@
295 docdir = @docdir@
296 dvidir = @dvidir@
297 exec_prefix = @exec_prefix@
298 host = @host@
299 host_alias = @host_alias@
300 host_cpu = @host_cpu@
301 host_os = @host_os@
302 host_vendor = @host_vendor@
303 htmldir = @htmldir@
304 includedir = @includedir@
305 infodir = @infodir@
306 install_sh = @install_sh@
307 libdir = @libdir@
308 libexecdir = @libexecdir@
309 localedir = @localedir@
310 localstatedir = @localstatedir@
311 makedatprog_target = @makedatprog_target@
312 makedatprogpath = @makedatprogpath@
313 mandir = @mandir@
314 mkdir_p = @mkdir_p@
315 oldincludedir = @oldincludedir@
316 pdfdir = @pdfdir@
317 prefix = @prefix@
318 program_transform_name = @program_transform_name@
319 psdir = @psdir@
320 sbindir = @sbindir@
321 sharedstatedir = @sharedstatedir@
322 srcdir = @srcdir@
323 sysconfdir = @sysconfdir@
324 target_alias = @target_alias@
325 top_build_prefix = @top_build_prefix@
326 top_builddir = @top_builddir@
327 top_srcdir = @top_srcdir@
328 noinst_PROGRAMS = @makedatprog_target@
329 makedatprog_SOURCES = makedatprog.c
330 makedatprog_DEPENDENCIES = @dblibrary@
331 makedatprog_LDADD = @dblibrary@
332 makedatprog_LDFLAGS = -static
333 all: config.h
334 $(MAKE) $(AM_MAKEFLAGS) all-am
335
336 .SUFFIXES:
337 .SUFFIXES: .c .lo .o .obj
338 am--refresh: Makefile
339 @:
340 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
341 @for dep in $?; do \
342 case '$(am__configure_deps)' in \
343 *$$dep*) \
344 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
345 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
346 && exit 0; \
347 exit 1;; \
348 esac; \
349 done; \
350 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
351 $(am__cd) $(top_srcdir) && \
352 $(AUTOMAKE) --foreign Makefile
353 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
354 @case '$?' in \
355 *config.status*) \
356 echo ' $(SHELL) ./config.status'; \
357 $(SHELL) ./config.status;; \
358 *) \
359 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
360 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
361 esac;
362
363 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
364 $(SHELL) ./config.status --recheck
365
366 $(top_srcdir)/configure: $(am__configure_deps)
367 $(am__cd) $(srcdir) && $(AUTOCONF)
368 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
369 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
370 $(am__aclocal_m4_deps):
371
372 config.h: stamp-h1
373 @test -f $@ || rm -f stamp-h1
374 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
375
376 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
377 @rm -f stamp-h1
378 cd $(top_builddir) && $(SHELL) ./config.status config.h
379 $(srcdir)/config.h.in: $(am__configure_deps)
380 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
381 rm -f stamp-h1
382 touch $@
383
384 distclean-hdr:
385 -rm -f config.h stamp-h1
386 makedat: $(top_builddir)/config.status $(srcdir)/makedat.in
387 cd $(top_builddir) && $(SHELL) ./config.status $@
388
389 clean-noinstPROGRAMS:
390 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
391 echo " rm -f" $$list; \
392 rm -f $$list || exit $$?; \
393 test -n "$(EXEEXT)" || exit 0; \
394 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
395 echo " rm -f" $$list; \
396 rm -f $$list
397
398 makedatprog$(EXEEXT): $(makedatprog_OBJECTS) $(makedatprog_DEPENDENCIES) $(EXTRA_makedatprog_DEPENDENCIES)
399 @rm -f makedatprog$(EXEEXT)
400 $(AM_V_CCLD)$(makedatprog_LINK) $(makedatprog_OBJECTS) $(makedatprog_LDADD) $(LIBS)
401
402 mostlyclean-compile:
403 -rm -f *.$(OBJEXT)
404
405 distclean-compile:
406 -rm -f *.tab.c
407
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/makedatprog.Po@am__quote@
409
410 .c.o:
411 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
412 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
413 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
414 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
416
417 .c.obj:
418 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
419 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
420 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
421 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
422 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
423
424 .c.lo:
425 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
426 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
427 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
428 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
429 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
430
431 mostlyclean-libtool:
432 -rm -f *.lo
433
434 clean-libtool:
435 -rm -rf .libs _libs
436
437 distclean-libtool:
438 -rm -f libtool config.lt
439
440 ID: $(am__tagged_files)
441 $(am__define_uniq_tagged_files); mkid -fID $$unique
442 tags: tags-am
443 TAGS: tags
444
445 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
446 set x; \
447 here=`pwd`; \
448 $(am__define_uniq_tagged_files); \
449 shift; \
450 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
451 test -n "$$unique" || unique=$$empty_fix; \
452 if test $$# -gt 0; then \
453 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
454 "$$@" $$unique; \
455 else \
456 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
457 $$unique; \
458 fi; \
459 fi
460 ctags: ctags-am
461
462 CTAGS: ctags
463 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
464 $(am__define_uniq_tagged_files); \
465 test -z "$(CTAGS_ARGS)$$unique" \
466 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
467 $$unique
468
469 GTAGS:
470 here=`$(am__cd) $(top_builddir) && pwd` \
471 && $(am__cd) $(top_srcdir) \
472 && gtags -i $(GTAGS_ARGS) "$$here"
473 cscope: cscope.files
474 test ! -s cscope.files \
475 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
476 clean-cscope:
477 -rm -f cscope.files
478 cscope.files: clean-cscope cscopelist
479 cscopelist: cscopelist-am
480
481 cscopelist-am: $(am__tagged_files)
482 list='$(am__tagged_files)'; \
483 case "$(srcdir)" in \
484 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
485 *) sdir=$(subdir)/$(srcdir) ;; \
486 esac; \
487 for i in $$list; do \
488 if test -f "$$i"; then \
489 echo "$(subdir)/$$i"; \
490 else \
491 echo "$$sdir/$$i"; \
492 fi; \
493 done >> $(top_builddir)/cscope.files
494
495 distclean-tags:
496 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
497 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
498
499 distdir: $(DISTFILES)
500 $(am__remove_distdir)
501 test -d "$(distdir)" || mkdir "$(distdir)"
502 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
503 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
504 list='$(DISTFILES)'; \
505 dist_files=`for file in $$list; do echo $$file; done | \
506 sed -e "s|^$$srcdirstrip/||;t" \
507 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
508 case $$dist_files in \
509 */*) $(MKDIR_P) `echo "$$dist_files" | \
510 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
511 sort -u` ;; \
512 esac; \
513 for file in $$dist_files; do \
514 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
515 if test -d $$d/$$file; then \
516 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
517 if test -d "$(distdir)/$$file"; then \
518 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
519 fi; \
520 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
521 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
522 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
523 fi; \
524 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
525 else \
526 test -f "$(distdir)/$$file" \
527 || cp -p $$d/$$file "$(distdir)/$$file" \
528 || exit 1; \
529 fi; \
530 done
531 -test -n "$(am__skip_mode_fix)" \
532 || find "$(distdir)" -type d ! -perm -755 \
533 -exec chmod u+rwx,go+rx {} \; -o \
534 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
535 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
536 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
537 || chmod -R a+r "$(distdir)"
538 dist-gzip: distdir
539 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
540 $(am__post_remove_distdir)
541
542 dist-bzip2: distdir
543 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
544 $(am__post_remove_distdir)
545
546 dist-lzip: distdir
547 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
548 $(am__post_remove_distdir)
549
550 dist-xz: distdir
551 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
552 $(am__post_remove_distdir)
553
554 dist-tarZ: distdir
555 @echo WARNING: "Support for distribution archives compressed with" \
556 "legacy program 'compress' is deprecated." >&2
557 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
558 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
559 $(am__post_remove_distdir)
560
561 dist-shar: distdir
562 @echo WARNING: "Support for shar distribution archives is" \
563 "deprecated." >&2
564 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
565 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
566 $(am__post_remove_distdir)
567
568 dist-zip: distdir
569 -rm -f $(distdir).zip
570 zip -rq $(distdir).zip $(distdir)
571 $(am__post_remove_distdir)
572
573 dist dist-all:
574 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
575 $(am__post_remove_distdir)
576
577 # This target untars the dist file and tries a VPATH configuration. Then
578 # it guarantees that the distribution is self-contained by making another
579 # tarfile.
580 distcheck: dist
581 case '$(DIST_ARCHIVES)' in \
582 *.tar.gz*) \
583 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
584 *.tar.bz2*) \
585 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
586 *.tar.lz*) \
587 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
588 *.tar.xz*) \
589 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
590 *.tar.Z*) \
591 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
592 *.shar.gz*) \
593 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
594 *.zip*) \
595 unzip $(distdir).zip ;;\
596 esac
597 chmod -R a-w $(distdir)
598 chmod u+w $(distdir)
599 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
600 chmod a-w $(distdir)
601 test -d $(distdir)/_build || exit 0; \
602 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
603 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
604 && am__cwd=`pwd` \
605 && $(am__cd) $(distdir)/_build/sub \
606 && ../../configure \
607 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
608 $(DISTCHECK_CONFIGURE_FLAGS) \
609 --srcdir=../.. --prefix="$$dc_install_base" \
610 && $(MAKE) $(AM_MAKEFLAGS) \
611 && $(MAKE) $(AM_MAKEFLAGS) dvi \
612 && $(MAKE) $(AM_MAKEFLAGS) check \
613 && $(MAKE) $(AM_MAKEFLAGS) install \
614 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
615 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
616 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
617 distuninstallcheck \
618 && chmod -R a-w "$$dc_install_base" \
619 && ({ \
620 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
621 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
622 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
623 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
624 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
625 } || { rm -rf "$$dc_destdir"; exit 1; }) \
626 && rm -rf "$$dc_destdir" \
627 && $(MAKE) $(AM_MAKEFLAGS) dist \
628 && rm -rf $(DIST_ARCHIVES) \
629 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
630 && cd "$$am__cwd" \
631 || exit 1
632 $(am__post_remove_distdir)
633 @(echo "$(distdir) archives ready for distribution: "; \
634 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
635 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
636 distuninstallcheck:
637 @test -n '$(distuninstallcheck_dir)' || { \
638 echo 'ERROR: trying to run $@ with an empty' \
639 '$$(distuninstallcheck_dir)' >&2; \
640 exit 1; \
641 }; \
642 $(am__cd) '$(distuninstallcheck_dir)' || { \
643 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
644 exit 1; \
645 }; \
646 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
647 || { echo "ERROR: files left after uninstall:" ; \
648 if test -n "$(DESTDIR)"; then \
649 echo " (check DESTDIR support)"; \
650 fi ; \
651 $(distuninstallcheck_listfiles) ; \
652 exit 1; } >&2
653 distcleancheck: distclean
654 @if test '$(srcdir)' = . ; then \
655 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
656 exit 1 ; \
657 fi
658 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
659 || { echo "ERROR: files left in build directory after distclean:" ; \
660 $(distcleancheck_listfiles) ; \
661 exit 1; } >&2
662 check-am: all-am
663 check: check-am
664 all-am: Makefile $(PROGRAMS) config.h
665 installdirs:
666 install: install-am
667 install-exec: install-exec-am
668 install-data: install-data-am
669 uninstall: uninstall-am
670
671 install-am: all-am
672 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
673
674 installcheck: installcheck-am
675 install-strip:
676 if test -z '$(STRIP)'; then \
677 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
678 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
679 install; \
680 else \
681 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
682 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
683 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
684 fi
685 mostlyclean-generic:
686
687 clean-generic:
688
689 distclean-generic:
690 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
691 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
692
693 maintainer-clean-generic:
694 @echo "This command is intended for maintainers to use"
695 @echo "it deletes files that may require special tools to rebuild."
696 clean: clean-am
697
698 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
699 mostlyclean-am
700
701 distclean: distclean-am
702 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
703 -rm -rf ./$(DEPDIR)
704 -rm -f Makefile
705 distclean-am: clean-am distclean-compile distclean-generic \
706 distclean-hdr distclean-libtool distclean-tags
707
708 dvi: dvi-am
709
710 dvi-am:
711
712 html: html-am
713
714 html-am:
715
716 info: info-am
717
718 info-am:
719
720 install-data-am:
721
722 install-dvi: install-dvi-am
723
724 install-dvi-am:
725
726 install-exec-am:
727
728 install-html: install-html-am
729
730 install-html-am:
731
732 install-info: install-info-am
733
734 install-info-am:
735
736 install-man:
737
738 install-pdf: install-pdf-am
739
740 install-pdf-am:
741
742 install-ps: install-ps-am
743
744 install-ps-am:
745
746 installcheck-am:
747
748 maintainer-clean: maintainer-clean-am
749 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
750 -rm -rf $(top_srcdir)/autom4te.cache
751 -rm -rf ./$(DEPDIR)
752 -rm -f Makefile
753 maintainer-clean-am: distclean-am maintainer-clean-generic
754
755 mostlyclean: mostlyclean-am
756
757 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
758 mostlyclean-libtool
759
760 pdf: pdf-am
761
762 pdf-am:
763
764 ps: ps-am
765
766 ps-am:
767
768 uninstall-am:
769
770 .MAKE: all install-am install-strip
771
772 .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
773 clean-cscope clean-generic clean-libtool clean-noinstPROGRAMS \
774 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
775 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
776 distcheck distclean distclean-compile distclean-generic \
777 distclean-hdr distclean-libtool distclean-tags distcleancheck \
778 distdir distuninstallcheck dvi dvi-am html html-am info \
779 info-am install install-am install-data install-data-am \
780 install-dvi install-dvi-am install-exec install-exec-am \
781 install-html install-html-am install-info install-info-am \
782 install-man install-pdf install-pdf-am install-ps \
783 install-ps-am install-strip installcheck installcheck-am \
784 installdirs maintainer-clean maintainer-clean-generic \
785 mostlyclean mostlyclean-compile mostlyclean-generic \
786 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
787 uninstall-am
788
789 .PRECIOUS: Makefile
790
791
792 # Tell versions [3.59,3.63) of GNU make to not export all variables.
793 # Otherwise a system limit (for SysV at least) may be exceeded.
794 .NOEXPORT: