# lib/Makefile

depth = ..

NAME = lily
SUBDIRS = include
# MODULE_LIBS= $(depth)/flower
MODULE_CXXFLAGS += -D_REENTRANT
MAKEFILES=Library C++

include $(depth)/make/Stepmake.make 


