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

« back to all changes in this revision

Viewing changes to modules/simulated_annealing/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:
223
223
UMFPACK_LIB = @UMFPACK_LIB@
224
224
VERSION = @VERSION@
225
225
WITH_OCAML = @WITH_OCAML@
 
226
WITH_TKSCI = @WITH_TKSCI@
226
227
XGETTEXT = @XGETTEXT@
227
228
XMKMF = @XMKMF@
228
229
XMLGRAPHICS_COMMONS = @XMLGRAPHICS_COMMONS@
 
230
XML_APIS_EXT = @XML_APIS_EXT@
229
231
XML_CONFIG = @XML_CONFIG@
230
232
XML_FLAGS = @XML_FLAGS@
231
233
XML_LIBS = @XML_LIBS@
284
286
srcdir = @srcdir@
285
287
sysconfdir = @sysconfdir@
286
288
target_alias = @target_alias@
 
289
top_build_prefix = @top_build_prefix@
287
290
top_builddir = @top_builddir@
288
291
top_srcdir = @top_srcdir@
289
292
 
356
359
# Chapter file 
357
360
HELP_CHAPTERDIR = help/
358
361
HELP_CHAPTERFILE = addchapter.sce
 
362
HELP_CHAPTERLANG = en_US fr_FR pt_BR
359
363
all: all-am
360
364
 
361
365
.SUFFIXES:
682
686
        done
683
687
# Install the help chapter
684
688
        @echo "-------- Install the help chapter (if any) --------"; \
685
 
        for lang in $(ALL_LINGUAS); do \
 
689
        for lang in $(HELP_CHAPTERLANG); do \
686
690
                HELPFILE=$(srcdir)/$(HELP_CHAPTERDIR)$$lang/$(HELP_CHAPTERFILE); \
687
691
                if test -f $$HELPFILE; then \
688
692
                        echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \