Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am - dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99a13801879173f0b9e3f0a7adf63613141e506f (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
SUBDIRS = src data po icons plugins

ACLOCAL_AMFLAGS = -I m4

bin_SCRIPTS = scripts/gajim scripts/gajim-history-manager scripts/gajim-remote

EXTRA_DIST = \
	README.html \
	THANKS.artists \
	autogen.sh			\
	intltool-extract.in \
	intltool-merge.in 	\
	intltool-update.in	\
	gajim.nsi \
	setup_win32.py \
	scripts/gajim.in
	
DISTCLEANFILES = 		\
	intltool-extract 	\
	intltool-merge 		\
	intltool-update		\
	scripts/gajim		\
	scripts/gajim-remote	\
	scripts/gajim-histrory-manager

MAINTAINERCLEANFILES = \
	configure \
	Makefile.in \
	intltool-extract.in \
	intltool-update.in \
	intltool-merge.in \
	ltmain.sh \
	missing \
	mkinstalldirs \
	install-sh \
	compile \
	depcomp \
	config.guess \
	config.log \
	config.sub \
	config.status \
	aclocal.m4 \
	libtool \
	po/POTFILES.in \
	m4/intltool.m4

MAINTAINERCLEANDIRS = \
	autom4te.cache \
	build \
	dist


test:
	python test/runtests.py
.PHONY: test

doc:
	epydoc --config=doc/epydoc.conf
.PHONY: doc