version 0.73.0
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../cobpp/cobpp.c
|
||||
|
||||
OBJS += \
|
||||
./cobpp/cobpp.o
|
||||
|
||||
C_DEPS += \
|
||||
./cobpp/cobpp.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
cobpp/%.o: ../cobpp/%.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 ' '
|
||||
|
||||
|
||||
@@ -0,0 +1,90 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
O_SRCS += \
|
||||
../cobroutines/dir.o \
|
||||
../cobroutines/files.o \
|
||||
../cobroutines/globals.o \
|
||||
../cobroutines/screen.o \
|
||||
../cobroutines/sql_clear_query.o \
|
||||
../cobroutines/sql_connect_db.o \
|
||||
../cobroutines/sql_disconnect_db.o \
|
||||
../cobroutines/sql_exec_query.o \
|
||||
../cobroutines/sql_free_memory.o \
|
||||
../cobroutines/sql_get_tuple.o \
|
||||
../cobroutines/sql_get_value.o \
|
||||
../cobroutines/sql_max_field.o \
|
||||
../cobroutines/sql_max_tuple.o \
|
||||
../cobroutines/sql_status_message.o \
|
||||
../cobroutines/system.o \
|
||||
../cobroutines/tctcl.o
|
||||
|
||||
C_SRCS += \
|
||||
../cobroutines/case.c \
|
||||
../cobroutines/dir.c \
|
||||
../cobroutines/files.c \
|
||||
../cobroutines/globals.c \
|
||||
../cobroutines/screen.c \
|
||||
../cobroutines/sql_clear_query.c \
|
||||
../cobroutines/sql_connect_db.c \
|
||||
../cobroutines/sql_disconnect_db.c \
|
||||
../cobroutines/sql_exec_query.c \
|
||||
../cobroutines/sql_free_memory.c \
|
||||
../cobroutines/sql_get_tuple.c \
|
||||
../cobroutines/sql_get_value.c \
|
||||
../cobroutines/sql_max_field.c \
|
||||
../cobroutines/sql_max_tuple.c \
|
||||
../cobroutines/sql_status_message.c \
|
||||
../cobroutines/system.c \
|
||||
../cobroutines/tctcl.c
|
||||
|
||||
OBJS += \
|
||||
./cobroutines/case.o \
|
||||
./cobroutines/dir.o \
|
||||
./cobroutines/files.o \
|
||||
./cobroutines/globals.o \
|
||||
./cobroutines/screen.o \
|
||||
./cobroutines/sql_clear_query.o \
|
||||
./cobroutines/sql_connect_db.o \
|
||||
./cobroutines/sql_disconnect_db.o \
|
||||
./cobroutines/sql_exec_query.o \
|
||||
./cobroutines/sql_free_memory.o \
|
||||
./cobroutines/sql_get_tuple.o \
|
||||
./cobroutines/sql_get_value.o \
|
||||
./cobroutines/sql_max_field.o \
|
||||
./cobroutines/sql_max_tuple.o \
|
||||
./cobroutines/sql_status_message.o \
|
||||
./cobroutines/system.o \
|
||||
./cobroutines/tctcl.o
|
||||
|
||||
C_DEPS += \
|
||||
./cobroutines/case.d \
|
||||
./cobroutines/dir.d \
|
||||
./cobroutines/files.d \
|
||||
./cobroutines/globals.d \
|
||||
./cobroutines/screen.d \
|
||||
./cobroutines/sql_clear_query.d \
|
||||
./cobroutines/sql_connect_db.d \
|
||||
./cobroutines/sql_disconnect_db.d \
|
||||
./cobroutines/sql_exec_query.d \
|
||||
./cobroutines/sql_free_memory.d \
|
||||
./cobroutines/sql_get_tuple.d \
|
||||
./cobroutines/sql_get_value.d \
|
||||
./cobroutines/sql_max_field.d \
|
||||
./cobroutines/sql_max_tuple.d \
|
||||
./cobroutines/sql_status_message.d \
|
||||
./cobroutines/system.d \
|
||||
./cobroutines/tctcl.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
cobroutines/%.o: ../cobroutines/%.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 ' '
|
||||
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
O_SRCS += \
|
||||
../cobrun/htcobrun.o
|
||||
|
||||
C_SRCS += \
|
||||
../cobrun/htcobrun.c
|
||||
|
||||
OBJS += \
|
||||
./cobrun/htcobrun.o
|
||||
|
||||
C_DEPS += \
|
||||
./cobrun/htcobrun.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
cobrun/%.o: ../cobrun/%.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 ' '
|
||||
|
||||
|
||||
@@ -0,0 +1,59 @@
|
||||
################################################################################
|
||||
# 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 ' '
|
||||
|
||||
|
||||
@@ -0,0 +1,110 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
O_SRCS += \
|
||||
../lib/basicio.o \
|
||||
../lib/cobmove.o \
|
||||
../lib/cobmove_9_.o \
|
||||
../lib/cobmove_b_.o \
|
||||
../lib/cobmove_c_.o \
|
||||
../lib/cobmove_e_.o \
|
||||
../lib/cobmove_f_.o \
|
||||
../lib/cobmove_x_.o \
|
||||
../lib/config.o \
|
||||
../lib/dyncall.o \
|
||||
../lib/fileio.o \
|
||||
../lib/flckclient.o \
|
||||
../lib/general.o \
|
||||
../lib/htcobolrt.o \
|
||||
../lib/intrinsic.o \
|
||||
../lib/mcmath.o \
|
||||
../lib/pictures.o \
|
||||
../lib/rterrors.o \
|
||||
../lib/scr_curses.o \
|
||||
../lib/screenio.o \
|
||||
../lib/strings.o
|
||||
|
||||
C_SRCS += \
|
||||
../lib/basicio.c \
|
||||
../lib/cobmove.c \
|
||||
../lib/cobmove_9_.c \
|
||||
../lib/cobmove_b_.c \
|
||||
../lib/cobmove_c_.c \
|
||||
../lib/cobmove_e_.c \
|
||||
../lib/cobmove_f_.c \
|
||||
../lib/cobmove_x_.c \
|
||||
../lib/config.c \
|
||||
../lib/dyncall.c \
|
||||
../lib/fileio.c \
|
||||
../lib/filesql.c \
|
||||
../lib/flckclient.c \
|
||||
../lib/general.c \
|
||||
../lib/intrinsic.c \
|
||||
../lib/mcmath.c \
|
||||
../lib/pictures.c \
|
||||
../lib/rterrors.c \
|
||||
../lib/scr_curses.c \
|
||||
../lib/screen.c \
|
||||
../lib/screenio.c \
|
||||
../lib/strings.c
|
||||
|
||||
OBJS += \
|
||||
./lib/basicio.o \
|
||||
./lib/cobmove.o \
|
||||
./lib/cobmove_9_.o \
|
||||
./lib/cobmove_b_.o \
|
||||
./lib/cobmove_c_.o \
|
||||
./lib/cobmove_e_.o \
|
||||
./lib/cobmove_f_.o \
|
||||
./lib/cobmove_x_.o \
|
||||
./lib/config.o \
|
||||
./lib/dyncall.o \
|
||||
./lib/fileio.o \
|
||||
./lib/filesql.o \
|
||||
./lib/flckclient.o \
|
||||
./lib/general.o \
|
||||
./lib/intrinsic.o \
|
||||
./lib/mcmath.o \
|
||||
./lib/pictures.o \
|
||||
./lib/rterrors.o \
|
||||
./lib/scr_curses.o \
|
||||
./lib/screen.o \
|
||||
./lib/screenio.o \
|
||||
./lib/strings.o
|
||||
|
||||
C_DEPS += \
|
||||
./lib/basicio.d \
|
||||
./lib/cobmove.d \
|
||||
./lib/cobmove_9_.d \
|
||||
./lib/cobmove_b_.d \
|
||||
./lib/cobmove_c_.d \
|
||||
./lib/cobmove_e_.d \
|
||||
./lib/cobmove_f_.d \
|
||||
./lib/cobmove_x_.d \
|
||||
./lib/config.d \
|
||||
./lib/dyncall.d \
|
||||
./lib/fileio.d \
|
||||
./lib/filesql.d \
|
||||
./lib/flckclient.d \
|
||||
./lib/general.d \
|
||||
./lib/intrinsic.d \
|
||||
./lib/mcmath.d \
|
||||
./lib/pictures.d \
|
||||
./lib/rterrors.d \
|
||||
./lib/scr_curses.d \
|
||||
./lib/screen.d \
|
||||
./lib/screenio.d \
|
||||
./lib/strings.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
lib/%.o: ../lib/%.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 ' '
|
||||
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../lockserver/lockserver.c
|
||||
|
||||
OBJS += \
|
||||
./lockserver/lockserver.o
|
||||
|
||||
C_DEPS += \
|
||||
./lockserver/lockserver.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
lockserver/%.o: ../lockserver/%.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 ' '
|
||||
|
||||
|
||||
@@ -0,0 +1,63 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
-include ../makefile.init
|
||||
|
||||
RM := rm -rf
|
||||
|
||||
# All of the sources participating in the build are defined here
|
||||
-include sources.mk
|
||||
-include subdir.mk
|
||||
-include utils/cobf2f/subdir.mk
|
||||
-include test_suite/call_tests/subdir.mk
|
||||
-include test.code/tgui02/subdir.mk
|
||||
-include test.code/tgui01/subdir.mk
|
||||
-include test.code/tdb03/subdir.mk
|
||||
-include test.code/tdb02/subdir.mk
|
||||
-include test.code/tdb01/subdir.mk
|
||||
-include test.code/t33/subdir.mk
|
||||
-include test.code/t25/subdir.mk
|
||||
-include test.code/t15/subdir.mk
|
||||
-include test.code/t08/subdir.mk
|
||||
-include test.code/t07/subdir.mk
|
||||
-include test.code/ReportGen/subdir.mk
|
||||
-include test.code/00_FernandoWuthstrack/tcl/subdir.mk
|
||||
-include lockserver/subdir.mk
|
||||
-include lib/subdir.mk
|
||||
-include compiler/subdir.mk
|
||||
-include cobrun/subdir.mk
|
||||
-include cobroutines/subdir.mk
|
||||
-include cobpp/subdir.mk
|
||||
-include objects.mk
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifneq ($(strip $(C_DEPS)),)
|
||||
-include $(C_DEPS)
|
||||
endif
|
||||
endif
|
||||
|
||||
-include ../makefile.defs
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
|
||||
# All Target
|
||||
all: tinycobol.exe
|
||||
|
||||
# Tool invocations
|
||||
tinycobol.exe: $(OBJS) $(USER_OBJS)
|
||||
@echo 'Building target: $@'
|
||||
@echo 'Invoking: MinGW C Linker'
|
||||
gcc -o"tinycobol.exe" $(OBJS) $(USER_OBJS) $(LIBS)
|
||||
@echo 'Finished building target: $@'
|
||||
@echo ' '
|
||||
|
||||
# Other Targets
|
||||
clean:
|
||||
-$(RM) $(OBJS)$(C_DEPS)$(EXECUTABLES) tinycobol.exe
|
||||
-@echo ' '
|
||||
|
||||
.PHONY: all clean dependents
|
||||
.SECONDARY:
|
||||
|
||||
-include ../makefile.targets
|
||||
@@ -0,0 +1,7 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
USER_OBJS :=
|
||||
|
||||
LIBS :=
|
||||
@@ -0,0 +1,36 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
O_SRCS :=
|
||||
C_SRCS :=
|
||||
S_UPPER_SRCS :=
|
||||
OBJ_SRCS :=
|
||||
ASM_SRCS :=
|
||||
OBJS :=
|
||||
C_DEPS :=
|
||||
EXECUTABLES :=
|
||||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
utils/cobf2f \
|
||||
test_suite/call_tests \
|
||||
test.code/tgui02 \
|
||||
test.code/tgui01 \
|
||||
test.code/tdb03 \
|
||||
test.code/tdb02 \
|
||||
test.code/tdb01 \
|
||||
test.code/t33 \
|
||||
test.code/t25 \
|
||||
test.code/t15 \
|
||||
test.code/t08 \
|
||||
test.code/t07 \
|
||||
test.code/ReportGen \
|
||||
test.code/00_FernandoWuthstrack/tcl \
|
||||
lockserver \
|
||||
lib \
|
||||
compiler \
|
||||
cobrun \
|
||||
cobroutines \
|
||||
cobpp \
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../test.code/00_FernandoWuthstrack/tcl/tctcl.c \
|
||||
../test.code/00_FernandoWuthstrack/tcl/teste.c
|
||||
|
||||
OBJS += \
|
||||
./test.code/00_FernandoWuthstrack/tcl/tctcl.o \
|
||||
./test.code/00_FernandoWuthstrack/tcl/teste.o
|
||||
|
||||
C_DEPS += \
|
||||
./test.code/00_FernandoWuthstrack/tcl/tctcl.d \
|
||||
./test.code/00_FernandoWuthstrack/tcl/teste.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
test.code/00_FernandoWuthstrack/tcl/%.o: ../test.code/00_FernandoWuthstrack/tcl/%.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 ' '
|
||||
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../test.code/ReportGen/tclwrapper.c
|
||||
|
||||
OBJS += \
|
||||
./test.code/ReportGen/tclwrapper.o
|
||||
|
||||
C_DEPS += \
|
||||
./test.code/ReportGen/tclwrapper.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
test.code/ReportGen/%.o: ../test.code/ReportGen/%.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 ' '
|
||||
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../test.code/t07/subrot.c
|
||||
|
||||
OBJS += \
|
||||
./test.code/t07/subrot.o
|
||||
|
||||
C_DEPS += \
|
||||
./test.code/t07/subrot.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
test.code/t07/%.o: ../test.code/t07/%.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 ' '
|
||||
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../test.code/t08/gen_data.c
|
||||
|
||||
OBJS += \
|
||||
./test.code/t08/gen_data.o
|
||||
|
||||
C_DEPS += \
|
||||
./test.code/t08/gen_data.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
test.code/t08/%.o: ../test.code/t08/%.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 ' '
|
||||
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
################################################################################
|
||||
# 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 ' '
|
||||
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
# 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 ' '
|
||||
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../test.code/t33/subrotc.c
|
||||
|
||||
OBJS += \
|
||||
./test.code/t33/subrotc.o
|
||||
|
||||
C_DEPS += \
|
||||
./test.code/t33/subrotc.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
test.code/t33/%.o: ../test.code/t33/%.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 ' '
|
||||
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../test.code/tdb01/tdb01.c
|
||||
|
||||
OBJS += \
|
||||
./test.code/tdb01/tdb01.o
|
||||
|
||||
C_DEPS += \
|
||||
./test.code/tdb01/tdb01.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
test.code/tdb01/%.o: ../test.code/tdb01/%.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 ' '
|
||||
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../test.code/tdb02/tdb02a.c
|
||||
|
||||
OBJS += \
|
||||
./test.code/tdb02/tdb02a.o
|
||||
|
||||
C_DEPS += \
|
||||
./test.code/tdb02/tdb02a.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
test.code/tdb02/%.o: ../test.code/tdb02/%.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 ' '
|
||||
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
# 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 ' '
|
||||
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
# 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 ' '
|
||||
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../test.code/tgui02/wprog01.c \
|
||||
../test.code/tgui02/wprog02.c
|
||||
|
||||
OBJS += \
|
||||
./test.code/tgui02/wprog01.o \
|
||||
./test.code/tgui02/wprog02.o
|
||||
|
||||
C_DEPS += \
|
||||
./test.code/tgui02/wprog01.d \
|
||||
./test.code/tgui02/wprog02.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
test.code/tgui02/%.o: ../test.code/tgui02/%.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 ' '
|
||||
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../test_suite/call_tests/stest9xx.c
|
||||
|
||||
OBJS += \
|
||||
./test_suite/call_tests/stest9xx.o
|
||||
|
||||
C_DEPS += \
|
||||
./test_suite/call_tests/stest9xx.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
test_suite/call_tests/%.o: ../test_suite/call_tests/%.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 ' '
|
||||
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../utils/cobf2f/cobf2f.c
|
||||
|
||||
OBJS += \
|
||||
./utils/cobf2f/cobf2f.o
|
||||
|
||||
C_DEPS += \
|
||||
./utils/cobf2f/cobf2f.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
utils/cobf2f/%.o: ../utils/cobf2f/%.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 ' '
|
||||
|
||||
|
||||
Reference in New Issue
Block a user