File: Makefile

package info (click to toggle)
scilab 2.4-1
  • links: PTS
  • area: non-free
  • in suites: potato, slink
  • size: 55,196 kB
  • ctags: 38,019
  • sloc: ansic: 231,970; fortran: 148,976; tcl: 7,099; makefile: 4,585; sh: 2,978; csh: 154; cpp: 101; asm: 39; sed: 5
file content (33 lines) | stat: -rwxr-xr-x 864 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
SHELL = /bin/sh

SCIDIR=../..
SCIDIR1=..\..

LIBRARY = $(SCIDIR)/libs/signal.a

OBJSC =

OBJSF = sigelm.o datatf.o chebc.o cmpse3.o dfftbi.o fft842.o freque.o kaiser.o r2tx.o rpem.o \
	cheby.o coeft.o dfftmx.o filbut.o hammin.o nstabl.o r4tx.o \
	cmpse2.o dfft2.o ino.o poles.o r8tx.o tscccf.o  \
	dpspln.o dspln.o tg02ad.o  amell.o belan.o bldenz.o blnumz.o bounn.o  \
	compel.o dgee01.o degree.o deli1.o deli11.o deli2.o delip.o dellk.o  \
	desi00.o desi01.o desi11.o desi12.o desi14.o desi21.o desi22.o  \
	desi24.o desia.o desib.o  dsqrtc.o gee.o ouch.o parcha.o remez.o  \
	romeg.o sn.o snell.o syredi.o tranpo.o transn.o tranze.o trbipo.o  \
	trbize.o  dsn2.o

include ../../Makefile.incl

CFLAGS = $(CC_OPTIONS)

include ../Make.lib

all:: Makefile.mak

Makefile.mak	: Makefile
	$(SCIDIR)/util/Mak2VCMak Makefile


datatf.o: ../stack.h
sigelm.o: ../stack.h