Imported Upstream version 0.2.11
[platform/upstream/libdatrie.git] / tools / 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 VPATH = @srcdir@
18 am__is_gnu_make = { \
19   if test -z '$(MAKELEVEL)'; then \
20     false; \
21   elif test -n '$(MAKE_HOST)'; then \
22     true; \
23   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24     true; \
25   else \
26     false; \
27   fi; \
28 }
29 am__make_running_with_option = \
30   case $${target_option-} in \
31       ?) ;; \
32       *) echo "am__make_running_with_option: internal error: invalid" \
33               "target option '$${target_option-}' specified" >&2; \
34          exit 1;; \
35   esac; \
36   has_opt=no; \
37   sane_makeflags=$$MAKEFLAGS; \
38   if $(am__is_gnu_make); then \
39     sane_makeflags=$$MFLAGS; \
40   else \
41     case $$MAKEFLAGS in \
42       *\\[\ \   ]*) \
43         bs=\\; \
44         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
46     esac; \
47   fi; \
48   skip_next=no; \
49   strip_trailopt () \
50   { \
51     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52   }; \
53   for flg in $$sane_makeflags; do \
54     test $$skip_next = yes && { skip_next=no; continue; }; \
55     case $$flg in \
56       *=*|--*) continue;; \
57         -*I) strip_trailopt 'I'; skip_next=yes;; \
58       -*I?*) strip_trailopt 'I';; \
59         -*O) strip_trailopt 'O'; skip_next=yes;; \
60       -*O?*) strip_trailopt 'O';; \
61         -*l) strip_trailopt 'l'; skip_next=yes;; \
62       -*l?*) strip_trailopt 'l';; \
63       -[dEDm]) skip_next=yes;; \
64       -[JT]) skip_next=yes;; \
65     esac; \
66     case $$flg in \
67       *$$target_option*) has_opt=yes; break;; \
68     esac; \
69   done; \
70   test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 bin_PROGRAMS = trietool$(EXEEXT)
92 subdir = tools
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
95         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
96         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
97         $(top_srcdir)/configure.ac
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99         $(ACLOCAL_M4)
100 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
101 mkinstalldirs = $(install_sh) -d
102 CONFIG_HEADER = $(top_builddir)/config.h
103 CONFIG_CLEAN_FILES =
104 CONFIG_CLEAN_VPATH_FILES =
105 am__installdirs = "$(DESTDIR)$(bindir)"
106 PROGRAMS = $(bin_PROGRAMS)
107 am_trietool_OBJECTS = trietool.$(OBJEXT)
108 trietool_OBJECTS = $(am_trietool_OBJECTS)
109 am__DEPENDENCIES_1 =
110 trietool_DEPENDENCIES = $(top_builddir)/datrie/libdatrie.la \
111         $(am__DEPENDENCIES_1)
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 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@ -I$(top_builddir)
129 depcomp = $(SHELL) $(top_srcdir)/build-aux/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 = $(trietool_SOURCES)
151 DIST_SOURCES = $(trietool_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) $(LISP)
158 # Read a list of newline-separated strings from the standard input,
159 # and print each of them once, without duplicates.  Input order is
160 # *not* preserved.
161 am__uniquify_input = $(AWK) '\
162   BEGIN { nonempty = 0; } \
163   { items[$$0] = 1; nonempty = 1; } \
164   END { if (nonempty) { for (i in items) print i; }; } \
165 '
166 # Make sure the list of sources is unique.  This is necessary because,
167 # e.g., the same source file might be shared among _SOURCES variables
168 # for different programs/libraries.
169 am__define_uniq_tagged_files = \
170   list='$(am__tagged_files)'; \
171   unique=`for i in $$list; do \
172     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
173   done | $(am__uniquify_input)`
174 ETAGS = etags
175 CTAGS = ctags
176 am__DIST_COMMON = $(srcdir)/Makefile.in \
177         $(top_srcdir)/build-aux/depcomp
178 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
179 ACLOCAL = @ACLOCAL@
180 AMTAR = @AMTAR@
181 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
182 AR = @AR@
183 AS = @AS@
184 AUTOCONF = @AUTOCONF@
185 AUTOHEADER = @AUTOHEADER@
186 AUTOMAKE = @AUTOMAKE@
187 AWK = @AWK@
188 CC = @CC@
189 CCDEPMODE = @CCDEPMODE@
190 CFLAGS = @CFLAGS@
191 CPP = @CPP@
192 CPPFLAGS = @CPPFLAGS@
193 CYGPATH_W = @CYGPATH_W@
194 DEFS = @DEFS@
195 DEPDIR = @DEPDIR@
196 DLLTOOL = @DLLTOOL@
197 DOXYGEN = @DOXYGEN@
198 DSYMUTIL = @DSYMUTIL@
199 DUMPBIN = @DUMPBIN@
200 ECHO_C = @ECHO_C@
201 ECHO_N = @ECHO_N@
202 ECHO_T = @ECHO_T@
203 EGREP = @EGREP@
204 EXEEXT = @EXEEXT@
205 FGREP = @FGREP@
206 GREP = @GREP@
207 ICONV_LIBS = @ICONV_LIBS@
208 INSTALL = @INSTALL@
209 INSTALL_DATA = @INSTALL_DATA@
210 INSTALL_PROGRAM = @INSTALL_PROGRAM@
211 INSTALL_SCRIPT = @INSTALL_SCRIPT@
212 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
213 LD = @LD@
214 LDFLAGS = @LDFLAGS@
215 LIBOBJS = @LIBOBJS@
216 LIBS = @LIBS@
217 LIBTOOL = @LIBTOOL@
218 LIPO = @LIPO@
219 LN_S = @LN_S@
220 LTLIBOBJS = @LTLIBOBJS@
221 LT_AGE = @LT_AGE@
222 LT_CURRENT = @LT_CURRENT@
223 LT_REVISION = @LT_REVISION@
224 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
225 MAKEINFO = @MAKEINFO@
226 MANIFEST_TOOL = @MANIFEST_TOOL@
227 MKDIR_P = @MKDIR_P@
228 NM = @NM@
229 NMEDIT = @NMEDIT@
230 OBJDUMP = @OBJDUMP@
231 OBJEXT = @OBJEXT@
232 OTOOL = @OTOOL@
233 OTOOL64 = @OTOOL64@
234 PACKAGE = @PACKAGE@
235 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
236 PACKAGE_NAME = @PACKAGE_NAME@
237 PACKAGE_STRING = @PACKAGE_STRING@
238 PACKAGE_TARNAME = @PACKAGE_TARNAME@
239 PACKAGE_URL = @PACKAGE_URL@
240 PACKAGE_VERSION = @PACKAGE_VERSION@
241 PATH_SEPARATOR = @PATH_SEPARATOR@
242 RANLIB = @RANLIB@
243 SED = @SED@
244 SET_MAKE = @SET_MAKE@
245 SHELL = @SHELL@
246 STRIP = @STRIP@
247 VERSION = @VERSION@
248 abs_builddir = @abs_builddir@
249 abs_srcdir = @abs_srcdir@
250 abs_top_builddir = @abs_top_builddir@
251 abs_top_srcdir = @abs_top_srcdir@
252 ac_ct_AR = @ac_ct_AR@
253 ac_ct_CC = @ac_ct_CC@
254 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
255 am__include = @am__include@
256 am__leading_dot = @am__leading_dot@
257 am__quote = @am__quote@
258 am__tar = @am__tar@
259 am__untar = @am__untar@
260 bindir = @bindir@
261 build = @build@
262 build_alias = @build_alias@
263 build_cpu = @build_cpu@
264 build_os = @build_os@
265 build_vendor = @build_vendor@
266 builddir = @builddir@
267 datadir = @datadir@
268 datarootdir = @datarootdir@
269 docdir = @docdir@
270 dvidir = @dvidir@
271 exec_prefix = @exec_prefix@
272 host = @host@
273 host_alias = @host_alias@
274 host_cpu = @host_cpu@
275 host_os = @host_os@
276 host_vendor = @host_vendor@
277 htmldir = @htmldir@
278 htmldocdir = @htmldocdir@
279 includedir = @includedir@
280 infodir = @infodir@
281 install_sh = @install_sh@
282 libdir = @libdir@
283 libexecdir = @libexecdir@
284 localedir = @localedir@
285 localstatedir = @localstatedir@
286 mandir = @mandir@
287 mkdir_p = @mkdir_p@
288 oldincludedir = @oldincludedir@
289 pdfdir = @pdfdir@
290 prefix = @prefix@
291 program_transform_name = @program_transform_name@
292 psdir = @psdir@
293 runstatedir = @runstatedir@
294 sbindir = @sbindir@
295 sharedstatedir = @sharedstatedir@
296 srcdir = @srcdir@
297 sysconfdir = @sysconfdir@
298 target_alias = @target_alias@
299 top_build_prefix = @top_build_prefix@
300 top_builddir = @top_builddir@
301 top_srcdir = @top_srcdir@
302 AM_CPPFLAGS = -I$(top_srcdir)
303 trietool_SOURCES = trietool.c
304 trietool_LDADD = \
305         $(top_builddir)/datrie/libdatrie.la     \
306         $(ICONV_LIBS)
307
308 OLD_PROG_NAME = trietool-0.2
309 all: all-am
310
311 .SUFFIXES:
312 .SUFFIXES: .c .lo .o .obj
313 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
314         @for dep in $?; do \
315           case '$(am__configure_deps)' in \
316             *$$dep*) \
317               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
318                 && { if test -f $@; then exit 0; else break; fi; }; \
319               exit 1;; \
320           esac; \
321         done; \
322         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/Makefile'; \
323         $(am__cd) $(top_srcdir) && \
324           $(AUTOMAKE) --gnu tools/Makefile
325 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
326         @case '$?' in \
327           *config.status*) \
328             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
329           *) \
330             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
331             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
332         esac;
333
334 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
335         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336
337 $(top_srcdir)/configure:  $(am__configure_deps)
338         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
339 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
340         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
341 $(am__aclocal_m4_deps):
342 install-binPROGRAMS: $(bin_PROGRAMS)
343         @$(NORMAL_INSTALL)
344         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
345         if test -n "$$list"; then \
346           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
347           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
348         fi; \
349         for p in $$list; do echo "$$p $$p"; done | \
350         sed 's/$(EXEEXT)$$//' | \
351         while read p p1; do if test -f $$p \
352          || test -f $$p1 \
353           ; then echo "$$p"; echo "$$p"; else :; fi; \
354         done | \
355         sed -e 'p;s,.*/,,;n;h' \
356             -e 's|.*|.|' \
357             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
358         sed 'N;N;N;s,\n, ,g' | \
359         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
360           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
361             if ($$2 == $$4) files[d] = files[d] " " $$1; \
362             else { print "f", $$3 "/" $$4, $$1; } } \
363           END { for (d in files) print "f", d, files[d] }' | \
364         while read type dir files; do \
365             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
366             test -z "$$files" || { \
367             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
368             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
369             } \
370         ; done
371
372 uninstall-binPROGRAMS:
373         @$(NORMAL_UNINSTALL)
374         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
375         files=`for p in $$list; do echo "$$p"; done | \
376           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
377               -e 's/$$/$(EXEEXT)/' \
378         `; \
379         test -n "$$list" || exit 0; \
380         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
381         cd "$(DESTDIR)$(bindir)" && rm -f $$files
382
383 clean-binPROGRAMS:
384         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
385         echo " rm -f" $$list; \
386         rm -f $$list || exit $$?; \
387         test -n "$(EXEEXT)" || exit 0; \
388         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
389         echo " rm -f" $$list; \
390         rm -f $$list
391
392 trietool$(EXEEXT): $(trietool_OBJECTS) $(trietool_DEPENDENCIES) $(EXTRA_trietool_DEPENDENCIES) 
393         @rm -f trietool$(EXEEXT)
394         $(AM_V_CCLD)$(LINK) $(trietool_OBJECTS) $(trietool_LDADD) $(LIBS)
395
396 mostlyclean-compile:
397         -rm -f *.$(OBJEXT)
398
399 distclean-compile:
400         -rm -f *.tab.c
401
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trietool.Po@am__quote@
403
404 .c.o:
405 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
406 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
408 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
409 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
410
411 .c.obj:
412 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
413 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
414 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
415 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
417
418 .c.lo:
419 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
420 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
421 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
424
425 mostlyclean-libtool:
426         -rm -f *.lo
427
428 clean-libtool:
429         -rm -rf .libs _libs
430
431 ID: $(am__tagged_files)
432         $(am__define_uniq_tagged_files); mkid -fID $$unique
433 tags: tags-am
434 TAGS: tags
435
436 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
437         set x; \
438         here=`pwd`; \
439         $(am__define_uniq_tagged_files); \
440         shift; \
441         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
442           test -n "$$unique" || unique=$$empty_fix; \
443           if test $$# -gt 0; then \
444             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445               "$$@" $$unique; \
446           else \
447             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
448               $$unique; \
449           fi; \
450         fi
451 ctags: ctags-am
452
453 CTAGS: ctags
454 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
455         $(am__define_uniq_tagged_files); \
456         test -z "$(CTAGS_ARGS)$$unique" \
457           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
458              $$unique
459
460 GTAGS:
461         here=`$(am__cd) $(top_builddir) && pwd` \
462           && $(am__cd) $(top_srcdir) \
463           && gtags -i $(GTAGS_ARGS) "$$here"
464 cscopelist: cscopelist-am
465
466 cscopelist-am: $(am__tagged_files)
467         list='$(am__tagged_files)'; \
468         case "$(srcdir)" in \
469           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
470           *) sdir=$(subdir)/$(srcdir) ;; \
471         esac; \
472         for i in $$list; do \
473           if test -f "$$i"; then \
474             echo "$(subdir)/$$i"; \
475           else \
476             echo "$$sdir/$$i"; \
477           fi; \
478         done >> $(top_builddir)/cscope.files
479
480 distclean-tags:
481         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
482
483 distdir: $(DISTFILES)
484         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
485         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
486         list='$(DISTFILES)'; \
487           dist_files=`for file in $$list; do echo $$file; done | \
488           sed -e "s|^$$srcdirstrip/||;t" \
489               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
490         case $$dist_files in \
491           */*) $(MKDIR_P) `echo "$$dist_files" | \
492                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
493                            sort -u` ;; \
494         esac; \
495         for file in $$dist_files; do \
496           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
497           if test -d $$d/$$file; then \
498             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
499             if test -d "$(distdir)/$$file"; then \
500               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
501             fi; \
502             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
503               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
504               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
505             fi; \
506             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
507           else \
508             test -f "$(distdir)/$$file" \
509             || cp -p $$d/$$file "$(distdir)/$$file" \
510             || exit 1; \
511           fi; \
512         done
513 check-am: all-am
514 check: check-am
515 all-am: Makefile $(PROGRAMS)
516 installdirs:
517         for dir in "$(DESTDIR)$(bindir)"; do \
518           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
519         done
520 install: install-am
521 install-exec: install-exec-am
522 install-data: install-data-am
523 uninstall: uninstall-am
524
525 install-am: all-am
526         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
527
528 installcheck: installcheck-am
529 install-strip:
530         if test -z '$(STRIP)'; then \
531           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
532             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
533               install; \
534         else \
535           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
536             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
537             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
538         fi
539 mostlyclean-generic:
540
541 clean-generic:
542
543 distclean-generic:
544         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
545         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
546
547 maintainer-clean-generic:
548         @echo "This command is intended for maintainers to use"
549         @echo "it deletes files that may require special tools to rebuild."
550 clean: clean-am
551
552 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
553
554 distclean: distclean-am
555         -rm -rf ./$(DEPDIR)
556         -rm -f Makefile
557 distclean-am: clean-am distclean-compile distclean-generic \
558         distclean-tags
559
560 dvi: dvi-am
561
562 dvi-am:
563
564 html: html-am
565
566 html-am:
567
568 info: info-am
569
570 info-am:
571
572 install-data-am:
573         @$(NORMAL_INSTALL)
574         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
575 install-dvi: install-dvi-am
576
577 install-dvi-am:
578
579 install-exec-am: install-binPROGRAMS
580
581 install-html: install-html-am
582
583 install-html-am:
584
585 install-info: install-info-am
586
587 install-info-am:
588
589 install-man:
590
591 install-pdf: install-pdf-am
592
593 install-pdf-am:
594
595 install-ps: install-ps-am
596
597 install-ps-am:
598
599 installcheck-am:
600
601 maintainer-clean: maintainer-clean-am
602         -rm -rf ./$(DEPDIR)
603         -rm -f Makefile
604 maintainer-clean-am: distclean-am maintainer-clean-generic
605
606 mostlyclean: mostlyclean-am
607
608 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
609         mostlyclean-libtool
610
611 pdf: pdf-am
612
613 pdf-am:
614
615 ps: ps-am
616
617 ps-am:
618
619 uninstall-am: uninstall-binPROGRAMS
620         @$(NORMAL_INSTALL)
621         $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
622 .MAKE: install-am install-data-am install-strip uninstall-am
623
624 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
625         clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
626         ctags ctags-am distclean distclean-compile distclean-generic \
627         distclean-libtool distclean-tags distdir dvi dvi-am html \
628         html-am info info-am install install-am install-binPROGRAMS \
629         install-data install-data-am install-data-hook install-dvi \
630         install-dvi-am install-exec install-exec-am install-html \
631         install-html-am install-info install-info-am install-man \
632         install-pdf install-pdf-am install-ps install-ps-am \
633         install-strip installcheck installcheck-am installdirs \
634         maintainer-clean maintainer-clean-generic mostlyclean \
635         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
636         pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
637         uninstall-binPROGRAMS uninstall-hook
638
639 .PRECIOUS: Makefile
640
641
642 install-data-hook:
643         rm -f $(DESTDIR)$(bindir)/$(OLD_PROG_NAME)
644         $(LN_S) trietool $(DESTDIR)$(bindir)/$(OLD_PROG_NAME)
645
646 uninstall-hook:
647         rm -f $(DESTDIR)$(bindir)/$(OLD_PROG_NAME)
648
649 # Tell versions [3.59,3.63) of GNU make to not export all variables.
650 # Otherwise a system limit (for SysV at least) may be exceeded.
651 .NOEXPORT: