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

« back to all changes in this revision

Viewing changes to glom/python_embed/python_module/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
 
@WIN32_FALSE@am__append_1 = -lutil
40
 
subdir = glom/python_embed/python_module
41
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
 
am__aclocal_m4_deps = $(top_srcdir)/macros/macros.m4 \
44
 
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
45
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
 
        $(ACLOCAL_M4)
47
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
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)$(pyexecdir)"
57
 
pyexecLTLIBRARIES_INSTALL = $(INSTALL)
58
 
LTLIBRARIES = $(pyexec_LTLIBRARIES)
59
 
am__DEPENDENCIES_1 =
60
 
glom_la_DEPENDENCIES = $(top_builddir)/glom/libglom/libglom.la \
61
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
62
 
        $(am__DEPENDENCIES_1)
63
 
am_glom_la_OBJECTS = py_glom_module.lo
64
 
glom_la_OBJECTS = $(am_glom_la_OBJECTS)
65
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
66
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
67
 
am__depfiles_maybe = depfiles
68
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
69
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
70
 
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
71
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
72
 
        $(AM_CXXFLAGS) $(CXXFLAGS)
73
 
CXXLD = $(CXX)
74
 
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
75
 
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
76
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
77
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
79
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
80
 
        $(AM_CFLAGS) $(CFLAGS)
81
 
CCLD = $(CC)
82
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
83
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
84
 
SOURCES = $(glom_la_SOURCES)
85
 
DIST_SOURCES = $(glom_la_SOURCES)
86
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
87
 
        html-recursive info-recursive install-data-recursive \
88
 
        install-exec-recursive install-info-recursive \
89
 
        install-recursive installcheck-recursive installdirs-recursive \
90
 
        pdf-recursive ps-recursive uninstall-info-recursive \
91
 
        uninstall-recursive
92
 
ETAGS = etags
93
 
CTAGS = ctags
94
 
DIST_SUBDIRS = $(SUBDIRS)
95
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96
 
ACLOCAL = @ACLOCAL@
97
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
98
 
ALL_LINGUAS = @ALL_LINGUAS@
99
 
AMDEP_FALSE = @AMDEP_FALSE@
100
 
AMDEP_TRUE = @AMDEP_TRUE@
101
 
AMTAR = @AMTAR@
102
 
AR = @AR@
103
 
AS = @AS@
104
 
AUTOCONF = @AUTOCONF@
105
 
AUTOHEADER = @AUTOHEADER@
106
 
AUTOMAKE = @AUTOMAKE@
107
 
AWK = @AWK@
108
 
CATALOGS = @CATALOGS@
109
 
CATOBJEXT = @CATOBJEXT@
110
 
CC = @CC@
111
 
CCDEPMODE = @CCDEPMODE@
112
 
CFLAGS = @CFLAGS@
113
 
CPP = @CPP@
114
 
CPPFLAGS = @CPPFLAGS@
115
 
CXX = @CXX@
116
 
CXXCPP = @CXXCPP@
117
 
CXXDEPMODE = @CXXDEPMODE@
118
 
CXXFLAGS = @CXXFLAGS@
119
 
CYGPATH_W = @CYGPATH_W@
120
 
DATADIRNAME = @DATADIRNAME@
121
 
DEFS = @DEFS@
122
 
DEPDIR = @DEPDIR@
123
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
124
 
DLLTOOL = @DLLTOOL@
125
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
126
 
DSYMUTIL = @DSYMUTIL@
127
 
ECHO = @ECHO@
128
 
ECHO_C = @ECHO_C@
129
 
ECHO_N = @ECHO_N@
130
 
ECHO_T = @ECHO_T@
131
 
EGG_CFLAGS = @EGG_CFLAGS@
132
 
EGG_LIBS = @EGG_LIBS@
133
 
EGREP = @EGREP@
134
 
ENABLE_SK_FALSE = @ENABLE_SK_FALSE@
135
 
ENABLE_SK_TRUE = @ENABLE_SK_TRUE@
136
 
EXEEXT = @EXEEXT@
137
 
F77 = @F77@
138
 
FFLAGS = @FFLAGS@
139
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
140
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
141
 
GLOM_CFLAGS = @GLOM_CFLAGS@
142
 
GLOM_ENABLE_CLIENT_ONLY_FALSE = @GLOM_ENABLE_CLIENT_ONLY_FALSE@
143
 
GLOM_ENABLE_CLIENT_ONLY_TRUE = @GLOM_ENABLE_CLIENT_ONLY_TRUE@
144
 
GLOM_ENABLE_MAEMO_FALSE = @GLOM_ENABLE_MAEMO_FALSE@
145
 
GLOM_ENABLE_MAEMO_TRUE = @GLOM_ENABLE_MAEMO_TRUE@
146
 
GLOM_LIBS = @GLOM_LIBS@
147
 
GMOFILES = @GMOFILES@
148
 
GMSGFMT = @GMSGFMT@
149
 
GREP = @GREP@
150
 
HAVE_GNOME_DOC_UTILS_FALSE = @HAVE_GNOME_DOC_UTILS_FALSE@
151
 
HAVE_GNOME_DOC_UTILS_TRUE = @HAVE_GNOME_DOC_UTILS_TRUE@
152
 
HAVE_POSTMASTER = @HAVE_POSTMASTER@
153
 
HELP_DIR = @HELP_DIR@
154
 
INSTALL_DATA = @INSTALL_DATA@
155
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
156
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
157
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
158
 
INSTOBJEXT = @INSTOBJEXT@
159
 
INTLLIBS = @INTLLIBS@
160
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
161
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
162
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
163
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
164
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
165
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
166
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
167
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
168
 
INTLTOOL_PERL = @INTLTOOL_PERL@
169
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
170
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
171
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
172
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
173
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
174
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
175
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
176
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
177
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
178
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
179
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
180
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
181
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
182
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
183
 
LDFLAGS = @LDFLAGS@
184
 
LIBOBJS = @LIBOBJS@
185
 
LIBS = @LIBS@
186
 
LIBTOOL = @LIBTOOL@
187
 
LN_S = @LN_S@
188
 
LTLIBOBJS = @LTLIBOBJS@
189
 
MAEMO_LAUNCHER_CFLAGS = @MAEMO_LAUNCHER_CFLAGS@
190
 
MAEMO_LAUNCHER_LIBS = @MAEMO_LAUNCHER_LIBS@
191
 
MAINT = @MAINT@
192
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
193
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
194
 
MAKEINFO = @MAKEINFO@
195
 
MKINSTALLDIRS = @MKINSTALLDIRS@
196
 
MSGFMT = @MSGFMT@
197
 
MSGFMT_OPTS = @MSGFMT_OPTS@
198
 
MSGMERGE = @MSGMERGE@
199
 
NMEDIT = @NMEDIT@
200
 
OBJDUMP = @OBJDUMP@
201
 
OBJEXT = @OBJEXT@
202
 
OMF_DIR = @OMF_DIR@
203
 
PACKAGE = @PACKAGE@
204
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
205
 
PACKAGE_NAME = @PACKAGE_NAME@
206
 
PACKAGE_STRING = @PACKAGE_STRING@
207
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
208
 
PACKAGE_VERSION = @PACKAGE_VERSION@
209
 
PATH_SEPARATOR = @PATH_SEPARATOR@
210
 
PKG_CONFIG = @PKG_CONFIG@
211
 
POFILES = @POFILES@
212
 
POSTGRES_UTILS_PATH = @POSTGRES_UTILS_PATH@
213
 
POSUB = @POSUB@
214
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
215
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
216
 
PYTHON = @PYTHON@
217
 
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
218
 
PYTHON_INCLUDES = @PYTHON_INCLUDES@
219
 
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
220
 
PYTHON_PLATFORM = @PYTHON_PLATFORM@
221
 
PYTHON_PREFIX = @PYTHON_PREFIX@
222
 
PYTHON_VERSION = @PYTHON_VERSION@
223
 
RANLIB = @RANLIB@
224
 
SED = @SED@
225
 
SET_MAKE = @SET_MAKE@
226
 
SHELL = @SHELL@
227
 
STRIP = @STRIP@
228
 
UPDATE_MIME_DATABASE_FALSE = @UPDATE_MIME_DATABASE_FALSE@
229
 
UPDATE_MIME_DATABASE_TRUE = @UPDATE_MIME_DATABASE_TRUE@
230
 
USE_NLS = @USE_NLS@
231
 
VERSION = @VERSION@
232
 
WIN32_FALSE = @WIN32_FALSE@
233
 
WIN32_TRUE = @WIN32_TRUE@
234
 
WINDRES = @WINDRES@
235
 
XGETTEXT = @XGETTEXT@
236
 
ac_ct_CC = @ac_ct_CC@
237
 
ac_ct_CXX = @ac_ct_CXX@
238
 
ac_ct_F77 = @ac_ct_F77@
239
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
240
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
241
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
242
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
243
 
am__include = @am__include@
244
 
am__leading_dot = @am__leading_dot@
245
 
am__quote = @am__quote@
246
 
am__tar = @am__tar@
247
 
am__untar = @am__untar@
248
 
bindir = @bindir@
249
 
build = @build@
250
 
build_alias = @build_alias@
251
 
build_cpu = @build_cpu@
252
 
build_os = @build_os@
253
 
build_vendor = @build_vendor@
254
 
datadir = @datadir@
255
 
datarootdir = @datarootdir@
256
 
docdir = @docdir@
257
 
dvidir = @dvidir@
258
 
exec_prefix = @exec_prefix@
259
 
host = @host@
260
 
host_alias = @host_alias@
261
 
host_cpu = @host_cpu@
262
 
host_os = @host_os@
263
 
host_vendor = @host_vendor@
264
 
htmldir = @htmldir@
265
 
includedir = @includedir@
266
 
infodir = @infodir@
267
 
install_sh = @install_sh@
268
 
libdir = @libdir@
269
 
libexecdir = @libexecdir@
270
 
localedir = @localedir@
271
 
localstatedir = @localstatedir@
272
 
mandir = @mandir@
273
 
mkdir_p = @mkdir_p@
274
 
oldincludedir = @oldincludedir@
275
 
pdfdir = @pdfdir@
276
 
pkgpyexecdir = @pkgpyexecdir@
277
 
pkgpythondir = @pkgpythondir@
278
 
prefix = @prefix@
279
 
program_transform_name = @program_transform_name@
280
 
psdir = @psdir@
281
 
pyexecdir = @pyexecdir@
282
 
pythondir = @pythondir@
283
 
sbindir = @sbindir@
284
 
sharedstatedir = @sharedstatedir@
285
 
sysconfdir = @sysconfdir@
286
 
target_alias = @target_alias@
287
 
AM_CPPFLAGS = -I@top_srcdir@/ $(GLOM_CFLAGS) $(PYTHON_INCLUDES)
288
 
SUBDIRS = 
289
 
 
290
 
#This seems to stop libtool from complaining that glom.la is not named libglom.a
291
 
common_ldflags = -module -avoid-version -no-undefined
292
 
 
293
 
# Build and install the python module:
294
 
pyexec_LTLIBRARIES = glom.la
295
 
glom_la_LDFLAGS = $(common_ldflags) -export-symbols-regex initglom
296
 
glom_la_LIBADD = $(top_builddir)/glom/libglom/libglom.la $(GLOM_LIBS) \
297
 
        $(PYTHON_LDFLAGS) $(am__append_1)
298
 
glom_la_SOURCES = py_glom_module.cc py_glom_module.h
299
 
all: all-recursive
300
 
 
301
 
.SUFFIXES:
302
 
.SUFFIXES: .cc .lo .o .obj
303
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
304
 
        @for dep in $?; do \
305
 
          case '$(am__configure_deps)' in \
306
 
            *$$dep*) \
307
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
308
 
                && exit 0; \
309
 
              exit 1;; \
310
 
          esac; \
311
 
        done; \
312
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  glom/python_embed/python_module/Makefile'; \
313
 
        cd $(top_srcdir) && \
314
 
          $(AUTOMAKE) --gnu  glom/python_embed/python_module/Makefile
315
 
.PRECIOUS: Makefile
316
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
317
 
        @case '$?' in \
318
 
          *config.status*) \
319
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
320
 
          *) \
321
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
322
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
323
 
        esac;
324
 
 
325
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
326
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327
 
 
328
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
329
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
331
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332
 
install-pyexecLTLIBRARIES: $(pyexec_LTLIBRARIES)
333
 
        @$(NORMAL_INSTALL)
334
 
        test -z "$(pyexecdir)" || $(mkdir_p) "$(DESTDIR)$(pyexecdir)"
335
 
        @list='$(pyexec_LTLIBRARIES)'; for p in $$list; do \
336
 
          if test -f $$p; then \
337
 
            f=$(am__strip_dir) \
338
 
            echo " $(LIBTOOL) --mode=install $(pyexecLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pyexecdir)/$$f'"; \
339
 
            $(LIBTOOL) --mode=install $(pyexecLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pyexecdir)/$$f"; \
340
 
          else :; fi; \
341
 
        done
342
 
 
343
 
uninstall-pyexecLTLIBRARIES:
344
 
        @$(NORMAL_UNINSTALL)
345
 
        @set -x; list='$(pyexec_LTLIBRARIES)'; for p in $$list; do \
346
 
          p=$(am__strip_dir) \
347
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pyexecdir)/$$p'"; \
348
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pyexecdir)/$$p"; \
349
 
        done
350
 
 
351
 
clean-pyexecLTLIBRARIES:
352
 
        -test -z "$(pyexec_LTLIBRARIES)" || rm -f $(pyexec_LTLIBRARIES)
353
 
        @list='$(pyexec_LTLIBRARIES)'; for p in $$list; do \
354
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
355
 
          test "$$dir" != "$$p" || dir=.; \
356
 
          echo "rm -f \"$${dir}/so_locations\""; \
357
 
          rm -f "$${dir}/so_locations"; \
358
 
        done
359
 
glom.la: $(glom_la_OBJECTS) $(glom_la_DEPENDENCIES) 
360
 
        $(CXXLINK) -rpath $(pyexecdir) $(glom_la_LDFLAGS) $(glom_la_OBJECTS) $(glom_la_LIBADD) $(LIBS)
361
 
 
362
 
mostlyclean-compile:
363
 
        -rm -f *.$(OBJEXT)
364
 
 
365
 
distclean-compile:
366
 
        -rm -f *.tab.c
367
 
 
368
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/py_glom_module.Plo@am__quote@
369
 
 
370
 
.cc.o:
371
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
372
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
373
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
374
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
375
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
376
 
 
377
 
.cc.obj:
378
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
379
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
380
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
381
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
382
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
383
 
 
384
 
.cc.lo:
385
 
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
386
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
387
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
388
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
389
 
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
390
 
 
391
 
mostlyclean-libtool:
392
 
        -rm -f *.lo
393
 
 
394
 
clean-libtool:
395
 
        -rm -rf .libs _libs
396
 
 
397
 
distclean-libtool:
398
 
        -rm -f libtool
399
 
uninstall-info-am:
400
 
 
401
 
# This directory's subdirectories are mostly independent; you can cd
402
 
# into them and run `make' without going through this Makefile.
403
 
# To change the values of `make' variables: instead of editing Makefiles,
404
 
# (1) if the variable is set in `config.status', edit `config.status'
405
 
#     (which will cause the Makefiles to be regenerated when you run `make');
406
 
# (2) otherwise, pass the desired values on the `make' command line.
407
 
$(RECURSIVE_TARGETS):
408
 
        @failcom='exit 1'; \
409
 
        for f in x $$MAKEFLAGS; do \
410
 
          case $$f in \
411
 
            *=* | --[!k]*);; \
412
 
            *k*) failcom='fail=yes';; \
413
 
          esac; \
414
 
        done; \
415
 
        dot_seen=no; \
416
 
        target=`echo $@ | sed s/-recursive//`; \
417
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
418
 
          echo "Making $$target in $$subdir"; \
419
 
          if test "$$subdir" = "."; then \
420
 
            dot_seen=yes; \
421
 
            local_target="$$target-am"; \
422
 
          else \
423
 
            local_target="$$target"; \
424
 
          fi; \
425
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
426
 
          || eval $$failcom; \
427
 
        done; \
428
 
        if test "$$dot_seen" = "no"; then \
429
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
430
 
        fi; test -z "$$fail"
431
 
 
432
 
mostlyclean-recursive clean-recursive distclean-recursive \
433
 
maintainer-clean-recursive:
434
 
        @failcom='exit 1'; \
435
 
        for f in x $$MAKEFLAGS; do \
436
 
          case $$f in \
437
 
            *=* | --[!k]*);; \
438
 
            *k*) failcom='fail=yes';; \
439
 
          esac; \
440
 
        done; \
441
 
        dot_seen=no; \
442
 
        case "$@" in \
443
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
444
 
          *) list='$(SUBDIRS)' ;; \
445
 
        esac; \
446
 
        rev=''; for subdir in $$list; do \
447
 
          if test "$$subdir" = "."; then :; else \
448
 
            rev="$$subdir $$rev"; \
449
 
          fi; \
450
 
        done; \
451
 
        rev="$$rev ."; \
452
 
        target=`echo $@ | sed s/-recursive//`; \
453
 
        for subdir in $$rev; do \
454
 
          echo "Making $$target in $$subdir"; \
455
 
          if test "$$subdir" = "."; then \
456
 
            local_target="$$target-am"; \
457
 
          else \
458
 
            local_target="$$target"; \
459
 
          fi; \
460
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
461
 
          || eval $$failcom; \
462
 
        done && test -z "$$fail"
463
 
tags-recursive:
464
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
465
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
466
 
        done
467
 
ctags-recursive:
468
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
469
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
470
 
        done
471
 
 
472
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
473
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
474
 
        unique=`for i in $$list; do \
475
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
476
 
          done | \
477
 
          $(AWK) '    { files[$$0] = 1; } \
478
 
               END { for (i in files) print i; }'`; \
479
 
        mkid -fID $$unique
480
 
tags: TAGS
481
 
 
482
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
483
 
                $(TAGS_FILES) $(LISP)
484
 
        tags=; \
485
 
        here=`pwd`; \
486
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
487
 
          include_option=--etags-include; \
488
 
          empty_fix=.; \
489
 
        else \
490
 
          include_option=--include; \
491
 
          empty_fix=; \
492
 
        fi; \
493
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
494
 
          if test "$$subdir" = .; then :; else \
495
 
            test ! -f $$subdir/TAGS || \
496
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
497
 
          fi; \
498
 
        done; \
499
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
500
 
        unique=`for i in $$list; do \
501
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
502
 
          done | \
503
 
          $(AWK) '    { files[$$0] = 1; } \
504
 
               END { for (i in files) print i; }'`; \
505
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
506
 
          test -n "$$unique" || unique=$$empty_fix; \
507
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
508
 
            $$tags $$unique; \
509
 
        fi
510
 
ctags: CTAGS
511
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
512
 
                $(TAGS_FILES) $(LISP)
513
 
        tags=; \
514
 
        here=`pwd`; \
515
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
516
 
        unique=`for i in $$list; do \
517
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
518
 
          done | \
519
 
          $(AWK) '    { files[$$0] = 1; } \
520
 
               END { for (i in files) print i; }'`; \
521
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
522
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
523
 
             $$tags $$unique
524
 
 
525
 
GTAGS:
526
 
        here=`$(am__cd) $(top_builddir) && pwd` \
527
 
          && cd $(top_srcdir) \
528
 
          && gtags -i $(GTAGS_ARGS) $$here
529
 
 
530
 
distclean-tags:
531
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
532
 
 
533
 
distdir: $(DISTFILES)
534
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
535
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
536
 
        list='$(DISTFILES)'; for file in $$list; do \
537
 
          case $$file in \
538
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
539
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
540
 
          esac; \
541
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
542
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
543
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
544
 
            dir="/$$dir"; \
545
 
            $(mkdir_p) "$(distdir)$$dir"; \
546
 
          else \
547
 
            dir=''; \
548
 
          fi; \
549
 
          if test -d $$d/$$file; then \
550
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
551
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
552
 
            fi; \
553
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
554
 
          else \
555
 
            test -f $(distdir)/$$file \
556
 
            || cp -p $$d/$$file $(distdir)/$$file \
557
 
            || exit 1; \
558
 
          fi; \
559
 
        done
560
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
561
 
          if test "$$subdir" = .; then :; else \
562
 
            test -d "$(distdir)/$$subdir" \
563
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
564
 
            || exit 1; \
565
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
566
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
567
 
            (cd $$subdir && \
568
 
              $(MAKE) $(AM_MAKEFLAGS) \
569
 
                top_distdir="$$top_distdir" \
570
 
                distdir="$$distdir/$$subdir" \
571
 
                distdir) \
572
 
              || exit 1; \
573
 
          fi; \
574
 
        done
575
 
check-am: all-am
576
 
check: check-recursive
577
 
all-am: Makefile $(LTLIBRARIES)
578
 
installdirs: installdirs-recursive
579
 
installdirs-am:
580
 
        for dir in "$(DESTDIR)$(pyexecdir)"; do \
581
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
582
 
        done
583
 
install: install-recursive
584
 
install-exec: install-exec-recursive
585
 
install-data: install-data-recursive
586
 
uninstall: uninstall-recursive
587
 
 
588
 
install-am: all-am
589
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
590
 
 
591
 
installcheck: installcheck-recursive
592
 
install-strip:
593
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
594
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
595
 
          `test -z '$(STRIP)' || \
596
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
597
 
mostlyclean-generic:
598
 
 
599
 
clean-generic:
600
 
 
601
 
distclean-generic:
602
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
603
 
 
604
 
maintainer-clean-generic:
605
 
        @echo "This command is intended for maintainers to use"
606
 
        @echo "it deletes files that may require special tools to rebuild."
607
 
@WIN32_FALSE@install-exec-hook:
608
 
clean: clean-recursive
609
 
 
610
 
clean-am: clean-generic clean-libtool clean-pyexecLTLIBRARIES \
611
 
        mostlyclean-am
612
 
 
613
 
distclean: distclean-recursive
614
 
        -rm -rf ./$(DEPDIR)
615
 
        -rm -f Makefile
616
 
distclean-am: clean-am distclean-compile distclean-generic \
617
 
        distclean-libtool distclean-tags
618
 
 
619
 
dvi: dvi-recursive
620
 
 
621
 
dvi-am:
622
 
 
623
 
html: html-recursive
624
 
 
625
 
info: info-recursive
626
 
 
627
 
info-am:
628
 
 
629
 
install-data-am:
630
 
 
631
 
install-exec-am: install-pyexecLTLIBRARIES
632
 
        @$(NORMAL_INSTALL)
633
 
        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
634
 
 
635
 
install-info: install-info-recursive
636
 
 
637
 
install-man:
638
 
 
639
 
installcheck-am:
640
 
 
641
 
maintainer-clean: maintainer-clean-recursive
642
 
        -rm -rf ./$(DEPDIR)
643
 
        -rm -f Makefile
644
 
maintainer-clean-am: distclean-am maintainer-clean-generic
645
 
 
646
 
mostlyclean: mostlyclean-recursive
647
 
 
648
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
649
 
        mostlyclean-libtool
650
 
 
651
 
pdf: pdf-recursive
652
 
 
653
 
pdf-am:
654
 
 
655
 
ps: ps-recursive
656
 
 
657
 
ps-am:
658
 
 
659
 
uninstall-am: uninstall-info-am uninstall-pyexecLTLIBRARIES
660
 
 
661
 
uninstall-info: uninstall-info-recursive
662
 
 
663
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
664
 
        clean clean-generic clean-libtool clean-pyexecLTLIBRARIES \
665
 
        clean-recursive ctags ctags-recursive distclean \
666
 
        distclean-compile distclean-generic distclean-libtool \
667
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
668
 
        html-am info info-am install install-am install-data \
669
 
        install-data-am install-exec install-exec-am install-exec-hook \
670
 
        install-info install-info-am install-man \
671
 
        install-pyexecLTLIBRARIES install-strip installcheck \
672
 
        installcheck-am installdirs installdirs-am maintainer-clean \
673
 
        maintainer-clean-generic maintainer-clean-recursive \
674
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
675
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
676
 
        tags tags-recursive uninstall uninstall-am uninstall-info-am \
677
 
        uninstall-pyexecLTLIBRARIES
678
 
 
679
 
 
680
 
# Python .pyd modules are simply DLLs, but they have to be called .pyd for
681
 
# python to find them, and libtool only creates .dll.
682
 
@WIN32_TRUE@install-exec-hook:
683
 
@WIN32_TRUE@    mv $(pyexecdir)/glom.dll $(pyexecdir)/glom.pyd
684
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
685
 
# Otherwise a system limit (for SysV at least) may be exceeded.
686
 
.NOEXPORT: