summaryrefslogtreecommitdiffstats
path: root/kexi/data/Makefile.am
blob: d6eb6ddea5e26b1b8c748cf842d8db8fa0f41994 (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
include $(top_srcdir)/kexi/Makefile.global

# kde_appsdir         Where your application's menu entry (.desktop) should go to.
# kde_icondir         Where your icon should go to - better use KDE_ICON.
# kde_sounddir        Where your sounds should go to.
# kde_htmldir         Where your docs should go to. (contains lang subdirs)
# kde_datadir         Where you install application data. (Use a subdir)
# kde_locale          Where translation files should go to. (contains lang subdirs)
# kde_cgidir          Where cgi-bin executables should go to.
# kde_confdir         Where config files should go to (system-wide ones with default values).
# kde_mimedir         Where mimetypes .desktop files should go to.
# kde_servicesdir     Where services .desktop files should go to.
# kde_servicetypesdir Where servicetypes .desktop files should go to.
# kde_toolbardir      Where general toolbar icons should go to (deprecated, use KDE_ICON).
# kde_wallpaperdir    Where general wallpapers should go to.
# kde_templatesdir    Where templates for the "New" menu (Konqueror/KDesktop) should go to.
# kde_bindir          Where executables should go to. Use bin_PROGRAMS or bin_SCRIPTS.
# kde_libdir          Where shared libraries should go to. Use lib_LTLIBRARIES.
# kde_moduledir       Where modules (e.g. parts) should go to. Use kde_module_LTLIBRARIES.
# kde_styledir        Where TQt/TDE widget styles should go to.
# kde_designerdir     Where TQt Designer plugins should go to.

rcdir = $(kde_datadir)/kexi
rc_DATA = kexiui.rc

kde_conf_DATA = kexirc

servicetypesdir = $(kde_servicetypesdir)
servicetypes_DATA=kexihandler.desktop

#servicesdir=$(kde_servicesdir)/kexi
#services_DATA=

magicdir = $(kde_confdir)/magic
magic_DATA = kexi.magic kexi.magic.mgc


mimetypedir = $(kde_mimedir)/application
mimetype_DATA = x-kexiproject-sqlite.desktop \
x-kexi-connectiondata.desktop \
x-kexiproject-sqlite2.desktop \
x-kexiproject-sqlite3.desktop \
x-kexiproject-shortcut.desktop

#TODO: add x-kexi-shortcut-table etc.

#kde <=3.4
if need_trinity4_compatibility
  KDE34COMPAT = trinity4compat
endif

SUBDIRS = $(KDE34COMPAT)

SUFFIXES = .magic .magic.mgc

.magic.magic.mgc:
	(cd `dirname $@` && file -C -m $<)