Update Filelist
This commit is contained in:
parent
8cb401e1a5
commit
de9a72e368
7 changed files with 36 additions and 35 deletions
4
Makefile
4
Makefile
|
|
@ -6,7 +6,7 @@
|
|||
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
|
||||
# Updated: 2024/07/23 21:47:47 by maiboyer ### ########.fr #
|
||||
# Updated: 2024/07/24 12:21:26 by maiboyer ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
|
|
@ -43,7 +43,7 @@ endif
|
|||
# All (make all)
|
||||
all:
|
||||
@$(MAKE) --no-print-directory header "BUILD_DIR=$(BUILD_DIR)" "BASE_PATH=$(shell pwd)"
|
||||
@$(MAKE) --no-print-directory -f ./Minishell.mk "BUILD_DIR=$(BUILD_DIR)" "BASE_PATH=$(shell pwd)" "" $(PMAKE)
|
||||
@$(MAKE) --no-print-directory -f ./Minishell.mk "BUILD_DIR=$(BUILD_DIR)" "BASE_PATH=$(shell pwd)" $(PMAKE)
|
||||
@$(MAKE) --no-print-directory footer "BUILD_DIR=$(BUILD_DIR)" "BASE_PATH=$(shell pwd)"
|
||||
|
||||
bonus:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
# By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2024/04/28 17:28:30 by maiboyer #+# #+# #
|
||||
# Updated: 2024/07/23 22:23:57 by maiboyer ### ########.fr #
|
||||
# Updated: 2024/07/24 14:41:50 by maiboyer ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
|
|
@ -19,10 +19,11 @@ ANAME = sh
|
|||
BUILD_DIR ?= $(shell realpath ./build/)
|
||||
|
||||
# TODO: ADD THIS WHEN FINISHING THIS:
|
||||
#CFLAGS_ADDITIONAL = -DNVALGRIND
|
||||
CFLAGS_ADDITIONAL += -DNVALGRIND
|
||||
|
||||
# TODO: REMOVE THIS WHEN FINISHING THIS:
|
||||
CFLAGS_ADDITIONAL += -DPRINT_BACKTRACE
|
||||
CFLAGS_ADDITIONAL += -gcolumn-info
|
||||
|
||||
# Flags
|
||||
CFLAGS = -Werror -Wextra -Wall -Wno-unused-command-line-argument -g3 -MMD -I./includes -I./output/include -I./stdme/output/include -rdynamic -Wl,-E
|
||||
|
|
|
|||
|
|
@ -9,11 +9,11 @@ me_alloc/merge_blocks \
|
|||
me_alloc/pages \
|
||||
me_alloc/realloc \
|
||||
vg/dummy_block \
|
||||
vg/dummy_mem_status \
|
||||
vg/dummy_mempool \
|
||||
vg/dummy_mempool_bis \
|
||||
vg/dummy_mem_status \
|
||||
vg/valgrind_block \
|
||||
vg/valgrind_mem_status \
|
||||
vg/valgrind_mempool \
|
||||
vg/valgrind_mempool_bis \
|
||||
vg/valgrind_mem_status \
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/07/11 17:22:29 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/07/22 15:35:14 by maiboyer ### ########.fr */
|
||||
/* Updated: 2024/07/24 13:58:11 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@ SRC_FILES = \
|
|||
line \
|
||||
line_edit_actions \
|
||||
line_edit_actions2 \
|
||||
line_edit_mode \
|
||||
line_editing \
|
||||
line_editing2 \
|
||||
line_edit_mode \
|
||||
line_globals \
|
||||
line_history \
|
||||
line_internals \
|
||||
|
|
|
|||
|
|
@ -114,28 +114,6 @@ primary_state_ids/primary_state_ids_18 \
|
|||
primary_state_ids/primary_state_ids_19 \
|
||||
primary_state_ids/primary_state_ids_20 \
|
||||
primary_state_ids/primary_state_ids_21 \
|
||||
small_parse_table_map/small_parse_table_map_0 \
|
||||
small_parse_table_map/small_parse_table_map_1 \
|
||||
small_parse_table_map/small_parse_table_map_2 \
|
||||
small_parse_table_map/small_parse_table_map_3 \
|
||||
small_parse_table_map/small_parse_table_map_4 \
|
||||
small_parse_table_map/small_parse_table_map_5 \
|
||||
small_parse_table_map/small_parse_table_map_6 \
|
||||
small_parse_table_map/small_parse_table_map_7 \
|
||||
small_parse_table_map/small_parse_table_map_8 \
|
||||
small_parse_table_map/small_parse_table_map_9 \
|
||||
small_parse_table_map/small_parse_table_map_10 \
|
||||
small_parse_table_map/small_parse_table_map_11 \
|
||||
small_parse_table_map/small_parse_table_map_12 \
|
||||
small_parse_table_map/small_parse_table_map_13 \
|
||||
small_parse_table_map/small_parse_table_map_14 \
|
||||
small_parse_table_map/small_parse_table_map_15 \
|
||||
small_parse_table_map/small_parse_table_map_16 \
|
||||
small_parse_table_map/small_parse_table_map_17 \
|
||||
small_parse_table_map/small_parse_table_map_18 \
|
||||
small_parse_table_map/small_parse_table_map_19 \
|
||||
small_parse_table_map/small_parse_table_map_20 \
|
||||
small_parse_table_map/small_parse_table_map_21 \
|
||||
small_parse_table/small_parse_table_0 \
|
||||
small_parse_table/small_parse_table_1 \
|
||||
small_parse_table/small_parse_table_2 \
|
||||
|
|
@ -968,6 +946,28 @@ small_parse_table/small_parse_table_828 \
|
|||
small_parse_table/small_parse_table_829 \
|
||||
small_parse_table/small_parse_table_830 \
|
||||
small_parse_table/small_parse_table_831 \
|
||||
small_parse_table_map/small_parse_table_map_0 \
|
||||
small_parse_table_map/small_parse_table_map_1 \
|
||||
small_parse_table_map/small_parse_table_map_2 \
|
||||
small_parse_table_map/small_parse_table_map_3 \
|
||||
small_parse_table_map/small_parse_table_map_4 \
|
||||
small_parse_table_map/small_parse_table_map_5 \
|
||||
small_parse_table_map/small_parse_table_map_6 \
|
||||
small_parse_table_map/small_parse_table_map_7 \
|
||||
small_parse_table_map/small_parse_table_map_8 \
|
||||
small_parse_table_map/small_parse_table_map_9 \
|
||||
small_parse_table_map/small_parse_table_map_10 \
|
||||
small_parse_table_map/small_parse_table_map_11 \
|
||||
small_parse_table_map/small_parse_table_map_12 \
|
||||
small_parse_table_map/small_parse_table_map_13 \
|
||||
small_parse_table_map/small_parse_table_map_14 \
|
||||
small_parse_table_map/small_parse_table_map_15 \
|
||||
small_parse_table_map/small_parse_table_map_16 \
|
||||
small_parse_table_map/small_parse_table_map_17 \
|
||||
small_parse_table_map/small_parse_table_map_18 \
|
||||
small_parse_table_map/small_parse_table_map_19 \
|
||||
small_parse_table_map/small_parse_table_map_20 \
|
||||
small_parse_table_map/small_parse_table_map_21 \
|
||||
symbols_metadata/symbols_metadata_0 \
|
||||
symbols_metadata/symbols_metadata_1 \
|
||||
symbols_names/symbols_names_0 \
|
||||
|
|
|
|||
|
|
@ -38,10 +38,10 @@ fs/read \
|
|||
fs/read_to_vec \
|
||||
fs/write \
|
||||
gnl/get_next_line \
|
||||
hash/hasher \
|
||||
hash/hash_signed \
|
||||
hash/hash_str \
|
||||
hash/hash_unsigned \
|
||||
hash/hasher \
|
||||
hash/sip/sip13 \
|
||||
hash/sip/sip_utils \
|
||||
hash/sip/sip_utils2 \
|
||||
|
|
@ -89,10 +89,6 @@ 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 \
|
||||
|
|
@ -109,6 +105,10 @@ str/str_n_find_str \
|
|||
str/str_split \
|
||||
str/str_substring \
|
||||
str/str_trim \
|
||||
string/mod \
|
||||
string/string_insert \
|
||||
string/string_remove \
|
||||
string/string_reserve \
|
||||
|
||||
GEN_FILES = \
|
||||
convert/i16_to_str \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue