makefile 1.2 KB

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