~ubuntu-branches/debian/experimental/libdc1394/experimental

« back to all changes in this revision

Viewing changes to dc1394/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Guus Sliepen
  • Date: 2007-06-14 14:29:38 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070614142938-0kkrkb0d64bveevg
Tags: 2.0.0~rc7-0.1
* Non-maintainer upload to experimental.
* New upstream release. Closes: #427800, #421075
* Remove obsolete (Build-)Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  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
 
 
18
srcdir = @srcdir@
 
19
top_srcdir = @top_srcdir@
 
20
VPATH = @srcdir@
 
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkglibdir = $(libdir)/@PACKAGE@
 
23
top_builddir = ..
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
INSTALL = @INSTALL@
 
26
install_sh_DATA = $(install_sh) -c -m 644
 
27
install_sh_PROGRAM = $(install_sh) -c
 
28
install_sh_SCRIPT = $(install_sh) -c
 
29
INSTALL_HEADER = $(INSTALL_DATA)
 
30
transform = $(program_transform_name)
 
31
NORMAL_INSTALL = :
 
32
PRE_INSTALL = :
 
33
POST_INSTALL = :
 
34
NORMAL_UNINSTALL = :
 
35
PRE_UNINSTALL = :
 
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
 
38
host_triplet = @host@
 
39
subdir = dc1394
 
40
DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \
 
41
        $(srcdir)/Makefile.in
 
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
43
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
44
        $(top_srcdir)/configure.in
 
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
46
        $(ACLOCAL_M4)
 
47
mkinstalldirs = $(install_sh) -d
 
48
CONFIG_HEADER = $(top_builddir)/config.h
 
49
CONFIG_CLEAN_FILES =
 
50
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
51
am__vpath_adj = case $$p in \
 
52
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
53
    *) f=$$p;; \
 
54
  esac;
 
55
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
56
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"
 
57
libLTLIBRARIES_INSTALL = $(INSTALL)
 
58
LTLIBRARIES = $(lib_LTLIBRARIES)
 
59
libdc1394_la_DEPENDENCIES =  \
 
60
        $(dc1394platform)/libdc1394-$(dc1394platform).la \
 
61
        vendor/libdc1394-vendor.la
 
62
am_libdc1394_la_OBJECTS = control.lo format7.lo register.lo utils.lo \
 
63
        internal.lo conversions.lo bayer.lo
 
64
libdc1394_la_OBJECTS = $(am_libdc1394_la_OBJECTS)
 
65
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
66
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
67
am__depfiles_maybe = depfiles
 
68
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
69
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
70
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
71
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
72
        $(AM_CFLAGS) $(CFLAGS)
 
73
CCLD = $(CC)
 
74
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
75
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
76
SOURCES = $(libdc1394_la_SOURCES)
 
77
DIST_SOURCES = $(libdc1394_la_SOURCES)
 
78
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
79
        html-recursive info-recursive install-data-recursive \
 
80
        install-exec-recursive install-info-recursive \
 
81
        install-recursive installcheck-recursive installdirs-recursive \
 
82
        pdf-recursive ps-recursive uninstall-info-recursive \
 
83
        uninstall-recursive
 
84
pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
 
85
HEADERS = $(pkginclude_HEADERS)
 
86
ETAGS = etags
 
87
CTAGS = ctags
 
88
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
89
pkgincludedir = @pkgincludedir@
 
90
ACLOCAL = @ACLOCAL@
 
91
AMDEP_FALSE = @AMDEP_FALSE@
 
92
AMDEP_TRUE = @AMDEP_TRUE@
 
93
AMTAR = @AMTAR@
 
94
AR = @AR@
 
95
AUTOCONF = @AUTOCONF@
 
96
AUTOHEADER = @AUTOHEADER@
 
97
AUTOMAKE = @AUTOMAKE@
 
98
AWK = @AWK@
 
99
CC = @CC@
 
100
CCDEPMODE = @CCDEPMODE@
 
101
CFLAGS = @CFLAGS@
 
102
CPP = @CPP@
 
103
CPPFLAGS = @CPPFLAGS@
 
104
CXX = @CXX@
 
105
CXXCPP = @CXXCPP@
 
106
CXXDEPMODE = @CXXDEPMODE@
 
107
CXXFLAGS = @CXXFLAGS@
 
108
CYGPATH_W = @CYGPATH_W@
 
109
DEFS = @DEFS@
 
110
DEPDIR = @DEPDIR@
 
111
DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
 
112
DX_COND_chi_FALSE = @DX_COND_chi_FALSE@
 
113
DX_COND_chi_TRUE = @DX_COND_chi_TRUE@
 
114
DX_COND_chm_FALSE = @DX_COND_chm_FALSE@
 
115
DX_COND_chm_TRUE = @DX_COND_chm_TRUE@
 
116
DX_COND_doc_FALSE = @DX_COND_doc_FALSE@
 
117
DX_COND_doc_TRUE = @DX_COND_doc_TRUE@
 
118
DX_COND_dot_FALSE = @DX_COND_dot_FALSE@
 
119
DX_COND_dot_TRUE = @DX_COND_dot_TRUE@
 
120
DX_COND_html_FALSE = @DX_COND_html_FALSE@
 
121
DX_COND_html_TRUE = @DX_COND_html_TRUE@
 
122
DX_COND_latex_FALSE = @DX_COND_latex_FALSE@
 
123
DX_COND_latex_TRUE = @DX_COND_latex_TRUE@
 
124
DX_COND_man_FALSE = @DX_COND_man_FALSE@
 
125
DX_COND_man_TRUE = @DX_COND_man_TRUE@
 
126
DX_COND_pdf_FALSE = @DX_COND_pdf_FALSE@
 
127
DX_COND_pdf_TRUE = @DX_COND_pdf_TRUE@
 
128
DX_COND_ps_FALSE = @DX_COND_ps_FALSE@
 
129
DX_COND_ps_TRUE = @DX_COND_ps_TRUE@
 
130
DX_COND_rtf_FALSE = @DX_COND_rtf_FALSE@
 
131
DX_COND_rtf_TRUE = @DX_COND_rtf_TRUE@
 
132
DX_COND_xml_FALSE = @DX_COND_xml_FALSE@
 
133
DX_COND_xml_TRUE = @DX_COND_xml_TRUE@
 
134
DX_CONFIG = @DX_CONFIG@
 
135
DX_DOCDIR = @DX_DOCDIR@
 
136
DX_DOT = @DX_DOT@
 
137
DX_DOXYGEN = @DX_DOXYGEN@
 
138
DX_DVIPS = @DX_DVIPS@
 
139
DX_EGREP = @DX_EGREP@
 
140
DX_ENV = @DX_ENV@
 
141
DX_FLAG_chi = @DX_FLAG_chi@
 
142
DX_FLAG_chm = @DX_FLAG_chm@
 
143
DX_FLAG_doc = @DX_FLAG_doc@
 
144
DX_FLAG_dot = @DX_FLAG_dot@
 
145
DX_FLAG_html = @DX_FLAG_html@
 
146
DX_FLAG_man = @DX_FLAG_man@
 
147
DX_FLAG_pdf = @DX_FLAG_pdf@
 
148
DX_FLAG_ps = @DX_FLAG_ps@
 
149
DX_FLAG_rtf = @DX_FLAG_rtf@
 
150
DX_FLAG_xml = @DX_FLAG_xml@
 
151
DX_HHC = @DX_HHC@
 
152
DX_LATEX = @DX_LATEX@
 
153
DX_MAKEINDEX = @DX_MAKEINDEX@
 
154
DX_PDFLATEX = @DX_PDFLATEX@
 
155
DX_PERL = @DX_PERL@
 
156
DX_PROJECT = @DX_PROJECT@
 
157
ECHO = @ECHO@
 
158
ECHO_C = @ECHO_C@
 
159
ECHO_N = @ECHO_N@
 
160
ECHO_T = @ECHO_T@
 
161
EGREP = @EGREP@
 
162
EXEEXT = @EXEEXT@
 
163
F77 = @F77@
 
164
FFLAGS = @FFLAGS@
 
165
GREP = @GREP@
 
166
INSTALL_DATA = @INSTALL_DATA@
 
167
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
168
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
169
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
170
JUJU_DIR = @JUJU_DIR@
 
171
LDFLAGS = @LDFLAGS@
 
172
LIBOBJS = @LIBOBJS@
 
173
LIBS = @LIBS@
 
174
LIBTOOL = @LIBTOOL@
 
175
LN_S = @LN_S@
 
176
LTLIBOBJS = @LTLIBOBJS@
 
177
MAKEINFO = @MAKEINFO@
 
178
OBJEXT = @OBJEXT@
 
179
PACKAGE = @PACKAGE@
 
180
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
181
PACKAGE_NAME = @PACKAGE_NAME@
 
182
PACKAGE_STRING = @PACKAGE_STRING@
 
183
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
184
PACKAGE_VERSION = @PACKAGE_VERSION@
 
185
PATH_SEPARATOR = @PATH_SEPARATOR@
 
186
RANLIB = @RANLIB@
 
187
SET_MAKE = @SET_MAKE@
 
188
SHELL = @SHELL@
 
189
STRIP = @STRIP@
 
190
USE_LINUX_FALSE = @USE_LINUX_FALSE@
 
191
USE_LINUX_TRUE = @USE_LINUX_TRUE@
 
192
USE_MACOSX_FALSE = @USE_MACOSX_FALSE@
 
193
USE_MACOSX_TRUE = @USE_MACOSX_TRUE@
 
194
VERSION = @VERSION@
 
195
XMKMF = @XMKMF@
 
196
XVOK_FALSE = @XVOK_FALSE@
 
197
XVOK_TRUE = @XVOK_TRUE@
 
198
XV_CFLAGS = @XV_CFLAGS@
 
199
XV_LIBS = @XV_LIBS@
 
200
X_CFLAGS = @X_CFLAGS@
 
201
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
202
X_LIBS = @X_LIBS@
 
203
X_PRE_LIBS = @X_PRE_LIBS@
 
204
ac_ct_CC = @ac_ct_CC@
 
205
ac_ct_CXX = @ac_ct_CXX@
 
206
ac_ct_F77 = @ac_ct_F77@
 
207
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
208
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
209
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
210
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
211
am__include = @am__include@
 
212
am__leading_dot = @am__leading_dot@
 
213
am__quote = @am__quote@
 
214
am__tar = @am__tar@
 
215
am__untar = @am__untar@
 
216
bindir = @bindir@
 
217
build = @build@
 
218
build_alias = @build_alias@
 
219
build_cpu = @build_cpu@
 
220
build_os = @build_os@
 
221
build_vendor = @build_vendor@
 
222
datadir = @datadir@
 
223
datarootdir = @datarootdir@
 
224
dc1394platform = @dc1394platform@
 
225
docdir = @docdir@
 
226
dvidir = @dvidir@
 
227
exec_prefix = @exec_prefix@
 
228
host = @host@
 
229
host_alias = @host_alias@
 
230
host_cpu = @host_cpu@
 
231
host_os = @host_os@
 
232
host_vendor = @host_vendor@
 
233
htmldir = @htmldir@
 
234
includedir = @includedir@
 
235
infodir = @infodir@
 
236
install_sh = @install_sh@
 
237
libdir = @libdir@
 
238
libexecdir = @libexecdir@
 
239
localedir = @localedir@
 
240
localstatedir = @localstatedir@
 
241
lt_age = @lt_age@
 
242
lt_major = @lt_major@
 
243
lt_revision = @lt_revision@
 
244
mandir = @mandir@
 
245
mkdir_p = @mkdir_p@
 
246
oldincludedir = @oldincludedir@
 
247
pdfdir = @pdfdir@
 
248
prefix = @prefix@
 
249
program_transform_name = @program_transform_name@
 
250
psdir = @psdir@
 
251
sbindir = @sbindir@
 
252
sharedstatedir = @sharedstatedir@
 
253
sysconfdir = @sysconfdir@
 
254
target_alias = @target_alias@
 
255
MAINTAINERCLEANFILES = Makefile.in
 
256
lib_LTLIBRARIES = libdc1394.la
 
257
SUBDIRS = $(dc1394platform) vendor
 
258
DIST_SUBDIRS = linux macosx vendor juju
 
259
libdc1394_la_LDFLAGS = -version-info @lt_major@:@lt_revision@:@lt_age@
 
260
libdc1394_la_SOURCES = \
 
261
        control.c       \
 
262
        control.h       \
 
263
        offsets.h       \
 
264
        format7.c        \
 
265
        register.c       \
 
266
        register.h       \
 
267
        utils.c          \
 
268
        utils.h          \
 
269
        internal.c       \
 
270
        internal.h       \
 
271
        conversions.c    \
 
272
        conversions.h    \
 
273
        bayer.c          \
 
274
        kernel-video1394.h
 
275
 
 
276
libdc1394_la_LIBADD = \
 
277
        $(dc1394platform)/libdc1394-$(dc1394platform).la \
 
278
        vendor/libdc1394-vendor.la
 
279
 
 
280
 
 
281
# headers to be installed
 
282
pkginclude_HEADERS = \
 
283
        control.h \
 
284
        utils.h \
 
285
        conversions.h \
 
286
        register.h
 
287
 
 
288
all: all-recursive
 
289
 
 
290
.SUFFIXES:
 
291
.SUFFIXES: .c .lo .o .obj
 
292
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
293
        @for dep in $?; do \
 
294
          case '$(am__configure_deps)' in \
 
295
            *$$dep*) \
 
296
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
297
                && exit 0; \
 
298
              exit 1;; \
 
299
          esac; \
 
300
        done; \
 
301
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  dc1394/Makefile'; \
 
302
        cd $(top_srcdir) && \
 
303
          $(AUTOMAKE) --gnu  dc1394/Makefile
 
304
.PRECIOUS: Makefile
 
305
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
306
        @case '$?' in \
 
307
          *config.status*) \
 
308
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
309
          *) \
 
310
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
311
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
312
        esac;
 
313
 
 
314
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
315
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
316
 
 
317
$(top_srcdir)/configure:  $(am__configure_deps)
 
318
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
319
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
320
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
321
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
322
        @$(NORMAL_INSTALL)
 
323
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
324
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
325
          if test -f $$p; then \
 
326
            f=$(am__strip_dir) \
 
327
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
328
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
329
          else :; fi; \
 
330
        done
 
331
 
 
332
uninstall-libLTLIBRARIES:
 
333
        @$(NORMAL_UNINSTALL)
 
334
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
335
          p=$(am__strip_dir) \
 
336
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
337
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
338
        done
 
339
 
 
340
clean-libLTLIBRARIES:
 
341
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
342
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
343
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
344
          test "$$dir" != "$$p" || dir=.; \
 
345
          echo "rm -f \"$${dir}/so_locations\""; \
 
346
          rm -f "$${dir}/so_locations"; \
 
347
        done
 
348
libdc1394.la: $(libdc1394_la_OBJECTS) $(libdc1394_la_DEPENDENCIES) 
 
349
        $(LINK) -rpath $(libdir) $(libdc1394_la_LDFLAGS) $(libdc1394_la_OBJECTS) $(libdc1394_la_LIBADD) $(LIBS)
 
