~ubuntu-branches/ubuntu/gutsy/aqualung/gutsy

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Adam Cécile (Le_Vert)
  • Date: 2007-03-10 16:07:32 UTC
  • Revision ID: james.westby@ubuntu.com-20070310160732-6hkwtb2d1h9sx6nr
Tags: upstream-0.9~beta7.1
Import upstream version 0.9~beta7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  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
SOURCES = $(aqualung_SOURCES)
 
18
 
 
19
srcdir = @srcdir@
 
20
top_srcdir = @top_srcdir@
 
21
VPATH = @srcdir@
 
22
pkgdatadir = $(datadir)/@PACKAGE@
 
23
pkglibdir = $(libdir)/@PACKAGE@
 
24
pkgincludedir = $(includedir)/@PACKAGE@
 
25
top_builddir = ..
 
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
27
INSTALL = @INSTALL@
 
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
bin_PROGRAMS = aqualung$(EXEEXT)
 
40
subdir = src
 
41
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
43
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
45
        $(ACLOCAL_M4)
 
46
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
47
CONFIG_HEADER = $(top_builddir)/config.h
 
48
CONFIG_CLEAN_FILES =
 
49
am__installdirs = "$(DESTDIR)$(bindir)"
 
50
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
51
PROGRAMS = $(bin_PROGRAMS)
 
52
am_aqualung_OBJECTS = about.$(OBJEXT) build_store.$(OBJEXT) \
 
53
        cdda.$(OBJEXT) cddb_lookup.$(OBJEXT) cd_ripper.$(OBJEXT) \
 
54
        core.$(OBJEXT) cover.$(OBJEXT) file_info.$(OBJEXT) \
 
55
        gui_main.$(OBJEXT) ifp_device.$(OBJEXT) loop_bar.$(OBJEXT) \
 
56
        meta_decoder.$(OBJEXT) music_browser.$(OBJEXT) \
 
57
        options.$(OBJEXT) playlist.$(OBJEXT) plugin.$(OBJEXT) \
 
58
        ports.$(OBJEXT) rb.$(OBJEXT) search.$(OBJEXT) \
 
59
        search_playlist.$(OBJEXT) segv.$(OBJEXT) skin.$(OBJEXT) \
 
60
        transceiver.$(OBJEXT) trashlist.$(OBJEXT) volume.$(OBJEXT)
 
61
aqualung_OBJECTS = $(am_aqualung_OBJECTS)
 
62
aqualung_LDADD = $(LDADD)
 
63
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
64
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
65
am__depfiles_maybe = depfiles
 
66
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/about.Po \
 
67
@AMDEP_TRUE@    ./$(DEPDIR)/build_store.Po \
 
68
@AMDEP_TRUE@    ./$(DEPDIR)/cd_ripper.Po ./$(DEPDIR)/cdda.Po \
 
69
@AMDEP_TRUE@    ./$(DEPDIR)/cddb_lookup.Po ./$(DEPDIR)/core.Po \
 
70
@AMDEP_TRUE@    ./$(DEPDIR)/cover.Po ./$(DEPDIR)/file_info.Po \
 
71
@AMDEP_TRUE@    ./$(DEPDIR)/gui_main.Po ./$(DEPDIR)/ifp_device.Po \
 
72
@AMDEP_TRUE@    ./$(DEPDIR)/loop_bar.Po \
 
73
@AMDEP_TRUE@    ./$(DEPDIR)/meta_decoder.Po \
 
74
@AMDEP_TRUE@    ./$(DEPDIR)/music_browser.Po \
 
75
@AMDEP_TRUE@    ./$(DEPDIR)/options.Po ./$(DEPDIR)/playlist.Po \
 
76
@AMDEP_TRUE@    ./$(DEPDIR)/plugin.Po ./$(DEPDIR)/ports.Po \
 
77
@AMDEP_TRUE@    ./$(DEPDIR)/rb.Po ./$(DEPDIR)/search.Po \
 
78
@AMDEP_TRUE@    ./$(DEPDIR)/search_playlist.Po ./$(DEPDIR)/segv.Po \
 
79
@AMDEP_TRUE@    ./$(DEPDIR)/skin.Po ./$(DEPDIR)/transceiver.Po \
 
80
@AMDEP_TRUE@    ./$(DEPDIR)/trashlist.Po ./$(DEPDIR)/volume.Po
 
81
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
82
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
83
CCLD = $(CC)
 
84
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
85
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
86
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
87
CXXLD = $(CXX)
 
