[gnumeric] compilation: conditionalize solvers better.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] compilation: conditionalize solvers better.
- Date: Wed, 2 Jun 2010 16:47:19 +0000 (UTC)
commit 15334538a5d448dfa56880e8fc58115a75d6f499
Author: Morten Welinder <terra gnome org>
Date: Wed Jun 2 12:46:52 2010 -0400
compilation: conditionalize solvers better.
plugins/Makefile.am | 26 ++++++++++++--------------
1 files changed, 12 insertions(+), 14 deletions(-)
---
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 370871f..169ca83 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,8 +1,17 @@
SUBDIRS_FILE_FORMATS = excel lotus-123 oleo sc sylk xbase html dif qpro \
- plan-perfect applix openoffice lpsolve nlsolve glpk
+ plan-perfect applix openoffice
+SUBDIRS_FUNCTIONS = fn-numtheory fn-christian-date fn-database fn-date \
+ fn-eng fn-erlang \
+ fn-financial fn-hebrew-date fn-info fn-logical fn-complex fn-lookup \
+ fn-math fn-r fn-stat fn-string fn-random fn-tsa fn-derivatives
+SUBDIRS_LOADERS = excelplugins
+SUBDIRS_DATA_SOURCES = sample_datasource
+SUBDIRS_SOLVERS =
+SUBDIRS_EXAMPLES = uihello
if ENABLE_SOLVER
- SUBDIRS_FILE_FORMATS += mps
+ SUBDIRS_FILE_FORMATS += mps lpsolve glpk
+ SUBDIRS_SOLVERS += nlsolve
endif
if WITH_PSICONV
SUBDIRS_FILE_FORMATS += psiconv
@@ -11,11 +20,6 @@ if WITH_PARADOX
SUBDIRS_FILE_FORMATS += paradox
endif
-SUBDIRS_FUNCTIONS = fn-numtheory fn-christian-date fn-database fn-date \
- fn-eng fn-erlang \
- fn-financial fn-hebrew-date fn-info fn-logical fn-complex fn-lookup \
- fn-math fn-r fn-stat fn-string fn-random fn-tsa fn-derivatives
-
if WITH_GDA
SUBDIRS_FUNCTIONS += gda
endif
@@ -23,9 +27,6 @@ if WITH_GNOMEDB
SUBDIRS_FUNCTIONS += gnome-db
endif
-SUBDIRS_LOADERS = excelplugins
-SUBDIRS_EXAMPLES = uihello
-
# Do not build by default until the libtool problems with
# a static libpython are resolved.
if WITH_PYTHON
@@ -42,12 +43,9 @@ if WITH_CORBA
SUBDIRS_LOADERS += corba
endif
-SUBDIRS_DATA_SOURCES = sample_datasource
-
-
if PLUGIN_LIST_GIVEN
SUBDIRS = @PLUGIN_LIST@
else
- SUBDIRS = $(SUBDIRS_FILE_FORMATS) $(SUBDIRS_FUNCTIONS) \
+ SUBDIRS = $(SUBDIRS_FILE_FORMATS) $(SUBDIRS_FUNCTIONS) $(SUBDIRS_SOLVERS) \
$(SUBDIRS_LOADERS) $(SUBDIRS_DATA_SOURCES) $(SUBDIRS_EXAMPLES)
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]