OpenV2G/Release/makefile

52 lines
1.2 KiB
Makefile
Raw Permalink Normal View History

2014-04-15 09:19:53 +00:00
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
-include ../makefile.init
RM := rm -rf
# All of the sources participating in the build are defined here
-include sources.mk
2015-02-25 13:07:26 +00:00
-include src/xmldsig/subdir.mk
2014-04-15 09:19:53 +00:00
-include src/transport/subdir.mk
-include src/test/subdir.mk
-include src/iso2/subdir.mk
-include src/iso1/subdir.mk
-include src/din/subdir.mk
2014-04-15 09:19:53 +00:00
-include src/codec/subdir.mk
-include src/appHandshake/subdir.mk
-include subdir.mk
-include objects.mk
ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
endif
-include ../makefile.defs
# Add inputs and outputs from these tool invocations to the build variables
# All Target
all: OpenV2G.exe
# Tool invocations
OpenV2G.exe: $(OBJS) $(USER_OBJS)
@echo 'Building target: $@'
@echo 'Invoking: MinGW C Linker'
gcc -o "OpenV2G.exe" $(OBJS) $(USER_OBJS) $(LIBS)
@echo 'Finished building target: $@'
@echo ' '
# Other Targets
clean:
2015-02-25 13:07:26 +00:00
-$(RM) $(EXECUTABLES)$(OBJS)$(C_DEPS) OpenV2G.exe
2014-04-15 09:19:53 +00:00
-@echo ' '
.PHONY: all clean dependents
.SECONDARY:
-include ../makefile.targets