File: Makefile.am

package info (click to toggle)
gnumeric 1.12.57-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 111,496 kB
  • sloc: ansic: 296,601; xml: 56,363; perl: 6,615; sh: 5,288; makefile: 2,981; yacc: 1,341; python: 389
file content (38 lines) | stat: -rw-r--r-- 1,015 bytes parent folder | download | duplicates (6)
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
SUFFIXES = .reg .hkcu.reg .xml.in .xml.in.in .gschema.xml.in

gschema_inin_files = \
	org.gnome.gnumeric.gschema.xml.in.in	\
	org.gnome.gnumeric.dialogs.gschema.xml.in.in	\
	org.gnome.gnumeric.plugin.gschema.xml.in.in
gschema_in_files = $(gschema_inin_files:.xml.in.in=.xml.in)

EXTRA_DIST =
CLEANFILES =

@INTLTOOL_SCHEMAS_RULE@

if HAVE_GSETTINGS
gsettings_SCHEMAS = $(gschema_in_files:.xml.in=.xml)
CLEANFILES += $(gsettings_SCHEMAS)

@INTLTOOL_XML_NOMERGE_RULE@

@GSETTINGS_RULES@

endif

EXTRA_DIST += $(gschema_inin_files)

if WITH_NATIVE_WIN32
regdir = $(prefix)/etc/win32/reg
reg_DATA = $(gschema_in_files:.gschema.xml.in=.reg) $(gschema_in_files:.gschema.xml.in=.hkcu.reg)
CLEANFILES += $(reg_DATA)
endif

# The resulting .reg files are only useful on win32 but we can produce them
# on any system.
.gschema.xml.in.reg:
	@PERL@ $(top_srcdir)/tools/handle-conf-options --reg $< >$(abs_builddir)/$@

.gschema.xml.in.hkcu.reg:
	@PERL@ $(top_srcdir)/tools/handle-conf-options --hkcu-reg $< >$(abs_builddir)/$@