bin_PROGRAMS=42sh #42sh_LDADD = parser/libparse.a ../check/leaktrack/libmem.a evalexpr/libevalexpr.a 42sh_SOURCES= ast/ast.h \ ast/ast_and.c \ ast/ast_bang.c \ ast/ast_case.c \ ast/ast_cmd.c \ ast/ast_destruct.c \ ast/ast_for.c \ ast/ast_funcdec.c \ ast/ast_if.c \ ast/ast_or.c \ ast/ast_pipe.c \ ast/ast_print.c \ ast/ast_red.c \ ast/ast_sep.c \ ast/ast_sepand.c \ ast/ast_subshell.c \ ast/ast_while.c \ common/basename.c \ common/common.h \ common/constant.h \ common/isdigitstr.c \ common/macro.h \ common/strmerge.c \ common/strvectoradd.c \ common/strvmerge.c \ common/strndup.c \ exec/exec.h \ exec/exec_node.c \ parser/alias.h \ parser/alias.c \ parser/getline.h \ parser/getline.c \ parser/parser.h \ parser/parser.c \ parser/lexer.c \ shell/getoptions.c \ shell/option.h \ shell/option.c \ shell/shell.h \ shell/shell_entry.c \ shell/shell_init.c \ shell/shell_destroy.c \ shell/prompt.c CLEANFILES= *~ '\#*'