~ubuntu-branches/ubuntu/vivid/sphinxtrain/vivid

« back to all changes in this revision

Viewing changes to src/programs/mk_mllr_class/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Samuel Thibault
  • Date: 2013-01-02 04:10:21 UTC
  • Revision ID: package-import@ubuntu.com-20130102041021-ynsizmz33fx02hea
Tags: upstream-1.0.8
ImportĀ upstreamĀ versionĀ 1.0.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
build_triplet = @build@
 
35
host_triplet = @host@
 
36
pkglibexec_PROGRAMS = mk_mllr_class$(EXEEXT)
 
37
subdir = src/programs/mk_mllr_class
 
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
41
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
42
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
43
        $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.in
 
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
45
        $(ACLOCAL_M4)
 
46
mkinstalldirs = $(install_sh) -d
 
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
 
49
am__installdirs = "$(DESTDIR)$(pkglibexecdir)"
 
50
PROGRAMS = $(pkglibexec_PROGRAMS)
 
51
am_mk_mllr_class_OBJECTS = main.$(OBJEXT) parse_cmd_ln.$(OBJEXT)
 
52
mk_mllr_class_OBJECTS = $(am_mk_mllr_class_OBJECTS)
 
53
mk_mllr_class_LDADD = $(LDADD)
 
54
mk_mllr_class_DEPENDENCIES = $(top_builddir)/src/libs/libio/libio.la \
 
55
        $(top_builddir)/src/libs/libmodinv/libmodinv.la \
 
56
        $(top_builddir)/src/libs/libcommon/libcommon.la \
 
57
        $(top_builddir)/src/libs/libclust/libclust.la \
 
58
        $(top_builddir)/src/libs/libmllr/libmllr.la
 
59
DEFAULT_INCLUDES = -I.@am__isrc@
 
60
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
61
am__depfiles_maybe = depfiles
 
62
am__mv = mv -f
 
63
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
64
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
65
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
66
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
67
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
68
CCLD = $(CC)
 
69
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
70
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
71
        $(LDFLAGS) -o $@
 
72
SOURCES = $(mk_mllr_class_SOURCES)
 
73
DIST_SOURCES = $(mk_mllr_class_SOURCES)
 
74
ETAGS = etags
 
75
CTAGS = ctags
 
76
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
77
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
78
ACLOCAL = @ACLOCAL@
 
79
AMTAR = @AMTAR@
 
80
AR = @AR@
 
81
AUTOCONF = @AUTOCONF@
 
82
AUTOHEADER = @AUTOHEADER@
 
83
AUTOMAKE = @AUTOMAKE@
 
84
AWK = @AWK@
 
85
CC = @CC@
 
86
CCDEPMODE = @CCDEPMODE@
 
87
CFLAGS = @CFLAGS@
 
88
CPP = @CPP@
 
89
CPPFLAGS = @CPPFLAGS@
 
90
CXX = @CXX@
 
91
CXXCPP = @CXXCPP@
 
92
CXXDEPMODE = @CXXDEPMODE@
 
93
CXXFLAGS = @CXXFLAGS@
 
94
CYGPATH_W = @CYGPATH_W@
 
95
DEFS = @DEFS@
 
96
DEPDIR = @DEPDIR@
 
97
DSYMUTIL = @DSYMUTIL@
 
98
DUMPBIN = @DUMPBIN@
 
99
ECHO_C = @ECHO_C@
 
100
ECHO_N = @ECHO_N@
 
101
ECHO_T = @ECHO_T@
 
102
EGREP = @EGREP@
 
103
EXEEXT = @EXEEXT@
 
104
FGREP = @FGREP@
 
105
GREP = @GREP@
 
106
INSTALL = @INSTALL@
 
107
INSTALL_DATA = @INSTALL_DATA@
 
108
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
109
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
110
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
111
LD = @LD@
 
112
LDFLAGS = @LDFLAGS@
 
113
LIBOBJS = @LIBOBJS@
 
114
LIBS = @LIBS@
 
115
LIBTOOL = @LIBTOOL@
 
116
LIPO = @LIPO@
 
117
LN_S = @LN_S@
 
118
LTLIBOBJS = @LTLIBOBJS@
 
119
MAKEINFO = @MAKEINFO@
 
120
MKDIR_P = @MKDIR_P@
 
121
NM = @NM@
 
122
NMEDIT = @NMEDIT@
 
123
OBJDUMP = @OBJDUMP@
 
124
OBJEXT = @OBJEXT@
 
125
OPENFST_CFLAGS = @OPENFST_CFLAGS@
 
126
OPENFST_LIBS = @OPENFST_LIBS@
 
127
OTOOL = @OTOOL@
 
128
OTOOL64 = @OTOOL64@
 
129
PACKAGE = @PACKAGE@
 
