blob: 71b20a7a20715cfa269ed163e7787745a5a785d6 [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 := pvpvxparser
XCXXFLAGS += $(FLAG_COMPILE_WARNINGS_AS_ERRORS)
SRCDIR := ../../src
INCSRCDIR := ../../include
SRCS := pvpvxparser.cpp
HDRS := pvpvxparser.h
include $(MK)/library.mk