unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob dd13702e339971a2cb0b988d6f8b6e1d250f3741 2034 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
80
 
From 38f790a0526de3ca74480e8e3f7504ff648ba272 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 | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)
 create mode 100644 Makefile

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..38608c1
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,60 @@
+################################################################################
+# 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.o \
+cave.o \
+debug.o \
+generators.o \
+midpoint_displacement.o \
+miners.o \
+preview_callback.o \
+random_walk.o \
+spring.o \
+surf_replacer.o
+
+SRCDIR ?= .
+INCLUDE_PATH ?= ${SRCDIR}/include
+PREFIX ?= /usr/local
+CFLAGS = -O3 -Wall -fPIC -c -fmessage-length=0 -MMD -MP
+
+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
+
+%.o: %.cpp
+	@echo 'Building file: $<'
+	@echo 'Invoking: GCC C++ Compiler'
+	g++ -I${INCLUDE_PATH} $(CFLAGS) -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+	@echo 'Finished building: $<'
+	@echo ' '
+
+clean:
+	rm $(wildcard *.o) libgeramun.so
+
+
--
2.39.2


debug log:

solving b61e730526 ...
found b61e730526 in https://yhetil.org/guix-patches/71f085a9-4ea6-a8b2-1f18-b7967f86d881@disroot.org/

applying [1/1] https://yhetil.org/guix-patches/71f085a9-4ea6-a8b2-1f18-b7967f86d881@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..b61e730526

Checking patch gnu/packages/patches/libgeramun-add-makefile.patch...
1:86: new blank line at EOF.
+
Applied patch gnu/packages/patches/libgeramun-add-makefile.patch cleanly.
warning: 1 line adds whitespace errors.

index at:
100644 dd13702e339971a2cb0b988d6f8b6e1d250f3741	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).