gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r3643: add cmake.mk python.mk from biossrc


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3643: add cmake.mk python.mk from biossrc
Date: Sat, 30 Apr 2016 06:32:27 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3643
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2016-04-29 23:32:17 -0700
message:
  add cmake.mk python.mk from biossrc
added:
  gar.lib/cmake.mk               cmake.mk-20160430063043-teweniscrpagn11l-1
  gar.lib/python.mk              python.mk-20160430063104-vx33qkgc8waznysj-1
=== added file 'gar.lib/cmake.mk'
--- a/gar.lib/cmake.mk  1970-01-01 00:00:00 +0000
+++ b/gar.lib/cmake.mk  2016-04-30 06:32:17 +0000
@@ -0,0 +1,25 @@
+# cmake.mk --- 
+
+# Copyright (C) 2014 Brandon Invergo <address@hidden>
+
+# Author: Brandon Invergo <address@hidden>
+
+# 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 3
+# of the License, 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, see <http://www.gnu.org/licenses/>.
+
+CONFIGURE_SCRIPTS ?= $(WORKSRC)/CMakeLists.txt
+BUILD_SCRIPTS ?= $(WORKOBJ)/Makefile
+INSTALL_SCRIPTS ?= $(WORKOBJ)/cmake_install.cmake
+
+include ../../../gar/gar.mk
+

=== added file 'gar.lib/python.mk'
--- a/gar.lib/python.mk 1970-01-01 00:00:00 +0000
+++ b/gar.lib/python.mk 2016-04-30 06:32:17 +0000
@@ -0,0 +1,24 @@
+# python.mk --- 
+
+# Copyright (C) 2014 Brandon Invergo <address@hidden>
+
+# Author: Brandon Invergo <address@hidden>
+
+# 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 3
+# of the License, 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, see <http://www.gnu.org/licenses/>.
+
+CONFIGURE_SCRIPTS ?= $(WORKSRC)/setup.py
+BUILD_SCRIPTS ?= $(WORKOBJ)/setup.py
+INSTALL_SCRIPTS ?= $(WORKOBJ)/setup.py
+
+include ../../../gar/gar.mk


reply via email to

[Prev in Thread] Current Thread [Next in Thread]