• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Get the current local path as the first operation
2LOCAL_PATH := $(call get_makefile_dir)
3
4# Clear out the variables used in the local makefiles
5include $(MK)/clear.mk
6
7TARGET := pvmimeutils
8
9XCXXFLAGS := $(FLAG_COMPILE_WARNINGS_AS_ERRORS)
10
11SRCDIR := ../../src
12INCSRCDIR := ../../src
13
14# compose final src list for actual build
15SRCS :=	pv_mime_string_utils.cpp
16
17HDRS :=  pv_mime_string_utils.h
18
19include $(MK)/library.mk
20