~ubuntu-branches/debian/experimental/spice/experimental

« back to all changes in this revision

Viewing changes to celt/tools/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Tokarev, Michael Tokarev
  • Date: 2013-01-17 19:19:30 UTC
  • mfrom: (0.5.1) (7.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20130117191930-oy4gnzcxdtj0uzh0
Tags: 0.12.2-0nocelt1exp
* New upstream release
* debian/patches:
   - Refresh link-libspice-server-with-libm-libpthread.patch
* Refresh debian/cpyright, new files added
* Build client, upstream don't build client by default
* Refresh libspice-server1.symbols
* Add libglib2.0-dev to Build-Depends

[ Michael Tokarev ]
* refresh make-celt-to-be-optional.patch (minor context diff)
* do not build-depend on libspice-protocol-dev
  (upstream always uses included copy)
* add (versioned) dependency on libspice-protocol-dev to libspice-server-dev
  package, since when the latter is installed, embedded protocol headers
  are not installed
* do not build-depend on mesa libs (OpenGL is not enabled by default
  and is not recommended by upstream)
* do not build-depend on libogg-dev
* configure with --disable-silent-rules, so that the compiler command
  line is visible (this fixes the lintian warnings about hardening flags)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.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  Free Software Foundation, Inc.
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
 
# $Id: Makefile.am,v 1.11 2004/02/18 06:59:40 jm Exp $
18
 
 
19
 
# Disable automatic dependency tracking if using other tools than gcc and gmake
20
 
#AUTOMAKE_OPTIONS = no-dependencies
21
 
 
22
 
 
23
 
VPATH = @srcdir@
24
 
pkgdatadir = $(datadir)/@PACKAGE@
25
 
pkglibdir = $(libdir)/@PACKAGE@
26
 
pkgincludedir = $(includedir)/@PACKAGE@
27
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28
 
install_sh_DATA = $(install_sh) -c -m 644
29
 
install_sh_PROGRAM = $(install_sh) -c
30
 
install_sh_SCRIPT = $(install_sh) -c
31
 
INSTALL_HEADER = $(INSTALL_DATA)
32
 
transform = $(program_transform_name)
33
 
NORMAL_INSTALL = :
34
 
PRE_INSTALL = :
35
 
POST_INSTALL = :
36
 
NORMAL_UNINSTALL = :
37
 
PRE_UNINSTALL = :
38
 
POST_UNINSTALL = :
39
 
build_triplet = @build@
40
 
host_triplet = @host@
41
 
bin_PROGRAMS = celtenc@PACKAGE_APPEND@$(EXEEXT) \
42
 
        celtdec@PACKAGE_APPEND@$(EXEEXT)
43
 
subdir = tools
44
 
DIST_COMMON = $(include_HEADERS) $(noinst_HEADERS) \
45
 
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in
46
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
48
 
        $(top_srcdir)/configure.ac
49
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
 
        $(ACLOCAL_M4)
51
 
mkinstalldirs = $(install_sh) -d
52
 
CONFIG_HEADER = $(top_builddir)/config.h
53
 
CONFIG_CLEAN_FILES =
54
 
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includedir)"
55
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
56
 
PROGRAMS = $(bin_PROGRAMS)
57
 
am_celtdec@PACKAGE_APPEND@_OBJECTS = celtdec.$(OBJEXT) \
58
 
        wav_io.$(OBJEXT)
59
 
celtdec@PACKAGE_APPEND@_OBJECTS =  \
60
 
        $(am_celtdec@PACKAGE_APPEND@_OBJECTS)
61
 
am__DEPENDENCIES_1 =
62
 
celtdec@PACKAGE_APPEND@_DEPENDENCIES =  \
63
 
        $(top_builddir)/libcelt/libcelt@PACKAGE_APPEND@.la \
64
 
        $(am__DEPENDENCIES_1)
65
 
am_celtenc@PACKAGE_APPEND@_OBJECTS = celtenc.$(OBJEXT) \
66
 
        wav_io.$(OBJEXT) skeleton.$(OBJEXT)
67
 
celtenc@PACKAGE_APPEND@_OBJECTS =  \
68
 
        $(am_celtenc@PACKAGE_APPEND@_OBJECTS)
69
 
celtenc@PACKAGE_APPEND@_DEPENDENCIES =  \
70
 
        $(top_builddir)/libcelt/libcelt@PACKAGE_APPEND@.la \
71
 
        $(am__DEPENDENCIES_1)
72
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
73
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
74
 
am__depfiles_maybe = depfiles
75
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
76
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
77
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
78
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
79
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80
 
CCLD = $(CC)
81
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
82
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
83
 
        $(LDFLAGS) -o $@
84
 
SOURCES = $(celtdec@PACKAGE_APPEND@_SOURCES) \
85
 
        $(celtenc@PACKAGE_APPEND@_SOURCES)
86
 
DIST_SOURCES = $(celtdec@PACKAGE_APPEND@_SOURCES) \
87
 
        $(celtenc@PACKAGE_APPEND@_SOURCES)
88
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
89
 
am__vpath_adj = case $$p in \
90
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
91
 
    *) f=$$p;; \
92
 
  esac;
93
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
94
 
includeHEADERS_INSTALL = $(INSTALL_HEADER)
95
 
HEADERS = $(include_HEADERS) $(noinst_HEADERS)
96
 
ETAGS = etags
97
 
CTAGS = ctags
98
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99
 
ACLOCAL = @ACLOCAL@
100
 
AMTAR = @AMTAR@
101
 
AR = @AR@
102
 
AUTOCONF = @AUTOCONF@
103
 
AUTOHEADER = @AUTOHEADER@
104
 
AUTOMAKE = @AUTOMAKE@
105
 
AWK = @AWK@
106
 
CC = @CC@
107
 
CCDEPMODE = @CCDEPMODE@
108
 
CELT_LT_AGE = @CELT_LT_AGE@
109
 
CELT_LT_CURRENT = @CELT_LT_CURRENT@
110
 
CELT_LT_REVISION = @CELT_LT_REVISION@
111
 
CELT_VERSION = @CELT_VERSION@
112
 
CFLAGS = @CFLAGS@
113
 
CPP = @CPP@
114
 
CPPFLAGS = @CPPFLAGS@
115
 
CXX = @CXX@
116
 
CXXCPP = @CXXCPP@
117
 
CXXDEPMODE = @CXXDEPMODE@
118
 
CXXFLAGS = @CXXFLAGS@
119
 
CYGPATH_W = @CYGPATH_W@
120
 
DEFS = @DEFS@
121
 
DEPDIR = @DEPDIR@
122
 
DSYMUTIL = @DSYMUTIL@
123
 
ECHO = @ECHO@
124
 
ECHO_C = @ECHO_C@
125
 
ECHO_N = @ECHO_N@
126
 
ECHO_T = @ECHO_T@
127
 
EGREP = @EGREP@
128
 
EXEEXT = @EXEEXT@
129
 
F77 = @F77@
130
 
FFLAGS = @FFLAGS@
131
 
GREP = @GREP@
132
 
INSTALL = @INSTALL@
133
 
INSTALL_DATA = @INSTALL_DATA@
134
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
135
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
136
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
137
 
LDFLAGS = @LDFLAGS@
138
 
LIBOBJS = @LIBOBJS@
139
 
LIBS = @LIBS@
140
 
LIBTOOL = @LIBTOOL@
141
 
LN_S = @LN_S@
142
 
LTLIBOBJS = @LTLIBOBJS@
143
 
MAINT = @MAINT@
144
 
MAKEINFO = @MAKEINFO@
145
 
MKDIR_P = @MKDIR_P@
146
 
NMEDIT = @NMEDIT@
147
 
OBJEXT = @OBJEXT@
148
 
OGG_CFLAGS = @OGG_CFLAGS@
149
 
OGG_LIBS = @OGG_LIBS@
150
 
PACKAGE = @PACKAGE@
151
 
PACKAGE_APPEND = @PACKAGE_APPEND@
152
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
153
 
PACKAGE_NAME = @PACKAGE_NAME@
154
 
PACKAGE_STRING = @PACKAGE_STRING@
155
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
156
 
PACKAGE_VERSION = @PACKAGE_VERSION@
157
 
PATH_SEPARATOR = @PATH_SEPARATOR@
158
 