130
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
131
PACKAGE_NAME = @PACKAGE_NAME@
 
132
PACKAGE_STRING = @PACKAGE_STRING@
 
133
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
134
PACKAGE_URL = @PACKAGE_URL@
 
135
PACKAGE_VERSION = @PACKAGE_VERSION@
 
136
PATH_SEPARATOR = @PATH_SEPARATOR@
 
137
PERL = @PERL@
 
138
PKG_CONFIG = @PKG_CONFIG@
 
139
RANLIB = @RANLIB@
 
140
SED = @SED@
 
141
SET_MAKE = @SET_MAKE@
 
142
SHELL = @SHELL@
 
143
STRIP = @STRIP@
 
144
SphinxBase_CFLAGS = @SphinxBase_CFLAGS@
 
145
SphinxBase_LIBS = @SphinxBase_LIBS@
 
146
VERSION = @VERSION@
 
147
abs_builddir = @abs_builddir@
 
148
abs_srcdir = @abs_srcdir@
 
149
abs_top_builddir = @abs_top_builddir@
 
150
abs_top_srcdir = @abs_top_srcdir@
 
151
ac_ct_CC = @ac_ct_CC@
 
152
ac_ct_CXX = @ac_ct_CXX@
 
153
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
154
am__include = @am__include@
 
155
am__leading_dot = @am__leading_dot@
 
156
am__quote = @am__quote@
 
157
am__tar = @am__tar@
 
158
am__untar = @am__untar@
 
159
bindir = @bindir@
 
160
build = @build@
 
161
build_alias = @build_alias@
 
162
build_cpu = @build_cpu@
 
163
build_os = @build_os@
 
164
build_vendor = @build_vendor@
 
165
builddir = @builddir@
 
166
datadir = @datadir@
 
167
datarootdir = @datarootdir@
 
168
docdir = @docdir@
 
169
dvidir = @dvidir@
 
170
exec_prefix = @exec_prefix@
 
171
host = @host@
 
172
host_alias = @host_alias@
 
173
host_cpu = @host_cpu@
 
174
host_os = @host_os@
 
175
host_vendor = @host_vendor@
 
176
htmldir = @htmldir@
 
177
includedir = @includedir@
 
178
infodir = @infodir@
 
179
install_sh = @install_sh@
 
180
libdir = @libdir@
 
181
libexecdir = @libexecdir@
 
182
localedir = @localedir@
 
183
localstatedir = @localstatedir@
 
184
lt_ECHO = @lt_ECHO@
 
185
mandir = @mandir@
 
186
mkdir_p = @mkdir_p@
 
187
oldincludedir = @oldincludedir@
 
188
pdfdir = @pdfdir@
 
189
prefix = @prefix@
 
190
program_transform_name = @program_transform_name@
 
191
psdir = @psdir@
 
192
sbindir = @sbindir@
 
193
sharedstatedir = @sharedstatedir@
 
194
sphinxbase = @sphinxbase@
 
195
sphinxbasebuild = @sphinxbasebuild@
 
196
srcdir = @srcdir@
 
197
sysconfdir = @sysconfdir@
 
198
target_alias = @target_alias@
 
199
top_build_prefix = @top_build_prefix@
 
200
top_builddir = @top_builddir@
 
201
top_srcdir = @top_srcdir@
 
202
mk_mllr_class_SOURCES = main.c parse_cmd_ln.c parse_cmd_ln.h 
 
203
LDADD = \
 
204
        $(top_builddir)/src/libs/libio/libio.la \
 
205
        $(top_builddir)/src/libs/libmodinv/libmodinv.la \
 
206
        $(top_builddir)/src/libs/libcommon/libcommon.la \
 
207
        $(top_builddir)/src/libs/libclust/libclust.la \
 
208
        $(top_builddir)/src/libs/libmllr/libmllr.la
 
209
 
 
210
INCLUDES = -I$(top_srcdir)/include
 
211
all: all-am
 
212
 
 
213
.SUFFIXES:
 
214
.SUFFIXES: .c .lo .o .obj
 
215
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
216
        @for dep in $?; do \
 
217
          case '$(am__configure_deps)' in \
 
218
            *$$dep*) \
 
219
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
220
                && { if test -f $@; then exit 0; else break; fi; }; \
 
221
              exit 1;; \
 
222
          esac; \
 
223
        done; \
 
224
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/programs/mk_mllr_class/Makefile'; \
 
225
        $(am__cd) $(top_srcdir) && \
 
226
          $(AUTOMAKE) --gnu src/programs/mk_mllr_class/Makefile
 
227
.PRECIOUS: Makefile
 
228
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
229
        @case '$?' in \
 
230
          *config.status*) \
 
231
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
232
          *) \
 
233
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
234
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
235
        esac;
 
236
 
 
237
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
238
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
239
 
 
240
$(top_srcdir)/configure:  $(am__configure_deps)
 
