~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to Makefile.mak

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
SCIDIR=.
 
3
SCIDIR1=.
 
4
 
3
5
include Makefile.incl.mak 
4
6
 
5
 
all ::  routines-pvm  bin/scilex.exe macros wless imp intersci
 
7
all ::  routines-pvm  bin/scilex.exe bin/Wscilex.exe macros MakeMexLib imp intersci tcl
6
8
 
7
9
!IF "$(DLPVM)" == "YES"
8
10
routines-pvm :: routines pvm 
21
23
macros::
22
24
        Makesubdirs.bat macros
23
25
 
24
 
wless::
25
 
        Makesubdirs.bat wless
26
 
 
27
26
imp::
28
27
        Makesubdirs.bat imp
29
28
 
30
29
intersci::
31
30
        Makesubdirs.bat intersci
32
31
 
 
32
man::
 
33
        Makesubdirs.bat man 
 
34
 
 
35
tcl:: 
 
36
        Makesubdirs.bat tcl 
 
37
 
 
38
MakeMexLib::
 
39
        Makesubdirs.bat MakeMexLib
 
40
 
33
41
clean::
34
42
        Makesubdirs.bat routines-clean
35
43
        Makesubdirs.bat macros-clean
37
45
distclean::
38
46
        Makesubdirs.bat routines-distclean 
39
47
        Makesubdirs.bat macros-distclean 
 
48
        Makesubdirs.bat man-distclean 
40
49
 
41
50
# win32 
42
 
LIBRSCI = libs/system.lib libs/interf.lib libs/system2.lib libs/optim.lib \
 
51
LIBRSCI = libs/system.lib libs/console.lib libs/interf.lib \
 
52
        libs/system2.lib libs/optim.lib \
43
53
        libs/integ.lib libs/control.lib routines/control/fstair.obj \
44
54
        routines/control/wexchn.obj routines/control/wshrsl.obj \
45
55
        libs/scicos.lib libs/signal.lib \
46
 
        libs/poly.lib libs/calelm.lib libs/lapack.lib libs/graphics.lib \
 
56
        libs/poly.lib libs/calelm.lib libs/lapack.lib libs/slicot.lib \
 
57
        libs/graphics.lib \
47
58
        libs/sparse.lib libs/metanet.lib libs/sun.lib \
48
59
        libs/intersci.lib libs/wsci.lib libs/graphics.lib libs/menusX.lib \
49
 
        libs/libcomm.lib libs/comm.lib libs/sound.lib libs/dcd.lib \
 
60
        libs/sound.lib libs/dcd.lib \
50
61
        libs/rand.lib libs/blas.lib libs/xdr.lib  \
51
 
        libs/gd.lib libs/int.lib \
 
62
        libs/gd.lib libs/int.lib libs/arpack.lib \
52
63
        libs/libf2c.lib $(TKSCI) $(PVM)
53
64
 
54
65
LIBR = $(XAW_LOCAL_LIB) $(LIBRSCI) $(DLDLIB)
59
70
        routines/default/Ex-corr.obj \
60
71
        routines/default/Ex-feval.obj \
61
72
        routines/default/Ex-fsolve.obj \
 
73
        routines/default/Ex-lsqrsolve.obj \
62
74
        routines/default/Ex-impl.obj \
63
75
        routines/default/Ex-intg.obj \
64
76
        routines/default/Ex-int2d.obj \