350
 
 
351
mostlyclean-compile:
 
352
        -rm -f *.$(OBJEXT)
 
353
 
 
354
distclean-compile:
 
355
        -rm -f *.tab.c
 
356
 
 
357
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bayer.Plo@am__quote@
 
358
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/control.Plo@am__quote@
 
359
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conversions.Plo@am__quote@
 
360
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/format7.Plo@am__quote@
 
361
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/internal.Plo@am__quote@
 
362
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/register.Plo@am__quote@
 
363
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Plo@am__quote@
 
364
 
 
365
.c.o:
 
366
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
367
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
368
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
369
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
370
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
371
 
 
372
.c.obj:
 
373
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
374
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
375
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
376
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
377
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
378
 
 
379
.c.lo:
 
380
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
381
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
382
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
383
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
384
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
385
 
 
386
mostlyclean-libtool:
 
387
        -rm -f *.lo
 
388
 
 
389
clean-libtool:
 
390
        -rm -rf .libs _libs
 
391
 
 
392
distclean-libtool:
 
393
        -rm -f libtool
 
394
uninstall-info-am:
 
395
install-pkgincludeHEADERS: $(pkginclude_HEADERS)
 
396
        @$(NORMAL_INSTALL)
 
397
        test -z "$(pkgincludedir)" || $(mkdir_p) "$(DESTDIR)$(pkgincludedir)"
 
398
        @list='$(pkginclude_HEADERS)'; for p in $$list; do \
 
399
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
400
          f=$(am__strip_dir) \
 
401
          echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$f'"; \
 
402
          $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$f"; \
 
403
        done
 
404
 
 
405
uninstall-pkgincludeHEADERS:
 
406
        @$(NORMAL_UNINSTALL)
 
407
        @list='$(pkginclude_HEADERS)'; for p in $$list; do \
 
408
          f=$(am__strip_dir) \
 
409
          echo " rm -f '$(DESTDIR)$(pkgincludedir)/$$f'"; \
 
410
          rm -f "$(DESTDIR)$(pkgincludedir)/$$f"; \
 
411
        done
 
412
 
 
413
# This directory's subdirectories are mostly independent; you can cd
 
414
# into them and run `make' without going through this Makefile.
 
415
# To change the values of `make' variables: instead of editing Makefiles,
 
416
# (1) if the variable is set in `config.status', edit `config.status'
 
417
#     (which will cause the Makefiles to be regenerated when you run `make');
 
418
# (2) otherwise, pass the desired values on the `make' command line.
 
419
$(RECURSIVE_TARGETS):
 
420
        @failcom='exit 1'; \
 
421
        for f in x $$MAKEFLAGS; do \
 
422
          case $$f in \
 
423
            *=* | --[!k]*);; \
 
424
            *k*) failcom='fail=yes';; \
 
425
          esac; \
 
426
        done; \
 
427
        dot_seen=no; \
 
428
        target=`echo $@ | sed s/-recursive//`; \
 
429
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
430
          echo "Making $$target in $$subdir"; \
 
431
          if test "$$subdir" = "."; then \
 
432
            dot_seen=yes; \
 
433
            local_target="$$target-am"; \
 
434
          else \
 
435
            local_target="$$target"; \
 
436
          fi; \
 
437
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
438
          || eval $$failcom; \
 
439
        done; \
 
440
        if test "$$dot_seen" = "no"; then \
 
441
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
442
        fi; test -z "$$fail"
 
443
 
 
444
mostlyclean-recursive clean-recursive distclean-recursive \
 
445
maintainer-clean-recursive:
 
446
        @failcom='exit 1'; \
 
447
        for f in x $$MAKEFLAGS; do \
 
448
          case $$f in \
 
449
            *=* | --[!k]*);; \
 
450
            *k*) failcom='fail=yes';; \
 
451
          esac; \
 
452
        done; \
 
453
        dot_seen=no; \
 
454
        case "$@" in \
 
455
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
456
          *) list='$(SUBDIRS)' ;; \
 
457
        esac; \
 
458
        rev=''; for subdir in $$list; do \
 
459
          if test "$$subdir" = "."; then :; else \
 
460
            rev="$$subdir $$rev"; \
 
461
          fi; \
 
462
        done; \
 
463
        rev="$$rev ."; \
 
464
        target=`echo $@ | sed s/-recursive//`; \
 
465
        for subdir in $$rev; do \
 
466
          echo "Making $$target in $$subdir"; \
 
467
          if test "$$subdir" = "."; then \
 
468
            local_target="$$target-am"; \
 
469
          else \
 
470
            local_target="$$target"; \
 
471
          fi; \
 
472
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
473
          || eval $$failcom; \
 
474
        done && test -z "$$fail"
 
475
tags-recursive:
 
476
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
477
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
478
        done
 
479
ctags-recursive:
 
480
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
481
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
482
        done
 
483
 
 
484
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
485
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
486
        unique=`for i in $$list; do \
 
487
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
488
          done | \
 
489
          $(AWK) '    { files[$$0] = 1; } \
 
490
               END { for (i in files) print i; }'`; \
 
491
        mkid -fID $$unique
 
492
tags: TAGS
 
493
 
 
494
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
495
                $(TAGS_FILES) $(LISP)
 
496
        tags=; \
 
497
        here=`pwd`; \
 
498
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
499
          include_option=--etags-include; \
 
500
          empty_fix=.; \
 
501
        else \
 
502
          include_option=--include; \
 
503
          empty_fix=; \
 
504
        fi; \
 
505
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
506
          if test "$$subdir" = .; then :; else \
 
507
            test ! -f $$subdir/TAGS || \
 
508
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
509
          fi; \
 
510
        done; \
 
511
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
512
        unique=`for i in $$list; do \
 
513
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
514
          done | \
 
515
          $(AWK) '    { files[$$0] = 1; } \
 
516
               END { for (i in files) print i; }'`; \
 
517
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
518
          test -n "$$unique" || unique=$$empty_fix; \
 
519
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
520
            $$tags $$unique; \
 
521
        fi
 
522
ctags: CTAGS
 
523
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
524
                $(TAGS_FILES) $(LISP)
 
525
        tags=; \
 
526
        here=`pwd`; \
 
527
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
528
        unique=`for i in $$list; do \
 
529
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
530
          done | \
 
531
          $(AWK) '    { files[$$0] = 1; } \
 
532
               END { for (i in files) print i; }'`; \
 
533
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
534
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
535
             $$tags $$unique
 
536
 
 
537
GTAGS:
 
538
        here=`$(am__cd) $(top_builddir) && pwd` \
 
539
          && cd $(top_srcdir) \
 
540
          && gtags -i $(GTAGS_ARGS) $$here
 
541
 
 
542
distclean-tags:
 
543
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
544
 
 
545
distdir: $(DISTFILES)
 
546
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
547
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
548
        list='$(DISTFILES)'; for file in $$list; do \
 
549
          case $$file in \
 
550
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
551
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
552
          esac; \
 
553
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
554
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
555
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
556
            dir="/$$dir"; \
 
557
            $(mkdir_p) "$(distdir)$$dir"; \
 
558
          else \
 
559
            dir=''; \
 
560
          fi; \
 
561
          if test -d $$d/$$file; then \
 
562
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
563
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
564
            fi; \
 
565
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
566
          else \
 
567
            test -f $(distdir)/$$file \
 
568
            || cp -p $$d/$$file $(distdir)/$$file \
 
569
            || exit 1; \
 
570
          fi; \
 
571
        done
 
572
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
573
          if test "$$subdir" = .; then :; else \
 
574
            test -d "$(distdir)/$$subdir" \
 
575
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
576
            || exit 1; \
 
577
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
578
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
579
            (cd $$subdir && \
 
580
              $(MAKE) $(AM_MAKEFLAGS) \
 
581
                top_distdir="$$top_distdir" \
 
582
                distdir="$$distdir/$$subdir" \
 
583
                distdir) \
 
584
              || exit 1; \
 
585
          fi; \
 
586
        done
 
587
check-am: all-am
 
588
check: check-recursive
 
589
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
590
installdirs: installdirs-recursive
 
591
installdirs-am:
 
592
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"; do \
 
593
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
594
        done
 
595
install: install-recursive
 
596
install-exec: install-exec-recursive
 
597
install-data: install-data-recursive
 
598
uninstall: uninstall-recursive
 
599
 
 
600
install-am: all-am
 
601
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
602
 
 
603
installcheck: installcheck-recursive
 
604
install-strip:
 
605
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
606
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
607
          `test -z '$(STRIP)' || \
 
608
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
609
mostlyclean-generic:
 
610
 
 
611
clean-generic:
 
612
 
 
613
distclean-generic:
 
614
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
615
 
 
616
maintainer-clean-generic:
 
617
        @echo "This command is intended for maintainers to use"
 
618
        @echo "it deletes files that may require special tools to rebuild."
 
619
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
620
clean: clean-recursive
 
621
 
 
622
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
623
        mostlyclean-am
 
624
 
 
625
distclean: distclean-recursive
 
626
        -rm -rf ./$(DEPDIR)
 
627
        -rm -f Makefile
 
628
distclean-am: clean-am distclean-compile distclean-generic \
 
629
        distclean-libtool distclean-tags
 
630
 
 
631
dvi: dvi-recursive
 
632
 
 
633
dvi-am:
 
634
 
 
635
html: html-recursive
 
636
 
 
637
info: info-recursive
 
638
 
 
639
info-am:
 
640
 
 
641
install-data-am: install-pkgincludeHEADERS
 
642
 
 
643
install-exec-am: install-libLTLIBRARIES
 
644
 
 
645
install-info: install-info-recursive
 
646
 
 
647
install-man:
 
648
 
 
649
installcheck-am:
 
650
 
 
651
maintainer-clean: maintainer-clean-recursive
 
652
        -rm -rf ./$(DEPDIR)
 
653
        -rm -f Makefile
 
654
maintainer-clean-am: distclean-am maintainer-clean-generic
 
655
 
 
656
mostlyclean: mostlyclean-recursive
 
657
 
 
658
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
659
        mostlyclean-libtool
 
660
 
 
661
pdf: pdf-recursive
 
662
 
 
663
pdf-am:
 
664
 
 
665
ps: ps-recursive
 
666
 
 
667
ps-am:
 
668
 
 
669
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
 
670
        uninstall-pkgincludeHEADERS
 
671
 
 
672
uninstall-info: uninstall-info-recursive
 
673
 
 
674
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
675
        clean clean-generic clean-libLTLIBRARIES clean-libtool \
 
676
        clean-recursive ctags ctags-recursive distclean \
 
677
        distclean-compile distclean-generic distclean-libtool \
 
678
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
679
        html-am info info-am install install-am install-data \
 
680
        install-data-am install-exec install-exec-am install-info \
 
681
        install-info-am install-libLTLIBRARIES install-man \
 
682
        install-pkgincludeHEADERS install-strip installcheck \
 
683
        installcheck-am installdirs installdirs-am maintainer-clean \
 
684
        maintainer-clean-generic maintainer-clean-recursive \
 
685
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
686
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
 
687
        tags tags-recursive uninstall uninstall-am uninstall-info-am \
 
688
        uninstall-libLTLIBRARIES uninstall-pkgincludeHEADERS
 
689
 
 
690
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
691
# Otherwise a system limit (for SysV at least) may be exceeded.
 
692
.NOEXPORT: