~ubuntu-branches/ubuntu/quantal/glom/quantal

« back to all changes in this revision

Viewing changes to glom/python_embed/python_module/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2009-01-11 17:12:01 UTC
  • mfrom: (1.1.39 upstream)
  • Revision ID: james.westby@ubuntu.com-20090111171201-0ov9zh1fxfueshxc
Tags: 1.8.5-0ubuntu1
* New upstream release (LP: #256701), fixes LP bugs: 
  + Clear the text in property dialogs for text items (LP: #309147)
  + Don't crash when showing and then hiding the grid (LP: #303453)
  + Temporarily remember the sort order so it is the same when navigating 
    away and back (LP: #303422)
  + Use the list's sort order for the top-level records in the report 
    (LP: #303425)
  + Users/Groups: Disable drag-and-drop for the treeview, because it is
    useless and confusing (LP: #299573)
  + Import: Sort the fields list alphabetically (LP: #306593)
  + delete primary key make unusuable the database (LP: #299549)
  + Spanish translate incomplete (LP: #299556)
  + import date format error (LP: #299591)
  + can't delete data from table list view (LP: #299853)
  + Field definition: default value not saved (LP: #299896)
  + reports crashing (LP: #300054)
  + Year error with date fields (LP: #300057)
  + list view: 2 records added instead of 1 (LP: #300819)
* debian/control: Refreshed dependencies for libglom-dev.
* debian/control: Updated build-deps to match configure checks. goocavnasmm
  build-dep bumped to version without .la files.
* debian/rules: Don't delete the directory containing the templates.
* debian/control, debian/rules, debian/glom-doc.*: Split out
  arch-independent manual and examples into separate package glom-doc, which
  is now recommended by glom (glom will still work if they're not available)
* debian/copyright: Rewritten to new machine-readable format. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
POST_UNINSTALL = :
37
37
build_triplet = @build@
38
38
host_triplet = @host@
 
39
@WIN32_FALSE@am__append_1 = -lutil
39
40
subdir = glom/python_embed/python_module
40
41
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
58
LTLIBRARIES = $(pyexec_LTLIBRARIES)
58
59
am__DEPENDENCIES_1 =
59
60
glom_la_DEPENDENCIES = $(top_builddir)/glom/libglom/libglom.la \
60
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
61
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
62
        $(am__DEPENDENCIES_1)
61
63
am_glom_la_OBJECTS = py_glom_module.lo
62
64
glom_la_OBJECTS = $(am_glom_la_OBJECTS)
63
65
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
98
100
AMDEP_TRUE = @AMDEP_TRUE@
99
101
AMTAR = @AMTAR@
100
102
AR = @AR@
 
103
AS = @AS@
101
104
AUTOCONF = @AUTOCONF@
102
105
AUTOHEADER = @AUTOHEADER@
103
106
AUTOMAKE = @AUTOMAKE@
118
121
DEFS = @DEFS@
119
122
DEPDIR = @DEPDIR@
120
123
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
124
DLLTOOL = @DLLTOOL@
121
125
DOC_USER_FORMATS = @DOC_USER_FORMATS@
122
126
DSYMUTIL = @DSYMUTIL@
123
127
ECHO = @ECHO@
124
128
ECHO_C = @ECHO_C@
125
129
ECHO_N = @ECHO_N@
126
130
ECHO_T = @ECHO_T@
 
131
EGG_CFLAGS = @EGG_CFLAGS@
 
132
EGG_LIBS = @EGG_LIBS@
127
133
EGREP = @EGREP@
128
134
ENABLE_SK_FALSE = @ENABLE_SK_FALSE@
129
135
ENABLE_SK_TRUE = @ENABLE_SK_TRUE@
131
137
F77 = @F77@
132
138
FFLAGS = @FFLAGS@
133
139
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
140
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
134
141
GLOM_CFLAGS = @GLOM_CFLAGS@
135
142
GLOM_ENABLE_CLIENT_ONLY_FALSE = @GLOM_ENABLE_CLIENT_ONLY_FALSE@
136
143
GLOM_ENABLE_CLIENT_ONLY_TRUE = @GLOM_ENABLE_CLIENT_ONLY_TRUE@
190
197
MSGFMT_OPTS = @MSGFMT_OPTS@
191
198
MSGMERGE = @MSGMERGE@
192
199
NMEDIT = @NMEDIT@
 
200
OBJDUMP = @OBJDUMP@
193
201
OBJEXT = @OBJEXT@
194
202
OMF_DIR = @OMF_DIR@
195
203
PACKAGE = @PACKAGE@
221
229
UPDATE_MIME_DATABASE_TRUE = @UPDATE_MIME_DATABASE_TRUE@
222
230
USE_NLS = @USE_NLS@
223
231
VERSION = @VERSION@
 
232
WIN32_FALSE = @WIN32_FALSE@
 
233
WIN32_TRUE = @WIN32_TRUE@
 
234
WINDRES = @WINDRES@
224
235
XGETTEXT = @XGETTEXT@
225
236
ac_ct_CC = @ac_ct_CC@
226
237
ac_ct_CXX = @ac_ct_CXX@
273
284
sharedstatedir = @sharedstatedir@
274
285
sysconfdir = @sysconfdir@
275
286
target_alias = @target_alias@
276
 
INCLUDES = -I@top_srcdir@/ $(GLOM_CFLAGS) $(PYTHON_INCLUDES)
 
287
AM_CPPFLAGS = -I@top_srcdir@/ $(GLOM_CFLAGS) $(PYTHON_INCLUDES)
277
288
SUBDIRS = 
278
289
 
279
290
#This seems to stop libtool from complaining that glom.la is not named libglom.a
282
293
# Build and install the python module:
283
294
pyexec_LTLIBRARIES = glom.la
284
295
glom_la_LDFLAGS = $(common_ldflags) -export-symbols-regex initglom
285
 
glom_la_LIBADD = $(top_builddir)/glom/libglom/libglom.la \
286
 
                 $(GLOM_LIBS) $(PYTHON_LDFLAGS) -lutil
287
 
 
 
296
glom_la_LIBADD = $(top_builddir)/glom/libglom/libglom.la $(GLOM_LIBS) \
 
297
        $(PYTHON_LDFLAGS) $(am__append_1)
288
298
glom_la_SOURCES = py_glom_module.cc py_glom_module.h
289
299
all: all-recursive
290
300
 
594
604
maintainer-clean-generic:
595
605
        @echo "This command is intended for maintainers to use"
596
606
        @echo "it deletes files that may require special tools to rebuild."
 
607
@WIN32_FALSE@install-exec-hook:
597
608
clean: clean-recursive
598
609
 
599
610
clean-am: clean-generic clean-libtool clean-pyexecLTLIBRARIES \
618
629
install-data-am:
619
630
 
620
631
install-exec-am: install-pyexecLTLIBRARIES
 
632
        @$(NORMAL_INSTALL)
 
633
        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
621
634
 
622
635
install-info: install-info-recursive
623
636
 
653
666
        distclean-compile distclean-generic distclean-libtool \
654
667
        distclean-recursive distclean-tags distdir dvi dvi-am html \
655
668
        html-am info info-am install install-am install-data \
656
 
        install-data-am install-exec install-exec-am install-info \
657
 
        install-info-am install-man install-pyexecLTLIBRARIES \
658
 
        install-strip installcheck installcheck-am installdirs \
659
 
        installdirs-am maintainer-clean maintainer-clean-generic \
660
 
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
661
 
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
662
 
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
663
 
        uninstall-info-am uninstall-pyexecLTLIBRARIES
664
 
 
 
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
665
684
# Tell versions [3.59,3.63) of GNU make to not export all variables.
666
685
# Otherwise a system limit (for SysV at least) may be exceeded.
667
686
.NOEXPORT: