Skip to content
Makefile.am 585 B
Newer Older
Seblu's avatar
Seblu committed
#SUBDIRS=
Seblu's avatar
Seblu committed
bin_PROGRAMS=42sh

#42sh_LDADD  = parser/libparse.a ../check/leaktrack/libmem.a evalexpr/libevalexpr.a


Seblu's avatar
Seblu committed
42sh_SOURCES=	ast/ast.h			\
		common/common.h			\
		common/macro.h			\
		common/strmerge.c		\
		common/strvmerge.c		\
		lexer/lexer.h			\
Seblu's avatar
Seblu committed
		opt/opt.h			\
		opt/opt.c			\
		opt/opt_init.c			\
		opt/opt_parser.c		\
		parser/parser.h			\
		parser/parser.c			\
		readline/readline.h		\
		readline/readline.c		\
		readline/getln.c		\
Seblu's avatar
Seblu committed
		shell/shell.h			\
Seblu's avatar
Seblu committed
		shell/shell_entry.c		\
		shell/shell_init.c		\
Seblu's avatar
Seblu committed
		shell/shell_destroy.c		\
Seblu's avatar
Seblu committed
		shell/shell_prompt.c
Seblu's avatar
Seblu committed

CLEANFILES= *~ '\#*'