1234567891011121314151617181920212223242526272829303132 |
- ##################################################################
- #
- # uEcho for C
- #
- # Copyright (C) Satoshi Konno 2015
- #
- # This is licensed under BSD-style license, see file COPYING.
- #
- ##################################################################
- uechoheaders = \
- ./uecho/profile.h \
- ./uecho/esv.h \
- ./uecho/property.h \
- ./uecho/manufacture.h \
- ./uecho/node.h \
- ./uecho/std/database.h \
- ./uecho/const.h \
- ./uecho/typedef.h \
- ./uecho/message.h \
- ./uecho/object.h \
- ./uecho/uecho.h \
- ./uecho/device.h \
- ./uecho/class.h \
- ./uecho/misc.h \
- ./uecho/controller.h \
- ./uecho/util/bytes.h \
- ./uecho/util/log.h \
- ./uecho/util/timer.h
- nobase_include_HEADERS = \
- $(uechoheaders)
|