1
0

makefile 1.1 KB

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