toy1 with classes and using resource API

This commit is contained in:
aarne
2007-06-11 14:53:08 +00:00
parent b980051e2a
commit a7a3933544

View File

@@ -44,8 +44,8 @@ alltenses:
$(GFC) common/ConstructX.gf $(GFC) common/ConstructX.gf
cp -p */*.gfc */*.gfr ../alltenses cp -p */*.gfc */*.gfr ../alltenses
touch api/Constructors.gf touch api/Constructors.gf
$(GFCC) api/Constructors???.gf $(GFCC) api/Syntax???.gf
cp -p api/Constructors*.gfc api/Constructors*.gfr ../alltenses cp -p api/Syntax*.gfc api/Syntax*.gfr ../alltenses
@@ -73,8 +73,8 @@ present:
$(GFCP) common/ConstructX.gf $(GFCP) common/ConstructX.gf
mv */*.gfc */*.gfr ../present mv */*.gfc */*.gfr ../present
touch api/Constructors.gf touch api/Constructors.gf
$(GFCCP) -path=api:present:prelude api/Constructors???.gf $(GFCCP) -path=api:present:prelude api/Syntax???.gf
mv api/Constructors*.gfc api/Constructors*.gfr ../present mv api/Syntax*.gfc api/Syntax*.gfr ../present
mathematical: mathematical:
$(GFCC) mathematical/MathematicalEng.gf $(GFCC) mathematical/MathematicalEng.gf