241
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
242
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
243
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
244
$(am__aclocal_m4_deps):
 
245
install-pkglibexecPROGRAMS: $(pkglibexec_PROGRAMS)
 
246
        @$(NORMAL_INSTALL)
 
247
        test -z "$(pkglibexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibexecdir)"
 
248
        @list='$(pkglibexec_PROGRAMS)'; test -n "$(pkglibexecdir)" || list=; \
 
249
        for p in $$list; do echo "$$p $$p"; done | \
 
250
        sed 's/$(EXEEXT)$$//' | \
 
251
        while read p p1; do if test -f $$p || test -f $$p1; \
 
252
          then echo "$$p"; echo "$$p"; else :; fi; \
 
253
        done | \
 
254
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
255
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
256
        sed 'N;N;N;s,\n, ,g' | \
 
257
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
258
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
259
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
260
            else { print "f", $$3 "/" $$4, $$1; } } \
 
261
          END { for (d in files) print "f", d, files[d] }' | \
 
262
        while read type dir files; do \
 
263
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
264
            test -z "$$files" || { \
 
265
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(pkglibexecdir)$$dir'"; \
 
266
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(pkglibexecdir)$$dir" || exit $$?; \
 
267
            } \
 
268
        ; done
 
269
 
 
270
uninstall-pkglibexecPROGRAMS:
 
271
        @$(NORMAL_UNINSTALL)
 
272
        @list='$(pkglibexec_PROGRAMS)'; test -n "$(pkglibexecdir)" || list=; \
 
273
        files=`for p in $$list; do echo "$$p"; done | \
 
274
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
275
              -e 's/$$/$(EXEEXT)/' `; \
 
276
        test -n "$$list" || exit 0; \
 
277
        echo " ( cd '$(DESTDIR)$(pkglibexecdir)' && rm -f" $$files ")"; \
 
278
        cd "$(DESTDIR)$(pkglibexecdir)" && rm -f $$files
 
279
 
 
280
clean-pkglibexecPROGRAMS:
 
281
        @list='$(pkglibexec_PROGRAMS)'; test -n "$$list" || exit 0; \
 
282
        echo " rm -f" $$list; \
 
283
        rm -f $$list || exit $$?; \
 
284
        test -n "$(EXEEXT)" || exit 0; \
 
285
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
286
        echo " rm -f" $$list; \
 
287
        rm -f $$list
 
288
mk_mllr_class$(EXEEXT): $(mk_mllr_class_OBJECTS) $(mk_mllr_class_DEPENDENCIES) 
 
289
        @rm -f mk_mllr_class$(EXEEXT)
 
290
        $(LINK) $(mk_mllr_class_OBJECTS) $(mk_mllr_class_LDADD) $(LIBS)
 
291
 
 
292
mostlyclean-compile:
 
293
        -rm -f *.$(OBJEXT)
 
294
 
 
295
distclean-compile:
 
296
        -rm -f *.tab.c
 
297
 
 
298
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
 
299
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse_cmd_ln.Po@am__quote@
 
300
 
 
301
.c.o:
 
302
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
303
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
304
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
305
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
306
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
307
 
 
308
.c.obj:
 
309
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
310
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
311
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
312
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
313
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
314
 
 
315
.c.lo:
 
316
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
317
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
318
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
319
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
320
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
321
 
 
322
mostlyclean-libtool:
 
323
        -rm -f *.lo
 
324
 
 
325
clean-libtool:
 
326
        -rm -rf .libs _libs
 
327
 
 
328
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
329
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
330
        unique=`for i in $$list; do \
 
331
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
332
          done | \
 
333
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
334
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
335
        mkid -fID $$unique
 
336
tags: TAGS
 
337
 
 
338
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
339
                $(TAGS_FILES) $(LISP)
 
340
        set x; \
 
341
        here=`pwd`; \
 
342
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
343
        unique=`for i in $$list; do \
 
344
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
345
          done | \
 
346
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
347
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
348
        shift; \
 
349
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
350
          test -n "$$unique" || unique=$$empty_fix; \
 
351
          if test $$# -gt 0; then \
 
352
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
353
              "$$@" $$unique; \
 
354
          else \
 
355
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
356
              $$unique; \
 
357
          fi; \
 
358
        fi
 
359
ctags: CTAGS
 
360
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
361
                $(TAGS_FILES) $(LISP)
 
362
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
363
        unique=`for i in $$list; do \
 
364
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
365
          done | \
 
366
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
367
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
368
        test -z "$(CTAGS_ARGS)$$unique" \
 
369
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
370
             $$unique
 
371
 
 
372
GTAGS:
 
373
        here=`$(am__cd) $(top_builddir) && pwd` \
 
374
          && $(am__cd) $(top_srcdir) \
 
375
          && gtags -i $(GTAGS_ARGS) "$$here"
 
376
 
 
377
distclean-tags:
 
378
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
379
 
 
380
distdir: $(DISTFILES)
 
381
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
382
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
383
        list='$(DISTFILES)'; \
 
384
          dist_files=`for file in $$list; do echo $$file; done | \
 
