File: Makefile.am

package info (click to toggle)
dbus 0.23.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 7,112 kB
  • ctags: 4,832
  • sloc: ansic: 58,374; sh: 8,603; xml: 7,376; cs: 3,348; cpp: 1,043; makefile: 767; python: 523; java: 15
file content (30 lines) | stat: -rw-r--r-- 853 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
SUBDIRS=examples

INCLUDES=-I$(top_builddir) -I$(top_builddir)/dbus $(DBUS_CLIENT_CFLAGS) $(DBUS_GLIB_CFLAGS) $(DBUS_GLIB_TOOL_CFLAGS) $(PYTHON_INCLUDES)

dbusdir = $(pythondir)
dbus_PYTHON = dbus.py

dbusbindingsdir = $(pythondir)
dbusbindings_LTLIBRARIES = dbus_bindings.la

dbus_bindings_la_LDFLAGS = -module -avoid-version -fPIC -export-symbols-regex initdbus_bindings
dbus_bindings_la_LIBADD = $(top_builddir)/dbus/libdbus-1.la $(top_builddir)/glib/libdbus-glib-1.la
nodist_dbus_bindings_la_SOURCES = dbus_bindings.c


EXTRA_DIST = 			\
	dbus_h_wrapper.h	\
	dbus_bindings.pyx.in	\
	extract.py

CLEANFILES =			\
	dbus_bindings.pyx	\
	dbus_bindings.c


dbus_bindings.pyx: dbus_bindings.pyx.in extract.py
	-$(PYTHON) extract.py dbus_bindings.pyx.in -I$(top_builddir)  > dbus_bindings.pyx

dbus_bindings.c: dbus_bindings.pyx
	-pyrexc dbus_bindings.pyx