aboutsummaryrefslogtreecommitdiff
path: root/engines/player/build/make/local.mk
blob: 5b148e1947925457cfb626b6604b80097b9b6b97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# 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 := pvplayer_engine

XINCDIRS += ../../../common/include

XINCDIRS +=  ../../config/core 


SRCDIR := ../../src
INCSRCDIR := ../../include

SRCS := pv_player_datapath.cpp \
	pv_player_engine.cpp \
	pv_player_factory.cpp \
        pv_player_node_registry.cpp \
        ../config/core/pv_player_node_registry_populator.cpp

HDRS :=  pv_player_datasource.h \
        pv_player_events.h \
	pv_player_factory.h \
	pv_player_datasink.h \
	pv_player_datasourcepvmfnode.h \
	pv_player_interface.h \
	pv_player_datasinkpvmfnode.h \
	pv_player_datasourceurl.h \
	pv_player_types.h \
	pv_player_license_acquisition_interface.h \
	pv_player_track_selection_interface.h \
	pv_player_registry_interface.h

## This file is need by PLATFORM_EXTRAS in library.mk
sdkinfo_header_name := pv_player_sdkinfo.h

include $(MK)/library.mk

doc_target := pvplayer_engine
doc_title := "PV Player Engine"
doc_paths := "$(SRC_ROOT)/engines/player/include/pv_player_interface.h"
doc_version := $(PVPLAYER_ENGINE_VERSION)

include $(MK)/doc.mk

sdkinfo_target := $(LOCAL_SRCDIR)/pv_player_engine.cpp
sdkinfo_header_filename := $(LOCAL_SRCDIR)/$(sdkinfo_header_name)
sdkinfo_header_macro := PV_PLAYER_SDKINFO
sdkinfo_label_macro := PVPLAYER_ENGINE_SDKINFO_LABEL
sdkinfo_date_macro := PVPLAYER_ENGINE_SDKINFO_DATE

include $(MK)/sdkinfo.mk