PKGDIR?= ../..
L4DIR ?= $(PKGDIR)/../..
CPPFLAGS        += -fno-exceptions

# the name of your library
TARGET	= lib$(PKGNAME).a

# list your .c files here
SRC_CC	= PDManagement.cc \
	  PDController.cc \
	  PDImage.cc 

# if your library implements the client side of an idl defined in an
# idl-file of your package, list the idl file name(s) here (no path needed)
CLIENTIDL = bmi.idl

include $(L4DIR)/mk/lib.mk
