-
Notifications
You must be signed in to change notification settings - Fork 1
/
Makefile.am
37 lines (29 loc) · 1.07 KB
/
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
INTLTOOL_FILES = intltool-extract.in \
intltool-merge.in \
intltool-update.in
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = . src data po gnome pixmaps dicfiles
EXTRA_DIST = COPYING rpm/gjiten.spec scripts/make_debs scripts/make_release\
intltool-extract.in intltool-merge.in intltool-update.in
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update \
po/.intltool-merge-cache
MAINTAINERCLEANFILES += \
configure \
config.sub \
config.guess \
aclocal.m4 \
compile \
depcomp install-sh \
${DISTCLEANFILES} \
ltmain.sh \
missing \
mkinstalldirs \
config.h.in \
po/*stamp* \
*stamp*
all-local:
glib-compile-resources --generate-header --target=./src/resources.h ./resources.xml
glib-compile-resources --generate-source --target=./src/resources.c ./resources.xml