File: Makefile.am

package info (click to toggle)
gnumeric 1.12.55-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 112,588 kB
  • sloc: ansic: 295,698; xml: 56,363; perl: 6,579; sh: 5,288; makefile: 2,960; yacc: 1,341; python: 389
file content (21 lines) | stat: -rw-r--r-- 726 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
AM_CPPFLAGS = \
    -DGNOMELOCALEDIR=\""$(datadir)/locale"\" 	\
    -I$(top_srcdir)/src	-I$(top_builddir)/src	\
    $(GNUMERIC_CFLAGS)

gnumeric_plugin_excelpluginsdir = $(gnumeric_plugindir)/excelplugins
xmldir = $(gnumeric_plugin_excelpluginsdir)
gnumeric_plugin_excelplugins_LTLIBRARIES = plugin.la xlcall32.la
plugin_la_LDFLAGS = -module $(GNUMERIC_PLUGIN_LDFLAGS)
plugin_la_LIBADD = ../../src/libspreadsheet.la
plugin_la_SOURCES = excelplugins.c
xlcall32_la_LDFLAGS = -module $(GNUMERIC_PLUGIN_LDFLAGS)
xlcall32_la_SOURCES = xlcall32_emulation.c win32replacements.h xlcall.h

xml_in_files = plugin.xml.in
xml_DATA = $(xml_in_files:.xml.in=.xml)

@INTLTOOL_XML_RULE@

EXTRA_DIST = $(xml_in_files)
CLEANFILES = $(xml_DATA)