~ubuntu-branches/ubuntu/vivid/bino/vivid-proposed

« back to all changes in this revision

Viewing changes to src/base/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Schaal
  • Date: 2011-09-09 14:23:54 UTC
  • Revision ID: james.westby@ubuntu.com-20110909142354-m1a9a4523i7ddb02
Tags: upstream-1.2.0
ImportĀ upstreamĀ versionĀ 1.2.0

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
# Copyright (C) 2010-2011
 
19
# Martin Lambers <marlam@marlam.de>
 
20
#
 
21
# Copying and distribution of this file, with or without modification, are
 
22
# permitted in any medium without royalty provided the copyright notice and this
 
23
# notice are preserved. This file is offered as-is, without any warranty.
 
24
 
 
25
VPATH = @srcdir@
 
26
pkgdatadir = $(datadir)/@PACKAGE@
 
27
pkgincludedir = $(includedir)/@PACKAGE@
 
28
pkglibdir = $(libdir)/@PACKAGE@
 
29
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
30
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
31
install_sh_DATA = $(install_sh) -c -m 644
 
32
install_sh_PROGRAM = $(install_sh) -c
 
33
install_sh_SCRIPT = $(install_sh) -c
 
34
INSTALL_HEADER = $(INSTALL_DATA)
 
35
transform = $(program_transform_name)
 
36
NORMAL_INSTALL = :
 
37
PRE_INSTALL = :
 
38
POST_INSTALL = :
 
39
NORMAL_UNINSTALL = :
 
40
PRE_UNINSTALL = :
 
41
POST_UNINSTALL = :
 
42
build_triplet = @build@
 
43
host_triplet = @host@
 
44
target_triplet = @target@
 
45
subdir = src/base
 
46
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
47
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
48
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
49
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
50
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
51
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
52
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
 
53
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
54
        $(ACLOCAL_M4)
 
55
mkinstalldirs = $(install_sh) -d
 
56
CONFIG_HEADER = $(top_builddir)/config.h
 
57
CONFIG_CLEAN_FILES =
 
58
CONFIG_CLEAN_VPATH_FILES =
 
59
LIBRARIES = $(noinst_LIBRARIES)
 
60
AR = ar
 
61
ARFLAGS = cru
 
62
AM_V_AR = $(am__v_AR_$(V))
 
63
am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
 
64
am__v_AR_0 = @echo "  AR    " $@;
 
65
AM_V_at = $(am__v_at_$(V))
 
66
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
67
am__v_at_0 = @
 
68
libbase_a_AR = $(AR) $(ARFLAGS)
 
69
libbase_a_LIBADD =
 
70
am_libbase_a_OBJECTS = str.$(OBJEXT) msg.$(OBJEXT) dbg.$(OBJEXT) \
 
71
        exc.$(OBJEXT) opt.$(OBJEXT) timer.$(OBJEXT) s11n.$(OBJEXT) \
 
72
        thread.$(OBJEXT)
 
73
libbase_a_OBJECTS = $(am_libbase_a_OBJECTS)
 
74
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
75
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
 
76
am__depfiles_maybe = depfiles
 
77
am__mv = mv -f
 
78
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
79
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
80
AM_V_CXX = $(am__v_CXX_$(V))
 
81
am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
 
82
am__v_CXX_0 = @echo "  CXX   " $@;
 
83
CXXLD = $(CXX)
 
84
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
 
85
        -o $@
 
86
AM_V_CXXLD = $(am__v_CXXLD_$(V))
 
87
am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
 
88
am__v_CXXLD_0 = @echo "  CXXLD " $@;
 
89
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
90
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
91
AM_V_CC = $(am__v_CC_$(V))
 
92
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
93
am__v_CC_0 = @echo "  CC    " $@;
 
94
CCLD = $(CC)
 
95
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
96
AM_V_CCLD = $(am__v_CCLD_$(V))
 
97
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
98
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
99
AM_V_GEN = $(am__v_GEN_$(V))
 
100
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
101
am__v_GEN_0 = @echo "  GEN   " $@;
 
102
SOURCES = $(libbase_a_SOURCES)
 
103
DIST_SOURCES = $(libbase_a_SOURCES)
 
104
ETAGS = etags
 
105
CTAGS = ctags
 
106
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
107
ACLOCAL = @ACLOCAL@
 
108
AMTAR = @AMTAR@
 
109
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
110
AUTOCONF = @AUTOCONF@
 
111
AUTOHEADER = @AUTOHEADER@
 
112
AUTOMAKE = @AUTOMAKE@
 
113
AWK = @AWK@
 
114
CC = @CC@
 
115
CCDEPMODE = @CCDEPMODE@
 
116
CFLAGS = @CFLAGS@
 
117
CPP = @CPP@
 
118
CPPFLAGS = @CPPFLAGS@
 
119
CXX = @CXX@
 
120
CXXDEPMODE = @CXXDEPMODE@
 
121
CXXFLAGS = @CXXFLAGS@
 
122
CYGPATH_W = @CYGPATH_W@
 
123
DEFS = @DEFS@
 
124
DEPDIR = @DEPDIR@
 
125
ECHO_C = @ECHO_C@
 
126
ECHO_N = @ECHO_N@
 
127
ECHO_T = @ECHO_T@
 
128
EGREP = @EGREP@
 
129
EXEEXT = @EXEEXT@
 
130
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
 
131
GMSGFMT = @GMSGFMT@
 
132
GMSGFMT_015 = @GMSGFMT_015@
 
133
GREP = @GREP@
 
134
GTK_UPDATE_ICON_CACHE = @GTK_UPDATE_ICON_CACHE@
 
135
INSTALL = @INSTALL@
 
136
INSTALL_DATA = @INSTALL_DATA@
 
137
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
138
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
139
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
140
INTLLIBS = @INTLLIBS@
 
141
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
142
LDFLAGS = @LDFLAGS@
 
143
LIBICONV = @LIBICONV@
 
144
LIBINTL = @LIBINTL@
 
145
LIBOBJS = @LIBOBJS@
 
146
LIBS = @LIBS@
 
147
LN_S = @LN_S@
 
148
LTLIBICONV = @LTLIBICONV@
 
149
LTLIBINTL = @LTLIBINTL@
 
150
LTLIBOBJS = @LTLIBOBJS@
 
151
MAKEINFO = @MAKEINFO@
 
152
MAKENSIS = @MAKENSIS@
 
153
MKDIR_P = @MKDIR_P@
 
154
MOC = @MOC@
 
155
MSGFMT = @MSGFMT@
 
156
MSGFMT_015 = @MSGFMT_015@
 
157
MSGMERGE = @MSGMERGE@
 
158
OBJEXT = @OBJEXT@
 
159
PACKAGE = @PACKAGE@
 
160
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
161
PACKAGE_NAME = @PACKAGE_NAME@
 
162
PACKAGE_STRING = @PACKAGE_STRING@
 
163
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
164
PACKAGE_URL = @PACKAGE_URL@
 
165
PACKAGE_VERSION = @PACKAGE_VERSION@
 
166
PATH_SEPARATOR = @PATH_SEPARATOR@
 
167
PKG_CONFIG = @PKG_CONFIG@
 
168
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
169
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
170
POSUB = @POSUB@
 
171
RANLIB = @RANLIB@
 
172
RCC = @RCC@
 
173
SET_MAKE = @SET_MAKE@
 
174
SHELL = @SHELL@
 
175
STRIP = @STRIP@
 
176
UPDATE_DESKTOP_DATABASE = @UPDATE_DESKTOP_DATABASE@
 
177
USE_NLS = @USE_NLS@
 
178
VERSION = @VERSION@
 
179
WINDRES = @WINDRES@
 
180
XGETTEXT = @XGETTEXT@
 
181
XGETTEXT_015 = @XGETTEXT_015@
 
182
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 
183
abs_builddir = @abs_builddir@
 
184
abs_srcdir = @abs_srcdir@
 
185
abs_top_builddir = @abs_top_builddir@
 
186
abs_top_srcdir = @abs_top_srcdir@
 
187
ac_ct_CC = @ac_ct_CC@
 
188
ac_ct_CXX = @ac_ct_CXX@
 
189
ac_ct_MOC = @ac_ct_MOC@
 
190
ac_ct_RCC = @ac_ct_RCC@
 
191
am__include = @am__include@
 
192
am__leading_dot = @am__leading_dot@
 
193
am__quote = @am__quote@
 
194
am__tar = @am__tar@
 
195
am__untar = @am__untar@
 
196
bindir = @bindir@
 
197
build = @build@
 
198
build_alias = @build_alias@
 
199
build_cpu = @build_cpu@
 
200
build_os = @build_os@
 
201
build_vendor = @build_vendor@
 
202
builddir = @builddir@
 
203
datadir = @datadir@
 
204
datarootdir = @datarootdir@
 
205
docdir = @docdir@
 
206
dvidir = @dvidir@
 
207
exec_prefix = @exec_prefix@
 
208
host = @host@
 
209
host_alias = @host_alias@
 
210
host_cpu = @host_cpu@
 
211
host_os = @host_os@
 
212
host_vendor = @host_vendor@
 
213
htmldir = @htmldir@
 
214
includedir = @includedir@
 
215
infodir = @infodir@
 
216
install_sh = @install_sh@
 
217
libEqualizer_CFLAGS = @libEqualizer_CFLAGS@
 
218
libEqualizer_LIBS = @libEqualizer_LIBS@
 
219
libX11_CFLAGS = @libX11_CFLAGS@
 
220
libX11_LIBS = @libX11_LIBS@
 
221
libass_CFLAGS = @libass_CFLAGS@
 
222
libass_LIBS = @libass_LIBS@
 
223
libavdevice_CFLAGS = @libavdevice_CFLAGS@
 
224
libavdevice_LIBS = @libavdevice_LIBS@
 
225
libavformat_CFLAGS = @libavformat_CFLAGS@
 
226
libavformat_LIBS = @libavformat_LIBS@
 
227
libdir = @libdir@
 
228
libexecdir = @libexecdir@
 
229
libgl_CFLAGS = @libgl_CFLAGS@
 
230
libgl_LIBS = @libgl_LIBS@
 
231
libglew_CFLAGS = @libglew_CFLAGS@
 
232
libglew_LIBS = @libglew_LIBS@
 
233
liblircclient_CFLAGS = @liblircclient_CFLAGS@
 
234
liblircclient_LIBS = @liblircclient_LIBS@
 
235
libopenal_CFLAGS = @libopenal_CFLAGS@
 
236
libopenal_LIBS = @libopenal_LIBS@
 
237
libqtopengl_CFLAGS = @libqtopengl_CFLAGS@
 
238
libqtopengl_LIBS = @libqtopengl_LIBS@
 
239
libswscale_CFLAGS = @libswscale_CFLAGS@
 
240
libswscale_LIBS = @libswscale_LIBS@
 
241
localedir = @localedir@
 
242
localstatedir = @localstatedir@
 
243
mandir = @mandir@
 
244
mkdir_p = @mkdir_p@
 
245
oldincludedir = @oldincludedir@
 
246
pdfdir = @pdfdir@
 
247
prefix = @prefix@
 
248
program_transform_name = @program_transform_name@
 
249
psdir = @psdir@
 
250
sbindir = @sbindir@
 
251
sharedstatedir = @sharedstatedir@
 
252
srcdir = @srcdir@
 
253
sysconfdir = @sysconfdir@
 
254
target = @target@
 
255
target_alias = @target_alias@
 
256
target_cpu = @target_cpu@
 
257
target_os = @target_os@
 
258
target_vendor = @target_vendor@
 
259
top_build_prefix = @top_build_prefix@
 
260
top_builddir = @top_builddir@
 
261
top_srcdir = @top_srcdir@
 
262
noinst_LIBRARIES = libbase.a
 
263
libbase_a_SOURCES = \
 
264
        str.h str.cpp \
 
265
        msg.h msg.cpp \
 
266
        dbg.h dbg.cpp \
 
267
        exc.h exc.cpp \
 
268
        intcheck.h \
 
269
        opt.h opt.cpp \
 
270
        timer.h timer.cpp \
 
271
        s11n.h s11n.cpp \
 
272
        blob.h \
 
273
        thread.h thread.cpp \
 
274
        gettext.h
 
275
 
 
276
all: all-am
 
277
 
 
278
.SUFFIXES:
 
279
.SUFFIXES: .cpp .o .obj
 
280
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
281
        @for dep in $?; do \
 
282
          case '$(am__configure_deps)' in \
 
283
            *$$dep*) \
 
284
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
285
                && { if test -f $@; then exit 0; else break; fi; }; \
 
286
              exit 1;; \
 
287
          esac; \
 
288
        done; \
 
289
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/base/Makefile'; \
 
290
        $(am__cd) $(top_srcdir) && \
 
291
          $(AUTOMAKE) --gnu src/base/Makefile
 
292
.PRECIOUS: Makefile
 
293
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
294
        @case '$?' in \
 
295
          *config.status*) \
 
296
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
297
          *) \
 
298
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
299
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
300
        esac;
 
301
 
 
302
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
303
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
304
 
 
305
$(top_srcdir)/configure:  $(am__configure_deps)
 
306
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
307
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
308
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
309
$(am__aclocal_m4_deps):
 
310
 
 
311
clean-noinstLIBRARIES:
 
312
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
313
libbase.a: $(libbase_a_OBJECTS) $(libbase_a_DEPENDENCIES) 
 
314
        $(AM_V_at)-rm -f libbase.a
 
315
        $(AM_V_AR)$(libbase_a_AR) libbase.a $(libbase_a_OBJECTS) $(libbase_a_LIBADD)
 
316
        $(AM_V_at)$(RANLIB) libbase.a
 
317
 
 
318
mostlyclean-compile:
 
319
        -rm -f *.$(OBJEXT)
 
320
 
 
321
distclean-compile:
 
322
        -rm -f *.tab.c
 
323
 
 
324
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbg.Po@am__quote@
 
325
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exc.Po@am__quote@
 
326
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msg.Po@am__quote@
 
327
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opt.Po@am__quote@
 
328
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s11n.Po@am__quote@
 
329
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/str.Po@am__quote@
 
330
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread.Po@am__quote@
 
331
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer.Po@am__quote@
 
332
 
 
333
.cpp.o:
 
334
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
335
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
336
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
 
337
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
338
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
339
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
340
 
 
341
.cpp.obj:
 
342
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
343
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
344
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
 
345
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
346
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
347
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
348
 
 
349
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
350
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
351
        unique=`for i in $$list; do \
 
352
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
353
          done | \
 
354
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
355
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
356
        mkid -fID $$unique
 
357
tags: TAGS
 
358
 
 
359
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
360
                $(TAGS_FILES) $(LISP)
 
361
        set x; \
 
362
        here=`pwd`; \
 
363
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
364
        unique=`for i in $$list; do \
 
365
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
366
          done | \
 
367
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
368
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
369
        shift; \
 
370
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
371
          test -n "$$unique" || unique=$$empty_fix; \
 
372
          if test $$# -gt 0; then \
 
373
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
374
              "$$@" $$unique; \
 
375
          else \
 
376
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
377
              $$unique; \
 
378
          fi; \
 
379
        fi
 
380
ctags: CTAGS
 
381
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
382
                $(TAGS_FILES) $(LISP)
 
383
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
384
        unique=`for i in $$list; do \
 
385
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
386
          done | \
 
387
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
388
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
389
        test -z "$(CTAGS_ARGS)$$unique" \
 
390
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
391
             $$unique
 
392
 
 
393
GTAGS:
 
394
        here=`$(am__cd) $(top_builddir) && pwd` \
 
395
          && $(am__cd) $(top_srcdir) \
 
396
          && gtags -i $(GTAGS_ARGS) "$$here"
 
397
 
 
398
distclean-tags:
 
399
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
400
 
 
401
distdir: $(DISTFILES)
 
402
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
403
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
404
        list='$(DISTFILES)'; \
 
405
          dist_files=`for file in $$list; do echo $$file; done | \
 
