协能can协议
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. -include ../makefile.init
  5. RM := rm -rf
  6. # All of the sources participating in the build are defined here
  7. -include sources.mk
  8. -include util/easylogger/src/subdir.mk
  9. -include util/easylogger/port/subdir.mk
  10. -include util/easylogger/plugins/file/subdir.mk
  11. -include service/impl/subdir.mk
  12. -include common/subdir.mk
  13. ifneq ($(MAKECMDGOALS),clean)
  14. ifneq ($(strip $(C++M_DEPS)),)
  15. -include $(C++M_DEPS)
  16. endif
  17. ifneq ($(strip $(C++_DEPS)),)
  18. -include $(C++_DEPS)
  19. endif
  20. ifneq ($(strip $(CCM_DEPS)),)
  21. -include $(CCM_DEPS)
  22. endif
  23. ifneq ($(strip $(CC_DEPS)),)
  24. -include $(CC_DEPS)
  25. endif
  26. ifneq ($(strip $(CPP_DEPS)),)
  27. -include $(CPP_DEPS)
  28. endif
  29. ifneq ($(strip $(CXXM_DEPS)),)
  30. -include $(CXXM_DEPS)
  31. endif
  32. ifneq ($(strip $(CXX_DEPS)),)
  33. -include $(CXX_DEPS)
  34. endif
  35. ifneq ($(strip $(C_DEPS)),)
  36. -include $(C_DEPS)
  37. endif
  38. ifneq ($(strip $(C_UPPER_DEPS)),)
  39. -include $(C_UPPER_DEPS)
  40. endif
  41. endif
  42. -include ../makefile.defs
  43. OPTIONAL_TOOL_DEPS := \
  44. $(wildcard ../makefile.defs) \
  45. $(wildcard ../makefile.init) \
  46. $(wildcard ../makefile.targets) \
  47. BUILD_ARTIFACT_NAME := libcan_BMSer
  48. BUILD_ARTIFACT_EXTENSION := so
  49. BUILD_ARTIFACT_PREFIX :=
  50. BUILD_ARTIFACT := $(BUILD_ARTIFACT_PREFIX)$(BUILD_ARTIFACT_NAME)$(if $(BUILD_ARTIFACT_EXTENSION),.$(BUILD_ARTIFACT_EXTENSION),)
  51. # Add inputs and outputs from these tool invocations to the build variables
  52. # All Target
  53. all: main-build
  54. # Main-build Target
  55. main-build: libcan_BMSer.so
  56. # Tool invocations
  57. libcan_BMSer.so: $(OBJS) $(USER_OBJS) makefile $(OPTIONAL_TOOL_DEPS)
  58. @echo 'Building target: $@'
  59. @echo 'Invoking: Cross G++ Linker'
  60. arm-linux-gnueabihf-g++ -pthread -shared -o "libcan_BMSer.so" $(OBJS) $(USER_OBJS) $(LIBS)
  61. @echo 'Finished building target: $@'
  62. @echo ' '
  63. # Other Targets
  64. clean:
  65. -$(RM) libcan_BMSer.so
  66. -@echo ' '
  67. .PHONY: all clean dependents main-build
  68. -include ../makefile.targets