summaryrefslogtreecommitdiff
path: root/tools/glade/Makefile.am
blob: 6d092b082453bded5549439addeaab1b875b04cf (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
60
61
62
63
64
65
66
67
## Process this file with automake to produce Makefile.in

SUBDIRS = glade po doc omf-install

Developmentdir = $(datadir)/applications
Development_in_files = glade-2.desktop.in
Development_DATA = $(Development_in_files:.desktop.in=.desktop)

@INTLTOOL_DESKTOP_RULE@

EXTRA_DIST = \
	FAQ \
	glade.spec \
	glade.spec.in \
	glade-2.desktop.in \
	glade-2.png \
	intltool-extract.in \
	intltool-merge.in \
	intltool-update.in \
	examples/editor/AUTHORS \
	examples/editor/ChangeLog \
	examples/editor/Makefile.am \
	examples/editor/NEWS \
	examples/editor/README \
	examples/editor/acconfig.h \
	examples/editor/autogen.sh \
	examples/editor/configure.in \
	examples/editor/editor.glade \
	examples/editor/editor.gladep \
	examples/editor/src/Makefile.am \
	examples/editor/src/callbacks.c \
	examples/editor/src/callbacks.h \
	examples/editor/src/interface.c \
	examples/editor/src/interface.h \
	examples/editor/src/main.c \
	examples/editor/src/support.c \
	examples/editor/src/support.h \
	examples/editor/po/ChangeLog \
	examples/editor/po/POTFILES.in

pixmapsdir = $(datadir)/pixmaps
pixmaps_DATA = glade-2.png

# Install all the Gnome m4 macros we use to build Glade, so we can copy them
# to each project's directory (for Gnome projects).
install-data-local:
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps/glade-2
	$(INSTALL_DATA) $(srcdir)/glade/graphics/glade_logo.png $(DESTDIR)$(datadir)/pixmaps/glade-2

uninstall-local:
	@rm -f $(DESTDIR)$(datadir)/pixmaps/glade-2/glade_logo.png

#distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'
distuninstallcheck:
	@:

distcleancheck_listfiles = find . -type f -print | grep -v '^\./doc/.*\.xml'

DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper

DISTCLEANFILES = 		\
	intltool-extract 	\
	intltool-merge 		\
	intltool-update		\
	$(Development_DATA)	\
	$(NULL)