64 lines
1.6 KiB
Makefile
64 lines
1.6 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 subdir.mk
|
|
-include utils/cobf2f/subdir.mk
|
|
-include test_suite/call_tests/subdir.mk
|
|
-include test.code/tgui02/subdir.mk
|
|
-include test.code/tgui01/subdir.mk
|
|
-include test.code/tdb03/subdir.mk
|
|
-include test.code/tdb02/subdir.mk
|
|
-include test.code/tdb01/subdir.mk
|
|
-include test.code/t33/subdir.mk
|
|
-include test.code/t25/subdir.mk
|
|
-include test.code/t15/subdir.mk
|
|
-include test.code/t08/subdir.mk
|
|
-include test.code/t07/subdir.mk
|
|
-include test.code/ReportGen/subdir.mk
|
|
-include test.code/00_FernandoWuthstrack/tcl/subdir.mk
|
|
-include lockserver/subdir.mk
|
|
-include lib/subdir.mk
|
|
-include compiler/subdir.mk
|
|
-include cobrun/subdir.mk
|
|
-include cobroutines/subdir.mk
|
|
-include cobpp/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: tinycobol.exe
|
|
|
|
# Tool invocations
|
|
tinycobol.exe: $(OBJS) $(USER_OBJS)
|
|
@echo 'Building target: $@'
|
|
@echo 'Invoking: MinGW C Linker'
|
|
gcc -o"tinycobol.exe" $(OBJS) $(USER_OBJS) $(LIBS)
|
|
@echo 'Finished building target: $@'
|
|
@echo ' '
|
|
|
|
# Other Targets
|
|
clean:
|
|
-$(RM) $(OBJS)$(C_DEPS)$(EXECUTABLES) tinycobol.exe
|
|
-@echo ' '
|
|
|
|
.PHONY: all clean dependents
|
|
.SECONDARY:
|
|
|
|
-include ../makefile.targets
|