include.mk 469 B

123456789101112131415161718192021222324
  1. #
  2. # Copyright (C) 2014 Pavel Kirienko <pavel.kirienko@gmail.com>
  3. #
  4. LIBUAVCAN_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
  5. UAVCAN_DIR := $(LIBUAVCAN_DIR)../
  6. #
  7. # Library sources
  8. #
  9. LIBUAVCAN_SRC := $(shell find $(LIBUAVCAN_DIR)src -type f -name '*.cpp')
  10. LIBUAVCAN_INC := $(LIBUAVCAN_DIR)include
  11. #
  12. # DSDL compiler executable
  13. #
  14. LIBUAVCAN_DSDLC := $(LIBUAVCAN_DIR)dsdl_compiler/libuavcan_dsdlc
  15. #
  16. # Standard DSDL definitions
  17. #
  18. UAVCAN_DSDL_DIR := $(UAVCAN_DIR)/dsdl/uavcan