Switched to Filelist.<name>.mk files

This commit is contained in:
Maieul BOYER 2024-07-23 22:04:11 +00:00
parent fd646bda95
commit c3626fc59e
42 changed files with 456 additions and 399 deletions

147
stdme/Filelist.me.mk Normal file
View file

@ -0,0 +1,147 @@
SRC_FILES = \
blx/blx \
blx/blx_create_fontsheet \
blx/blx_handlers \
blx/blx_keycode \
blx/colors \
blx/draw/draw \
blx/draw/draw_sprite \
blx/draw/draw_string \
blx/inputs \
blx/logic \
blx/sprite/draw_image \
blx/sprite/draw_pixel_onto \
blx/sprite/draw_string \
blx/sprite/free_image \
blx/sprite/get_pixel \
blx/sprite/new_image \
blx/sprite/sprite_draw_onto_sprite \
char/isalnum \
char/isalpha \
char/isascii \
char/isdigit \
char/islower \
char/isprint \
char/isspace \
char/isupper \
char/tolower \
char/toupper \
convert/numbers_to_str \
fs/close \
fs/fs_internal \
fs/open \
fs/putchar_fd \
fs/putendl_fd \
fs/putnbr_fd \
fs/putstr_fd \
fs/read \
fs/read_to_vec \
fs/write \
gnl/get_next_line \
hash/hasher \
hash/hash_signed \
hash/hash_str \
hash/hash_unsigned \
hash/sip/sip13 \
hash/sip/sip_utils \
hash/sip/sip_utils2 \
img/qoi/qoi_decode \
img/qoi/qoi_encode \
img/qoi/qoi_fs \
img/qoi/qoi_utils \
mem/allocator \
mem/mem_alloc \
mem/mem_alloc_array \
mem/mem_compare \
mem/mem_copy \
mem/mem_find \
mem/mem_find_bytes \
mem/mem_move \
mem/mem_realloc \
mem/mem_set \
mem/mem_set_zero \
num/u16/rotate \
num/u32/rotate \
num/u64/from_bytes \
num/u64/rotate \
num/u8/rotate \
num/usize/rotate \
num/usize/round_up \
os/abort \
os/exit \
os/pipe \
os/process \
os/process_inner \
os/process_inner2 \
printf/callbacks \
printf/formatter/char \
printf/formatter/decimal \
printf/formatter/hex \
printf/formatter/oct \
printf/formatter/ptr \
printf/formatter/unsigned_decimal \
printf/formatter/utils \
printf/formatter/utils2 \
printf/formatter/utils3 \
printf/formatter/utils_numbers \
printf/matchers \
printf/printf \
printf/printf_fd \
printf/printf_str \
printf/vprintf \
string/mod \
string/string_insert \
string/string_remove \
string/string_reserve \
str/str_clone \
str/str_compare \
str/str_find_chr \
str/str_find_rev_chr \
str/str_find_str \
str/str_iter \
str/str_join \
str/str_l_cat \
str/str_l_copy \
str/str_len \
str/str_map \
str/str_n_compare \
str/str_n_find_str \
str/str_split \
str/str_substring \
str/str_trim \
GEN_FILES = \
convert/i16_to_str \
convert/i32_to_str \
convert/i64_to_str \
convert/i8_to_str \
convert/str_to_i16 \
convert/str_to_i16_utils \
convert/str_to_i32 \
convert/str_to_i32_utils \
convert/str_to_i64 \
convert/str_to_i64_utils \
convert/str_to_i8 \
convert/str_to_i8_utils \
convert/str_to_u16 \
convert/str_to_u16_utils \
convert/str_to_u32 \
convert/str_to_u32_utils \
convert/str_to_u64 \
convert/str_to_u64_utils \
convert/str_to_u8 \
convert/str_to_u8_utils \
convert/u16_to_str \
convert/u32_to_str \
convert/u64_to_str \
convert/u8_to_str \
vec/buf_str/buf_str \
vec/buf_str/buf_str_functions2 \
vec/buf_str/buf_str_functions3 \
vec/str/str \
vec/str/str_functions2 \
vec/str/str_functions3 \
vec/u8/u8 \
vec/u8/u8_functions2 \
vec/u8/u8_functions3 \