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

« back to all changes in this revision

Viewing changes to macros/scicos_blocks/Events/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
 
 
6
include ../../../Makefile.incl
 
7
 
 
8
.SUFFIXES: .sci .bin $(SUFFIXES)
 
9
 
 
10
NAME = scseventslib
 
11
NAM = SCI/macros/scicos_blocks/Events
 
12
 
 
13
MACROS= ANDBLK.sci CLKSOM_f.sci  HALT_f.sci MFCLCK_f.sci \
 
14
        ANDLOG_f.sci CLKSPLIT_f.sci EVTDLY_f.sci IFTHEL_f.sci TRASH_f.sci \
 
15
        CLKSOMV_f.sci CLOCK_f.sci EVTGEN_f.sci MCLOCK_f.sci freq_div.sci EVTVARDLY.sci
 
16
 
 
17
include ../../Make.lib