Overview
Comment:Cosmetic change: removed commented-out lines.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 7c675f2e436eea2d99ad26514d65cf74692cae982023c70eeaebf6e74df4b20a
User & Date: geraint@users.sourceforge.net on 2002-12-06 21:56:21
Other Links: branch diff | manifest | tags
Context
2002-12-06
22:12:28
Removed unique option from sort
- prevents multiple anonymous components from existing
- duplicate named components are caught by rbg_fig2m.awk anyway
check-in: 0da9a94a57 user: geraint@users.sourceforge.net tags: origin/master, trunk
21:56:21
Cosmetic change: removed commented-out lines. check-in: 7c675f2e43 user: geraint@users.sourceforge.net tags: origin/master, trunk
12:45:25
Simplified rule for sub.sh: both fig and dia go via cmp.txt now. check-in: f387a5ba6b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/mtt from [c2b1af0bcf] to [373553c271].

13
14
15
16
17
18
19



20
21
22
23
24
25
26
# Copyright (C) 2001 by Peter J. Gawthrop

###############################################################
## Version control history
###############################################################
## $Header$
## $Log$



## Revision 1.364  2002/12/03 23:28:44  geraint
## Added dependencies for bond graphs built with dia.
##
## Revision 1.363  2002/11/30 13:39:50  gawthrop
## Split abg2lbl_fig2txt into two parts:
##   abg2cmp_fig2txt
##   cmp2lbl_txt







>
>
>







13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright (C) 2001 by Peter J. Gawthrop

###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
## Revision 1.365  2002/12/06 12:45:25  gawthrop
## Simplified rule for sub.sh: both fig and dia go via cmp.txt now.
##
## Revision 1.364  2002/12/03 23:28:44  geraint
## Added dependencies for bond graphs built with dia.
##
## Revision 1.363  2002/11/30 13:39:50  gawthrop
## Split abg2lbl_fig2txt into two parts:
##   abg2cmp_fig2txt
##   cmp2lbl_txt
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717

#Subsystem creation commands
#SUMMARY sub Executable subsystem list (sh)
ifeq ($start_at_abg,yes)
$1_sub.sh: $1_abg.m
	abg2sub_m2sh $1
else
# include .dia as dependency to prevent this rule being used when .fig exists
##%_sub.sh: %_cmp.txt %_abg.dia
##	cmp2sub_txt2sh \$*

%_sub.sh: %_cmp.txt
	cmp2sub_txt2sh \$*
endif

#SUMMARY sub LaTeX subsystem list (tex)
#SUMMARY sub subsystem list (ps)
#SUMMARY sub subsystem list (view)







<
<
<
<







2703
2704
2705
2706
2707
2708
2709




2710
2711
2712
2713
2714
2715
2716

#Subsystem creation commands
#SUMMARY sub Executable subsystem list (sh)
ifeq ($start_at_abg,yes)
$1_sub.sh: $1_abg.m
	abg2sub_m2sh $1
else




%_sub.sh: %_cmp.txt
	cmp2sub_txt2sh \$*
endif

#SUMMARY sub LaTeX subsystem list (tex)
#SUMMARY sub subsystem list (ps)
#SUMMARY sub subsystem list (view)


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