tinycobol/Debug/test.code/00_FernandoWuthstrack/tcl/subdir.mk

28 lines
1.0 KiB
Makefile

################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../test.code/00_FernandoWuthstrack/tcl/tctcl.c \
../test.code/00_FernandoWuthstrack/tcl/teste.c
OBJS += \
./test.code/00_FernandoWuthstrack/tcl/tctcl.o \
./test.code/00_FernandoWuthstrack/tcl/teste.o
C_DEPS += \
./test.code/00_FernandoWuthstrack/tcl/tctcl.d \
./test.code/00_FernandoWuthstrack/tcl/teste.d
# Each subdirectory must supply rules for building sources it contributes
test.code/00_FernandoWuthstrack/tcl/%.o: ../test.code/00_FernandoWuthstrack/tcl/%.c
@echo 'Building file: $<'
@echo 'Invoking: GCC C Compiler'
gcc -I"C:\MinGW\include" -I"C:\Tcl\include" -I"C:\PostgreSQL\include" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
@echo 'Finished building: $<'
@echo ' '