406
          sed -e "s|^$$srcdirstrip/||;t" \
 
407
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
408
        case $$dist_files in \
 
409
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
410
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
411
                           sort -u` ;; \
 
412
        esac; \
 
413
        for file in $$dist_files; do \
 
414
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
415
          if test -d $$d/$$file; then \
 
416
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
417
            if test -d "$(distdir)/$$file"; then \
 
418
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
419
            fi; \
 
420
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
421
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
422
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
423
            fi; \
 
424
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
425
          else \
 
426
            test -f "$(distdir)/$$file" \
 
427
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
428
            || exit 1; \
 
429
          fi; \
 
430
        done
 
431
check-am: all-am
 
432
check: check-am
 
433
all-am: Makefile $(LIBRARIES)
 
434
installdirs:
 
435
install: install-am
 
436
install-exec: install-exec-am
 
437
install-data: install-data-am
 
438
uninstall: uninstall-am
 
439
 
 
440
install-am: all-am
 
441
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
442
 
 
443
installcheck: installcheck-am
 
444
install-strip:
 
445
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
446
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
447
          `test -z '$(STRIP)' || \
 
448
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
449
mostlyclean-generic:
 
450
 
 
451
clean-generic:
 
452
 
 
453
distclean-generic:
 
454
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
455
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
456
 
 
457
maintainer-clean-generic:
 
458
        @echo "This command is intended for maintainers to use"
 
459
        @echo "it deletes files that may require special tools to rebuild."
 
460
clean: clean-am
 
461
 
 
462
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
 
463
 
 
464
distclean: distclean-am
 
465
        -rm -rf ./$(DEPDIR)
 
466
        -rm -f Makefile
 
467
distclean-am: clean-am distclean-compile distclean-generic \
 
468
        distclean-tags
 
469
 
 
470
dvi: dvi-am
 
471
 
 
472
dvi-am:
 
473
 
 
474
html: html-am
 
475
 
 
476
html-am:
 
477
 
 
478
info: info-am
 
479
 
 
480
info-am:
 
481
 
 
482
install-data-am:
 
483
 
 
484
install-dvi: install-dvi-am
 
485
 
 
486
install-dvi-am:
 
487
 
 
488
install-exec-am:
 
489
 
 
490
install-html: install-html-am
 
491
 
 
492
install-html-am:
 
493
 
 
494
install-info: install-info-am
 
495
 
 
496
install-info-am:
 
497
 
 
498
install-man:
 
499
 
 
500
install-pdf: install-pdf-am
 
501
 
 
502
install-pdf-am:
 
503
 
 
504
install-ps: install-ps-am
 
505
 
 
506
install-ps-am:
 
507
 
 
508
installcheck-am:
 
509
 
 
510
maintainer-clean: maintainer-clean-am
 
511
        -rm -rf ./$(DEPDIR)
 
512
        -rm -f Makefile
 
513
maintainer-clean-am: distclean-am maintainer-clean-generic
 
514
 
 
515
mostlyclean: mostlyclean-am
 
516
 
 
517
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
518
 
 
519
pdf: pdf-am
 
520
 
 
521
pdf-am:
 
522
 
 
523
ps: ps-am
 
524
 
 
525
ps-am:
 
526
 
 
527
uninstall-am:
 
528
 
 
529
.MAKE: install-am install-strip
 
530
 
 
531
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
532
        clean-noinstLIBRARIES ctags distclean distclean-compile \
 
533
        distclean-generic distclean-tags distdir dvi dvi-am html \
 
534
        html-am info info-am install install-am install-data \
 
535
        install-data-am install-dvi install-dvi-am install-exec \
 
536
        install-exec-am install-html install-html-am install-info \
 
537
        install-info-am install-man install-pdf install-pdf-am \
 
538
        install-ps install-ps-am install-strip installcheck \
 
539
        installcheck-am installdirs maintainer-clean \
 
540
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
541
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
542
        uninstall-am
 
543
 
 
544
 
 
545
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
546
# Otherwise a system limit (for SysV at least) may be exceeded.
 
547
.NOEXPORT: