makefile 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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: coffeecode
  35. # Tool invocations
  36. coffeecode: $(OBJS) $(USER_OBJS)
  37. @echo 'Building target: $@'
  38. @echo 'Invoking: G++ Linker'
  39. arm-linux-gnueabihf-g++ -o "coffeecode" $(OBJS) $(USER_OBJS) $(LIBS)
  40. @echo 'Finished building target: $@'
  41. @echo ' '
  42. # Other Targets
  43. clean:
  44. -$(RM) $(C++_DEPS)$(OBJS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) coffeecode*
  45. -@echo ' '
  46. .PHONY: all clean dependents