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

« back to all changes in this revision

Viewing changes to routines/console/Makefile

  • 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
SHELL = /bin/sh
 
2
 
 
3
SCIDIR=../..
 
4
SCIDIR1=..\..
 
5
include ../../Version.incl
 
6
 
 
7
LIBRARY = $(SCIDIR)/libs/libconsole.so
 
8
 
 
9
OBJSC =   dynamic_menus.o history.o   zzledt.o
 
10
 
 
11
OBJSF = 
 
12
 
 
13
include ../../Makefile.incl
 
14
 
 
15
CFLAGS = $(CC_OPTIONS) $(TK_INC_PATH) $(TCL_INC_PATH) $(XFLAGS) -fPIC
 
16
 
 
17
FFLAGS = $(FC_OPTIONS) -fPIC
 
18
 
 
19
include ../Make.lib
 
20
 
 
21
all:: Makefile.mak Makefile.amk
 
22
 
 
23
Makefile.mak    : Makefile
 
24
        $(SCIDIR)/util/Mak2VCMak Makefile
 
25
 
 
26
Makefile.amk    : Makefile
 
27
        $(SCIDIR)/util/Mak2ABSMak Makefile
 
28
 
 
29
history.o: history.c history.h ../stack-c.h
 
30
zzledt.o: zzledt.c ../machine.h
 
31
dynamic_menus.o: dynamic_menus.c ../machine.h