git @ Cat's Eye Technologies Bhuna / rel_0_6 src / lib / Makefile
rel_0_6

Tree @rel_0_6 (Download .tar.gz)

Makefile @rel_0_6raw · history · blame

LIB=	bhuna

SRCS=	report.c \
	scan.c parse.c \
	symbol.c ast.c \
	type.c \
	mem.c pool.c gc.c \
	list.c atom.c buffer.c closure.c dict.c value.c \
	activation.c \
	icode.c \
	gen.c vm.c \
	process.c \
	builtin.c \
	trace.c

NOMAN=	y

# DESTDIR=/usr/local/sbin
strip: libbhuna.so.0
	strip libbhuna.so.0
	ls -lah libbhuna.so.0

SHLIB_MAJOR=0
NOPROFILE=yes
USELIBDIR=/usr/local/lib
USESHLIBDIR=/usr/local/lib

.include <bsd.lib.mk>