2 # A file-manager extension which offers configurable context menu actions.
4 # Copyright (C) 2005 The GNOME Foundation
5 # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS)
6 # Copyright (C) 2009-2015 Pierre Wieser and others (see AUTHORS)
8 # FileManager-Actions is free software; you can redistribute it and/or
9 # modify it under the terms of the GNU General Public License as
10 # published by the Free Software Foundation; either version 2 of
11 # the License, or (at your option) any later version.
13 # FileManager-Actions is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 # General Public License for more details.
18 # You should have received a copy of the GNU General Public License
19 # along with FileManager-Actions; see the file COPYING. If not, see
20 # <http://www.gnu.org/licenses/>.
23 # Frederic Ruaudel <grumz@grumz.net>
24 # Rodrigo Moya <rodrigo@gnome-db.org>
25 # Pierre Wieser <pwieser@trychlos.org>
26 # ... and many others (see AUTHORS)
32 ui_datadir = $(datadir)/fma-config-tool
34 egg_platform_defines = -DEGG_SM_CLIENT_BACKEND_XSMP
38 -I $(top_srcdir)/src \
39 -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
40 -DG_LOG_DOMAIN=\"FMA\" \
41 -DPKGUIDIR=\"$(ui_datadir)\" \
42 $(egg_platform_defines) \
43 $(NAUTILUS_ACTIONS_CFLAGS) \
44 $(CODE_COVERAGE_CFLAGS) \
50 fma_config_tool_SOURCES = \
64 egg-tree-multi-dnd.c \
65 egg-tree-multi-dnd.h \
67 fma-add-capability-dialog.c \
68 fma-add-capability-dialog.h \
69 fma-add-scheme-dialog.c \
70 fma-add-scheme-dialog.h \
73 fma-assistant-export.c \
74 fma-assistant-export.h \
75 fma-assistant-import.c \
76 fma-assistant-import.h \
83 fma-ibasenames-tab.c \
84 fma-ibasenames-tab.h \
85 fma-icapabilities-tab.c \
86 fma-icapabilities-tab.h \
91 fma-ienvironment-tab.c \
92 fma-ienvironment-tab.h \
93 fma-iexecution-tab.c \
94 fma-iexecution-tab.h \
97 fma-imimetypes-tab.c \
98 fma-imimetypes-tab.h \
99 fma-iproperties-tab.c \
100 fma-iproperties-tab.h \
107 fma-main-window-def.h \
116 fma-menu-maintainer.c \
117 fma-menu-maintainer.h \
122 fma-preferences-editor.c \
123 fma-preferences-editor.h \
124 fma-providers-list.c \
125 fma-providers-list.h \
132 fma-tree-ieditable.c \
133 fma-tree-ieditable.h \
136 fma-tree-model-priv.h \
137 fma-tree-model-dnd.c \
143 fma_config_tool_LDADD = \
144 $(top_builddir)/src/core/libfma-core.la \
145 $(NAUTILUS_ACTIONS_LIBS) \
148 fma_config_tool_LDFLAGS = \
149 $(CODE_COVERAGE_LDFLAGS) \
153 fma-config-tool.actions \
157 fma-add-capability.ui \
159 fma-assistant-export.ui \
160 fma-assistant-import.ui \
162 fma-icon-chooser.ui \
182 @INTLTOOL_DESKTOP_RULE@
184 applications_in_files = fma-config-tool.desktop.in
186 applications_files = $(applications_in_files:.desktop.in=.desktop)
188 applicationsdir = $(datadir)/applications
190 applications_DATA = $(applications_files)
193 $(applications_files) \
198 $(applications_in_files) \
203 @CODE_COVERAGE_RULES@