# makefile for mdapi library
MODULE=mdapi

# to run this makefile locally, define relative position to toplevel directory
TOP=../..
include $(TOP)/make.include

# for building libraries
LIB_NAME=$(MODULE)
LIB_OPTS=
LIB_OBJS=mdapi mdengine mdextend
LIB_LIBS=-lmdutil $(MDAPI_LIBS)

include $(TOP)/make.module