RANLIB = @RANLIB@
159
 
SED = @SED@
160
 
SET_MAKE = @SET_MAKE@
161
 
SHELL = @SHELL@
162
 
SIZE16 = @SIZE16@
163
 
SIZE32 = @SIZE32@
164
 
STRIP = @STRIP@
165
 
VERSION = @VERSION@
166
 
abs_builddir = @abs_builddir@
167
 
abs_srcdir = @abs_srcdir@
168
 
abs_top_builddir = @abs_top_builddir@
169
 
abs_top_srcdir = @abs_top_srcdir@
170
 
ac_ct_CC = @ac_ct_CC@
171
 
ac_ct_CXX = @ac_ct_CXX@
172
 
ac_ct_F77 = @ac_ct_F77@
173
 
am__include = @am__include@
174
 
am__leading_dot = @am__leading_dot@
175
 
am__quote = @am__quote@
176
 
am__tar = @am__tar@
177
 
am__untar = @am__untar@
178
 
bindir = @bindir@
179
 
build = @build@
180
 
build_alias = @build_alias@
181
 
build_cpu = @build_cpu@
182
 
build_os = @build_os@
183
 
build_vendor = @build_vendor@
184
 
builddir = @builddir@
185
 
datadir = @datadir@
186
 
datarootdir = @datarootdir@
187
 
docdir = @docdir@
188
 
dvidir = @dvidir@
189
 
exec_prefix = @exec_prefix@
190
 
host = @host@
191
 
host_alias = @host_alias@
192
 
host_cpu = @host_cpu@
193
 
host_os = @host_os@
194
 
host_vendor = @host_vendor@
195
 
htmldir = @htmldir@
196
 
includedir = @includedir@
197
 
infodir = @infodir@
198
 
install_sh = @install_sh@
199
 
libdir = @libdir@
200
 
libexecdir = @libexecdir@
201
 
localedir = @localedir@
202
 
localstatedir = @localstatedir@
203
 
mandir = @mandir@
204
 
mkdir_p = @mkdir_p@
205
 
oldincludedir = @oldincludedir@
206
 
pdfdir = @pdfdir@
207
 
prefix = @prefix@
208
 
program_transform_name = @program_transform_name@
209
 
psdir = @psdir@
210
 
sbindir = @sbindir@
211
 
sharedstatedir = @sharedstatedir@
212
 
srcdir = @srcdir@
213
 
sysconfdir = @sysconfdir@
214
 
target_alias = @target_alias@
215
 
tools = @tools@
216
 
top_builddir = @top_builddir@
217
 
top_srcdir = @top_srcdir@
218
 
INCLUDES = -I$(top_srcdir)/libcelt -I$(top_builddir)/ @OGG_CFLAGS@
219
 
EXTRA_DIST = getopt_win.h getopt.c getopt1.c wave_out.c wave_out.h skeleton.h
220
 
include_HEADERS = 
221
 
noinst_HEADERS = wav_io.h
222
 
celtenc@PACKAGE_APPEND@_SOURCES = celtenc.c wav_io.c skeleton.c
223
 
celtenc@PACKAGE_APPEND@_LDADD = $(top_builddir)/libcelt/libcelt@PACKAGE_APPEND@.la $(OGG_LIBS)
224
 
celtdec@PACKAGE_APPEND@_SOURCES = celtdec.c wav_io.c
225
 
celtdec@PACKAGE_APPEND@_LDADD = $(top_builddir)/libcelt/libcelt@PACKAGE_APPEND@.la $(OGG_LIBS)
226
 
all: all-am
227
 
 
228
 
.SUFFIXES:
229
 
.SUFFIXES: .c .lo .o .obj
230
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
231
 
        @for dep in $?; do \
232
 
          case '$(am__configure_deps)' in \
233
 
            *$$dep*) \
234
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
235
 
                && exit 0; \
236
 
              exit 1;; \
237
 
          esac; \
238
 
        done; \
239
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/Makefile'; \
240
 
        cd $(top_srcdir) && \
241
 
          $(AUTOMAKE) --gnu  tools/Makefile
242
 
.PRECIOUS: Makefile
243
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
244
 
        @case '$?' in \
245
 
          *config.status*) \
246
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
247
 
          *) \
248
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
249
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
250
 
        esac;
251
 
 
252
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
253
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254
 
 
255
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
256
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
258
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259
 
install-binPROGRAMS: $(bin_PROGRAMS)
260
 
        @$(NORMAL_INSTALL)
261
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
262
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
263
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
264
 
          if test -f $$p \
265
 
             || test -f $$p1 \
266
 
          ; then \
267
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
268
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
269
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
270
 
          else :; fi; \
271
 
        done
272
 
 
273
 
uninstall-binPROGRAMS:
274
 
        @$(NORMAL_UNINSTALL)
275
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
276
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
277
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
278
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
279
 
        done
280
 
 
281
 
clean-binPROGRAMS:
282
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
283
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
284
 
          echo " rm -f $$p $$f"; \
285
 
          rm -f $$p $$f ; \
286
 
        done
287
 
celtdec@PACKAGE_APPEND@$(EXEEXT): $(celtdec@PACKAGE_APPEND@_OBJECTS) $(celtdec@PACKAGE_APPEND@_DEPENDENCIES) 
288
 
        @rm -f celtdec@PACKAGE_APPEND@$(EXEEXT)
289
 
        $(LINK) $(celtdec@PACKAGE_APPEND@_OBJECTS) $(celtdec@PACKAGE_APPEND@_LDADD) $(LIBS)
290
 
celtenc@PACKAGE_APPEND@$(EXEEXT): $(celtenc@PACKAGE_APPEND@_OBJECTS) $(celtenc@PACKAGE_APPEND@_DEPENDENCIES) 
291
 
        @rm -f celtenc@PACKAGE_APPEND@$(EXEEXT)
292
 
        $(LINK) $(celtenc@PACKAGE_APPEND@_OBJECTS) $(celtenc@PACKAGE_APPEND@_LDADD) $(LIBS)
293
 
 
294
 
mostlyclean-compile:
295
 
        -rm -f *.$(OBJEXT)
296
 
 
297
 
distclean-compile:
298
 
        -rm -f *.tab.c
299
 
 
300
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/celtdec.Po@am__quote@
301
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/celtenc.Po@am__quote@
302
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skeleton.Po@am__quote@
303
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wav_io.Po@am__quote@
304
 
 
305
 
.c.o:
306
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
307
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
308
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
309
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
310
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
311
 
 
312
 
.c.obj:
313
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
314
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
315
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
316
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
318
 
 
319
 
.c.lo:
320
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
321
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
322
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
323
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
324
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
325
 
 
326
 
mostlyclean-libtool:
327
 
        -rm -f *.lo
328
 
 
329
 
clean-libtool:
330
 
        -rm -rf .libs _libs
331
 
install-includeHEADERS: $(include_HEADERS)
332
 
        @$(NORMAL_INSTALL)
333
 
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
334
 
        @list='$(include_HEADERS)'; for p in $$list; do \
335
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
336
 
          f=$(am__strip_dir) \
337
 
          echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
338
 
          $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
339
 
        done
340
 
 
341
 
uninstall-includeHEADERS:
342
 
        @$(NORMAL_UNINSTALL)
343
 
        @list='$(include_HEADERS)'; for p in $$list; do \
344
 
          f=$(am__strip_dir) \
345
 
          echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
346
 
          rm -f "$(DESTDIR)$(includedir)/$$f"; \
347
 
        done
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; nonemtpy = 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
 
        tags=; \
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
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
370
 
          test -n "$$unique" || unique=$$empty_fix; \
371
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
372
 
            $$tags $$unique; \
373
 
        fi
374
 
ctags: CTAGS
375
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
376
 
                $(TAGS_FILES) $(LISP)
377
 
        tags=; \
378
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
379
 
        unique=`for i in $$list; do \
380
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381
 
          done | \
382
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
383
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
384
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
385
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
386
 
             $$tags $$unique
387
 
 
388
 
GTAGS:
389
 
        here=`$(am__cd) $(top_builddir) && pwd` \
390
 
          && cd $(top_srcdir) \
391
 
          && gtags -i $(GTAGS_ARGS) $$here
392
 
 
393
 
distclean-tags:
394
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
395
 
 
396
 
distdir: $(DISTFILES)
397
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
398
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
399
 
        list='$(DISTFILES)'; \
400
 
          dist_files=`for file in $$list; do echo $$file; done | \
401
 
          sed -e "s|^$$srcdirstrip/||;t" \
402
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
403
 
        case $$dist_files in \
404
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
405
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
406
 
                           sort -u` ;; \
407
 
        esac; \
408
 
        for file in $$dist_files; do \
409
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
410
 
          if test -d $$d/$$file; then \
411
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
412
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
413
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
414
 
            fi; \
415
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
416
 
          else \
417
 
            test -f $(distdir)/$$file \
418
 
            || cp -p $$d/$$file $(distdir)/$$file \
419
 
            || exit 1; \
420
 
          fi; \
421
 
        done
422
 
check-am: all-am
423
 
check: check-am
424
 
all-am: Makefile $(PROGRAMS) $(HEADERS)
425
 
installdirs:
426
 
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includedir)"; do \
427
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
428
 
        done
429
 
install: install-am
430
 
install-exec: install-exec-am
431
 
install-data: install-data-am
432
 
uninstall: uninstall-am
433
 
 
434
 
install-am: all-am
435
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
436
 
 
437
 
installcheck: installcheck-am
438
 
install-strip:
439
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
440
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
441
 
          `test -z '$(STRIP)' || \
442
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
443
 
mostlyclean-generic:
444
 
 
445
 
clean-generic:
446
 
 
447
 
distclean-generic:
448
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
449
 
 
450
 
maintainer-clean-generic:
451
 
        @echo "This command is intended for maintainers to use"
452
 
        @echo "it deletes files that may require special tools to rebuild."
453
 
clean: clean-am
454
 
 
455
 
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
456
 
 
457
 
distclean: distclean-am
458
 
        -rm -rf ./$(DEPDIR)
459
 
        -rm -f Makefile
460
 
distclean-am: clean-am distclean-compile distclean-generic \
461
 
        distclean-tags
462
 
 
463
 
dvi: dvi-am
464
 
 
465
 
dvi-am:
466
 
 
467
 
html: html-am
468
 
 
469
 
info: info-am
470
 
 
471
 
info-am:
472
 
 
473
 
install-data-am: install-includeHEADERS
474
 
 
475
 
install-dvi: install-dvi-am
476
 
 
477
 
install-exec-am: install-binPROGRAMS
478
 
 
479
 
install-html: install-html-am
480
 
 
481
 
install-info: install-info-am
482
 
 
483
 
install-man:
484
 
 
485
 
install-pdf: install-pdf-am
486
 
 
487
 
install-ps: install-ps-am
488
 
 
489
 
installcheck-am:
490
 
 
491
 
maintainer-clean: maintainer-clean-am
492
 
        -rm -rf ./$(DEPDIR)
493
 
        -rm -f Makefile
494
 
maintainer-clean-am: distclean-am maintainer-clean-generic
495
 
 
496
 
mostlyclean: mostlyclean-am
497
 
 
498
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
499
 
        mostlyclean-libtool
500
 
 
501
 
pdf: pdf-am
502
 
 
503
 
pdf-am:
504
 
 
505
 
ps: ps-am
506
 
 
507
 
ps-am:
508
 
 
509
 
uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS
510
 
 
511
 
.MAKE: install-am install-strip
512
 
 
513
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
514
 
        clean-generic clean-libtool ctags distclean distclean-compile \
515
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
516
 
        dvi-am html html-am info info-am install install-am \
517
 
        install-binPROGRAMS install-data install-data-am install-dvi \
518
 
        install-dvi-am install-exec install-exec-am install-html \
519
 
        install-html-am install-includeHEADERS install-info \
520
 
        install-info-am install-man install-pdf install-pdf-am \
521
 
        install-ps install-ps-am install-strip installcheck \
522
 
        installcheck-am installdirs maintainer-clean \
523
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
524
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
525
 
        tags uninstall uninstall-am uninstall-binPROGRAMS \
526
 
        uninstall-includeHEADERS
527
 
 
528
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
529
 
# Otherwise a system limit (for SysV at least) may be exceeded.
530
 
.NOEXPORT: