forked from GNOME/jhbuild
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
42 lines (29 loc) · 913 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
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
SUBDIRS = po examples scripts triggers jhbuild buildbot
if DOC_INSTALLATION_ENABLED
SUBDIRS += doc
endif
PATCHES = $(wildcard $(top_srcdir)/patches/*.patch)
MODULESETS = $(wildcard $(top_srcdir)/modulesets/*.modules) modulesets/moduleset.dtd
desktopdir = $(datadir)/applications
desktop_in_files = jhbuild.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
INTLTOOL = \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
EXTRA_DIST = $(PATCHES) $(MODULESETS) \
install-check.c \
autogen.sh \
$(desktop_in_files) $(INTLTOOL)
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update
CLEANFILES = \
$(desktop_DATA)
bin_PROGRAMS = install-check
install_check_SOURCES = install-check.c
install-exec-local:
$(srcdir)/scripts/debian-python2-postinstall-hook.sh $(DESTDIR)$(bindir)