Merge branch 'debian'
[hcoop/debian/courier-authlib.git] / libs / makedat / Makefile.in
CommitLineData
b0322a85 1# Makefile.in generated by automake 1.13.4 from Makefile.am.
d9898ee8 2# @configure_input@
3
b0322a85
CE
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
d9898ee8 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
d9898ee8 17#
ac40fd9e 18# Copyright 1998 - 2008 Double Precision, Inc. See COPYING for
d9898ee8 19# distribution information.
20
d9898ee8 21VPATH = @srcdir@
b0322a85
CE
22am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
23am__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
65am__make_dryrun = (target_option=n; $(am__make_running_with_option))
66am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
d9898ee8 67pkgdatadir = $(datadir)/@PACKAGE@
d9898ee8 68pkgincludedir = $(includedir)/@PACKAGE@
8d138742
CE
69pkglibdir = $(libdir)/@PACKAGE@
70pkglibexecdir = $(libexecdir)/@PACKAGE@
d9898ee8 71am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
d9898ee8 72install_sh_DATA = $(install_sh) -c -m 644
73install_sh_PROGRAM = $(install_sh) -c
74install_sh_SCRIPT = $(install_sh) -c
75INSTALL_HEADER = $(INSTALL_DATA)
76transform = $(program_transform_name)
77NORMAL_INSTALL = :
78PRE_INSTALL = :
79POST_INSTALL = :
80NORMAL_UNINSTALL = :
81PRE_UNINSTALL = :
82POST_UNINSTALL = :
83build_triplet = @build@
84host_triplet = @host@
d9898ee8 85EXTRA_PROGRAMS = makedatprog$(EXEEXT)
dd184caf 86subdir = .
b0322a85
CE
87DIST_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
d9898ee8 96ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
b0322a85 97am__aclocal_m4_deps = $(top_srcdir)/configure.ac
d9898ee8 98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99 $(ACLOCAL_M4)
100am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
dd184caf 101 configure.lineno config.status.lineno
d9898ee8 102mkinstalldirs = $(install_sh) -d
103CONFIG_HEADER = config.h
104CONFIG_CLEAN_FILES = makedat
8d138742 105CONFIG_CLEAN_VPATH_FILES =
d9898ee8 106PROGRAMS = $(noinst_PROGRAMS)
107am_makedatprog_OBJECTS = makedatprog.$(OBJEXT)
108makedatprog_OBJECTS = $(am_makedatprog_OBJECTS)
b0322a85
CE
109AM_V_lt = $(am__v_lt_@AM_V@)
110am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
111am__v_lt_0 = --silent
112am__v_lt_1 =
113makedatprog_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
dd184caf 114 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
115 $(makedatprog_LDFLAGS) $(LDFLAGS) -o $@
b0322a85
CE
116AM_V_P = $(am__v_P_@AM_V@)
117am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
118am__v_P_0 = false
119am__v_P_1 = :
120AM_V_GEN = $(am__v_GEN_@AM_V@)
121am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
122am__v_GEN_0 = @echo " GEN " $@;
123am__v_GEN_1 =
124AM_V_at = $(am__v_at_@AM_V@)
125am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
126am__v_at_0 = @
127am__v_at_1 =
dd184caf 128DEFAULT_INCLUDES = -I.@am__isrc@
b0322a85 129depcomp = $(SHELL) $(top_srcdir)/../../depcomp
d9898ee8 130am__depfiles_maybe = depfiles
8d138742 131am__mv = mv -f
d9898ee8 132COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
133 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
b0322a85
CE
134LTCOMPILE = $(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)
138AM_V_CC = $(am__v_CC_@AM_V@)
139am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
140am__v_CC_0 = @echo " CC " $@;
141am__v_CC_1 =
d9898ee8 142CCLD = $(CC)
b0322a85
CE
143LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
144 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
145 $(AM_LDFLAGS) $(LDFLAGS) -o $@
146AM_V_CCLD = $(am__v_CCLD_@AM_V@)
147am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
148am__v_CCLD_0 = @echo " CCLD " $@;
149am__v_CCLD_1 =
d9898ee8 150SOURCES = $(makedatprog_SOURCES)
151DIST_SOURCES = $(makedatprog_SOURCES)
b0322a85
CE
152am__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
157am__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.
162am__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.
170am__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)`
d9898ee8 175ETAGS = etags
176CTAGS = ctags
b0322a85
CE
177CSCOPE = cscope
178AM_RECURSIVE_TARGETS = cscope
d9898ee8 179DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180distdir = $(PACKAGE)-$(VERSION)
181top_distdir = $(distdir)
182am__remove_distdir = \
b0322a85
CE
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
188am__post_remove_distdir = $(am__remove_distdir)
d9898ee8 189DIST_ARCHIVES = $(distdir).tar.gz
190GZIP_ENV = --best
b0322a85 191DIST_TARGETS = dist-gzip
d9898ee8 192distuninstallcheck_listfiles = find . -type f -print
b0322a85
CE
193am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
194 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
d9898ee8 195distcleancheck_listfiles = find . -type f -print
196ACLOCAL = @ACLOCAL@
d9898ee8 197AMTAR = @AMTAR@
b0322a85 198AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
d9898ee8 199AR = @AR@
200AUTOCONF = @AUTOCONF@
201AUTOHEADER = @AUTOHEADER@
dd184caf 202AUTOMAKE = @AUTOMAKE@
d9898ee8 203AWK = @AWK@
204CAT = @CAT@
205CC = @CC@
206CCDEPMODE = @CCDEPMODE@
207CFLAGS = @CFLAGS@
208CPP = @CPP@
209CPPFLAGS = @CPPFLAGS@
d9898ee8 210CYGPATH_W = @CYGPATH_W@
211DEFS = @DEFS@
212DEPDIR = @DEPDIR@
b0322a85 213DLLTOOL = @DLLTOOL@
8d138742
CE
214DSYMUTIL = @DSYMUTIL@
215DUMPBIN = @DUMPBIN@
d9898ee8 216ECHO_C = @ECHO_C@
217ECHO_N = @ECHO_N@
218ECHO_T = @ECHO_T@
219EGREP = @EGREP@
220EXEEXT = @EXEEXT@
8d138742 221FGREP = @FGREP@
dd184caf 222GREP = @GREP@
223INSTALL = @INSTALL@
d9898ee8 224INSTALL_DATA = @INSTALL_DATA@
225INSTALL_PROGRAM = @INSTALL_PROGRAM@
226INSTALL_SCRIPT = @INSTALL_SCRIPT@
227INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8d138742 228LD = @LD@
d9898ee8 229LDFLAGS = @LDFLAGS@
d9898ee8 230LIBOBJS = @LIBOBJS@
231LIBS = @LIBS@
232LIBTOOL = @LIBTOOL@
8d138742 233LIPO = @LIPO@
d9898ee8 234LN_S = @LN_S@
235LTLIBOBJS = @LTLIBOBJS@
236MAKEINFO = @MAKEINFO@
b0322a85 237MANIFEST_TOOL = @MANIFEST_TOOL@
dd184caf 238MKDIR_P = @MKDIR_P@
8d138742
CE
239NM = @NM@
240NMEDIT = @NMEDIT@
241OBJDUMP = @OBJDUMP@
d9898ee8 242OBJEXT = @OBJEXT@
8d138742
CE
243OTOOL = @OTOOL@
244OTOOL64 = @OTOOL64@
d9898ee8 245PACKAGE = @PACKAGE@
246PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
247PACKAGE_NAME = @PACKAGE_NAME@
248PACKAGE_STRING = @PACKAGE_STRING@
249PACKAGE_TARNAME = @PACKAGE_TARNAME@
b0322a85 250PACKAGE_URL = @PACKAGE_URL@
d9898ee8 251PACKAGE_VERSION = @PACKAGE_VERSION@
252PATH_SEPARATOR = @PATH_SEPARATOR@
253PERL = @PERL@
254RANLIB = @RANLIB@
255SED = @SED@
256SET_MAKE = @SET_MAKE@
257SHELL = @SHELL@
258STRIP = @STRIP@
d9898ee8 259VERSION = @VERSION@
dd184caf 260abs_builddir = @abs_builddir@
261abs_srcdir = @abs_srcdir@
262abs_top_builddir = @abs_top_builddir@
263abs_top_srcdir = @abs_top_srcdir@
b0322a85 264ac_ct_AR = @ac_ct_AR@
d9898ee8 265ac_ct_CC = @ac_ct_CC@
8d138742 266ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
d9898ee8 267am__include = @am__include@
268am__leading_dot = @am__leading_dot@
269am__quote = @am__quote@
270am__tar = @am__tar@
271am__untar = @am__untar@
272bindir = @bindir@
273build = @build@
274build_alias = @build_alias@
275build_cpu = @build_cpu@
276build_os = @build_os@
277build_vendor = @build_vendor@
dd184caf 278builddir = @builddir@
d9898ee8 279datadir = @datadir@
dd184caf 280datarootdir = @datarootdir@
d9898ee8 281dblibrary = @dblibrary@
dd184caf 282docdir = @docdir@
283dvidir = @dvidir@
d9898ee8 284exec_prefix = @exec_prefix@
285host = @host@
286host_alias = @host_alias@
287host_cpu = @host_cpu@
288host_os = @host_os@
289host_vendor = @host_vendor@
dd184caf 290htmldir = @htmldir@
d9898ee8 291includedir = @includedir@
292infodir = @infodir@
293install_sh = @install_sh@
294libdir = @libdir@
295libexecdir = @libexecdir@
dd184caf 296localedir = @localedir@
d9898ee8 297localstatedir = @localstatedir@
298makedatprog_target = @makedatprog_target@
299makedatprogpath = @makedatprogpath@
300mandir = @mandir@
301mkdir_p = @mkdir_p@
302oldincludedir = @oldincludedir@
dd184caf 303pdfdir = @pdfdir@
d9898ee8 304prefix = @prefix@
305program_transform_name = @program_transform_name@
dd184caf 306psdir = @psdir@
d9898ee8 307sbindir = @sbindir@
308sharedstatedir = @sharedstatedir@
dd184caf 309srcdir = @srcdir@
d9898ee8 310sysconfdir = @sysconfdir@
311target_alias = @target_alias@
8d138742 312top_build_prefix = @top_build_prefix@
dd184caf 313top_builddir = @top_builddir@
314top_srcdir = @top_srcdir@
315noinst_PROGRAMS = @makedatprog_target@
d9898ee8 316makedatprog_SOURCES = makedatprog.c
317makedatprog_DEPENDENCIES = @dblibrary@
ac40fd9e 318makedatprog_LDADD = @dblibrary@
d9898ee8 319makedatprog_LDFLAGS = -static
320all: config.h
321 $(MAKE) $(AM_MAKEFLAGS) all-am
322
323.SUFFIXES:
324.SUFFIXES: .c .lo .o .obj
b0322a85 325am--refresh: Makefile
d9898ee8 326 @:
327$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
328 @for dep in $?; do \
329 case '$(am__configure_deps)' in \
330 *$$dep*) \
8d138742
CE
331 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
332 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
d9898ee8 333 && exit 0; \
334 exit 1;; \
335 esac; \
336 done; \
8d138742
CE
337 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
338 $(am__cd) $(top_srcdir) && \
339 $(AUTOMAKE) --foreign Makefile
d9898ee8 340.PRECIOUS: Makefile
341Makefile: $(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)
8d138742 355 $(am__cd) $(srcdir) && $(AUTOCONF)
d9898ee8 356$(ACLOCAL_M4): $(am__aclocal_m4_deps)
8d138742
CE
357 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
358$(am__aclocal_m4_deps):
d9898ee8 359
360config.h: stamp-h1
b0322a85
CE
361 @if test ! -f $@; then rm -f stamp-h1; else :; fi
362 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
d9898ee8 363
364stamp-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)
8d138742 368 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
d9898ee8 369 rm -f stamp-h1
370 touch $@
371
372distclean-hdr:
373 -rm -f config.h stamp-h1
374makedat: $(top_builddir)/config.status $(srcdir)/makedat.in
375 cd $(top_builddir) && $(SHELL) ./config.status $@
376
377clean-noinstPROGRAMS:
8d138742
CE
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
b0322a85
CE
385
386makedatprog$(EXEEXT): $(makedatprog_OBJECTS) $(makedatprog_DEPENDENCIES) $(EXTRA_makedatprog_DEPENDENCIES)
d9898ee8 387 @rm -f makedatprog$(EXEEXT)
b0322a85 388 $(AM_V_CCLD)$(makedatprog_LINK) $(makedatprog_OBJECTS) $(makedatprog_LDADD) $(LIBS)
d9898ee8 389
390mostlyclean-compile:
391 -rm -f *.$(OBJEXT)
392
393distclean-compile:
394 -rm -f *.tab.c
395
396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/makedatprog.Po@am__quote@
397
398.c.o:
b0322a85
CE
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@
d9898ee8 402@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
b0322a85 403@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
d9898ee8 404
405.c.obj:
b0322a85
CE
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@
d9898ee8 409@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
b0322a85 410@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
d9898ee8 411
412.c.lo:
b0322a85
CE
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@
d9898ee8 416@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
b0322a85 417@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
d9898ee8 418
419mostlyclean-libtool:
420 -rm -f *.lo
421
422clean-libtool:
423 -rm -rf .libs _libs
424
425distclean-libtool:
8d138742 426 -rm -f libtool config.lt
d9898ee8 427
b0322a85
CE
428ID: $(am__tagged_files)
429 $(am__define_uniq_tagged_files); mkid -fID $$unique
430tags: tags-am
431TAGS: tags
432
433tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
8d138742 434 set x; \
d9898ee8 435 here=`pwd`; \
b0322a85 436 $(am__define_uniq_tagged_files); \
8d138742
CE
437 shift; \
438 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
d9898ee8 439 test -n "$$unique" || unique=$$empty_fix; \
8d138742
CE
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; \
d9898ee8 447 fi
b0322a85
CE
448ctags: ctags-am
449
450CTAGS: ctags
451ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
452 $(am__define_uniq_tagged_files); \
8d138742 453 test -z "$(CTAGS_ARGS)$$unique" \
d9898ee8 454 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
8d138742 455 $$unique
d9898ee8 456
457GTAGS:
458 here=`$(am__cd) $(top_builddir) && pwd` \
8d138742
CE
459 && $(am__cd) $(top_srcdir) \
460 && gtags -i $(GTAGS_ARGS) "$$here"
b0322a85
CE
461cscope: cscope.files
462 test ! -s cscope.files \
463 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
464clean-cscope:
465 -rm -f cscope.files
466cscope.files: clean-cscope cscopelist
467cscopelist: cscopelist-am
468
469cscopelist-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
d9898ee8 482
483distclean-tags:
484 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
b0322a85 485 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
d9898ee8 486
487distdir: $(DISTFILES)
488 $(am__remove_distdir)
8d138742 489 test -d "$(distdir)" || mkdir "$(distdir)"
dd184caf 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 \
d9898ee8 502 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
d9898ee8 503 if test -d $$d/$$file; then \
dd184caf 504 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
8d138742
CE
505 if test -d "$(distdir)/$$file"; then \
506 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
507 fi; \
d9898ee8 508 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
8d138742
CE
509 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
510 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
d9898ee8 511 fi; \
8d138742 512 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
d9898ee8 513 else \
8d138742
CE
514 test -f "$(distdir)/$$file" \
515 || cp -p $$d/$$file "$(distdir)/$$file" \
d9898ee8 516 || exit 1; \
517 fi; \
518 done
8d138742 519 -test -n "$(am__skip_mode_fix)" \
b0322a85
CE
520 || find "$(distdir)" -type d ! -perm -755 \
521 -exec chmod u+rwx,go+rx {} \; -o \
d9898ee8 522 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
523 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
dd184caf 524 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
8d138742 525 || chmod -R a+r "$(distdir)"
d9898ee8 526dist-gzip: distdir
527 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
b0322a85 528 $(am__post_remove_distdir)
d9898ee8 529
530dist-bzip2: distdir
b0322a85
CE
531 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
532 $(am__post_remove_distdir)
d9898ee8 533
b0322a85
CE
534dist-lzip: distdir
535 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
536 $(am__post_remove_distdir)
ac40fd9e 537
8d138742 538dist-xz: distdir
b0322a85
CE
539 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
540 $(am__post_remove_distdir)
8d138742 541
d9898ee8 542dist-tarZ: distdir
543 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
b0322a85 544 $(am__post_remove_distdir)
d9898ee8 545
546dist-shar: distdir
547 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
b0322a85 548 $(am__post_remove_distdir)
d9898ee8 549
550dist-zip: distdir
551 -rm -f $(distdir).zip
552 zip -rq $(distdir).zip $(distdir)
b0322a85 553 $(am__post_remove_distdir)
d9898ee8 554
b0322a85
CE
555dist dist-all:
556 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
557 $(am__post_remove_distdir)
d9898ee8 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.
562distcheck: dist
563 case '$(DIST_ARCHIVES)' in \
564 *.tar.gz*) \
b0322a85 565 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
d9898ee8 566 *.tar.bz2*) \
b0322a85
CE
567 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
568 *.tar.lz*) \
569 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
8d138742
CE
570 *.tar.xz*) \
571 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
d9898ee8 572 *.tar.Z*) \
573 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
574 *.shar.gz*) \
b0322a85 575 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
d9898ee8 576 *.zip*) \
577 unzip $(distdir).zip ;;\
578 esac
b0322a85
CE
579 chmod -R a-w $(distdir)
580 chmod u+w $(distdir)
581 mkdir $(distdir)/_build $(distdir)/_inst
d9898ee8 582 chmod a-w $(distdir)
8d138742 583 test -d $(distdir)/_build || exit 0; \
d9898ee8 584 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
585 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
8d138742
CE
586 && am__cwd=`pwd` \
587 && $(am__cd) $(distdir)/_build \
d9898ee8 588 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
b0322a85 589 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
d9898ee8 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) \
8d138742
CE
610 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
611 && cd "$$am__cwd" \
612 || exit 1
b0322a85 613 $(am__post_remove_distdir)
d9898ee8 614 @(echo "$(distdir) archives ready for distribution: "; \
615 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
dd184caf 616 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
d9898ee8 617distuninstallcheck:
b0322a85
CE
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 \
d9898ee8 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
634distcleancheck: 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
643check-am: all-am
644check: check-am
645all-am: Makefile $(PROGRAMS) config.h
646installdirs:
647install: install-am
648install-exec: install-exec-am
649install-data: install-data-am
650uninstall: uninstall-am
651
652install-am: all-am
653 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
654
655installcheck: installcheck-am
656install-strip:
b0322a85
CE
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
d9898ee8 666mostlyclean-generic:
667
668clean-generic:
669
670distclean-generic:
671 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
8d138742 672 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
d9898ee8 673
674maintainer-clean-generic:
675 @echo "This command is intended for maintainers to use"
676 @echo "it deletes files that may require special tools to rebuild."
677clean: clean-am
678
679clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
680 mostlyclean-am
681
682distclean: distclean-am
683 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
684 -rm -rf ./$(DEPDIR)
685 -rm -f Makefile
686distclean-am: clean-am distclean-compile distclean-generic \
687 distclean-hdr distclean-libtool distclean-tags
688
689dvi: dvi-am
690
691dvi-am:
692
693html: html-am
694
8d138742
CE
695html-am:
696
d9898ee8 697info: info-am
698
699info-am:
700
701install-data-am:
702
dd184caf 703install-dvi: install-dvi-am
704
8d138742
CE
705install-dvi-am:
706
d9898ee8 707install-exec-am:
708
dd184caf 709install-html: install-html-am
710
8d138742
CE
711install-html-am:
712
d9898ee8 713install-info: install-info-am
714
8d138742
CE
715install-info-am:
716
d9898ee8 717install-man:
718
dd184caf 719install-pdf: install-pdf-am
720
8d138742
CE
721install-pdf-am:
722
dd184caf 723install-ps: install-ps-am
724
8d138742
CE
725install-ps-am:
726
d9898ee8 727installcheck-am:
728
729maintainer-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
734maintainer-clean-am: distclean-am maintainer-clean-generic
735
736mostlyclean: mostlyclean-am
737
738mostlyclean-am: mostlyclean-compile mostlyclean-generic \
739 mostlyclean-libtool
740
741pdf: pdf-am
742
743pdf-am:
744
745ps: ps-am
746
747ps-am:
748
dd184caf 749uninstall-am:
750
8d138742 751.MAKE: all install-am install-strip
d9898ee8 752
b0322a85
CE
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
d9898ee8 769
8d138742 770
d9898ee8 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: