Update Spanish translation
[gnumeric.git] / plugins / Makefile.am
blob3c895b4c9bfec2659be2b82ccc9ece1d3b6b3d34
1 SUBDIRS_FILE_FORMATS = excel lotus-123 oleo sc sylk xbase html dif qpro \
2         plan-perfect applix openoffice mps
3 SUBDIRS_FUNCTIONS = fn-numtheory fn-christian-date fn-database fn-date \
4         fn-eng fn-erlang \
5         fn-financial fn-hebrew-date fn-info fn-logical fn-complex fn-lookup \
6         fn-math fn-r fn-stat fn-string fn-random fn-tsa fn-derivatives
7 SUBDIRS_LOADERS = excelplugins
8 SUBDIRS_DATA_SOURCES = sample_datasource
9 SUBDIRS_SOLVERS = nlsolve lpsolve glpk
10 SUBDIRS_EXAMPLES = uihello
12 if WITH_PSICONV
13   SUBDIRS_FILE_FORMATS += psiconv
14 endif
15 if WITH_PARADOX
16   SUBDIRS_FILE_FORMATS += paradox
17 endif
19 if WITH_GDA
20   SUBDIRS_FUNCTIONS += gda
21 endif
22 if WITH_GNOMEDB
23   SUBDIRS_FUNCTIONS += gnome-db
24 endif
26 # Do not build by default until the libtool problems with
27 # a static libpython are resolved.
28 if WITH_PYTHON
29   SUBDIRS_LOADERS += python-loader
30   SUBDIRS_EXAMPLES += gnome-glossary py-func
31 endif
33 if WITH_PERL
34   SUBDIRS_LOADERS += perl-loader
35   SUBDIRS_EXAMPLES += perl-func
36 endif
38 if PLUGIN_LIST_GIVEN
39   SUBDIRS = @PLUGIN_LIST@
40 else
41   SUBDIRS = $(SUBDIRS_FILE_FORMATS) $(SUBDIRS_FUNCTIONS) $(SUBDIRS_SOLVERS) \
42         $(SUBDIRS_LOADERS) $(SUBDIRS_DATA_SOURCES) $(SUBDIRS_EXAMPLES)
43 endif