top_builddir = ../../..

EXTRA_CPPFLAGS = -I. -I..

TARGETLIB = libtc.lo

SOURCES = \
	alloc.c \
	conf-parse.c \
	conf-lex.c \
	conf.c \
	list.c \
	mkpath.c \
	pathfind.c \
	regex.c \
	string.c \
	etpan-tc.c \


include $(top_builddir)/Rules

ADDITIONAL_CLEAN = conf-parse.h conf-parse.c conf-lex.c

conf-parse.c: conf-parse.y
conf-lex.c: conf-lex.l
