• 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 := pvmp4reginterface
8
9SRCDIR := ../../src
10INCSRCDIR := ../../src
11
12SRCS := pvmfmp4nodereg.cpp
13
14HDRS := pvmfmp4nodereg.h
15
16include $(MK)/library.mk
17
18