Skip to content
Makefile.am 413 B
Newer Older
Seblu's avatar
Seblu committed
SUBDIRS=ast builtin lexer parser
bin_PROGRAMS=42sh

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


42sh_SOURCES=	shell/shell.h			\
		shell/shell_entry.c		\
		shell/shell_init.c		\
		shell/shell_destroy.c

# EXTRA_DIST=					\
#                 parser/parse42.y		\
#                 parser/scan42.l			\
# 		evalexpr/evalexpr.y		\
# 		evalexpr/evalexpr.l

CLEANFILES= *~ '\#*'