# lib/Makefile

depth = ..

NAME = lily
SUBDIRS = include
# MODULE_LIBS= $(depth)/flower
MODULE_CXXFLAGS += -D_REENTRANT
STEPMAKE_TEMPLATES=library c++

include $(depth)/make/stepmake.make 


