~ubuntu-branches/ubuntu/raring/sphinxtrain/raring-proposed

« back to all changes in this revision

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