puNES/win64/makefile
2012-04-30 13:30:01 +02:00

55 lines
1.3 KiB
Makefile

################################################################################
# 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
-include src/mappers/subdir.mk
-include src/gui/windows/subdir.mk
-include src/glew/subdir.mk
-include src/filters/subdir.mk
-include src/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: pre-build main-build
# Main-build Target
main-build: punes64.exe
# Tool invocations
punes64.exe: $(OBJS) $(USER_OBJS)
@echo 'Building target: $@'
@echo 'Invoking: Cross GCC Linker'
x86_64-w64-mingw32-gcc -Wl,-subsystem,console -o "punes64.exe" $(OBJS) $(USER_OBJS) $(LIBS)
@echo 'Finished building target: $@'
@echo ' '
# Other Targets
clean:
-$(RM) $(OBJS)$(C_DEPS)$(EXECUTABLES) punes64.exe
-@echo ' '
pre-build:
-x86_64-w64-mingw32-windres -DOPENGL ../src/gui/windows/resources.rc src/gui/windows/resources.o
-@echo ' '
.PHONY: all clean dependents
.SECONDARY: main-build pre-build
-include ../makefile.targets