No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

makefile 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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 src/subdir.mk
  9. -include lib/subdir.mk
  10. -include subdir.mk
  11. -include objects.mk
  12. ifneq ($(MAKECMDGOALS),clean)
  13. ifneq ($(strip $(CC_DEPS)),)
  14. -include $(CC_DEPS)
  15. endif
  16. ifneq ($(strip $(C++_DEPS)),)
  17. -include $(C++_DEPS)
  18. endif
  19. ifneq ($(strip $(C_UPPER_DEPS)),)
  20. -include $(C_UPPER_DEPS)
  21. endif
  22. ifneq ($(strip $(CXX_DEPS)),)
  23. -include $(CXX_DEPS)
  24. endif
  25. ifneq ($(strip $(CPP_DEPS)),)
  26. -include $(CPP_DEPS)
  27. endif
  28. ifneq ($(strip $(C_DEPS)),)
  29. -include $(C_DEPS)
  30. endif
  31. endif
  32. -include ../makefile.defs
  33. # Add inputs and outputs from these tool invocations to the build variables
  34. # All Target
  35. all: Dumber-Robot-Exemple
  36. # Tool invocations
  37. Dumber-Robot-Exemple: $(OBJS) $(USER_OBJS)
  38. g++ -o "Dumber-Robot-Exemple" $(OBJS) $(USER_OBJS) $(LIBS)
  39. # Other Targets
  40. clean:
  41. -$(RM) $(CC_DEPS)$(C++_DEPS)$(EXECUTABLES)$(C_UPPER_DEPS)$(CXX_DEPS)$(OBJS)$(CPP_DEPS)$(C_DEPS) Dumber-Robot-Exemple
  42. -@echo ' '
  43. .PHONY: all clean dependents
  44. .SECONDARY:
  45. -include ../makefile.targets