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

« back to all changes in this revision

Viewing changes to macros/tksci/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
#-----------------------------
 
2
# generated from Makefile: DO NOT EDIT
 
3
# -----------------------------
 
4
SHELL = /bin/sh
 
5
 
 
6
SCIDIR=../..
 
7
SCIDIR1=..\..
 
8
 
 
9
include ../../Makefile.incl.mak
 
10
 
 
11
.SUFFIXES: .sci .bin $(SUFFIXES)
 
12
 
 
13
NAME = tkscilib
 
14
NAM = SCI/macros/tksci
 
15
 
 
16
MACROS = tk_getfile.sci tk_getdir.sci tk_savefile.sci \
 
17
        buttondialog.sci demoplay.sci editvar_get.sci winclose.sci browsevar.sci \
 
18
        config.sci editvar.sci progressionbar.sci waitbar.sci winlist.sci sciGUIhelp.sci\
 
19
        sciGUI_init.sci
 
20
 
 
21
include ../Make.lib.mak