60 lines
1.6 KiB
Makefile
60 lines
1.6 KiB
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
O_SRCS += \
|
|
../compiler/htcobemt.o \
|
|
../compiler/htcobgen.o \
|
|
../compiler/htcobol.o \
|
|
../compiler/htcobol.tab.o \
|
|
../compiler/htglobals.o \
|
|
../compiler/pp_parser.tab.o \
|
|
../compiler/pp_scanner.o \
|
|
../compiler/reswords.o \
|
|
../compiler/scan.o
|
|
|
|
C_SRCS += \
|
|
../compiler/htcobemt.c \
|
|
../compiler/htcobgen.c \
|
|
../compiler/htcobol.c \
|
|
../compiler/htcobol.tab.c \
|
|
../compiler/htglobals.c \
|
|
../compiler/pp_parser.tab.c \
|
|
../compiler/pp_scanner.c \
|
|
../compiler/reswords.c \
|
|
../compiler/scan.c
|
|
|
|
OBJS += \
|
|
./compiler/htcobemt.o \
|
|
./compiler/htcobgen.o \
|
|
./compiler/htcobol.o \
|
|
./compiler/htcobol.tab.o \
|
|
./compiler/htglobals.o \
|
|
./compiler/pp_parser.tab.o \
|
|
./compiler/pp_scanner.o \
|
|
./compiler/reswords.o \
|
|
./compiler/scan.o
|
|
|
|
C_DEPS += \
|
|
./compiler/htcobemt.d \
|
|
./compiler/htcobgen.d \
|
|
./compiler/htcobol.d \
|
|
./compiler/htcobol.tab.d \
|
|
./compiler/htglobals.d \
|
|
./compiler/pp_parser.tab.d \
|
|
./compiler/pp_scanner.d \
|
|
./compiler/reswords.d \
|
|
./compiler/scan.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
compiler/%.o: ../compiler/%.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 ' '
|
|
|
|
|