[mousetrap/gnome3-wip: 3/240] Add makefiles.
- From: Heidi Ellis <heidiellis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mousetrap/gnome3-wip: 3/240] Add makefiles.
- Date: Mon, 8 Sep 2014 15:12:47 +0000 (UTC)
commit 47fd9e33fb07cbf2d4314f776ddff314f440a9ad
Author: Stoney Jackson <dr stoney gmail com>
Date: Wed Apr 16 09:54:37 2014 -0400
Add makefiles.
src/mousetrap/addons/Makefile.am | 16 ++++++++++++++++
src/mousetrap/core/Makefile.am | 16 ++++++++++++++++
src/mousetrap/ui/Makefile.am | 16 ++++++++++++++++
3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/src/mousetrap/addons/Makefile.am b/src/mousetrap/addons/Makefile.am
new file mode 100644
index 0000000..f068f7b
--- /dev/null
+++ b/src/mousetrap/addons/Makefile.am
@@ -0,0 +1,16 @@
+ocvfw_pathdir=$(pyexecdir)
+
+## List all python files in this directory.
+## Don't forget to escape the new line.
+ocvfw_python_PYTHON = \
+ __init__.py
+
+
+## List all subdirectories.
+#SUBDIRS = dev haars idm
+
+## This should match the current directory.
+ocvfw_pythondir=$(pyexecdir)/mousetrap/addons
+
+install-exec-hook:
+ chmod a+rx $(DESTDIR)$(ocvfw_pythondir) -R
diff --git a/src/mousetrap/core/Makefile.am b/src/mousetrap/core/Makefile.am
new file mode 100644
index 0000000..132957f
--- /dev/null
+++ b/src/mousetrap/core/Makefile.am
@@ -0,0 +1,16 @@
+ocvfw_pathdir=$(pyexecdir)
+
+## List all python files in this directory.
+## Don't forget to escape the new line.
+ocvfw_python_PYTHON = \
+ __init__.py
+
+
+## List all subdirectories.
+#SUBDIRS = dev haars idm
+
+## This should match the current directory.
+ocvfw_pythondir=$(pyexecdir)/mousetrap/core
+
+install-exec-hook:
+ chmod a+rx $(DESTDIR)$(ocvfw_pythondir) -R
diff --git a/src/mousetrap/ui/Makefile.am b/src/mousetrap/ui/Makefile.am
new file mode 100644
index 0000000..7e83aba
--- /dev/null
+++ b/src/mousetrap/ui/Makefile.am
@@ -0,0 +1,16 @@
+ocvfw_pathdir=$(pyexecdir)
+
+## List all python files in this directory.
+## Don't forget to escape the new line.
+ocvfw_python_PYTHON = \
+ __init__.py
+
+
+## List all subdirectories.
+#SUBDIRS = dev haars idm
+
+## This should match the current directory.
+ocvfw_pythondir=$(pyexecdir)/mousetrap/ui
+
+install-exec-hook:
+ chmod a+rx $(DESTDIR)$(ocvfw_pythondir) -R
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]