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

« back to all changes in this revision

Viewing changes to routines/dcd/Makefile.amk

  • 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:
34
34
include ../Make.lib.amk
35
35
 
36
36
 
37
 
ipmpar.obj : ../stack.h
38
 
DcdInterf.obj : ../stack-c.h
39
37
 
40
38
all:: Makefile.mak Makefile.amk
41
39
 
44
42
 
45
43
Makefile.amk    : Makefile
46
44
        $(SCIDIR)/util/Mak2ABSMak Makefile
 
45
 
 
46
dinvr.obj: ../stack.h
 
47
dlanor.obj: ../stack.h
 
48
dstrem.obj: ../stack.h
 
49
ipmpar.obj: ../stack.h
 
50
 
 
51
 
 
52
DcdInterf.obj: DcdInterf.c ../../routines/stack-c.h \
 
53
  ../../routines/graphics/Math.h ../../routines/machine.h \
 
54
  ../../routines/graphics/Graphics.h ../../routines/stack-def.h \
 
55
  ../../routines/interf/stack1.h ../../routines/interf/stack2.h \
 
56
  ../../routines/interf/stack3.h
 
57
ipmpar1.obj: ipmpar1.c ../sparse/spConfig.h ../machine.h