blob: 65d684a65abc4f06efc5f8f54732baf4dbd29d2d [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 := pv_config_parser
XCXXFLAGS += $(FLAG_COMPILE_WARNINGS_AS_ERRORS)
OPTIMIZE_FOR_PERFORMANCE_OVER_SIZE := true
XINCDIRS = ../../../../../pvmi/pvmf/include
SRCDIR := ../../src
INCSRCDIR := ../../include
SRCS := pv_video_config_parser.cpp \
pv_audio_config_parser.cpp
HDRS := pv_video_config_parser.h \
pv_audio_config_parser.h
include $(MK)/library.mk