tinycobol/Debug/test.code/t15/subdir.mk

34 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/t15/test15b.c \
../test.code/t15/test15d.c \
../test.code/t15/test15f.c \
../test.code/t15/test15l.c
OBJS += \
./test.code/t15/test15b.o \
./test.code/t15/test15d.o \
./test.code/t15/test15f.o \
./test.code/t15/test15l.o
C_DEPS += \
./test.code/t15/test15b.d \
./test.code/t15/test15d.d \
./test.code/t15/test15f.d \
./test.code/t15/test15l.d
# Each subdirectory must supply rules for building sources it contributes
test.code/t15/%.o: ../test.code/t15/%.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 ' '