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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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 test/subdir.mk
  12. -include service/impl/subdir.mk
  13. -include common/subdir.mk
  14. ifneq ($(MAKECMDGOALS),clean)
  15. ifneq ($(strip $(C++M_DEPS)),)
  16. -include $(C++M_DEPS)
  17. endif
  18. ifneq ($(strip $(C++_DEPS)),)
  19. -include $(C++_DEPS)
  20. endif
  21. ifneq ($(strip $(CCM_DEPS)),)
  22. -include $(CCM_DEPS)
  23. endif
  24. ifneq ($(strip $(CC_DEPS)),)
  25. -include $(CC_DEPS)
  26. endif
  27. ifneq ($(strip $(CPP_DEPS)),)
  28. -include $(CPP_DEPS)
  29. endif
  30. ifneq ($(strip $(CXXM_DEPS)),)
  31. -include $(CXXM_DEPS)
  32. endif
  33. ifneq ($(strip $(CXX_DEPS)),)
  34. -include $(CXX_DEPS)
  35. endif
  36. ifneq ($(strip $(C_DEPS)),)
  37. -include $(C_DEPS)
  38. endif
  39. ifneq ($(strip $(C_UPPER_DEPS)),)
  40. -include $(C_UPPER_DEPS)
  41. endif
  42. endif
  43. -include ../makefile.defs
  44. OPTIONAL_TOOL_DEPS := \
  45. $(wildcard ../makefile.defs) \
  46. $(wildcard ../makefile.init) \
  47. $(wildcard ../makefile.targets) \
  48. BUILD_ARTIFACT_NAME := can_dexn
  49. BUILD_ARTIFACT_EXTENSION :=
  50. BUILD_ARTIFACT_PREFIX :=
  51. BUILD_ARTIFACT := $(BUILD_ARTIFACT_PREFIX)$(BUILD_ARTIFACT_NAME)$(if $(BUILD_ARTIFACT_EXTENSION),.$(BUILD_ARTIFACT_EXTENSION),)
  52. # Add inputs and outputs from these tool invocations to the build variables
  53. # All Target
  54. all: main-build
  55. # Main-build Target
  56. main-build: can_dexn
  57. # Tool invocations
  58. can_dexn: $(OBJS) $(USER_OBJS) makefile $(OPTIONAL_TOOL_DEPS)
  59. @echo 'Building target: $@'
  60. @echo 'Invoking: Cross G++ Linker'
  61. arm-linux-gnueabihf-g++ -fPIC -o "can_dexn" $(OBJS) $(USER_OBJS) $(LIBS) -ldl
  62. @echo 'Finished building target: $@'
  63. @echo ' '
  64. # Other Targets
  65. clean:
  66. -$(RM) can_dexn
  67. -@echo ' '
  68. .PHONY: all clean dependents main-build
  69. -include ../makefile.targets