blob: 89370385b5e6d6c6c6245f2e19904b21f48f5630 [file] [log] [blame]
# Get the current local path as the first operation
LOCAL_PATH := $(call get_makefile_dir)
# Clear out the variables used in the local makefiles
include $(MK)/clear.mk
TARGET :=
XCXXFLAGS += $(FLAG_COMPILE_WARNINGS_AS_ERRORS)
SRCDIR := ../../src
INCSRCDIR := ../../include
SRCS :=
HDRS := pv_2way_basic_types.h \
pv_2way_basic_interfaces.h
include $(MK)/library.mk