File: Makefile.am

package info (click to toggle)
blueman 1.21-4.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 5,664 kB
  • ctags: 2,017
  • sloc: python: 11,216; sh: 10,144; ansic: 2,980; makefile: 476
file content (19 lines) | stat: -rw-r--r-- 463 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
BUILT_SOURCES = _blueman.c

bluemanlibdir = $(pyexecdir)
bluemanlib_LTLIBRARIES = _blueman.la
_blueman_la_CFLAGS = $(BLUEZ_CFLAGS) @PYTHON_INCLUDES@ -DSN_API_NOT_YET_FROZEN
_blueman_la_LDFLAGS = -module -avoid-version -fPIC
_blueman_la_LIBADD = $(BLUEZ_LIBS)
_blueman_la_SOURCES = \
	_blueman.c			\
	libblueman.c	\
	libblueman.h	\
	modem-prober.h \
	modem-prober.c

_blueman.c: _blueman.pyx
	$(PYREXC) -o $@ $<
	
EXTRA_DIST = _blueman.pyx
CLEANFILES = _blueman.c