aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-07-02 14:05:37 +0200
committerMattias Andrée <maandree@kth.se>2024-07-02 14:05:37 +0200
commit2268eb37c71d8cc83887b93ca8d81289798a0552 (patch)
tree4b3a10898aa4978730e94a357f21ba9a1f02b8b1 /Makefile
parentAdd missing .c files (diff)
downloadlibsimple-2268eb37c71d8cc83887b93ca8d81289798a0552.tar.gz
libsimple-2268eb37c71d8cc83887b93ca8d81289798a0552.tar.bz2
libsimple-2268eb37c71d8cc83887b93ca8d81289798a0552.tar.xz
Add needstack, get_stack_direction, get_stack_limit, and get_stack_space
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5a2ada3..8e0048c 100644
--- a/Makefile
+++ b/Makefile
@@ -53,6 +53,7 @@ SUBHDR =\
libsimple/realloc.h\
libsimple/search.h\
libsimple/sort.h\
+ libsimple/stack.h\
libsimple/str.h\
libsimple/strdup.h\
libsimple/strn.h\
@@ -552,6 +553,9 @@ OBJ =\
fexecv.o\
freadlink.o\
generate_seed.o\
+ get_stack_direction.o\
+ get_stack_limit.o\
+ get_stack_space.o\
getcwd.o\
getenv_e.o\
getenv_ne.o\
@@ -639,6 +643,7 @@ OBJ =\
minimise_number_string.o\
multimespec.o\
multimeval.o\
+ needstack.o\
posix_memalignn.o\
posix_memalignz.o\
posix_memalignzn.o\