aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2008-02-25 14:09:04 +0000
committerMax Horn2008-02-25 14:09:04 +0000
commitff79a8cd39cf7d43748f03bb44a05811a9026084 (patch)
tree64976a6d5a648fce3f78c7a400c330e8148d0447
parentb87c4a6f75ef04a7bd67e956135342159ab95f18 (diff)
downloadscummvm-rg350-ff79a8cd39cf7d43748f03bb44a05811a9026084.tar.gz
scummvm-rg350-ff79a8cd39cf7d43748f03bb44a05811a9026084.tar.bz2
scummvm-rg350-ff79a8cd39cf7d43748f03bb44a05811a9026084.zip
added some SVN headers
svn-id: r30961
-rw-r--r--Makefile1
-rw-r--r--Makefile.common4
-rw-r--r--ports.mk3
3 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index db7e2582f5..768c9d4e4b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+# $URL$
# $Id$
#######################################################################
diff --git a/Makefile.common b/Makefile.common
index e8e13cb63c..680806a67b 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -1,6 +1,8 @@
-# $Id$
# This file is used by Makefile and declares common build rules,
# a list of common object files etc.
+#
+# $URL$
+# $Id$
######################################################################
# The default build target: just build the scummvm executable
diff --git a/ports.mk b/ports.mk
index 9e6f588cf2..70c779354b 100644
--- a/ports.mk
+++ b/ports.mk
@@ -1,5 +1,8 @@
# This file contains port specific Makefile rules. It is automatically
# included by the default (main) Makefile.
+#
+# $URL: https://scummvm.svn.sourceforge.net/svnroot/scummvm/tools/trunk/Makefile $
+# $Id: Makefile 30664 2008-01-27 19:47:41Z jvprat $
#