TOP = ../..
SRCDIR = .

C_SOURCES = c_int64.c c_array.c c_bitvector.c c_sys.c c_string.c c_stdio.c \
	    c_hacks.c
MODULES   = list slist stack array string hacks hashtbl ptrhash int64 \
	    bitvector sys stdio

LIB = std
include $(TOP)/aux/rules.lib
