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