385
          sed -e "s|^$$srcdirstrip/||;t" \
 
386
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
387
        case $$dist_files in \
 
388
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
389
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
390
                           sort -u` ;; \
 
391
        esac; \
 
392
        for file in $$dist_files; do \
 
393
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
394
          if test -d $$d/$$file; then \
 
395
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
396
            if test -d "$(distdir)/$$file"; then \
 
397
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
398
            fi; \
 
399
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
400
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
401
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
402
            fi; \
 
403
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
404
          else \
 
405
            test -f "$(distdir)/$$file" \
 
406
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
407
            || exit 1; \
 
408
          fi; \
 
409
        done
 
410
check-am: all-am
 
411
check: check-am
 
412
all-am: Makefile $(PROGRAMS)
 
413
installdirs:
 
414
        for dir in "$(DESTDIR)$(pkglibexecdir)"; do \
 
415
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
416
        done
 
417
install: install-am
 
418
install-exec: install-exec-am
 
419
install-data: install-data-am
 
420
uninstall: uninstall-am
 
421
 
 
422
install-am: all-am
 
423
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
424
 
 
425
installcheck: installcheck-am
 
426
install-strip:
 
427
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
428
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
429
          `test -z '$(STRIP)' || \
 
430
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
431
mostlyclean-generic:
 
432
 
 
433
clean-generic:
 
434
 
 
435
distclean-generic:
 
436
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
437
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
438
 
 
439
maintainer-clean-generic:
 
440
        @echo "This command is intended for maintainers to use"
 
441
        @echo "it deletes files that may require special tools to rebuild."
 
442
clean: clean-am
 
443
 
 
444
clean-am: clean-generic clean-libtool clean-pkglibexecPROGRAMS \
 
445
        mostlyclean-am
 
446
 
 
447
distclean: distclean-am
 
448
        -rm -rf ./$(DEPDIR)
 
449
        -rm -f Makefile
 
450
distclean-am: clean-am distclean-compile distclean-generic \
 
451
        distclean-tags
 
452
 
 
453
dvi: dvi-am
 
454
 
 
455
dvi-am:
 
456
 
 
457
html: html-am
 
458
 
 
459
html-am:
 
460
 
 
461
info: info-am
 
462
 
 
463
info-am:
 
464
 
 
465
install-data-am:
 
466
 
 
467
install-dvi: install-dvi-am
 
468
 
 
469
install-dvi-am:
 
470
 
 
471
install-exec-am: install-pkglibexecPROGRAMS
 
472
 
 
473
install-html: install-html-am
 
474
 
 
475
install-html-am:
 
476
 
 
477
install-info: install-info-am
 
478
 
 
479
install-info-am:
 
480
 
 
481
install-man:
 
482
 
 
483
install-pdf: install-pdf-am
 
484
 
 
485
install-pdf-am:
 
486
 
 
487
install-ps: install-ps-am
 
488
 
 
489
install-ps-am:
 
490
 
 
491
installcheck-am:
 
492
 
 
493
maintainer-clean: maintainer-clean-am
 
494
        -rm -rf ./$(DEPDIR)
 
495
        -rm -f Makefile
 
496
maintainer-clean-am: distclean-am maintainer-clean-generic
 
497
 
 
498
mostlyclean: mostlyclean-am
 
499
 
 
500
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
501
        mostlyclean-libtool
 
502
 
 
503
pdf: pdf-am
 
504
 
 
505
pdf-am:
 
506
 
 
507
ps: ps-am
 
508
 
 
509
ps-am:
 
510
 
 
511
uninstall-am: uninstall-pkglibexecPROGRAMS
 
512
 
 
513
.MAKE: install-am install-strip
 
514
 
 
515
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
516
        clean-libtool clean-pkglibexecPROGRAMS ctags distclean \
 
517
        distclean-compile distclean-generic distclean-libtool \
 
518
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
519
        install install-am install-data install-data-am install-dvi \
 
520
        install-dvi-am install-exec install-exec-am install-html \
 
521
        install-html-am install-info install-info-am install-man \
 
522
        install-pdf install-pdf-am install-pkglibexecPROGRAMS \
 
523
        install-ps install-ps-am install-strip installcheck \
 
524
        installcheck-am installdirs maintainer-clean \
 
525
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
526
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
527
        tags uninstall uninstall-am uninstall-pkglibexecPROGRAMS
 
528
 
 
529
 
 
530
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
531
# Otherwise a system limit (for SysV at least) may be exceeded.
 
532
.NOEXPORT: