From f4a28c94aabfdef6011294db3d36860dcb5badb3 Mon Sep 17 00:00:00 2001 From: bringert Date: Mon, 5 Dec 2005 16:53:27 +0000 Subject: Renamed transfer compiler and interpreter. --- transfer/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'transfer/Makefile') diff --git a/transfer/Makefile b/transfer/Makefile index 5c2e68362..b4bee8ce8 100644 --- a/transfer/Makefile +++ b/transfer/Makefile @@ -7,8 +7,8 @@ GHCFLAGS=-i$(SRCDIR) .PHONY: all bnfc bnfctest doc docclean clean bnfcclean distclean all: - $(GHC) $(GHCFLAGS) --make -o run_core run_core.hs - $(GHC) $(GHCFLAGS) --make -o compile_to_core compile_to_core.hs + $(GHC) $(GHCFLAGS) --make -o trci trci.hs + $(GHC) $(GHCFLAGS) --make -o transferc transferc.hs bnfc: bnfcclean cd $(SRCDIR) && bnfc -gadt -d -p Transfer Transfer/Core/Core.cf @@ -38,8 +38,8 @@ docclean: clean: -rm -f *.o *.hi find $(SRCDIR)/Transfer -name '*.o' -o -name '*.hi' | xargs rm -f - -rm -f run_core - -rm -f compile_to_core + -rm -f trci + -rm -f transferc -rm -f test_core test_syntax test_layout bnfcclean: @@ -47,4 +47,3 @@ bnfcclean: -rm -f $(SRCDIR)/Transfer/Syntax/{Doc,Lex,Par,Layout,Skel,Print,Test,Abs}.* distclean: clean bnfcclean - -- cgit v1.2.3