blob: f2ebc3f410abdc3e4d84db9fe9a51e5a91db4151 [file] [log] [blame]
TOP = ../../../..
include $(TOP)/configs/current
LIBNAME = indices
C_SOURCES = \
u_indices_gen.c \
u_unfilled_gen.c
include ../../Makefile.template
u_indices_gen.c: u_indices_gen.py
python $< > $@
u_unfilled_gen.c: u_unfilled_gen.py
python $< > $@