88
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
 
89
        -o $@
 
90
SOURCES = $(aqualung_SOURCES)
 
91
DIST_SOURCES = $(aqualung_SOURCES)
 
92
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
93
        html-recursive info-recursive install-data-recursive \
 
94
        install-exec-recursive install-info-recursive \
 
95
        install-recursive installcheck-recursive installdirs-recursive \
 
96
        pdf-recursive ps-recursive uninstall-info-recursive \
 
97
        uninstall-recursive
 
98
ETAGS = etags
 
99
CTAGS = ctags
 
100
DIST_SUBDIRS = $(SUBDIRS)
 
101
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
102
ACLOCAL = @ACLOCAL@
 
103
AMDEP_FALSE = @AMDEP_FALSE@
 
104
AMDEP_TRUE = @AMDEP_TRUE@
 
105
AMTAR = @AMTAR@
 
106
AUTOCONF = @AUTOCONF@
 
107
AUTOHEADER = @AUTOHEADER@
 
108
AUTOMAKE = @AUTOMAKE@
 
109
AWK = @AWK@
 
110
CC = @CC@
 
111
CCDEPMODE = @CCDEPMODE@
 
112
CFLAGS = @CFLAGS@
 
113
CPP = @CPP@
 
114
CPPFLAGS = @CPPFLAGS@
 
115
CXX = @CXX@
 
116
CXXDEPMODE = @CXXDEPMODE@
 
117
CXXFLAGS = @CXXFLAGS@
 
118
CYGPATH_W = @CYGPATH_W@
 
119
DEFS = @DEFS@
 
120
DEPDIR = @DEPDIR@
 
121
ECHO_C = @ECHO_C@
 
122
ECHO_N = @ECHO_N@
 
123
ECHO_T = @ECHO_T@
 
124
EGREP = @EGREP@
 
125
EXEEXT = @EXEEXT@
 
126
INSTALL_DATA = @INSTALL_DATA@
 
127
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
128
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
129
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
130
LDFLAGS = @LDFLAGS@
 
131
LIBOBJS = @LIBOBJS@
 
132
LIBS = @LIBS@
 
133
LTLIBOBJS = @LTLIBOBJS@
 
134
MAKEINFO = @MAKEINFO@
 
135
OBJEXT = @OBJEXT@
 
136
PACKAGE = @PACKAGE@
 
137
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
138
PACKAGE_NAME = @PACKAGE_NAME@
 
139
PACKAGE_STRING = @PACKAGE_STRING@
 
140
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
141
PACKAGE_VERSION = @PACKAGE_VERSION@
 
142
PATH_SEPARATOR = @PATH_SEPARATOR@
 
143
RANLIB = @RANLIB@
 
144
SET_MAKE = @SET_MAKE@
 
145
SHELL = @SHELL@
 
146
STRIP = @STRIP@
 
147
VERSION = @VERSION@
 
148
ac_ct_CC = @ac_ct_CC@
 
149
ac_ct_CXX = @ac_ct_CXX@
 
150
ac_ct_RANLIB = @ac_ct_RANLIB@
 
151
ac_ct_STRIP = @ac_ct_STRIP@
 
152
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
153
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
154
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
155
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
156
am__include = @am__include@
 
157
am__leading_dot = @am__leading_dot@
 
158
am__quote = @am__quote@
 
159
bindir = @bindir@
 
160
build_alias = @build_alias@
 
161
datadir = @datadir@
 
162
exec_prefix = @exec_prefix@
 
163
host_alias = @host_alias@
 
164
includedir = @includedir@
 
165
infodir = @infodir@
 
166
install_sh = @install_sh@
 
167
libdir = @libdir@
 
168
libexecdir = @libexecdir@
 
169
localstatedir = @localstatedir@
 
170
mandir = @mandir@
 
171
mkdir_p = @mkdir_p@
 
172
oldincludedir = @oldincludedir@
 
173
prefix = @prefix@
 
174
program_transform_name = @program_transform_name@
 
175
sbindir = @sbindir@
 
176
sharedstatedir = @sharedstatedir@
 
177
sysconfdir = @sysconfdir@
 
178
target_alias = @target_alias@
 
179
var = @var@
 
180
SUBDIRS = decoder encoder img po
 
181
aqualung_SOURCES = \
 
182
about.h about.c \
 
183
build_store.h build_store.c \
 
184
common.h \
 
185
cdda.h cdda.c \
 
186
cddb_lookup.h cddb_lookup.c \
 
187
cd_ripper.h cd_ripper.c \
 
188
core.h core.c \
 
189
cover.h cover.c \
 
190
file_info.h file_info.cpp \
 
191
gui_main.h gui_main.c \
 
192
i18n.h \
 
193
ifp_device.h ifp_device.c \
 
194
loop_bar.h loop_bar.c \
 
195
meta_decoder.h meta_decoder.cpp \
 
196
music_browser.h music_browser.c \
 
197
options.h options.c \
 
198
playlist.h playlist.c \
 
199
plugin.h plugin.c \
 
200
ports.h ports.c \
 
201
rb.h rb.c \
 
202
search.h search.c \
 
203
search_playlist.h search_playlist.c \
 
204
segv.h segv.c \
 
205
skin.h skin.c \
 
206
transceiver.c transceiver.h \
 
207
trashlist.c trashlist.h \
 
208
version.h \
 
209
volume.c volume.h
 
210
 
 
211
all: all-recursive
 
212
 
 
213
.SUFFIXES:
 
214
.SUFFIXES: .c .cpp .o .obj
 
215
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
216
        @for dep in $?; do \
 
217
          case '$(am__configure_deps)' in \
 
218
            *$$dep*) \
 
219
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
220
                && exit 0; \
 
221
              exit 1;; \
 
222
          esac; \
 
223
        done; \
 
224
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
 
225
        cd $(top_srcdir) && \
 
226
          $(AUTOMAKE) --gnu  src/Makefile
 
227
.PRECIOUS: Makefile
 
228
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
229
        @case '$?' in \
 
230
          *config.status*) \
 
231
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
232
          *) \
 
233
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
234
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
235
        esac;
 
236
 
 
237
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
238
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
239
 
 
240
$(top_srcdir)/configure:  $(am__configure_deps)
 
241
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
242
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
243
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
244
install-binPROGRAMS: $(bin_PROGRAMS)
 
245
        @$(NORMAL_INSTALL)
 
246
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
 
247
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
248
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
249
          if test -f $$p \
 
250
          ; then \
 
251
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
252
           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
253
           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 
254
          else :; fi; \
 
255
        done
 
256
 
 
257
uninstall-binPROGRAMS:
 
258
        @$(NORMAL_UNINSTALL)
 
259
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
260
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
261
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
 
262
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
 
263
        done
 
264
 
 
265
clean-binPROGRAMS:
 
266
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
 
267
aqualung$(EXEEXT): $(aqualung_OBJECTS) $(aqualung_DEPENDENCIES) 
 
268
        @rm -f aqualung$(EXEEXT)
 
269
        $(CXXLINK) $(aqualung_LDFLAGS) $(aqualung_OBJECTS) $(aqualung_LDADD) $(LIBS)
 
270
 
 
271
mostlyclean-compile:
 
272
        -rm -f *.$(OBJEXT)
 
273
 
 
274
distclean-compile:
 
275
        -rm -f *.tab.c
 
276
 
 
277
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/about.Po@am__quote@
 
278
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build_store.Po@am__quote@
 
279
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cd_ripper.Po@am__quote@
 
280
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdda.Po@am__quote@
 
281
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddb_lookup.Po@am__quote@
 
282
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core.Po@am__quote@
 
283
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cover.Po@am__quote@
 
284
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file_info.Po@am__quote@
 
285
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gui_main.Po@am__quote@
 
286
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifp_device.Po@am__quote@
 
287
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loop_bar.Po@am__quote@
 
288
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/meta_decoder.Po@am__quote@
 
289
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/music_browser.Po@am__quote@
 
290
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
 
291
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/playlist.Po@am__quote@
 
292
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Po@am__quote@
 
293
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ports.Po@am__quote@
 
294
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rb.Po@am__quote@
 
295
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search.Po@am__quote@
 
296
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search_playlist.Po@am__quote@
 
297
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/segv.Po@am__quote@
 
298
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skin.Po@am__quote@
 
299
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transceiver.Po@am__quote@
 
300
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trashlist.Po@am__quote@
 
301
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/volume.Po@am__quote@
 
302
 
 
303
.c.o:
 
304
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
305
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
306
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
307
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
308
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
309
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
310
 
 
311
.c.obj:
 
312
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
313
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
314
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
315
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
316
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
317
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
318
 
 
319
.cpp.o:
 
320
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
321
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
322
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
323
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
324
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
325
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
326
 
 
327
.cpp.obj:
 
328
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
329
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
330
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
331
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
332
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
333
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
334
uninstall-info-am:
 
335
 
 
336
# This directory's subdirectories are mostly independent; you can cd
 
337
# into them and run `make' without going through this Makefile.
 
338
# To change the values of `make' variables: instead of editing Makefiles,
 
339
# (1) if the variable is set in `config.status', edit `config.status'
 
340
#     (which will cause the Makefiles to be regenerated when you run `make');
 
341
# (2) otherwise, pass the desired values on the `make' command line.
 
342
$(RECURSIVE_TARGETS):
 
343
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
344
        dot_seen=no; \
 
345
        target=`echo $@ | sed s/-recursive//`; \
 
346
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
347
          echo "Making $$target in $$subdir"; \
 
348
          if test "$$subdir" = "."; then \
 
349
            dot_seen=yes; \
 
350
            local_target="$$target-am"; \
 
351
          else \
 
352
            local_target="$$target"; \
 
353
          fi; \
 
354
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
355
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
356
        done; \
 
357
        if test "$$dot_seen" = "no"; then \
 
358
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
359
        fi; test -z "$$fail"
 
360
 
 
361
mostlyclean-recursive clean-recursive distclean-recursive \
 
362
maintainer-clean-recursive:
 
363
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
364
        dot_seen=no; \
 
365
        case "$@" in \
 
366
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
367
          *) list='$(SUBDIRS)' ;; \
 
368
        esac; \
 
369
        rev=''; for subdir in $$list; do \
 
370
          if test "$$subdir" = "."; then :; else \
 
371
            rev="$$subdir $$rev"; \
 
372
          fi; \
 
373
        done; \
 
374
        rev="$$rev ."; \
 
375
        target=`echo $@ | sed s/-recursive//`; \
 
376
        for subdir in $$rev; do \
 
377
          echo "Making $$target in $$subdir"; \
 
378
          if test "$$subdir" = "."; then \
 
379
            local_target="$$target-am"; \
 
380
          else \
 
381
            local_target="$$target"; \
 
382
          fi; \
 
383
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
384
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
385
        done && test -z "$$fail"
 
386
tags-recursive:
 
387
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
388
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
389
        done
 
390
ctags-recursive:
 
391
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
392
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
393
        done
 
394
 
 
395
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
396
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
397
        unique=`for i in $$list; do \
 
398
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
399
          done | \
 
400
          $(AWK) '    { files[$$0] = 1; } \
 
401
               END { for (i in files) print i; }'`; \
 
402
        mkid -fID $$unique
 
403
tags: TAGS
 
404
 
 
405
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
406
                $(TAGS_FILES) $(LISP)
 
407
        tags=; \
 
408
        here=`pwd`; \
 
409
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
410
          include_option=--etags-include; \
 
411
          empty_fix=.; \
 
412
        else \
 
413
          include_option=--include; \
 
414
          empty_fix=; \
 
415
        fi; \
 
416
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
417
          if test "$$subdir" = .; then :; else \
 
418
            test ! -f $$subdir/TAGS || \
 
419
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
420
          fi; \
 
421
        done; \
 
422
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
423
        unique=`for i in $$list; do \
 
424
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
425
          done | \
 
426
          $(AWK) '    { files[$$0] = 1; } \
 
427
               END { for (i in files) print i; }'`; \
 
428
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
429
          test -n "$$unique" || unique=$$empty_fix; \
 
430
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
431
            $$tags $$unique; \
 
432
        fi
 
433
ctags: CTAGS
 
434
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
435
                $(TAGS_FILES) $(LISP)
 
436
        tags=; \
 
437
        here=`pwd`; \
 
438
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
439
        unique=`for i in $$list; do \
 
440
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
441
          done | \
 
442
          $(AWK) '    { files[$$0] = 1; } \
 
443
               END { for (i in files) print i; }'`; \
 
444
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
445
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
446
             $$tags $$unique
 
447
 
 
448
GTAGS:
 
449
        here=`$(am__cd) $(top_builddir) && pwd` \
 
450
          && cd $(top_srcdir) \
 
451
          && gtags -i $(GTAGS_ARGS) $$here
 
452
 
 
453
distclean-tags:
 
454
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
455
 
 
456
distdir: $(DISTFILES)
 
457
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
458
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
459
        list='$(DISTFILES)'; for file in $$list; do \
 
460
          case $$file in \
 
461
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
462
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
463
          esac; \
 
464
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
465
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
466
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
467
            dir="/$$dir"; \
 
468
            $(mkdir_p) "$(distdir)$$dir"; \
 
469
          else \
 
470
            dir=''; \
 
471
          fi; \
 
472
          if test -d $$d/$$file; then \
 
473
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
474
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
475
            fi; \
 
476
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
477
          else \
 
478
            test -f $(distdir)/$$file \
 
479
            || cp -p $$d/$$file $(distdir)/$$file \
 
480
            || exit 1; \
 
481
          fi; \
 
482
        done
 
483
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
484
          if test "$$subdir" = .; then :; else \
 
485
            test -d "$(distdir)/$$subdir" \
 
486
            || mkdir "$(distdir)/$$subdir" \
 
487
            || exit 1; \
 
488
            (cd $$subdir && \
 
489
              $(MAKE) $(AM_MAKEFLAGS) \
 
490
                top_distdir="../$(top_distdir)" \
 
491
                distdir="../$(distdir)/$$subdir" \
 
492
                distdir) \
 
493
              || exit 1; \
 
494
          fi; \
 
495
        done
 
496
check-am: all-am
 
497
check: check-recursive
 
498
all-am: Makefile $(PROGRAMS)
 
499
installdirs: installdirs-recursive
 
500
installdirs-am:
 
501
        for dir in "$(DESTDIR)$(bindir)"; do \
 
502
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
503
        done
 
504
install: install-recursive
 
505
install-exec: install-exec-recursive
 
506
install-data: install-data-recursive
 
507
uninstall: uninstall-recursive
 
508
 
 
509
install-am: all-am
 
510
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
511
 
 
512
installcheck: installcheck-recursive
 
513
install-strip:
 
514
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
515
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
516
          `test -z '$(STRIP)' || \
 
517
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
518
mostlyclean-generic:
 
519
 
 
520
clean-generic:
 
521
 
 
522
distclean-generic:
 
523
        -rm -f $(CONFIG_CLEAN_FILES)
 
524
 
 
525
maintainer-clean-generic:
 
526
        @echo "This command is intended for maintainers to use"
 
527
        @echo "it deletes files that may require special tools to rebuild."
 
528
clean: clean-recursive
 
529
 
 
530
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
 
531
 
 
532
distclean: distclean-recursive
 
533
        -rm -rf ./$(DEPDIR)
 
534
        -rm -f Makefile
 
535
distclean-am: clean-am distclean-compile distclean-generic \
 
536
        distclean-tags
 
537
 
 
538
dvi: dvi-recursive
 
539
 
 
540
dvi-am:
 
541
 
 
542
html: html-recursive
 
543
 
 
544
info: info-recursive
 
545
 
 
546
info-am:
 
547
 
 
548
install-data-am:
 
549
 
 
550
install-exec-am: install-binPROGRAMS
 
551
 
 
552
install-info: install-info-recursive
 
553
 
 
554
install-man:
 
555
 
 
556
installcheck-am:
 
557
 
 
558
maintainer-clean: maintainer-clean-recursive
 
559
        -rm -rf ./$(DEPDIR)
 
560
        -rm -f Makefile
 
561
maintainer-clean-am: distclean-am maintainer-clean-generic
 
562
 
 
563
mostlyclean: mostlyclean-recursive
 
564
 
 
565
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
566
 
 
567
pdf: pdf-recursive
 
568
 
 
569
pdf-am:
 
570
 
 
571
ps: ps-recursive
 
572
 
 
573
ps-am:
 
574
 
 
575
uninstall-am: uninstall-binPROGRAMS uninstall-info-am
 
576
 
 
577
uninstall-info: uninstall-info-recursive
 
578
 
 
579
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
580
        clean clean-binPROGRAMS clean-generic clean-recursive ctags \
 
581
        ctags-recursive distclean distclean-compile distclean-generic \
 
582
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
583
        html-am info info-am install install-am install-binPROGRAMS \
 
584
        install-data install-data-am install-exec install-exec-am \
 
585
        install-info install-info-am install-man install-strip \
 
586
        installcheck installcheck-am installdirs installdirs-am \
 
587
        maintainer-clean maintainer-clean-generic \
 
588
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
 
589
        mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \
 
590
        tags tags-recursive uninstall uninstall-am \
 
591
        uninstall-binPROGRAMS uninstall-info-am
 
592
 
 
593
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
594
# Otherwise a system limit (for SysV at least) may be exceeded.
 
595
.NOEXPORT: