makefile 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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/transport/subdir.mk
  9. -include src/test/subdir.mk
  10. -include src/service/subdir.mk
  11. -include src/codec/appHandCodec/subdir.mk
  12. -include src/codec/subdir.mk
  13. -include src/appHandshake/subdir.mk
  14. -include subdir.mk
  15. -include objects.mk
  16. ifneq ($(MAKECMDGOALS),clean)
  17. ifneq ($(strip $(C_DEPS)),)
  18. -include $(C_DEPS)
  19. endif
  20. endif
  21. -include ../makefile.defs
  22. # Add inputs and outputs from these tool invocations to the build variables
  23. # All Target
  24. all: OpenV2G.exe
  25. # Tool invocations
  26. OpenV2G.exe: $(OBJS) $(USER_OBJS)
  27. @echo 'Building target: $@'
  28. @echo 'Invoking: MinGW C Linker'
  29. gcc -o "OpenV2G.exe" $(OBJS) $(USER_OBJS) $(LIBS)
  30. @echo 'Finished building target: $@'
  31. @echo ' '
  32. # Other Targets
  33. clean:
  34. -$(RM) $(OBJS)$(C_DEPS)$(EXECUTABLES) OpenV2G.exe
  35. -@echo ' '
  36. .PHONY: all clean dependents
  37. .SECONDARY:
  38. -include ../makefile.targets