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

« back to all changes in this revision

Viewing changes to modules/sound/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:
254
254
UMFPACK_LIB = @UMFPACK_LIB@
255
255
VERSION = @VERSION@
256
256
WITH_OCAML = @WITH_OCAML@
 
257
WITH_TKSCI = @WITH_TKSCI@
257
258
XGETTEXT = @XGETTEXT@
258
259
XMKMF = @XMKMF@
259
260
XMLGRAPHICS_COMMONS = @XMLGRAPHICS_COMMONS@
 
261
XML_APIS_EXT = @XML_APIS_EXT@
260
262
XML_CONFIG = @XML_CONFIG@
261
263
XML_FLAGS = @XML_FLAGS@
262
264
XML_LIBS = @XML_LIBS@
315
317
srcdir = @srcdir@
316
318
sysconfdir = @sysconfdir@
317
319
target_alias = @target_alias@
 
320
top_build_prefix = @top_build_prefix@
318
321
top_builddir = @top_builddir@
319
322
top_srcdir = @top_srcdir@
320
323
GATEWAY_C_SOURCES = sci_gateway/c/gw_sound.c \
412
415
# Chapter file 
413
416
HELP_CHAPTERDIR = help/
414
417
HELP_CHAPTERFILE = addchapter.sce
 
418
HELP_CHAPTERLANG = en_US fr_FR pt_BR
415
419
all: all-am
416
420
 
417
421
.SUFFIXES:
910
914
        done
911
915
# Install the help chapter
912
916
        @echo "-------- Install the help chapter (if any) --------"; \
913
 
        for lang in $(ALL_LINGUAS); do \
 
917
        for lang in $(HELP_CHAPTERLANG); do \
914
918
                HELPFILE=$(srcdir)/$(HELP_CHAPTERDIR)$$lang/$(HELP_CHAPTERFILE); \
915
919
                if test -f $$HELPFILE; then \
916
920
                        echo $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/$(HELP_CHAPTERDIR)/$$lang/; \