CPPFLAGS = -DNDEBUG=1
CFLAGS = -O2
LDFLAGS = `pkgconfig libs11n --ldflags`

.PHONY: all
all: demo_s11n demo_hierarchy

demo_s11n: demo_struct.o
demo_struct: simplestruct_s11n.h
demo_hierarchy: demo_hierarchy.o
