makefile 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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 ShareMemory/subdir.mk
  9. -include SelectGun/subdir.mk
  10. -include ModuleUpdateFW/subdir.mk
  11. -include ModulePsuComm/subdir.mk
  12. -include ModulePrimary/subdir.mk
  13. -include ModuleLcmCtrl/subdir.mk
  14. -include ModuleInternalComm/subdir.mk
  15. -include ModuleEventLog/subdir.mk
  16. -include ModuleEvComm/subdir.mk
  17. -include ModuleDoComm/subdir.mk
  18. -include ModuleChkSysTask/subdir.mk
  19. -include Log/subdir.mk
  20. -include Define/subdir.mk
  21. -include DataBase/subdir.mk
  22. -include CSU/subdir.mk
  23. -include subdir.mk
  24. -include objects.mk
  25. ifneq ($(MAKECMDGOALS),clean)
  26. ifneq ($(strip $(CC_DEPS)),)
  27. -include $(CC_DEPS)
  28. endif
  29. ifneq ($(strip $(C++_DEPS)),)
  30. -include $(C++_DEPS)
  31. endif
  32. ifneq ($(strip $(C_UPPER_DEPS)),)
  33. -include $(C_UPPER_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 $(CPP_DEPS)),)
  42. -include $(CPP_DEPS)
  43. endif
  44. endif
  45. -include ../makefile.defs
  46. # Add inputs and outputs from these tool invocations to the build variables
  47. # All Target
  48. all: DD360Audi_V1.17
  49. # Tool invocations
  50. DD360Audi_V1.17: $(OBJS) $(USER_OBJS)
  51. @echo 'Building target: $@'
  52. @echo 'Invoking: Cross G++ Linker'
  53. arm-linux-gnueabihf-g++ -o "DD360Audi_V1.17" $(OBJS) $(USER_OBJS) $(LIBS)
  54. @echo 'Finished building target: $@'
  55. @echo ' '
  56. # Other Targets
  57. clean:
  58. -$(RM) $(CC_DEPS)$(C++_DEPS)$(EXECUTABLES)$(OBJS)$(C_UPPER_DEPS)$(CXX_DEPS)$(C_DEPS)$(CPP_DEPS) DD360Audi_V1.17
  59. -@echo ' '
  60. .PHONY: all clean dependents
  61. -include ../makefile.targets