unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob ee8e958199ae58528f7d63e137b9c28e2c13ff51 2020 bytes (raw)
name: gnu/packages/patches/libgeramun-Add-Makefile.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
 
From ac239d7be2755dc28fa831ba15a0fb318848a5a6 Mon Sep 17 00:00:00 2001
From: AwesomeAdam54321 <adam.faiz@disroot.org>
Date: Sun, 12 Mar 2023 01:30:46 +0800
Subject: [PATCH] libgeramun: Add Makefile.

Adapted from https://gitlab.com/hydren/terrarium/-/raw/master/build/linux-gcc-sdl2-release/src_libs/libgeramun/subdir.mk
---
 Makefile | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)
 create mode 100644 Makefile

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..8d37ce4
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,59 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+# Add inputs and outputs from these tool invocations to the build variables
+CPP_SRCS += \
+brush.cpp \
+cave.cpp \
+debug.cpp \
+generators.cpp \
+midpoint_displacement.cpp \
+miners.cpp \
+preview_callback.cpp \
+random_walk.cpp \
+spring.cpp \
+surf_replacer.cpp
+
+OBJS += \
+brush.so \
+cave.so \
+debug.so \
+generators.so \
+midpoint_displacement.so \
+miners.so \
+preview_callback.so \
+random_walk.so \
+spring.so \
+surf_replacer.so
+
+SRCDIR ?= .
+INCLUDE_PATH ?= ${SRCDIR}/include
+PREFIX ?= /usr/local
+
+all: libgeramun.so
+
+libgeramun.so: $(OBJS) $(USER_OBJS)
+	@echo 'Building target: $@'
+	@echo 'Invoking: GCC C++ Linker'
+	g++ -shared -o "libgeramun.so" $(OBJS) $(USER_OBJS) $(LIBS)
+	@echo 'Finished building target: $@'
+	@echo ' '
+
+install: all
+	install -d $(DESTDIR)$(PREFIX)
+	cp -r include $(DESTDIR)$(PREFIX)
+	install -d $(DESTDIR)$(PREFIX)/lib
+	install -m 644 libgeramun.so $(DESTDIR)$(PREFIX)/lib
+
+%.so: %.cpp
+	@echo 'Building file: $<'
+	@echo 'Invoking: GCC C++ Compiler'
+	g++ -I${INCLUDE_PATH} -O3 -Wall -shared -fPIC -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+	@echo 'Finished building: $<'
+	@echo ' '
+
+clean:
+	rm $(wildcard *.so)
+
+
--
2.39.2


debug log:

solving 01a94d6422 ...
found 01a94d6422 in https://yhetil.org/guix-patches/4a5cec1d-edac-a65d-c010-5a969c365e5b@disroot.org/

applying [1/1] https://yhetil.org/guix-patches/4a5cec1d-edac-a65d-c010-5a969c365e5b@disroot.org/
diff --git a/gnu/packages/patches/libgeramun-Add-Makefile.patch b/gnu/packages/patches/libgeramun-Add-Makefile.patch
new file mode 100644
index 0000000000..01a94d6422

Checking patch gnu/packages/patches/libgeramun-Add-Makefile.patch...
1:85: new blank line at EOF.
+
Applied patch gnu/packages/patches/libgeramun-Add-Makefile.patch cleanly.
warning: 1 line adds whitespace errors.

index at:
100644 ee8e958199ae58528f7d63e137b9c28e2c13ff51	gnu/packages/patches/libgeramun-Add-Makefile.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).