Home | History | Annotate | Download | only in make
      1 # Get the current local path as the first operation
      2 LOCAL_PATH := $(call get_makefile_dir)
      3 
      4 # Clear out the variables used in the local makefiles
      5 include $(MK)/clear.mk
      6 
      7 TARGET := pvaacffparsernode
      8 
      9 
     10 XCXXFLAGS += $(FLAG_COMPILE_WARNINGS_AS_ERRORS)
     11 
     12 SRCDIR := ../../src
     13 INCSRCDIR := ../../include
     14 
     15 SRCS := pvmf_aacffparser_node.cpp pvmf_aacffparser_factory.cpp pvmf_aacffparser_outport.cpp
     16 
     17 HDRS := pvmf_aacffparser_factory.h \
     18         pvmf_aacffparser_defs.h \
     19 
     20 
     21 
     22 include $(MK)/library.mk
     23