mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-19 00:13:21 +08:00
25 lines
623 B
Makefile
25 lines
623 B
Makefile
#
|
|
# UNPUBLISHED PROPRIETARY SOURCE CODE
|
|
# Copyright (c) 2016 MXCHIP Inc.
|
|
#
|
|
# The contents of this file may not be disclosed to third parties, copied or
|
|
# duplicated in any form, in whole or in part, without the prior written
|
|
# permission of MXCHIP Corporation.
|
|
#
|
|
|
|
NAME := Lib_mqtt_packet
|
|
|
|
$(NAME)_SOURCES := MQTTConnectClient.c\
|
|
MQTTConnectServer.c\
|
|
MQTTDeserializePublish.c\
|
|
MQTTFormat.c\
|
|
MQTTPacket.c\
|
|
MQTTSerializePublish.c\
|
|
MQTTSubscribeClient.c\
|
|
MQTTSubscribeServer.c\
|
|
MQTTUnsubscribeClient.c\
|
|
MQTTUnsubscribeServer.c\
|
|
|
|
GLOBAL_INCLUDES := .
|
|
|
|
GLOBAL_INCLUDES += .
|