L4Re/departure

Annotated libmem/lib/src/Makefile

554:b3eab5c45452
19 months ago Paul Boddie Moved flexpage-related IPC functions into libmem, also incorporating the invalidation of derived flexpages into the flexpage abstraction.
paul@94 1
PKGDIR		?= ../..
paul@94 2
L4DIR		?= $(PKGDIR)/../../..
paul@94 3
paul@94 4
TARGET		= libmem.so libmem.a
paul@94 5
PC_FILENAME	= libmem
paul@94 6
paul@94 7
SRC_CC		= \
paul@554 8
		flexpage.cc ipc.cc \
paul@554 9
		memory_incremental.cc memory_preallocated.cc \
paul@94 10
		memory_utils.cc region.cc
paul@94 11
paul@331 12
REQUIRES_LIBS	= l4re_c-util libstdc++ libsystypes libipc
paul@94 13
paul@94 14
PRIVATE_INCDIR	= $(PKGDIR)/include $(PKGDIR)/include/mem
paul@94 15
CONTRIB_INCDIR	= libmem
paul@94 16
paul@94 17
include $(L4DIR)/mk/lib.mk