summaryrefslogtreecommitdiff
path: root/src/prism.mk.in
diff options
context:
space:
mode:
authorFabien Tassin <fta@sofaraway.org>2008-06-06 15:57:51 +0200
committerFabien Tassin <fta@sofaraway.org>2008-06-06 15:57:51 +0200
commit2af8a600b9c7024016c46128e009341d4cea2d18 (patch)
tree753d93d2bc82ce834e2c85168907b7cc6e0c0f05 /src/prism.mk.in
parented677e453e93d607a31366eb12816cf8e55daaf5 (diff)
* [mozclient] add a project from Prism using svn
- add src/mozclient/prism.conf - add src/src/prism.mk.in - update src/Makefile - update README
Diffstat (limited to 'src/prism.mk.in')
-rw-r--r--src/prism.mk.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/prism.mk.in b/src/prism.mk.in
new file mode 100644
index 0000000..d1abe41
--- /dev/null
+++ b/src/prism.mk.in
@@ -0,0 +1,22 @@
+# -*- mode: makefile; coding: utf-8 -*-
+
+# Copyright (c) 2008 Fabien Tassin <fta@sofaraway.org>
+# Description: Project Prism
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2, or (at
+# your option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+MOZCLIENT_PROJECTNAME := prism
+
+include mozclient.mk.in