makefile 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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 sqlite/subdir.mk
  9. -include subdir.mk
  10. -include objects.mk
  11. ifneq ($(MAKECMDGOALS),clean)
  12. ifneq ($(strip $(C++_DEPS)),)
  13. -include $(C++_DEPS)
  14. endif
  15. ifneq ($(strip $(C_DEPS)),)
  16. -include $(C_DEPS)
  17. endif
  18. ifneq ($(strip $(CC_DEPS)),)
  19. -include $(CC_DEPS)
  20. endif
  21. ifneq ($(strip $(CPP_DEPS)),)
  22. -include $(CPP_DEPS)
  23. endif
  24. ifneq ($(strip $(CXX_DEPS)),)
  25. -include $(CXX_DEPS)
  26. endif
  27. ifneq ($(strip $(C_UPPER_DEPS)),)
  28. -include $(C_UPPER_DEPS)
  29. endif
  30. endif
  31. -include ../makefile.defs
  32. # Add inputs and outputs from these tool invocations to the build variables
  33. # All Target
  34. all: speedmanager canspeed
  35. # Tool invocations
  36. speedmanager: $(OBJS) $(USER_OBJS)
  37. @echo 'Building target: $@'
  38. @echo 'Invoking: G++ Linker'
  39. arm-linux-gnueabihf-g++ -o "speedmanager" $(OBJS) $(USER_OBJS) $(LIBS)
  40. @echo 'Finished building target: $@'
  41. @echo ' '
  42. canspeed: $(OBJS2)
  43. @echo 'Building target: $@'
  44. @echo 'Invoking: Cross G++ Linker'
  45. arm-linux-gnueabihf-g++ -Os -o canspeed $(OBJS2) $(LIBS)
  46. @echo 'Finished building target: $@'
  47. @echo ' '
  48. # Other Targets
  49. clean:
  50. -$(RM) $(C++_DEPS)$(OBJS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) speedmanager canspeed*
  51. -@echo ' '
  52. .PHONY: all clean dependents