aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-04-13 11:10:20 +0200
committerMattias Andrée <maandree@kth.se>2024-04-13 11:10:20 +0200
commite2346f713d55f3bcb81c8b724aaa0d9d27b8f6bd (patch)
treef18493a4c3f4a045985563d8c87aabf9f3e10bed /Makefile
parentAdd assume_aligned to libsimple_getcwd (diff)
downloadlibsimple-e2346f713d55f3bcb81c8b724aaa0d9d27b8f6bd.tar.gz
libsimple-e2346f713d55f3bcb81c8b724aaa0d9d27b8f6bd.tar.bz2
libsimple-e2346f713d55f3bcb81c8b724aaa0d9d27b8f6bd.tar.xz
Add libsimple_abspath with e- and en- versions
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 02a409d..d9c2b5a 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,7 @@ HDR =\
OBJ =\
abs.o\
+ abspath.o\
aligned_allocn.o\
aligned_allocz.o\
aligned_alloczn.o\
@@ -99,6 +100,7 @@ OBJ =\
difftimeval.o\
doubletotimespec.o\
doubletotimeval.o\
+ eabspath.o\
ealigned_alloc.o\
ealigned_allocn.o\
ealigned_allocz.o\
@@ -127,6 +129,7 @@ OBJ =\
ememalignzn.o\
ememalloc.o\
ememdup.o\
+ enabspath.o\
enaligned_alloc.o\
enaligned_allocn.o\
enaligned_allocz.o\