储能工商业-261Kwh-功率计划曲线App
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

makefile 2.1KB

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