Overview
| Comment: | Added simpar.m files to targets |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
2eb5449246bb8f658afd6622b0130b0c |
| User & Date: | gawthrop@users.sourceforge.net on 2002-04-19 10:57:32.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2002-04-22
| ||
| 08:05:26 | New regexp. check-in: b3dc696bde user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
|
2002-04-19
| ||
| 10:57:32 | Added simpar.m files to targets check-in: 2eb5449246 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 10:12:48 | $Sys --> ${Sys}. check-in: e3730ba148 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/rep/nppp_rep.make
from [d69a3656d1]
to [ad1e223858].
1 2 3 4 | # -*-makefile-*- # Makefile for representation nppp # File nppp_rep.make | | | > | | | | > > > > > > > > | 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 |
# -*-makefile-*-
# Makefile for representation nppp
# File nppp_rep.make
#Copyright (C) 2000,2001,2002 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 \
$(SYS)_simpar.m s$(SYS)_simpar.m
octave $(SYS)_nppp.m
$(SYS)_ode2odes.out:
echo Starting creation of $(SYS)_ode2odes.out '....'
mtt -q -stdin $(SYS) ode2odes out
s$(SYS)_ode2odes.out:
echo Starting creation of s$(SYS)_ode2odes.out '....'
mtt -q -stdin -s s$(SYS) ode2odes out
$(SYS)_sim.m:
echo Starting creation of $(SYS)_sim '....'
mtt -q $(SYS) sim m
s$(SYS)_sim.m:
echo Starting creation of s$(SYS)_sim. '....'
mtt -q -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
$(SYS)_simpar.m:
echo Starting creation of $(SYS)_simpar. '....'
mtt -q $(SYS) simpar 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
s$(SYS)_simpar.m:
echo Starting creation of s$(SYS)_simpar. '....'
mtt -q -s s$(SYS) simpar 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
|
| ︙ | ︙ |