Overview
Comment:Initial revision
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 7e854b9c1f9651f891b83a624c141ad74c06b4f69134303874124a52fa2de325
User & Date: gawthrop@users.sourceforge.net on 2000-08-29 11:47:22
Other Links: branch diff | manifest | tags
Context
2000-08-29
15:26:38
New SS format check-in: 3fbd7b0ed5 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
11:47:22
Initial revision check-in: 7e854b9c1f user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:59:47
Version 4.5 -- includes code optimisation using the "Scope" package in reduce check-in: b59c26ffb5 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/lib/rep/nppp_rep.make version [1a8a9b1146].























































































































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# -*-makefile-*-
# Makefile for representation nppp
# File nppp_rep.make

#Copyright (C) 2000 by Peter J. Gawthrop

all: $(SYS)_nppp.$(LANG)

$(SYS)_nppp.view: $(SYS)_nppp.ps
	echo Viewing $(SYS)_nppp.ps; ghostview $(SYS)_nppp.ps&

$(SYS)_nppp.ps: $(SYS)_ode2odes.out s$(SYS)_ode2odes.out \
                $(SYS)_sim.m s$(SYS)_sim.m \
                $(SYS)_state.m $(SYS)_sympar.m $(SYS)_numpar.m  \
                s$(SYS)_state.m s$(SYS)_sympar.m s$(SYS)_numpar.m \
                $(SYS)_sm.m $(SYS)_def.m  s$(SYS)_def.m
	octave $(SYS)_nppp.m

$(SYS)_ode2odes.out: 
	echo Starting creation of $(SYS)_ode2odes.out '....'
	mtt -q -c -stdin $(SYS) ode2odes out

s$(SYS)_ode2odes.out:
	echo Starting creation of s$(SYS)_ode2odes.out '....'
	mtt  -q -c -stdin -s s$(SYS) ode2odes out

$(SYS)_sim.m:
	echo Starting creation of $(SYS)_sim '....'
	mtt -q -c $(SYS) sim m

s$(SYS)_sim.m:
	echo Starting creation of s$(SYS)_sim. '....'
	mtt -q -c -s s$(SYS) sim m

$(SYS)_state.m:
	echo Starting creation of $(SYS)_state. '....'
	mtt -q $(SYS) state m

$(SYS)_sympar.m :
	echo Starting creation of $(SYS)_sympar.m '....'
	mtt -q $(SYS) sympar m 

$(SYS)_numpar.m:
	echo Starting creation of $(SYS)_numpar. '....'
	mtt -q $(SYS) numpar m

s$(SYS)_state.m:
	echo Starting creation of s$(SYS)_state. '....'
	mtt -q -s s$(SYS) state m

s$(SYS)_sympar.m :
	echo Starting creation of s$(SYS)_sympar.m '....'
	mtt -q -s s$(SYS) sympar m 

s$(SYS)_numpar.m:
	echo Starting creation of s$(SYS)_numpar. '....'
	mtt -q -s s$(SYS) numpar m

$(SYS)_sm.m:
	echo Starting creation of $(SYS)_sm. '....'
	mtt -q $(SYS) sm m

$(SYS)_def.m:
	echo Starting creation of $(SYS)_def. '....'
	mtt -q $(SYS) def m

s$(SYS)_def.m:
	echo Starting creation of s$(SYS)_def. '....'
	mtt -q -s s$(SYS) def m







MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]