~ubuntu-branches/ubuntu/lucid/scilab/lucid

« back to all changes in this revision

Viewing changes to modules/intersci/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sylvestre Ledru
  • Date: 2009-04-28 18:47:03 UTC
  • mfrom: (1.1.7 upstream) (4.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090428184703-7thddz8vtwqmxmx2
Tags: 5.1.1-4
* librefblas3-dev does not exist (yet). Thanks to Jose Ramon
* Do not stop when ocamlopt is not available on the arch 
  (ocaml-not-available.diff)
* Provide a clear error message for archs where modelicac compiler is 
  not available (modelicac-not-available.diff)
* scilab startup script moved from package scilab => scilab-bin (because of
  the ocamlopt problem, I cannot predict if modelicac will be available or
  not. Therefor, I ship usr/bin/ instead of binary per binary. This will
  also simplifies the packaging of Scilab 5.2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
UMFPACK_LIB = @UMFPACK_LIB@
259
259
VERSION = @VERSION@
260
260
WITH_OCAML = @WITH_OCAML@
 
261
WITH_TKSCI = @WITH_TKSCI@
261
262
XGETTEXT = @XGETTEXT@
262
263
XMKMF = @XMKMF@
263
264
XMLGRAPHICS_COMMONS = @XMLGRAPHICS_COMMONS@
 
265
XML_APIS_EXT = @XML_APIS_EXT@
264
266
XML_CONFIG = @XML_CONFIG@
265
267
XML_FLAGS = @XML_FLAGS@
266
268
XML_LIBS = @XML_LIBS@
319
321
srcdir = @srcdir@
320
322
sysconfdir = @sysconfdir@
321
323
target_alias = @target_alias@
 
324
top_build_prefix = @top_build_prefix@
322
325
top_builddir = @top_builddir@
323
326
top_srcdir = @top_srcdir@
324
327
INTERSCI_LIB_C_SOURCES = \
427
430
# Chapter file 
428
431
HELP_CHAPTERDIR = help/
429
432
HELP_CHAPTERFILE = addchapter.sce
 
433
HELP_CHAPTERLANG = en_US fr_FR pt_BR
430
434
all: all-am
431
435
 
432
436
.SUFFIXES:
1073
1077
        done
1074
1078
# Install the help chapter
1075
1079
        @echo "-------- Install the help chapter (if any) --------"; \
1076
 
        for lang in $(ALL_LINGUAS); do \
 
1080
        for lang in $(HELP_CHAPTERLANG); do \
1077
1081
                HELPFILE=$(srcdir)/$(HELP_CHAPTERDIR)$$lang/$(HELP_CHAPTERFILE); \
1078
1082
                if test -f $$HELPFILE; then \
1079
1083
                        echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \