111fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas GeoffrayLOCAL_PATH:= $(call my-dir)
211fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray
311fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffraymcld_script_SRC_FILES := \
411fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  AssertCmd.cpp \
511fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  Assignment.cpp \
611fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  BinaryOp.cpp \
711fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  EntryCmd.cpp \
811fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  FileToken.cpp \
911fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  GroupCmd.cpp \
1011fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  InputSectDesc.cpp \
1111fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  InputToken.cpp \
1211fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  NameSpec.cpp \
1311fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  NullaryOp.cpp \
1411fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  Operand.cpp \
1511fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  Operator.cpp \
1611fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  OutputArchCmd.cpp \
1711fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  OutputCmd.cpp \
1811fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  OutputFormatCmd.cpp \
1911fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  OutputSectDesc.cpp \
2011fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  RpnEvaluator.cpp \
2111fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  RpnExpr.cpp \
2211fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  ScriptCommand.cpp \
2311fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  ScriptFile.cpp \
2411fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  ScriptReader.cpp \
2511fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  SearchDirCmd.cpp \
2611fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  SectionsCmd.cpp \
2711fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  ScriptScanner.ll \
2811fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  ScriptParser.yy \
2911fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  StrToken.cpp \
3011fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  StringList.cpp \
3111fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  TernaryOp.cpp \
3211fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  UnaryOp.cpp \
3311fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray  WildcardPattern.cpp
3411fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray
3511fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray# For the host
3611fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray# =====================================================
3711fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffrayinclude $(CLEAR_VARS)
3811fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray
3911fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas GeoffrayLOCAL_SRC_FILES := $(mcld_script_SRC_FILES)
4011fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas GeoffrayLOCAL_MODULE:= libmcldScript
4111fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas GeoffrayLOCAL_C_INCLUDES := $(MCLD_ROOT_PATH)/include/mcld/Script
4241f2d34f9d4efad1928e890acc5c2924b5033909Stephen HinesLOCAL_CFLAGS := -Wno-deprecated-register
4311fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray
4411fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas GeoffrayLOCAL_MODULE_TAGS := optional
4511fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray
4611fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffrayinclude $(MCLD_HOST_BUILD_MK)
4711fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffrayinclude $(BUILD_HOST_STATIC_LIBRARY)
4811fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray
4911fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray# For the device
5011fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray# =====================================================
5111fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffrayinclude $(CLEAR_VARS)
5211fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray
5311fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas GeoffrayLOCAL_SRC_FILES := $(mcld_script_SRC_FILES)
5411fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas GeoffrayLOCAL_MODULE:= libmcldScript
5511fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas GeoffrayLOCAL_C_INCLUDES := $(MCLD_ROOT_PATH)/include/mcld/Script
5641f2d34f9d4efad1928e890acc5c2924b5033909Stephen HinesLOCAL_CFLAGS := -Wno-deprecated-register
5711fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray
5811fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas GeoffrayLOCAL_MODULE_TAGS := optional
5911fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffray
6011fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffrayinclude $(MCLD_DEVICE_BUILD_MK)
6111fc63ec42d88fbff6fef24511467c72ee4ee2f8Nicolas Geoffrayinclude $(BUILD_STATIC_LIBRARY)
62