1PKGDIR  ?= ../..
2L4DIR   ?= $(PKGDIR)/../../..
3
4TARGET         = libc_be_l4refile.a libc_be_l4refile.so
5REQUIRES_LIBS  = l4re libsupc++
6PC_FILENAME    = libc_be_l4refile
7PC_LIBS        = -lc_be_l4refile
8PC_EXTRA       = Link_Libs= %{static:-lc_be_l4refile}
9SRC_CC         = file.cc mmap.cc mount.cc socket.cc
10# No exception information as unwinder code might uses malloc and friends
11CXXFLAGS       := -fno-exceptions
12
13include $(L4DIR)/mk/lib.mk
14