mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Build Randomizer in current directory
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
From f826308b984f415dce6680aad5e15e6a1795f7f3 Mon Sep 17 00:00:00 2001
|
||||
From 24da7eed9c8cd793d4f873100584b70ea11d4458 Mon Sep 17 00:00:00 2001
|
||||
From: Luke <noryb009@gmail.com>
|
||||
Date: Fri, 6 Dec 2013 00:19:26 +0000
|
||||
Date: Sat, 7 Dec 2013 13:04:48 +0000
|
||||
Subject: [PATCH] Add makefile
|
||||
|
||||
---
|
||||
src/makefile | 126 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
1 file changed, 126 insertions(+)
|
||||
src/makefile | 128 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
1 file changed, 128 insertions(+)
|
||||
create mode 100644 src/makefile
|
||||
|
||||
diff --git a/src/makefile b/src/makefile
|
||||
new file mode 100644
|
||||
index 0000000..18dfc48
|
||||
index 0000000..c6df5ad
|
||||
--- /dev/null
|
||||
+++ b/src/makefile
|
||||
@@ -0,0 +1,126 @@
|
||||
@@ -0,0 +1,128 @@
|
||||
+## BeOS Generic Makefile v2.3 ##
|
||||
+
|
||||
+## Fill in this file to specify the project being created, and the referenced
|
||||
@@ -138,6 +138,8 @@ index 0000000..18dfc48
|
||||
+# /dev/video/usb when loaded. Default is "misc".
|
||||
+DRIVER_PATH =
|
||||
+
|
||||
+TARGET_DIR = .
|
||||
+
|
||||
+## include the makefile-engine
|
||||
+include $(BUILDHOME)/etc/makefile-engine
|
||||
--
|
||||
|
||||
@@ -46,9 +46,7 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd src
|
||||
architecture=${buildArchitecture/_/-}
|
||||
mkdir -p $appsDir
|
||||
cp objects.$architecture-release/Randomizer $appsDir
|
||||
cp src/Randomizer $appsDir
|
||||
addAppDeskbarSymlink $appsDir/Randomizer
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user