[svn:parrot] r37286 - trunk/examples/pir/befunge

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Tue Mar 10 23:44:09 UTC 2009


Author: jkeenan
Date: Tue Mar 10 23:44:08 2009
New Revision: 37286
URL: https://trac.parrot.org/parrot/changeset/37286

Log:
Still(!) trying to get the properties right.  Will delete and restore.

Deleted:
   trunk/examples/pir/befunge/Makefile

Deleted: trunk/examples/pir/befunge/Makefile
==============================================================================
--- trunk/examples/pir/befunge/Makefile	Tue Mar 10 23:44:08 2009	(r37285)
+++ /dev/null	00:00:00 1970	(deleted)
@@ -1,44 +0,0 @@
-# Copyright (C) 2002-2009, Parrot Foundation.
-#
-
-# Setup of some commands
-PARROT     = ../../../parrot
-PERL       = /usr/bin/perl
-RM_F       = $(PERL) -MExtUtils::Command -e rm_f
-
-default: all
-
-help :
-	@echo ""
-	@echo "Following targets are available for the user:"
-	@echo ""
-	@echo "  build:             Create befunge.pbc"
-	@echo "                     This is the default."
-	@echo ""
-	@echo "  test:              run the test suite,"
-	@echo ""
-	@echo "  clean:             clean up temporary files"
-	@echo ""
-	@echo "  realclean:         clean up generated files"
-	@echo ""
-	@echo "  help:              print this help message"
-
-all: build
-
-build: befunge.pbc
-
-befunge.pbc: befunge.pir debug.pir flow.pir io.pir load.pir maths.pir stack.pir
-	$(PARROT) -o befunge.pbc befunge.pir
-
-test: befunge.pbc
-	$(PERL) t/harness
-
-clean:
-	$(RM_F) core \
-    "*.pbc" \
-    "*~"
-
-# Local variables:
-#   mode: makefile
-# End:
-# vim: ft=make:


More information about the parrot-commits mailing list