blob: 295028e8f0c3f24ad5b9c7f98f95a0327a4f8f1a [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 := pvcommsionode
XCXXFLAGS += $(FLAG_COMPILE_WARNINGS_AS_ERRORS)
XINCDIRS += ../../../../pvmi/pvmf/include ../../../../nodes/common/include ../../include
SRCDIR := ../../src
INCSRCDIR := ../../src
SRCS := pv_comms_io_node_port.cpp \
pv_comms_io_node.cpp
HDRS := pv_comms_io_node.h \
../include/pv_comms_io_node_factory.h \
../include/pv_comms_io_node_events.h
include $(MK)/library.mk