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

28 lines
873 B
Makefile

################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../test.code/t25/test25b.c \
../test.code/t25/test25c.c
OBJS += \
./test.code/t25/test25b.o \
./test.code/t25/test25c.o
C_DEPS += \
./test.code/t25/test25b.d \
./test.code/t25/test25c.d
# Each subdirectory must supply rules for building sources it contributes
test.code/t25/%.o: ../test.code/t25/%.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 ' '