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