~ubuntu-branches/ubuntu/precise/glom/precise-updates

« back to all changes in this revision

Viewing changes to glom/relationships_overview/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2009-10-09 16:50:36 UTC
  • mfrom: (1.1.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20091009165036-orinvwmohk838xxl
Tags: 1.12.2-0ubuntu1
* New upstream version:
  - FFE LP: #391664
* debian/control:
  - Bump python-gnome2-extras-dev build-dep to >= 2.25.3.
  - Bump libgdamm3.0-dev build-dep to libgdamm4.0-dev >= 3.99.14.
  - Change libgda3-dev build-dep to libgda-4.0-dev.
  - Change libgda3-postgres dependency to libgda-4.0-postgres.
  - Bump libgtkmm-2.4-dev build-dep to >= 2.14.
  - Add build-dep on libgconfmm-2.6-dev.
  - Bump libgoocanvasmm-dev build-dep to >= 0.14.0.
  - Remove build-dep on libbakery-2.6-dev.
  - Bump postgresql-8.3 dependency to postgresql-8.4.
  - Change scrollkeeper build-dep to rarian-compat.
  - Rename libglom{0,-dev} -> libglom-1.12-{0,dev}. Upstream include
    APIVER in the library name now.
* debian/rules:
  - Update --with-postgres-utils configure flag to point to the new
    path.
  - Drop deprecated --disable-scrollkeeper configure flag.
  - Update DEB_SHLIBDEPS_INCLUDE with new libglom-1.12-0 package name.
  - Don't include /usr/share/cdbs/1/rules/simple-patchsys.mk - there
    are currently no patches.
* debian/libglom-1.12-0.install:
  - Updated for new version.
* debian/libglom-1.12-dev.install:
  - Install pc and header files.
* debian/glom-doc.install:
  - Updated for new version.
* debian/glom.install:
  - Updated for new version.
* Fix debian/watch.
* Dropped obsolete 10-distro-install-postgres-change.patch.
* Built against latest libgoocanvasmm (LP: #428445).
* Also closes LP: #230007, LP: #393229, LP: #393231, LP: #394507,
  LP: #394887, LP: #394894, LP: #397409, LP: #381563.

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
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
 
VPATH = @srcdir@
20
 
pkgdatadir = $(datadir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@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 = glom/relationships_overview
40
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(top_srcdir)/macros/macros.m4 \
43
 
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
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
 
LIBRARIES = $(noinst_LIBRARIES)
50
 
ARFLAGS = cru
51
 
librelationshipsoverview_a_AR = $(AR) $(ARFLAGS)
52
 
librelationshipsoverview_a_LIBADD =
53
 
am_librelationshipsoverview_a_OBJECTS =  \
54
 
        dialog_relationships_overview.$(OBJEXT) \
55
 
        printoperation_relationshipsoverview.$(OBJEXT) \
56
 
        canvas_group_dbtable.$(OBJEXT)
57
 
librelationshipsoverview_a_OBJECTS =  \
58
 
        $(am_librelationshipsoverview_a_OBJECTS)
59
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
60
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
61
 
am__depfiles_maybe = depfiles
62
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
63
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
64
 
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
65
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
66
 
        $(AM_CXXFLAGS) $(CXXFLAGS)
67
 
CXXLD = $(CXX)
68
 
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
69
 
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
70
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
73
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
74
 
        $(AM_CFLAGS) $(CFLAGS)
75
 
CCLD = $(CC)
76
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
77
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
78
 
SOURCES = $(librelationshipsoverview_a_SOURCES)
79
 
DIST_SOURCES = $(librelationshipsoverview_a_SOURCES)
80
 
ETAGS = etags
81
 
CTAGS = ctags
82
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
83
 
ACLOCAL = @ACLOCAL@
84
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
85
 
ALL_LINGUAS = @ALL_LINGUAS@
86
 
AMDEP_FALSE = @AMDEP_FALSE@
87
 
AMDEP_TRUE = @AMDEP_TRUE@
88
 
AMTAR = @AMTAR@
89
 
AR = @AR@
90
 
AS = @AS@
91
 
AUTOCONF = @AUTOCONF@
92
 
AUTOHEADER = @AUTOHEADER@
93
 
AUTOMAKE = @AUTOMAKE@
94
 
AWK = @AWK@
95
 
CATALOGS = @CATALOGS@
96
 
CATOBJEXT = @CATOBJEXT@
97
 
CC = @CC@
98
 
CCDEPMODE = @CCDEPMODE@
99
 
CFLAGS = @CFLAGS@
100
 
CPP = @CPP@
101
 
CPPFLAGS = @CPPFLAGS@
102
 
CXX = @CXX@
103
 
CXXCPP = @CXXCPP@
104
 
CXXDEPMODE = @CXXDEPMODE@
105
 
CXXFLAGS = @CXXFLAGS@
106
 
CYGPATH_W = @CYGPATH_W@
107
 
DATADIRNAME = @DATADIRNAME@
108
 
DEFS = @DEFS@
109
 
DEPDIR = @DEPDIR@
110
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
111
 
DLLTOOL = @DLLTOOL@
112
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
113
 
DSYMUTIL = @DSYMUTIL@
114
 
ECHO = @ECHO@
115
 
ECHO_C = @ECHO_C@
116
 
ECHO_N = @ECHO_N@
117
 
ECHO_T = @ECHO_T@
118
 
EGG_CFLAGS = @EGG_CFLAGS@
119
 
EGG_LIBS = @EGG_LIBS@
120
 
EGREP = @EGREP@
121
 
ENABLE_SK_FALSE = @ENABLE_SK_FALSE@
122
 
ENABLE_SK_TRUE = @ENABLE_SK_TRUE@
123
 
EXEEXT = @EXEEXT@
124
 
F77 = @F77@
125
 
FFLAGS = @FFLAGS@
126
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
127
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
128
 
GLOM_CFLAGS = @GLOM_CFLAGS@
129
 
GLOM_ENABLE_CLIENT_ONLY_FALSE = @GLOM_ENABLE_CLIENT_ONLY_FALSE@
130
 
GLOM_ENABLE_CLIENT_ONLY_TRUE = @GLOM_ENABLE_CLIENT_ONLY_TRUE@
131
 
GLOM_ENABLE_MAEMO_FALSE = @GLOM_ENABLE_MAEMO_FALSE@
132
 
GLOM_ENABLE_MAEMO_TRUE = @GLOM_ENABLE_MAEMO_TRUE@
133
 
GLOM_LIBS = @GLOM_LIBS@
134
 
GMOFILES = @GMOFILES@
135
 
GMSGFMT = @GMSGFMT@
136
 
GREP = @GREP@
137
 
HAVE_GNOME_DOC_UTILS_FALSE = @HAVE_GNOME_DOC_UTILS_FALSE@
138
 
HAVE_GNOME_DOC_UTILS_TRUE = @HAVE_GNOME_DOC_UTILS_TRUE@
139
 
HAVE_POSTMASTER = @HAVE_POSTMASTER@
140
 
HELP_DIR = @HELP_DIR@
141
 
INSTALL_DATA = @INSTALL_DATA@
142
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
143
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
144
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
145
 
INSTOBJEXT = @INSTOBJEXT@
146
 
INTLLIBS = @INTLLIBS@
147
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
148
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
149
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
150
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
151
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
152
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
153
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
154
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
155
 
INTLTOOL_PERL = @INTLTOOL_PERL@
156
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
157
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
158
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
159
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
160
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
161
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
162
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
163
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
164
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
165
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
166
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
167
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
168
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
169
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
170
 
LDFLAGS = @LDFLAGS@
171
 
LIBOBJS = @LIBOBJS@
172
 
LIBS = @LIBS@
173
 
LIBTOOL = @LIBTOOL@
174
 
LN_S = @LN_S@
175
 
LTLIBOBJS = @LTLIBOBJS@
176
 
MAEMO_LAUNCHER_CFLAGS = @MAEMO_LAUNCHER_CFLAGS@
177
 
MAEMO_LAUNCHER_LIBS = @MAEMO_LAUNCHER_LIBS@
178
 
MAINT = @MAINT@
179
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
180
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
181
 
MAKEINFO = @MAKEINFO@
182
 
MKINSTALLDIRS = @MKINSTALLDIRS@
183
 
MSGFMT = @MSGFMT@
184
 
MSGFMT_OPTS = @MSGFMT_OPTS@
185
 
MSGMERGE = @MSGMERGE@
186
 
NMEDIT = @NMEDIT@
187
 
OBJDUMP = @OBJDUMP@
188
 
OBJEXT = @OBJEXT@
189
 
OMF_DIR = @OMF_DIR@
190
 
PACKAGE = @PACKAGE@
191
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
192
 
PACKAGE_NAME = @PACKAGE_NAME@
193
 
PACKAGE_STRING = @PACKAGE_STRING@
194
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
195
 
PACKAGE_VERSION = @PACKAGE_VERSION@
196
 
PATH_SEPARATOR = @PATH_SEPARATOR@
197
 
PKG_CONFIG = @PKG_CONFIG@
198
 
POFILES = @POFILES@
199
 
POSTGRES_UTILS_PATH = @POSTGRES_UTILS_PATH@
200
 
POSUB = @POSUB@
201
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
202
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
203
 
PYTHON = @PYTHON@
204
 
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
205
 
PYTHON_INCLUDES = @PYTHON_INCLUDES@
206
 
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
207
 
PYTHON_PLATFORM = @PYTHON_PLATFORM@
208
 
PYTHON_PREFIX = @PYTHON_PREFIX@
209
 
PYTHON_VERSION = @PYTHON_VERSION@
210
 
RANLIB = @RANLIB@
211
 
SED = @SED@
212
 
SET_MAKE = @SET_MAKE@
213
 
SHELL = @SHELL@
214
 
STRIP = @STRIP@
215
 
UPDATE_MIME_DATABASE_FALSE = @UPDATE_MIME_DATABASE_FALSE@
216
 
UPDATE_MIME_DATABASE_TRUE = @UPDATE_MIME_DATABASE_TRUE@
217
 
USE_NLS = @USE_NLS@
218
 
VERSION = @VERSION@
219
 
WIN32_FALSE = @WIN32_FALSE@
220
 
WIN32_TRUE = @WIN32_TRUE@
221
 
WINDRES = @WINDRES@
222
 
XGETTEXT = @XGETTEXT@
223
 
ac_ct_CC = @ac_ct_CC@
224
 
ac_ct_CXX = @ac_ct_CXX@
225
 
ac_ct_F77 = @ac_ct_F77@
226
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
227
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
228
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
229
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
230
 
am__include = @am__include@
231
 
am__leading_dot = @am__leading_dot@
232
 
am__quote = @am__quote@
233
 
am__tar = @am__tar@
234
 
am__untar = @am__untar@
235
 
bindir = @bindir@
236
 
build = @build@
237
 
build_alias = @build_alias@
238
 
build_cpu = @build_cpu@
239
 
build_os = @build_os@
240
 
build_vendor = @build_vendor@
241
 
datadir = @datadir@
242
 
datarootdir = @datarootdir@
243
 
docdir = @docdir@
244
 
dvidir = @dvidir@
245
 
exec_prefix = @exec_prefix@
246
 
host = @host@
247
 
host_alias = @host_alias@
248
 
host_cpu = @host_cpu@
249
 
host_os = @host_os@
250
 
host_vendor = @host_vendor@
251
 
htmldir = @htmldir@
252
 
includedir = @includedir@
253
 
infodir = @infodir@
254
 
install_sh = @install_sh@
255
 
libdir = @libdir@
256
 
libexecdir = @libexecdir@
257
 
localedir = @localedir@
258
 
localstatedir = @localstatedir@
259
 
mandir = @mandir@
260
 
mkdir_p = @mkdir_p@
261
 
oldincludedir = @oldincludedir@
262
 
pdfdir = @pdfdir@
263
 
pkgpyexecdir = @pkgpyexecdir@
264
 
pkgpythondir = @pkgpythondir@
265
 
prefix = @prefix@
266
 
program_transform_name = @program_transform_name@
267
 
psdir = @psdir@
268
 
pyexecdir = @pyexecdir@
269
 
pythondir = @pythondir@
270
 
sbindir = @sbindir@
271
 
sharedstatedir = @sharedstatedir@
272
 
sysconfdir = @sysconfdir@
273
 
target_alias = @target_alias@
274
 
gladedir = $(datadir)/glom/glade/
275
 
 
276
 
# We define GLOM_GLADEDIR so that we can get the installed .glade file at runtime.
277
 
AM_CPPFLAGS = -I@top_srcdir@/ $(GLOM_CFLAGS) \
278
 
           -DGLOM_GLADEDIR=\""$(gladedir)/"\"
279
 
 
280
 
noinst_LIBRARIES = librelationshipsoverview.a
281
 
librelationshipsoverview_a_SOURCES = dialog_relationships_overview.h dialog_relationships_overview.cc \
282
 
  printoperation_relationshipsoverview.h printoperation_relationshipsoverview.cc canvas_group_dbtable.h canvas_group_dbtable.cc
283
 
 
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
 
                && exit 0; \
294
 
              exit 1;; \
295
 
          esac; \
296
 
        done; \
297
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  glom/relationships_overview/Makefile'; \
298
 
        cd $(top_srcdir) && \
299
 
          $(AUTOMAKE) --gnu  glom/relationships_overview/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
 
 
318
 
clean-noinstLIBRARIES:
319
 
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
320
 
librelationshipsoverview.a: $(librelationshipsoverview_a_OBJECTS) $(librelationshipsoverview_a_DEPENDENCIES) 
321
 
        -rm -f librelationshipsoverview.a
322
 
        $(librelationshipsoverview_a_AR) librelationshipsoverview.a $(librelationshipsoverview_a_OBJECTS) $(librelationshipsoverview_a_LIBADD)
323
 
        $(RANLIB) librelationshipsoverview.a
324
 
 
325
 
mostlyclean-compile:
326
 
        -rm -f *.$(OBJEXT)
327
 
 
328
 
distclean-compile:
329
 
        -rm -f *.tab.c
330
 
 
331
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canvas_group_dbtable.Po@am__quote@
332
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dialog_relationships_overview.Po@am__quote@
333
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printoperation_relationshipsoverview.Po@am__quote@
334
 
 
335
 
.cc.o:
336
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
337
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
338
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
339
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
340
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
341
 
 
342
 
.cc.obj:
343
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
344
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
345
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
346
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
347
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
348
 
 
349
 
.cc.lo:
350
 
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
351
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
352
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
353
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
354
 
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
355
 
 
356
 
mostlyclean-libtool:
357
 
        -rm -f *.lo
358
 
 
359
 
clean-libtool:
360
 
        -rm -rf .libs _libs
361
 
 
362
 
distclean-libtool:
363
 
        -rm -f libtool
364
 
uninstall-info-am:
365
 
 
366
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
367
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
368
 
        unique=`for i in $$list; do \
369
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370
 
          done | \
371
 
          $(AWK) '    { files[$$0] = 1; } \
372
 
               END { for (i in files) print i; }'`; \
373
 
        mkid -fID $$unique
374
 
tags: TAGS
375
 
 
376
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
377
 
                $(TAGS_FILES) $(LISP)
378
 
        tags=; \
379
 
        here=`pwd`; \
380
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
381
 
        unique=`for i in $$list; do \
382
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383
 
          done | \
384
 
          $(AWK) '    { files[$$0] = 1; } \
385
 
               END { for (i in files) print i; }'`; \
386
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
387
 
          test -n "$$unique" || unique=$$empty_fix; \
388
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
389
 
            $$tags $$unique; \
390
 
        fi
391
 
ctags: CTAGS
392
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
393
 
                $(TAGS_FILES) $(LISP)
394
 
        tags=; \
395
 
        here=`pwd`; \
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
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
403
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
404
 
             $$tags $$unique
405
 
 
406
 
GTAGS:
407
 
        here=`$(am__cd) $(top_builddir) && pwd` \
408
 
          && cd $(top_srcdir) \
409
 
          && gtags -i $(GTAGS_ARGS) $$here
410
 
 
411
 
distclean-tags:
412
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
413
 
 
414
 
distdir: $(DISTFILES)
415
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
416
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
417
 
        list='$(DISTFILES)'; for file in $$list; do \
418
 
          case $$file in \
419
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
420
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
421
 
          esac; \
422
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
423
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
424
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
425
 
            dir="/$$dir"; \
426
 
            $(mkdir_p) "$(distdir)$$dir"; \
427
 
          else \
428
 
            dir=''; \
429
 
          fi; \
430
 
          if test -d $$d/$$file; then \
431
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
432
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
433
 
            fi; \
434
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
435
 
          else \
436
 
            test -f $(distdir)/$$file \
437
 
            || cp -p $$d/$$file $(distdir)/$$file \
438
 
            || exit 1; \
439
 
          fi; \
440
 
        done
441
 
check-am: all-am
442
 
check: check-am
443
 
all-am: Makefile $(LIBRARIES)
444
 
installdirs:
445
 
install: install-am
446
 
install-exec: install-exec-am
447
 
install-data: install-data-am
448
 
uninstall: uninstall-am
449
 
 
450
 
install-am: all-am
451
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
452
 
 
453
 
installcheck: installcheck-am
454
 
install-strip:
455
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
456
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
457
 
          `test -z '$(STRIP)' || \
458
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
459
 
mostlyclean-generic:
460
 
 
461
 
clean-generic:
462
 
 
463
 
distclean-generic:
464
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
465
 
 
466
 
maintainer-clean-generic:
467
 
        @echo "This command is intended for maintainers to use"
468
 
        @echo "it deletes files that may require special tools to rebuild."
469
 
clean: clean-am
470
 
 
471
 
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
472
 
        mostlyclean-am
473
 
 
474
 
distclean: distclean-am
475
 
        -rm -rf ./$(DEPDIR)
476
 
        -rm -f Makefile
477
 
distclean-am: clean-am distclean-compile distclean-generic \
478
 
        distclean-libtool distclean-tags
479
 
 
480
 
dvi: dvi-am
481
 
 
482
 
dvi-am:
483
 
 
484
 
html: html-am
485
 
 
486
 
info: info-am
487
 
 
488
 
info-am:
489
 
 
490
 
install-data-am:
491
 
 
492
 
install-exec-am:
493
 
 
494
 
install-info: install-info-am
495
 
 
496
 
install-man:
497
 
 
498
 
installcheck-am:
499
 
 
500
 
maintainer-clean: maintainer-clean-am
501
 
        -rm -rf ./$(DEPDIR)
502
 
        -rm -f Makefile
503
 
maintainer-clean-am: distclean-am maintainer-clean-generic
504
 
 
505
 
mostlyclean: mostlyclean-am
506
 
 
507
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
508
 
        mostlyclean-libtool
509
 
 
510
 
pdf: pdf-am
511
 
 
512
 
pdf-am:
513
 
 
514
 
ps: ps-am
515
 
 
516
 
ps-am:
517
 
 
518
 
uninstall-am: uninstall-info-am
519
 
 
520
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
521
 
        clean-libtool clean-noinstLIBRARIES ctags distclean \
522
 
        distclean-compile distclean-generic distclean-libtool \
523
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
524
 
        install install-am install-data install-data-am install-exec \
525
 
        install-exec-am install-info install-info-am install-man \
526
 
        install-strip installcheck installcheck-am installdirs \
527
 
        maintainer-clean maintainer-clean-generic mostlyclean \
528
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
529
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
530
 
        uninstall-info-am
531
 
 
532
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
533
 
# Otherwise a system limit (for SysV at least) may be exceeded.
534
 
.NOEXPORT: