12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright (C) 2001 by Peter J. Gawthrop
###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
## Revision 1.305 2001/04/11 09:44:26 gawthrop
## Fixed cc and c problems to do with pow(x,y) and integers
## mtt/lib/reduce/fix_c.r is included in rdae2dae and cse2smx_lang for
## -c, -cc and -oct options
##
## Revision 1.304 2001/04/11 07:35:22 gawthrop
## Now uses system_cr.h in place of system.h in .c rep -
|
>
>
>
|
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Copyright (C) 2001 by Peter J. Gawthrop
###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
## Revision 1.307 2001/04/15 21:15:41 geraint
## Added interface definition rep: _ICD.(txt|c|cc|m).
##
## Revision 1.305 2001/04/11 09:44:26 gawthrop
## Fixed cc and c problems to do with pow(x,y) and integers
## mtt/lib/reduce/fix_c.r is included in rdae2dae and cse2smx_lang for
## -c, -cc and -oct options
##
## Revision 1.304 2001/04/11 07:35:22 gawthrop
## Now uses system_cr.h in place of system.h in .c rep -
|
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
|
$1_ICD.m: $1_ICD.txt
ICD_txt2lang.sh $1 m
$1_ICD.txt: $1_icd.txt2
icd2ICD_txt22txt.sh $1
$1_icd.txt2: $1_cbg.m
touch $1_icd.txt2
#SUMMARY ICD interface definitions for each subsystem (m)
$1_icd.m: $1_icd.txt
icd_txt2m.sh $1
#SUMMARY ICD interface definitions for each subsystem (txt)
|
|
|
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
|
$1_ICD.m: $1_ICD.txt
ICD_txt2lang.sh $1 m
$1_ICD.txt: $1_icd.txt2
icd2ICD_txt22txt.sh $1
$1_icd.txt2: $1_ese.r
touch $1_icd.txt2
#SUMMARY ICD interface definitions for each subsystem (m)
$1_icd.m: $1_icd.txt
icd_txt2m.sh $1
#SUMMARY ICD interface definitions for each subsystem (txt)
|