-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
50 lines (43 loc) · 862 Bytes
/
Makefile.am
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
NULL =
VALA_BINDINGS = bindings/vala
SUBDIRS = \
libawn \
src \
applet-activation \
bindings/python \
bindings/vala \
awn-settings \
applets/expander \
applets/quick-prefs \
applets/separator \
applets/taskmanager \
applets/simple-launcher \
po \
data \
tests \
doc \
themes \
$(NULL)
ACLOCAL_AMFLAGS = -I m4
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = awn.pc
i18n-update: po/POTFILES.in po/POTFILES.skip
(cd po && for lang in `grep ALL_LINGUAS ../configure.in | cut -d'"' -f2`; do \
echo -n "Updating $$lang:"; \
intltool-update $$lang; \
done)
EXTRA_DIST = \
autogen.sh \
awn.pc.in \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
$(NULL)
DISTCLEANFILES = \
doltcompile \
doltlibtool \
intltool-extract \
intltool-merge \
intltool-update \
$(NULL)