~ubuntu-branches/ubuntu/maverick/gnome-media-player/maverick

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bilal Akhtar
  • Date: 2010-05-03 21:57:20 UTC
  • Revision ID: james.westby@ubuntu.com-20100503215720-agc00yeq9y1ecvwd
Tags: upstream-0.1.2
ImportĀ upstreamĀ versionĀ 0.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11 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
 
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibdir = $(libdir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
install_sh_DATA = $(install_sh) -c -m 644
 
26
install_sh_PROGRAM = $(install_sh) -c
 
27
install_sh_SCRIPT = $(install_sh) -c
 
28
INSTALL_HEADER = $(INSTALL_DATA)
 
29
transform = $(program_transform_name)
 
30
NORMAL_INSTALL = :
 
31
PRE_INSTALL = :
 
32
POST_INSTALL = :
 
33
NORMAL_UNINSTALL = :
 
34
PRE_UNINSTALL = :
 
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
 
37
host_triplet = @host@
 
38
bin_PROGRAMS = gnome-media-player$(EXEEXT)
 
39
subdir = src
 
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
44
        $(ACLOCAL_M4)
 
45
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
46
CONFIG_HEADER = $(top_builddir)/config.h
 
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
 
49
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(uidir)"
 
50
PROGRAMS = $(bin_PROGRAMS)
 
51
am_gnome_media_player_OBJECTS = main_window.$(OBJEXT) engine.$(OBJEXT) \
 
52
        exception.$(OBJEXT) gnome-media-player.$(OBJEXT) \
 
53
        xine_engine.$(OBJEXT) gstreamer_engine.$(OBJEXT) \
 
54
        vlc_engine.$(OBJEXT)
 
55
gnome_media_player_OBJECTS = $(am_gnome_media_player_OBJECTS)
 
56
am__DEPENDENCIES_1 =
 
57
gnome_media_player_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
58
gnome_media_player_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
59
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
60
        $(CXXFLAGS) $(gnome_media_player_LDFLAGS) $(LDFLAGS) -o $@
 
61
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
62
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
63
am__depfiles_maybe = depfiles
 
64
am__mv = mv -f
 
65
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
66
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
67
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
68
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
69
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
70
CXXLD = $(CXX)
 
71
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
72
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
73
        $(LDFLAGS) -o $@
 
74
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
75
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
76
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
77
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
78
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
79
CCLD = $(CC)
 
80
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
81
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
82
        $(LDFLAGS) -o $@
 
83
SOURCES = $(gnome_media_player_SOURCES)
 
84
DIST_SOURCES = $(gnome_media_player_SOURCES)
 
85
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
86
am__vpath_adj = case $$p in \
 
87
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
88
    *) f=$$p;; \
 
89
  esac;
 
90
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
91
am__install_max = 40
 
92
am__nobase_strip_setup = \
 
93
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
94
am__nobase_strip = \
 
95
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
96
am__nobase_list = $(am__nobase_strip_setup); \
 
97
  for p in $$list; do echo "$$p $$p"; done | \
 
98
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
99
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
100
    if (++n[$$2] == $(am__install_max)) \
 
101
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
102
    END { for (dir in files) print dir, files[dir] }'
 
103
am__base_list = \
 
104
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
105
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
106
DATA = $(ui_DATA)
 
107
ETAGS = etags
 
108
CTAGS = ctags
 
109
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
110
ACLOCAL = @ACLOCAL@
 
111
ALL_LINGUAS = @ALL_LINGUAS@
 
112
AMTAR = @AMTAR@
 
113
AR = @AR@
 
114
AUTOCONF = @AUTOCONF@
 
115
AUTOHEADER = @AUTOHEADER@
 
116
AUTOMAKE = @AUTOMAKE@
 
117
AWK = @AWK@
 
118
CATALOGS = @CATALOGS@
 
119
CATOBJEXT = @CATOBJEXT@
 
120
CC = @CC@
 
121
CCDEPMODE = @CCDEPMODE@
 
122
CFLAGS = @CFLAGS@
 
123
CPP = @CPP@
 
124
CPPFLAGS = @CPPFLAGS@
 
125
CXX = @CXX@
 
126
CXXCPP = @CXXCPP@
 
127
CXXDEPMODE = @CXXDEPMODE@
 
128
CXXFLAGS = @CXXFLAGS@
 
129
CYGPATH_W = @CYGPATH_W@
 
130
DATADIRNAME = @DATADIRNAME@
 
131
DEFS = @DEFS@
 
132
DEPDIR = @DEPDIR@
 
133
DSYMUTIL = @DSYMUTIL@
 
134
DUMPBIN = @DUMPBIN@
 
135
ECHO_C = @ECHO_C@
 
136
ECHO_N = @ECHO_N@
 
137
ECHO_T = @ECHO_T@
 
138
EGREP = @EGREP@
 
139
EXEEXT = @EXEEXT@
 
140
FGREP = @FGREP@
 
141
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
142
GMOFILES = @GMOFILES@
 
143
GMSGFMT = @GMSGFMT@
 
144
GNOME_MEDIA_PLAYER_CFLAGS = @GNOME_MEDIA_PLAYER_CFLAGS@
 
145
GNOME_MEDIA_PLAYER_LIBS = @GNOME_MEDIA_PLAYER_LIBS@
 
146
GREP = @GREP@
 
147
INSTALL = @INSTALL@
 
148
INSTALL_DATA = @INSTALL_DATA@
 
149
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
150
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
151
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
152
INSTOBJEXT = @INSTOBJEXT@
 
153
INTLLIBS = @INTLLIBS@
 
154
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
155
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
156
INTLTOOL_PERL = @INTLTOOL_PERL@
 
157
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
158
LD = @LD@
 
159
LDFLAGS = @LDFLAGS@
 
160
LIBOBJS = @LIBOBJS@
 
161
LIBS = @LIBS@
 
162
LIBTOOL = @LIBTOOL@
 
163
LIPO = @LIPO@
 
164
LN_S = @LN_S@
 
165
LTLIBOBJS = @LTLIBOBJS@
 
166
MAINT = @MAINT@
 
167
MAKEINFO = @MAKEINFO@
 
168
MKDIR_P = @MKDIR_P@
 
169
MKINSTALLDIRS = @MKINSTALLDIRS@
 
170
MSGFMT = @MSGFMT@
 
171
MSGFMT_OPTS = @MSGFMT_OPTS@
 
172
MSGMERGE = @MSGMERGE@
 
173
NM = @NM@
 
174
NMEDIT = @NMEDIT@
 
175
OBJDUMP = @OBJDUMP@
 
176
OBJEXT = @OBJEXT@
 
177
OTOOL = @OTOOL@
 
178
OTOOL64 = @OTOOL64@
 
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_URL = @PACKAGE_URL@
 
185
PACKAGE_VERSION = @PACKAGE_VERSION@
 
186
PATH_SEPARATOR = @PATH_SEPARATOR@
 
187
PKG_CONFIG = @PKG_CONFIG@
 
188
POFILES = @POFILES@
 
189
POSUB = @POSUB@
 
190
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
191
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
192
RANLIB = @RANLIB@
 
193
SED = @SED@
 
194
SET_MAKE = @SET_MAKE@
 
195
SHELL = @SHELL@
 
196
STRIP = @STRIP@
 
197
USE_NLS = @USE_NLS@
 
198
VERSION = @VERSION@
 
199
XGETTEXT = @XGETTEXT@
 
200
abs_builddir = @abs_builddir@
 
201
abs_srcdir = @abs_srcdir@
 
202
abs_top_builddir = @abs_top_builddir@
 
203
abs_top_srcdir = @abs_top_srcdir@
 
204
ac_ct_CC = @ac_ct_CC@
 
205
ac_ct_CXX = @ac_ct_CXX@
 
206
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
207
am__include = @am__include@
 
208
am__leading_dot = @am__leading_dot@
 
209
am__quote = @am__quote@
 
210
am__tar = @am__tar@
 
211
am__untar = @am__untar@
 
212
bindir = @bindir@
 
213
build = @build@
 
214
build_alias = @build_alias@
 
215
build_cpu = @build_cpu@
 
216
build_os = @build_os@
 
217
build_vendor = @build_vendor@
 
218
builddir = @builddir@
 
219
datadir = @datadir@
 
220
datarootdir = @datarootdir@
 
221
docdir = @docdir@
 
222
dvidir = @dvidir@
 
223
exec_prefix = @exec_prefix@
 
224
host = @host@
 
225
host_alias = @host_alias@
 
226
host_cpu = @host_cpu@
 
227
host_os = @host_os@
 
228
host_vendor = @host_vendor@
 
229
htmldir = @htmldir@
 
230
includedir = @includedir@
 
231
infodir = @infodir@
 
232
install_sh = @install_sh@
 
233
libdir = @libdir@
 
234
libexecdir = @libexecdir@
 
235
localedir = @localedir@
 
236
localstatedir = @localstatedir@
 
237
lt_ECHO = @lt_ECHO@
 
238
mandir = @mandir@
 
239
mkdir_p = @mkdir_p@
 
240
oldincludedir = @oldincludedir@
 
241
pdfdir = @pdfdir@
 
242
prefix = @prefix@
 
243
program_transform_name = @program_transform_name@
 
244
psdir = @psdir@
 
245
sbindir = @sbindir@
 
246
sharedstatedir = @sharedstatedir@
 
247
srcdir = @srcdir@
 
248
sysconfdir = @sysconfdir@
 
249
target_alias = @target_alias@
 
250
top_build_prefix = @top_build_prefix@
 
251
top_builddir = @top_builddir@
 
252
top_srcdir = @top_srcdir@
 
253
uidir = $(datadir)/gnome-media-player/ui
 
254
ui_DATA = gnome-media-player.ui
 
255
AM_CPPFLAGS = \
 
256
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
 
257
        -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
 
258
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
 
259
        $(GNOME_MEDIA_PLAYER_CFLAGS)
 
260
 
 
261
AM_CFLAGS = \
 
262
         -Wall\
 
263
         -g
 
264
 
 
265
gnome_media_player_SOURCES = \
 
266
        main_window.cc    \
 
267
        main_window.h    \
 
268
        engine.cc    \
 
269
        engine.h    \
 
270
        exception.cc    \
 
271
        exception.h    \
 
272
        gnome-media-player.cc    \
 
273
        gnome-media-player.h    \
 
274
        xine_engine.cc    \
 
275
        xine_engine.h    \
 
276
        gstreamer_engine.cc    \
 
277
        gstreamer_engine.h    \
 
278
        vlc_engine.cc    \
 
279
        vlc_engine.h
 
280
 
 
281
gnome_media_player_LDFLAGS = 
 
282
gnome_media_player_LDADD = $(GNOME_MEDIA_PLAYER_LIBS)
 
283
EXTRA_DIST = $(ui_DATA)
 
284
all: all-am
 
285
 
 
286
.SUFFIXES:
 
287
.SUFFIXES: .cc .lo .o .obj
 
288
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
289
        @for dep in $?; do \
 
290
          case '$(am__configure_deps)' in \
 
291
            *$$dep*) \
 
292
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
293
                && { if test -f $@; then exit 0; else break; fi; }; \
 
294
              exit 1;; \
 
295
          esac; \
 
296
        done; \
 
297
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
 
298
        $(am__cd) $(top_srcdir) && \
 
299
          $(AUTOMAKE) --gnu src/Makefile
 
300
.PRECIOUS: Makefile
 
301
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
302
        @case '$?' in \
 
303
          *config.status*) \
 
304
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
305
          *) \
 
306
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
307
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
308
        esac;
 
309
 
 
310
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
311
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
312
 
 
313
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
314
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
315
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
316
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
317
$(am__aclocal_m4_deps):
 
318
install-binPROGRAMS: $(bin_PROGRAMS)
 
319
        @$(NORMAL_INSTALL)
 
320
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
321
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
322
        for p in $$list; do echo "$$p $$p"; done | \
 
323
        sed 's/$(EXEEXT)$$//' | \
 
324
        while read p p1; do if test -f $$p || test -f $$p1; \
 
325
          then echo "$$p"; echo "$$p"; else :; fi; \
 
326
        done | \
 
327
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
328
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
329
        sed 'N;N;N;s,\n, ,g' | \
 
330
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
331
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
332
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
333
            else { print "f", $$3 "/" $$4, $$1; } } \
 
334
          END { for (d in files) print "f", d, files[d] }' | \
 
335
        while read type dir files; do \
 
336
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
337
            test -z "$$files" || { \
 
338
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
339
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
340
            } \
 
341
        ; done
 
342
 
 
343
uninstall-binPROGRAMS:
 
344
        @$(NORMAL_UNINSTALL)
 
345
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
346
        files=`for p in $$list; do echo "$$p"; done | \
 
347
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
348
              -e 's/$$/$(EXEEXT)/' `; \
 
349
        test -n "$$list" || exit 0; \
 
350
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
351
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
352
 
 
353
clean-binPROGRAMS:
 
354
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
355
        echo " rm -f" $$list; \
 
356
        rm -f $$list || exit $$?; \
 
357
        test -n "$(EXEEXT)" || exit 0; \
 
358
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
359
        echo " rm -f" $$list; \
 
360
        rm -f $$list
 
361
gnome-media-player$(EXEEXT): $(gnome_media_player_OBJECTS) $(gnome_media_player_DEPENDENCIES) 
 
362
        @rm -f gnome-media-player$(EXEEXT)
 
363
        $(gnome_media_player_LINK) $(gnome_media_player_OBJECTS) $(gnome_media_player_LDADD) $(LIBS)
 
364
 
 
365
mostlyclean-compile:
 
366
        -rm -f *.$(OBJEXT)
 
367
 
 
368
distclean-compile:
 
369
        -rm -f *.tab.c
 
370
 
 
371
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/engine.Po@am__quote@
 
372
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception.Po@am__quote@
 
373
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-media-player.Po@am__quote@
 
374
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gstreamer_engine.Po@am__quote@
 
375
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main_window.Po@am__quote@
 
376
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vlc_engine.Po@am__quote@
 
377
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xine_engine.Po@am__quote@
 
378
 
 
379
.cc.o:
 
380
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
381
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
382
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
383
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
384
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
385
 
 
386
.cc.obj:
 
387
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
388
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
389
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
390
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
391
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
392
 
 
393
.cc.lo:
 
394
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
395
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
396
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
397
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
398
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
399
 
 
400
mostlyclean-libtool:
 
401
        -rm -f *.lo
 
402
 
 
403
clean-libtool:
 
404
        -rm -rf .libs _libs
 
405
install-uiDATA: $(ui_DATA)
 
406
        @$(NORMAL_INSTALL)
 
407
        test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)"
 
408
        @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
 
409
        for p in $$list; do \
 
410
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
411
          echo "$$d$$p"; \
 
412
        done | $(am__base_list) | \
 
413
        while read files; do \
 
414
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(uidir)'"; \
 
415
          $(INSTALL_DATA) $$files "$(DESTDIR)$(uidir)" || exit $$?; \
 
416
        done
 
417
 
 
418
uninstall-uiDATA:
 
419
        @$(NORMAL_UNINSTALL)
 
420
        @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
 
421
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
422
        test -n "$$files" || exit 0; \
 
423
        echo " ( cd '$(DESTDIR)$(uidir)' && rm -f" $$files ")"; \
 
424
        cd "$(DESTDIR)$(uidir)" && rm -f $$files
 
425
 
 
426
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
427
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
428
        unique=`for i in $$list; do \
 
429
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
430
          done | \
 
431
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
432
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
433
        mkid -fID $$unique
 
434
tags: TAGS
 
435
 
 
436
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
437
                $(TAGS_FILES) $(LISP)
 
438
        set x; \
 
439
        here=`pwd`; \
 
440
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
441
        unique=`for i in $$list; do \
 
442
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
443
          done | \
 
444
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
445
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
446
        shift; \
 
447
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
448
          test -n "$$unique" || unique=$$empty_fix; \
 
449
          if test $$# -gt 0; then \
 
450
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
451
              "$$@" $$unique; \
 
452
          else \
 
453
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
454
              $$unique; \
 
455
          fi; \
 
456
        fi
 
457
ctags: CTAGS
 
458
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
459
                $(TAGS_FILES) $(LISP)
 
460
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
461
        unique=`for i in $$list; do \
 
462
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
463
          done | \
 
464
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
465
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
466
        test -z "$(CTAGS_ARGS)$$unique" \
 
467
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
468
             $$unique
 
469
 
 
470
GTAGS:
 
471
        here=`$(am__cd) $(top_builddir) && pwd` \
 
472
          && $(am__cd) $(top_srcdir) \
 
473
          && gtags -i $(GTAGS_ARGS) "$$here"
 
474
 
 
475
distclean-tags:
 
476
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
477
 
 
478
distdir: $(DISTFILES)
 
479
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
480
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
481
        list='$(DISTFILES)'; \
 
482
          dist_files=`for file in $$list; do echo $$file; done | \
 
483
          sed -e "s|^$$srcdirstrip/||;t" \
 
484
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
485
        case $$dist_files in \
 
486
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
487
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
488
                           sort -u` ;; \
 
489
        esac; \
 
490
        for file in $$dist_files; do \
 
491
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
492
          if test -d $$d/$$file; then \
 
493
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
494
            if test -d "$(distdir)/$$file"; then \
 
495
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
496
            fi; \
 
497
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
498
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
499
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
500
            fi; \
 
501
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
502
          else \
 
503
            test -f "$(distdir)/$$file" \
 
504
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
505
            || exit 1; \
 
506
          fi; \
 
507
        done
 
508
check-am: all-am
 
509
check: check-am
 
510
all-am: Makefile $(PROGRAMS) $(DATA)
 
511
installdirs:
 
512
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(uidir)"; do \
 
513
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
514
        done
 
515
install: install-am
 
516
install-exec: install-exec-am
 
517
install-data: install-data-am
 
518
uninstall: uninstall-am
 
519
 
 
520
install-am: all-am
 
521
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
522
 
 
523
installcheck: installcheck-am
 
524
install-strip:
 
525
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
526
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
527
          `test -z '$(STRIP)' || \
 
528
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
529
mostlyclean-generic:
 
530
 
 
531
clean-generic:
 
532
 
 
533
distclean-generic:
 
534
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
535
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
536
 
 
537
maintainer-clean-generic:
 
538
        @echo "This command is intended for maintainers to use"
 
539
        @echo "it deletes files that may require special tools to rebuild."
 
540
clean: clean-am
 
541
 
 
542
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
 
543
 
 
544
distclean: distclean-am
 
545
        -rm -rf ./$(DEPDIR)
 
546
        -rm -f Makefile
 
547
distclean-am: clean-am distclean-compile distclean-generic \
 
548
        distclean-tags
 
549
 
 
550
dvi: dvi-am
 
551
 
 
552
dvi-am:
 
553
 
 
554
html: html-am
 
555
 
 
556
html-am:
 
557
 
 
558
info: info-am
 
559
 
 
560
info-am:
 
561
 
 
562
install-data-am: install-uiDATA
 
563
 
 
564
install-dvi: install-dvi-am
 
565
 
 
566
install-dvi-am:
 
567
 
 
568
install-exec-am: install-binPROGRAMS
 
569
 
 
570
install-html: install-html-am
 
571
 
 
572
install-html-am:
 
573
 
 
574
install-info: install-info-am
 
575
 
 
576
install-info-am:
 
577
 
 
578
install-man:
 
579
 
 
580
install-pdf: install-pdf-am
 
581
 
 
582
install-pdf-am:
 
583
 
 
584
install-ps: install-ps-am
 
585
 
 
586
install-ps-am:
 
587
 
 
588
installcheck-am:
 
589
 
 
590
maintainer-clean: maintainer-clean-am
 
591
        -rm -rf ./$(DEPDIR)
 
592
        -rm -f Makefile
 
593
maintainer-clean-am: distclean-am maintainer-clean-generic
 
594
 
 
595
mostlyclean: mostlyclean-am
 
596
 
 
597
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
598
        mostlyclean-libtool
 
599
 
 
600
pdf: pdf-am
 
601
 
 
602
pdf-am:
 
603
 
 
604
ps: ps-am
 
605
 
 
606
ps-am:
 
607
 
 
608
uninstall-am: uninstall-binPROGRAMS uninstall-uiDATA
 
609
 
 
610
.MAKE: install-am install-strip
 
611
 
 
612
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
 
613
        clean-generic clean-libtool ctags distclean distclean-compile \
 
614
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
615
        dvi-am html html-am info info-am install install-am \
 
616
        install-binPROGRAMS install-data install-data-am install-dvi \
 
617
        install-dvi-am install-exec install-exec-am install-html \
 
618
        install-html-am install-info install-info-am install-man \
 
619
        install-pdf install-pdf-am install-ps install-ps-am \
 
620
        install-strip install-uiDATA installcheck installcheck-am \
 
621
        installdirs maintainer-clean maintainer-clean-generic \
 
622
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
623
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
624
        uninstall-am uninstall-binPROGRAMS uninstall-uiDATA
 
625
 
 
626
 
 
627
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
628
# Otherwise a system limit (for SysV at least) may be exceeded.
 
629
.NOEXPORT: