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

28 lines
889 B
Makefile

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