Added ui_get_cursor
[gcalctool.git] / Makefile.am
blobd2daa0a46ea094830008918187f5d49919c03725
1 ## Process this file with automake to produce Makefile.in
4 # FIXME:
5 #  currently scrollkeeper-update does not seem to
6 #  remove its database when there is no useful
7 #  information contained there. Therefore, with
8 #  "make uninstall" you're left with loads of
9 #  stuff in /var/scrollkeeper and distcheck
10 #  fails.
12 #  http://mail.gnome.org/archives/gnome-doc-list/2003-May/msg00008.html
14 #  This overrides the uninstall check so distcheck
15 #  passes
17 # distuninstallcheck_listfiles = find . -type f -print | grep -v 'scrollkeeper' | grep -v 'omf' | grep -v 'figures'
18 distuninstallcheck:
19         @:
21 distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' | grep -v 'legal.xml'
23 DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
25 DISTCLEANFILES =                \
26         intltool-extract        \
27         intltool-merge          \
28         intltool-update         \
29         gnome-doc-utils.make    \
30         gcalctool.desktop
32 SUBDIRS = po gcalctool glade help
34 SCHEMAS_FILE = gcalctool.schemas
36 schemadir = $(GCONF_SCHEMA_FILE_DIR)
37 schema_DATA = $(SCHEMAS_FILE)
39 EXTRA_DIST = \
40         autogen.sh \
41         ChangeLog-1990 \
42         ChangeLog-1991 \
43         ChangeLog-1992 \
44         ChangeLog-1993 \
45         ChangeLog-2002 \
46         MAINTAINERS \
47         TODO \
48         gcalctoolrc \
49         gcalctool.desktop.in \
50         gnome-doc-utils.make    \
51         m4                      \
52         intltool-extract.in     \
53         intltool-merge.in       \
54         intltool-update.in      \
55         $(schema_DATA) \
56         omf.make \
57         xmldocs.make
59 Utilitiesdir = $(datadir)/applications
60 Utilities_in_files = gcalctool.desktop.in
61 Utilities_DATA = $(Utilities_in_files:.desktop.in=.desktop)
62 @INTLTOOL_DESKTOP_RULE@
64 if GCONF_SCHEMAS_INSTALL
65 # Install the gcalctool schema file.
66 install-data-local:
67         GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
68 endif