File: Makefile.am

package info (click to toggle)
gamin 0.1.10-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 3,784 kB
  • sloc: ansic: 10,675; sh: 8,915; python: 3,706; xml: 1,303; makefile: 318; awk: 48
file content (22 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## Process this file with automake to produce Makefile.in

SUBDIRS=tests

INCLUDES =			\
	-I$(PYTHON_INCLUDES)	\
	-I$(top_srcdir)/libgamin\
	-I$(top_srcdir)/lib

python_LTLIBRARIES = _gamin.la

_gamin_la_SOURCES = gamin.c
_gamin_la_LIBADD = $(top_builddir)/libgamin/libgamin-1.la
_gamin_la_LDFLAGS = -module -avoid-version

python_PYTHON = gamin.py


test:
	@(cd tests ; make tests)

tests: test