~ubuntu-branches/ubuntu/lucid/avant-window-navigator/lucid

« back to all changes in this revision

Viewing changes to bindings/python/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-04-11 21:17:27 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100411211727-m89sz4jd9dcd1ci4
Tags: 0.4.0-0ubuntu1
* New upstream release.
 - Fix crash when event is NULL (LP: #550541)
 - Fix crash in awn-setting when adding applet (LP: #557778)
* debian/control
 - Add mention of Awn in the description.
 - Add depends on python-desktop-agnostic for python-awn.
* debian/patches
 - 02-bad-pointer-init.patch: From upstream, bad unitialized pointer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
host_triplet = @host@
38
38
subdir = bindings/python
39
39
DIST_COMMON = $(pyawn_PYTHON) $(srcdir)/Makefile.am \
40
 
        $(srcdir)/Makefile.in
 
40
        $(srcdir)/Makefile.in $(srcdir)/__init__.py.in
41
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
42
am__aclocal_m4_deps = $(top_srcdir)/m4/as-ac-expand.m4 \
43
43
        $(top_srcdir)/m4/as-compiler-flag.m4 $(top_srcdir)/m4/dolt.m4 \
51
51
        $(ACLOCAL_M4)
52
52
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
53
53
CONFIG_HEADER = $(top_builddir)/config.h
54
 
CONFIG_CLEAN_FILES =
 
54
CONFIG_CLEAN_FILES = __init__.py
55
55
CONFIG_CLEAN_VPATH_FILES =
56
56
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
57
57
am__vpath_adj = case $$p in \
182
182
LIBTOOL = @LIBTOOL@
183
183
LIPO = @LIPO@
184
184
LN_S = @LN_S@
 
185
LOCALEDIR = @LOCALEDIR@
185
186
LTCOMPILE = @LTCOMPILE@
186
187
LTCXXCOMPILE = @LTCXXCOMPILE@
187
188
LTLIBOBJS = @LTLIBOBJS@
280
281
libdir = @libdir@
281
282
libexecdir = @libexecdir@
282
283
localedir = @localedir@
 
284
localedir_intermediate = @localedir_intermediate@
283
285
localstatedir = @localstatedir@
284
286
lt_ECHO = @lt_ECHO@
285
287
mandir = @mandir@
323
325
common_ldflags = -module -avoid-version
324
326
AWN_DEFS = awn.defs
325
327
CLEANFILES = awn.c
326
 
EXTRA_DIST = $(AWN_DEFS) awn.override
 
328
EXTRA_DIST = $(AWN_DEFS) awn.override __init__.py.in
327
329
awn_la_LDFLAGS = $(common_ldflags) -export-symbols-regex initawn
328
330
awn_la_LIBADD = \
329
331
        $(PYTHON_LDFLAGS) \
372
374
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
373
375
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
374
376
$(am__aclocal_m4_deps):
 
377
__init__.py: $(top_builddir)/config.status $(srcdir)/__init__.py.in
 
378
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
375
379
install-pyawnexecLTLIBRARIES: $(pyawnexec_LTLIBRARIES)
376
380
        @$(NORMAL_INSTALL)
377
381
        test -z "$(pyawnexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pyawnexecdir)"