Front page | perl.cvs.parrot |
Postings from January 2009
[svn:parrot] r36141 - in trunk: compilers/ncigen/config/makefiles config/gen/makefiles languages/APL/config/makefiles languages/PIR/config/makefiles languages/Zcode/config/makefiles languages/abc/config/makefiles languages/befunge/config/makefiles languag
From:
fperrad
Date:
January 29, 2009 03:02
Subject:
[svn:parrot] r36141 - in trunk: compilers/ncigen/config/makefiles config/gen/makefiles languages/APL/config/makefiles languages/PIR/config/makefiles languages/Zcode/config/makefiles languages/abc/config/makefiles languages/befunge/config/makefiles languag
Message ID:
20090129110137.A7636CB9AE@x12.develooper.com
Author: fperrad
Date: Thu Jan 29 03:01:34 2009
New Revision: 36141
Modified:
trunk/compilers/ncigen/config/makefiles/ncigen.in
trunk/config/gen/makefiles/dynoplibs.in
trunk/config/gen/makefiles/dynpmc.in
trunk/config/gen/makefiles/editor.in
trunk/config/gen/makefiles/ext.in
trunk/config/gen/makefiles/json.in
trunk/config/gen/makefiles/languages.in
trunk/config/gen/makefiles/nqp.in
trunk/config/gen/makefiles/pct.in
trunk/config/gen/makefiles/pge.in
trunk/config/gen/makefiles/pirc.in
trunk/config/gen/makefiles/tge.in
trunk/languages/APL/config/makefiles/root.in
trunk/languages/PIR/config/makefiles/root.in
trunk/languages/Zcode/config/makefiles/root.in
trunk/languages/abc/config/makefiles/root.in
trunk/languages/befunge/config/makefiles/root.in
trunk/languages/bf/config/makefiles/root.in
trunk/languages/c99/config/makefiles/cpp.in
trunk/languages/c99/config/makefiles/root.in
trunk/languages/cardinal/config/makefiles/root.in
trunk/languages/chitchat/config/makefiles/root.in
trunk/languages/cola/config/makefiles/root.in
trunk/languages/ecmascript/config/makefiles/root.in
trunk/languages/forth/config/makefiles/root.in
trunk/languages/jako/config/makefiles/root.in
trunk/languages/json/config/makefiles/root.in
trunk/languages/lisp/config/makefiles/root.in
trunk/languages/lolcode/config/makefiles/root.in
trunk/languages/ook/config/makefiles/root.in
trunk/languages/perl6/config/makefiles/root.in
trunk/languages/perl6/config/makefiles/utils.in
trunk/languages/pheme/config/makefiles/root.in
trunk/languages/pipp/config/makefiles/root.in
trunk/languages/pod/config/makefiles/root.in
trunk/languages/punie/config/makefiles/root.in
trunk/languages/pynie/config/makefiles/root.in
trunk/languages/squaak/config/makefiles/root.in
trunk/languages/urm/config/makefiles/root.in
Log:
[codingstd] fix copyright for Makefiles
Modified: trunk/compilers/ncigen/config/makefiles/ncigen.in
==============================================================================
--- trunk/compilers/ncigen/config/makefiles/ncigen.in (original)
+++ trunk/compilers/ncigen/config/makefiles/ncigen.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2008-2009, The Perl Foundation.
## $Id$
## arguments we want to run parrot with
Modified: trunk/config/gen/makefiles/dynoplibs.in
==============================================================================
--- trunk/config/gen/makefiles/dynoplibs.in (original)
+++ trunk/config/gen/makefiles/dynoplibs.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2003-2009, The Perl Foundation.
# $Id$
PERL = @perl@
Modified: trunk/config/gen/makefiles/dynpmc.in
==============================================================================
--- trunk/config/gen/makefiles/dynpmc.in (original)
+++ trunk/config/gen/makefiles/dynpmc.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2003-2009, The Perl Foundation.
# $Id$
PERL = @perl@
Modified: trunk/config/gen/makefiles/editor.in
==============================================================================
--- trunk/config/gen/makefiles/editor.in (original)
+++ trunk/config/gen/makefiles/editor.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, The Perl Foundation.
# $Id$
OPS_DIR = ../src/ops
Modified: trunk/config/gen/makefiles/ext.in
==============================================================================
--- trunk/config/gen/makefiles/ext.in (original)
+++ trunk/config/gen/makefiles/ext.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, The Perl Foundation.
# $Id$
# setup of commands
Modified: trunk/config/gen/makefiles/json.in
==============================================================================
--- trunk/config/gen/makefiles/json.in (original)
+++ trunk/config/gen/makefiles/json.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, The Perl Foundation.
# $Id$
PERL = @perl@
Modified: trunk/config/gen/makefiles/languages.in
==============================================================================
--- trunk/config/gen/makefiles/languages.in (original)
+++ trunk/config/gen/makefiles/languages.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2002-2009, The Perl Foundation.
# $Id$
# setup of commands
Modified: trunk/config/gen/makefiles/nqp.in
==============================================================================
--- trunk/config/gen/makefiles/nqp.in (original)
+++ trunk/config/gen/makefiles/nqp.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, The Perl Foundation.
# $Id$
# Setup some commands
Modified: trunk/config/gen/makefiles/pct.in
==============================================================================
--- trunk/config/gen/makefiles/pct.in (original)
+++ trunk/config/gen/makefiles/pct.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, The Perl Foundation.
# $Id$
# Setup some commands
Modified: trunk/config/gen/makefiles/pge.in
==============================================================================
--- trunk/config/gen/makefiles/pge.in (original)
+++ trunk/config/gen/makefiles/pge.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, The Perl Foundation.
# $Id$
# Setup some commands
Modified: trunk/config/gen/makefiles/pirc.in
==============================================================================
--- trunk/config/gen/makefiles/pirc.in (original)
+++ trunk/config/gen/makefiles/pirc.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, The Perl Foundation.
# $Id$
.SUFFIXES : .c @o@
Modified: trunk/config/gen/makefiles/tge.in
==============================================================================
--- trunk/config/gen/makefiles/tge.in (original)
+++ trunk/config/gen/makefiles/tge.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, The Perl Foundation.
# $Id$
.SUFFIXES : .pir .pbc
Modified: trunk/languages/APL/config/makefiles/root.in
==============================================================================
--- trunk/languages/APL/config/makefiles/root.in (original)
+++ trunk/languages/APL/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, The Perl Foundation.
## $Id$
## arguments we want to run parrot with
Modified: trunk/languages/PIR/config/makefiles/root.in
==============================================================================
--- trunk/languages/PIR/config/makefiles/root.in (original)
+++ trunk/languages/PIR/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, The Perl Foundation.
# $Id$
## arguments we want to run parrot with
@@ -30,7 +31,7 @@
PMC_DIR = src/pmc
-all: pir.pbc
+all: pir.pbc
#PERL6_GROUP = $(PMC_DIR)/perl6_group$(LOAD_EXT)
@@ -42,7 +43,7 @@
src/pasm/gen_pasm_instr.pir \
src/pasm/gen_pasm_core.pir \
src/pasm/gen_pasm_io.pir \
- src/pasm/gen_pasm_pmc.pir
+ src/pasm/gen_pasm_pmc.pir
PASMGRAMMAR = src/pasm/gen_pasm.pbc \
src/pasm/gen_pasm_instr.pbc \
@@ -102,7 +103,7 @@
src/pasm/gen_pasm_args.pbc: src/pasm/gen_pasm_args.pir
$(PARROT) --output-pbc -o src/pasm/gen_pasm_args.pbc src/pasm/gen_pasm_args.pir
-
+
src/pasm/gen_pasm_io.pbc: src/pasm/gen_pasm_io.pir
$(PARROT) --output-pbc -o src/pasm/gen_pasm_io.pbc src/pasm/gen_pasm_io.pir
@@ -111,7 +112,7 @@
src/pasm/gen_pasm_core.pbc: src/pasm/gen_pasm_core.pir
$(PARROT) --output-pbc -o src/pasm/gen_pasm_core.pbc src/pasm/gen_pasm_core.pir
-
+
# regenerate the Makefile
Makefile: config/makefiles/root.in
cd $(BUILD_DIR) && $(RECONFIGURE) --step=gen::languages --languages=PIR
Modified: trunk/languages/Zcode/config/makefiles/root.in
==============================================================================
--- trunk/languages/Zcode/config/makefiles/root.in (original)
+++ trunk/languages/Zcode/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, The Perl Foundation.
# $Id$
# Makefile for languages/Zcode
@@ -57,7 +58,7 @@
clean:
@echo "No temp files to clean"
-# Deletes z files.
+# Deletes z files.
# Don't do this unless you have an Inform compiler!
realclean: clean
$(RM_F) Makefile
Modified: trunk/languages/abc/config/makefiles/root.in
==============================================================================
--- trunk/languages/abc/config/makefiles/root.in (original)
+++ trunk/languages/abc/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, The Perl Foundation.
# $Id$
## arguments we want to run parrot with
Modified: trunk/languages/befunge/config/makefiles/root.in
==============================================================================
--- trunk/languages/befunge/config/makefiles/root.in (original)
+++ trunk/languages/befunge/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2002-2009, The Perl Foundation.
# $Id$
# Makefile for languages/befunge
Modified: trunk/languages/bf/config/makefiles/root.in
==============================================================================
--- trunk/languages/bf/config/makefiles/root.in (original)
+++ trunk/languages/bf/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,5 @@
+# Copyright (C) 2002-2009, The Perl Foundation.
+
RM_F = @rm_f@
PERL = @perl@
PARROT=../../parrot
Modified: trunk/languages/c99/config/makefiles/cpp.in
==============================================================================
--- trunk/languages/c99/config/makefiles/cpp.in (original)
+++ trunk/languages/c99/config/makefiles/cpp.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2008-2009, The Perl Foundation.
## $Id$
## arguments we want to run parrot with
Modified: trunk/languages/c99/config/makefiles/root.in
==============================================================================
--- trunk/languages/c99/config/makefiles/root.in (original)
+++ trunk/languages/c99/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, The Perl Foundation.
## $Id$
## arguments we want to run parrot with
Modified: trunk/languages/cardinal/config/makefiles/root.in
==============================================================================
--- trunk/languages/cardinal/config/makefiles/root.in (original)
+++ trunk/languages/cardinal/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2008-2009, The Perl Foundation.
## $Id$
## arguments we want to run parrot with
Modified: trunk/languages/chitchat/config/makefiles/root.in
==============================================================================
--- trunk/languages/chitchat/config/makefiles/root.in (original)
+++ trunk/languages/chitchat/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2008-2009, The Perl Foundation.
## $Id$
## arguments we want to run parrot with
Modified: trunk/languages/cola/config/makefiles/root.in
==============================================================================
--- trunk/languages/cola/config/makefiles/root.in (original)
+++ trunk/languages/cola/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, The Perl Foundation.
# $Id$
# Makefile for languages/cola
Modified: trunk/languages/ecmascript/config/makefiles/root.in
==============================================================================
--- trunk/languages/ecmascript/config/makefiles/root.in (original)
+++ trunk/languages/ecmascript/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, The Perl Foundation.
# $Id$
## arguments we want to run parrot with
@@ -95,10 +96,10 @@
js.pbc: $(PARROT) $(SOURCES)
$(PARROT) $(PARROT_ARGS) -o js.pbc js.pir
-src/gen_grammar.pir: $(PERL6GRAMMAR) src/parser/grammar.pg
+src/gen_grammar.pir: $(PERL6GRAMMAR) src/parser/grammar.pg
$(PARROT) $(PARROT_ARGS) $(PERL6GRAMMAR) \
--output=src/gen_grammar.pir \
- src/parser/grammar.pg
+ src/parser/grammar.pg
src/gen_actions.pir: $(NQP) $(PCT) src/parser/actions.pm
$(PARROT) $(PARROT_ARGS) $(NQP) --output=src/gen_actions.pir \
@@ -162,7 +163,7 @@
t/*.out \
t/*.rb
-clean:
+clean:
$(RM_RF) $(CLEANUPS)
realclean: clean
Modified: trunk/languages/forth/config/makefiles/root.in
==============================================================================
--- trunk/languages/forth/config/makefiles/root.in (original)
+++ trunk/languages/forth/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, The Perl Foundation.
# $Id$
PARROT = ../../parrot@exe@
Modified: trunk/languages/jako/config/makefiles/root.in
==============================================================================
--- trunk/languages/jako/config/makefiles/root.in (original)
+++ trunk/languages/jako/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,6 +1,4 @@
-#
-# Makefile.in
-#
+# Copyright (C) 2002-2009, The Perl Foundation.
# $Id$
#
Modified: trunk/languages/json/config/makefiles/root.in
==============================================================================
--- trunk/languages/json/config/makefiles/root.in (original)
+++ trunk/languages/json/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2008-2009, The Perl Foundation.
## $Id$
## arguments we want to run parrot with
Modified: trunk/languages/lisp/config/makefiles/root.in
==============================================================================
--- trunk/languages/lisp/config/makefiles/root.in (original)
+++ trunk/languages/lisp/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, The Perl Foundation.
# $Id$
# Setup some commands
Modified: trunk/languages/lolcode/config/makefiles/root.in
==============================================================================
--- trunk/languages/lolcode/config/makefiles/root.in (original)
+++ trunk/languages/lolcode/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2008-2009, The Perl Foundation.
## $Id$
## arguments we want to run parrot with
Modified: trunk/languages/ook/config/makefiles/root.in
==============================================================================
--- trunk/languages/ook/config/makefiles/root.in (original)
+++ trunk/languages/ook/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2003-2009, The Perl Foundation.
# $Id$
# Makefile for languages/ook
Modified: trunk/languages/perl6/config/makefiles/root.in
==============================================================================
--- trunk/languages/perl6/config/makefiles/root.in (original)
+++ trunk/languages/perl6/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, The Perl Foundation.
# $Id$
# arguments we want to run parrot with
@@ -155,7 +156,7 @@
spectest_checkout : t/spec
-t/spec :
+t/spec :
svn co http:////svn.pugscode.org//pugs//t//spec t/spec
spectest_update :
Modified: trunk/languages/perl6/config/makefiles/utils.in
==============================================================================
--- trunk/languages/perl6/config/makefiles/utils.in (original)
+++ trunk/languages/perl6/config/makefiles/utils.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2008-2009, The Perl Foundation.
# $Id$
## arguments we want to run parrot with
Modified: trunk/languages/pheme/config/makefiles/root.in
==============================================================================
--- trunk/languages/pheme/config/makefiles/root.in (original)
+++ trunk/languages/pheme/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, The Perl Foundation.
# $Id$
# configuration settings
Modified: trunk/languages/pipp/config/makefiles/root.in
==============================================================================
--- trunk/languages/pipp/config/makefiles/root.in (original)
+++ trunk/languages/pipp/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, The Perl Foundation.
# $Id$
# Set up extensions
@@ -294,7 +295,7 @@
t/php/*.out \
t/pmc/*.pir \
pipp_test_run.tar.gz
-
+
clean-hash:
$(RM_F) "$(HASH_OBJS)"
Modified: trunk/languages/pod/config/makefiles/root.in
==============================================================================
--- trunk/languages/pod/config/makefiles/root.in (original)
+++ trunk/languages/pod/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2009, The Perl Foundation.
## $Id$
## arguments we want to run parrot with
Modified: trunk/languages/punie/config/makefiles/root.in
==============================================================================
--- trunk/languages/punie/config/makefiles/root.in (original)
+++ trunk/languages/punie/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, The Perl Foundation.
# $Id$
# Setup some commands
Modified: trunk/languages/pynie/config/makefiles/root.in
==============================================================================
--- trunk/languages/pynie/config/makefiles/root.in (original)
+++ trunk/languages/pynie/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, The Perl Foundation.
# $Id$
## arguments we want to run parrot with
Modified: trunk/languages/squaak/config/makefiles/root.in
==============================================================================
--- trunk/languages/squaak/config/makefiles/root.in (original)
+++ trunk/languages/squaak/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2008-2009, The Perl Foundation.
## $Id$
## arguments we want to run parrot with
Modified: trunk/languages/urm/config/makefiles/root.in
==============================================================================
--- trunk/languages/urm/config/makefiles/root.in (original)
+++ trunk/languages/urm/config/makefiles/root.in Thu Jan 29 03:01:34 2009
@@ -1,3 +1,4 @@
+# Copyright (C) 2003-2009, The Perl Foundation.
# $Id$
# Makefile for languages/urm
@@ -34,17 +35,17 @@
cd $(BUILD_DIR) && $(RECONFIGURE) --step=gen::languages --languages=urm
test: build
- cd .. && $(PERL) -I../lib urm/t/harness
+ cd .. && $(PERL) -I../lib urm/t/harness
examples: build
$(PERL) urmc -c examples/biggerzero.urm
$(PERL) urmc -c examples/sub.urm
$(PERL) urmc -c examples/sim.urm
- $(PERL) urmc -c examples/mult.urm
+ $(PERL) urmc -c examples/mult.urm
$(PERL) urmc -c examples/div.urm
$(PERL) urmc -c examples/distance.urm
-build:
+build:
$(PERL) -c urmc
clean:
@@ -60,4 +61,4 @@
realclean: clean
$(RM_F) Makefile
-
+
-
[svn:parrot] r36141 - in trunk: compilers/ncigen/config/makefiles config/gen/makefiles languages/APL/config/makefiles languages/PIR/config/makefiles languages/Zcode/config/makefiles languages/abc/config/makefiles languages/befunge/config/makefiles languag
by fperrad