mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
bug 212596: JUnit failures in cdt.managedbuilder.test.suite
moved Benchmarks/ out of archive
This commit is contained in:
parent
ed09e98990
commit
1200887049
39 changed files with 701 additions and 2 deletions
|
@ -0,0 +1,27 @@
|
||||||
|
################################################################################
|
||||||
|
# Automatically-generated file. Do not edit!
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
# Add inputs and outputs from these tool invocations to the build variables
|
||||||
|
CPP_SRCS += \
|
||||||
|
../d1/d2/d3/t.cpp \
|
||||||
|
../d1/d2/d3/y.cpp
|
||||||
|
|
||||||
|
OBJS += \
|
||||||
|
./d1/d2/d3/t.o \
|
||||||
|
./d1/d2/d3/y.o
|
||||||
|
|
||||||
|
CPP_DEPS += \
|
||||||
|
./d1/d2/d3/t.d \
|
||||||
|
./d1/d2/d3/y.d
|
||||||
|
|
||||||
|
|
||||||
|
# Each subdirectory must supply rules for building sources it contributes
|
||||||
|
d1/d2/d3/%.o: ../d1/d2/d3/%.cpp
|
||||||
|
@echo 'Building file: $<'
|
||||||
|
@echo 'Invoking: Test 4.0 ToolName.compiler.gnu.cpp'
|
||||||
|
g++ -Id3_rel/path -I/d3_abs/path -Ic:/d3_abs/path -I"D:\d3_docs\incs" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||||
|
@echo 'Finished building: $<'
|
||||||
|
@echo ' '
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
d1/d2/d3/t.d d1/d2/d3/t.o: ../d1/d2/d3/t.cpp
|
|
@ -0,0 +1 @@
|
||||||
|
d1/d2/d3/y.d d1/d2/d3/y.o: ../d1/d2/d3/y.cpp
|
|
@ -0,0 +1 @@
|
||||||
|
d1/d2/e.d d1/d2/e.o: ../d1/d2/e.cpp
|
|
@ -0,0 +1 @@
|
||||||
|
d1/d2/r.d d1/d2/r.o: ../d1/d2/r.cpp
|
|
@ -0,0 +1,34 @@
|
||||||
|
################################################################################
|
||||||
|
# Automatically-generated file. Do not edit!
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
# Add inputs and outputs from these tool invocations to the build variables
|
||||||
|
CPP_SRCS += \
|
||||||
|
../d1/d2/e.cpp \
|
||||||
|
../d1/d2/r.cpp
|
||||||
|
|
||||||
|
OBJS += \
|
||||||
|
./d1/d2/e.o \
|
||||||
|
./d1/d2/r.o
|
||||||
|
|
||||||
|
CPP_DEPS += \
|
||||||
|
./d1/d2/e.d \
|
||||||
|
./d1/d2/r.d
|
||||||
|
|
||||||
|
|
||||||
|
# Each subdirectory must supply rules for building sources it contributes
|
||||||
|
d1/d2/e.o: ../d1/d2/e.cpp
|
||||||
|
@echo 'Building file: $<'
|
||||||
|
@echo 'Invoking: Test 4.0 ToolName.compiler.gnu.cpp'
|
||||||
|
g++ -Id2_ecpp_rel/path -I../d2_ecpp_proj/rel/path -I/d2_ecpp_abs/path -Ic:/d2_ecpp_abs/path -Id2_rel/path -I../d2_proj/rel/path -I/d2_abs/path -Ic:/d2_abs/path -Id1_rel/path -I../d1_proj/rel/path -I/d1_abs/path -Ic:/d1_abs/path -Irel/path -I../proj/rel/path -I/abs/path -Ic:/abs/path -Iv_rel/path -I/v_abs/path -Ic:/v_abs/path -I"D:\docs\incs" -I"D:\d1_docs\incs" -I"D:\d2_docs\incs" -I"D:\d2_ecpp_docs\incs" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"d1/d2/e.d" -o"$@" "$<"
|
||||||
|
@echo 'Finished building: $<'
|
||||||
|
@echo ' '
|
||||||
|
|
||||||
|
d1/d2/%.o: ../d1/d2/%.cpp
|
||||||
|
@echo 'Building file: $<'
|
||||||
|
@echo 'Invoking: Test 4.0 ToolName.compiler.gnu.cpp'
|
||||||
|
g++ -Id2_rel/path -I../d2_proj/rel/path -I/d2_abs/path -Ic:/d2_abs/path -Id1_rel/path -I../d1_proj/rel/path -I/d1_abs/path -Ic:/d1_abs/path -Irel/path -I../proj/rel/path -I/abs/path -Ic:/abs/path -Iv_rel/path -I/v_abs/path -Ic:/v_abs/path -I"D:\docs\incs" -I"D:\d1_docs\incs" -I"D:\d2_docs\incs" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||||
|
@echo 'Finished building: $<'
|
||||||
|
@echo ' '
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
d1/q.d d1/q.o: ../d1/q.cpp
|
|
@ -0,0 +1,30 @@
|
||||||
|
################################################################################
|
||||||
|
# Automatically-generated file. Do not edit!
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
# Add inputs and outputs from these tool invocations to the build variables
|
||||||
|
CPP_SRCS += \
|
||||||
|
../d1/q.cpp \
|
||||||
|
../d1/u.cpp \
|
||||||
|
../d1/w.cpp
|
||||||
|
|
||||||
|
OBJS += \
|
||||||
|
./d1/q.o \
|
||||||
|
./d1/u.o \
|
||||||
|
./d1/w.o
|
||||||
|
|
||||||
|
CPP_DEPS += \
|
||||||
|
./d1/q.d \
|
||||||
|
./d1/u.d \
|
||||||
|
./d1/w.d
|
||||||
|
|
||||||
|
|
||||||
|
# Each subdirectory must supply rules for building sources it contributes
|
||||||
|
d1/%.o: ../d1/%.cpp
|
||||||
|
@echo 'Building file: $<'
|
||||||
|
@echo 'Invoking: Test 4.0 ToolName.compiler.gnu.cpp'
|
||||||
|
g++ -Id1_rel/path -I../d1_proj/rel/path -I/d1_abs/path -Ic:/d1_abs/path -Irel/path -I../proj/rel/path -I/abs/path -Ic:/abs/path -Iv_rel/path -I/v_abs/path -Ic:/v_abs/path -I"D:\docs\incs" -I"D:\d1_docs\incs" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||||
|
@echo 'Finished building: $<'
|
||||||
|
@echo ' '
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
d1/u.d d1/u.o: ../d1/u.cpp
|
|
@ -0,0 +1 @@
|
||||||
|
d1/w.d d1/w.o: ../d1/w.cpp
|
|
@ -0,0 +1 @@
|
||||||
|
d1_1/d2_1/a.d d1_1/d2_1/a.o: ../d1_1/d2_1/a.cpp
|
|
@ -0,0 +1 @@
|
||||||
|
d1_1/d2_1/p.d d1_1/d2_1/p.o: ../d1_1/d2_1/p.cpp
|
|
@ -0,0 +1,27 @@
|
||||||
|
################################################################################
|
||||||
|
# Automatically-generated file. Do not edit!
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
# Add inputs and outputs from these tool invocations to the build variables
|
||||||
|
CPP_SRCS += \
|
||||||
|
../d1_1/d2_1/a.cpp \
|
||||||
|
../d1_1/d2_1/p.cpp
|
||||||
|
|
||||||
|
OBJS += \
|
||||||
|
./d1_1/d2_1/a.o \
|
||||||
|
./d1_1/d2_1/p.o
|
||||||
|
|
||||||
|
CPP_DEPS += \
|
||||||
|
./d1_1/d2_1/a.d \
|
||||||
|
./d1_1/d2_1/p.d
|
||||||
|
|
||||||
|
|
||||||
|
# Each subdirectory must supply rules for building sources it contributes
|
||||||
|
d1_1/d2_1/%.o: ../d1_1/d2_1/%.cpp
|
||||||
|
@echo 'Building file: $<'
|
||||||
|
@echo 'Invoking: Test 4.0 ToolName.compiler.gnu.cpp'
|
||||||
|
g++ -Id2_1_rel/path -I/d2_1_abs/path -Ic:/d2_1_abs/path -Id1_1_rel/path -I/d1_1_abs/path -Ic:/d1_1_abs/path -Irel/path -I../proj/rel/path -I/abs/path -Ic:/abs/path -Iv_rel/path -I/v_abs/path -Ic:/v_abs/path -I"D:\docs\incs" -I"D:\d1_1_docs\incs" -I"D:\d2_1_docs\incs" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||||
|
@echo 'Finished building: $<'
|
||||||
|
@echo ' '
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
d1_1/i.d d1_1/i.o: ../d1_1/i.cpp
|
|
@ -0,0 +1 @@
|
||||||
|
d1_1/o.d d1_1/o.o: ../d1_1/o.cpp
|
|
@ -0,0 +1,27 @@
|
||||||
|
################################################################################
|
||||||
|
# Automatically-generated file. Do not edit!
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
# Add inputs and outputs from these tool invocations to the build variables
|
||||||
|
CPP_SRCS += \
|
||||||
|
../d1_1/i.cpp \
|
||||||
|
../d1_1/o.cpp
|
||||||
|
|
||||||
|
OBJS += \
|
||||||
|
./d1_1/i.o \
|
||||||
|
./d1_1/o.o
|
||||||
|
|
||||||
|
CPP_DEPS += \
|
||||||
|
./d1_1/i.d \
|
||||||
|
./d1_1/o.d
|
||||||
|
|
||||||
|
|
||||||
|
# Each subdirectory must supply rules for building sources it contributes
|
||||||
|
d1_1/%.o: ../d1_1/%.cpp
|
||||||
|
@echo 'Building file: $<'
|
||||||
|
@echo 'Invoking: Test 4.0 ToolName.compiler.gnu.cpp'
|
||||||
|
g++ -Id1_1_rel/path -I/d1_1_abs/path -Ic:/d1_1_abs/path -Irel/path -I../proj/rel/path -I/abs/path -Ic:/abs/path -Iv_rel/path -I/v_abs/path -Ic:/v_abs/path -I"D:\docs\incs" -I"D:\d1_1_docs\incs" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||||
|
@echo 'Finished building: $<'
|
||||||
|
@echo ' '
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
dir1/dd/excluded_c/asd/s.d dir1/dd/excluded_c/asd/s.o: \
|
||||||
|
../dir1/dd/excluded_c/asd/s.cpp
|
|
@ -0,0 +1,24 @@
|
||||||
|
################################################################################
|
||||||
|
# Automatically-generated file. Do not edit!
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
# Add inputs and outputs from these tool invocations to the build variables
|
||||||
|
CPP_SRCS += \
|
||||||
|
../dir1/dd/excluded_c/asd/s.cpp
|
||||||
|
|
||||||
|
OBJS += \
|
||||||
|
./dir1/dd/excluded_c/asd/s.o
|
||||||
|
|
||||||
|
CPP_DEPS += \
|
||||||
|
./dir1/dd/excluded_c/asd/s.d
|
||||||
|
|
||||||
|
|
||||||
|
# Each subdirectory must supply rules for building sources it contributes
|
||||||
|
dir1/dd/excluded_c/asd/%.o: ../dir1/dd/excluded_c/asd/%.cpp
|
||||||
|
@echo 'Building file: $<'
|
||||||
|
@echo 'Invoking: Test 4.0 ToolName.compiler.gnu.cpp'
|
||||||
|
g++ -Irel/path -I../proj/rel/path -I/abs/path -Ic:/abs/path -Iv_rel/path -I/v_abs/path -Ic:/v_abs/path -I"D:\docs\incs" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||||
|
@echo 'Finished building: $<'
|
||||||
|
@echo ' '
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
dir1/dd/excluded_c/inc.d dir1/dd/excluded_c/inc.o: \
|
||||||
|
../dir1/dd/excluded_c/inc.cpp
|
|
@ -0,0 +1,24 @@
|
||||||
|
################################################################################
|
||||||
|
# Automatically-generated file. Do not edit!
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
# Add inputs and outputs from these tool invocations to the build variables
|
||||||
|
CPP_SRCS += \
|
||||||
|
../dir1/dd/excluded_c/inc.cpp
|
||||||
|
|
||||||
|
OBJS += \
|
||||||
|
./dir1/dd/excluded_c/inc.o
|
||||||
|
|
||||||
|
CPP_DEPS += \
|
||||||
|
./dir1/dd/excluded_c/inc.d
|
||||||
|
|
||||||
|
|
||||||
|
# Each subdirectory must supply rules for building sources it contributes
|
||||||
|
dir1/dd/excluded_c/%.o: ../dir1/dd/excluded_c/%.cpp
|
||||||
|
@echo 'Building file: $<'
|
||||||
|
@echo 'Invoking: Test 4.0 ToolName.compiler.gnu.cpp'
|
||||||
|
g++ -Irel/path -I../proj/rel/path -I/abs/path -Ic:/abs/path -Iv_rel/path -I/v_abs/path -Ic:/v_abs/path -I"D:\docs\incs" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||||
|
@echo 'Finished building: $<'
|
||||||
|
@echo ' '
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,38 @@
|
||||||
|
################################################################################
|
||||||
|
# Automatically-generated file. Do not edit!
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
# Add inputs and outputs from these tool invocations to the build variables
|
||||||
|
C_SRCS += \
|
||||||
|
../dir1/dd/ff/vbn.c
|
||||||
|
|
||||||
|
CPP_SRCS += \
|
||||||
|
../dir1/dd/ff/zxc.cpp
|
||||||
|
|
||||||
|
OBJS += \
|
||||||
|
./dir1/dd/ff/vbn.o \
|
||||||
|
./dir1/dd/ff/zxc.o
|
||||||
|
|
||||||
|
C_DEPS += \
|
||||||
|
./dir1/dd/ff/vbn.d
|
||||||
|
|
||||||
|
CPP_DEPS += \
|
||||||
|
./dir1/dd/ff/zxc.d
|
||||||
|
|
||||||
|
|
||||||
|
# Each subdirectory must supply rules for building sources it contributes
|
||||||
|
dir1/dd/ff/%.o: ../dir1/dd/ff/%.c
|
||||||
|
@echo 'Building file: $<'
|
||||||
|
@echo 'Invoking: Test 4.0 ToolName.compiler.gnu.c'
|
||||||
|
gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||||
|
@echo 'Finished building: $<'
|
||||||
|
@echo ' '
|
||||||
|
|
||||||
|
dir1/dd/ff/%.o: ../dir1/dd/ff/%.cpp
|
||||||
|
@echo 'Building file: $<'
|
||||||
|
@echo 'Invoking: Test 4.0 ToolName.compiler.gnu.cpp'
|
||||||
|
g++ -Irel/path -I../proj/rel/path -I/abs/path -Ic:/abs/path -Iv_rel/path -I/v_abs/path -Ic:/v_abs/path -I"D:\docs\incs" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||||
|
@echo 'Finished building: $<'
|
||||||
|
@echo ' '
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
dir1/dd/ff/vbn.d dir1/dd/ff/vbn.o: ../dir1/dd/ff/vbn.c
|
|
@ -0,0 +1 @@
|
||||||
|
dir1/dd/ff/zxc.d dir1/dd/ff/zxc.o: ../dir1/dd/ff/zxc.cpp
|
|
@ -0,0 +1,66 @@
|
||||||
|
################################################################################
|
||||||
|
# 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 dir1/dd/ff/subdir.mk
|
||||||
|
-include dir1/dd/excluded_c/subdir.mk
|
||||||
|
-include dir1/dd/excluded_c/asd/subdir.mk
|
||||||
|
-include d1_1/subdir.mk
|
||||||
|
-include d1_1/d2_1/subdir.mk
|
||||||
|
-include d1/subdir.mk
|
||||||
|
-include d1/d2/subdir.mk
|
||||||
|
-include d1/d2/d3/subdir.mk
|
||||||
|
-include objects.mk
|
||||||
|
|
||||||
|
ifneq ($(MAKECMDGOALS),clean)
|
||||||
|
ifneq ($(strip $(C++_DEPS)),)
|
||||||
|
-include $(C++_DEPS)
|
||||||
|
endif
|
||||||
|
ifneq ($(strip $(CC_DEPS)),)
|
||||||
|
-include $(CC_DEPS)
|
||||||
|
endif
|
||||||
|
ifneq ($(strip $(C_DEPS)),)
|
||||||
|
-include $(C_DEPS)
|
||||||
|
endif
|
||||||
|
ifneq ($(strip $(CPP_DEPS)),)
|
||||||
|
-include $(CPP_DEPS)
|
||||||
|
endif
|
||||||
|
ifneq ($(strip $(CXX_DEPS)),)
|
||||||
|
-include $(CXX_DEPS)
|
||||||
|
endif
|
||||||
|
ifneq ($(strip $(C_UPPER_DEPS)),)
|
||||||
|
-include $(C_UPPER_DEPS)
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
|
-include ../makefile.defs
|
||||||
|
|
||||||
|
# Add inputs and outputs from these tool invocations to the build variables
|
||||||
|
|
||||||
|
# All Target
|
||||||
|
all: test_40
|
||||||
|
|
||||||
|
# Tool invocations
|
||||||
|
test_40: $(OBJS) $(USER_OBJS)
|
||||||
|
@echo 'Building target: $@'
|
||||||
|
@echo 'Invoking: Test 4.0 ToolName.linker.gnu.cpp'
|
||||||
|
g++ -Llib/path/1 -o"test_40" $(OBJS) $(USER_OBJS) $(LIBS)
|
||||||
|
@echo 'Finished building target: $@'
|
||||||
|
@echo ' '
|
||||||
|
|
||||||
|
# Other Targets
|
||||||
|
clean:
|
||||||
|
-$(RM) $(OBJS)$(C++_DEPS)$(EXECUTABLES)$(CC_DEPS)$(C_DEPS)$(CPP_DEPS)$(CXX_DEPS)$(C_UPPER_DEPS) test_40
|
||||||
|
-@echo ' '
|
||||||
|
|
||||||
|
.PHONY: all clean dependents
|
||||||
|
.SECONDARY:
|
||||||
|
|
||||||
|
-include ../makefile.targets
|
|
@ -0,0 +1,7 @@
|
||||||
|
################################################################################
|
||||||
|
# Automatically-generated file. Do not edit!
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
LIBS := -llib1
|
||||||
|
|
||||||
|
USER_OBJS := uo1
|
|
@ -0,0 +1,34 @@
|
||||||
|
################################################################################
|
||||||
|
# Automatically-generated file. Do not edit!
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
C_UPPER_SRCS :=
|
||||||
|
C_SRCS :=
|
||||||
|
CPP_SRCS :=
|
||||||
|
O_SRCS :=
|
||||||
|
ASM_SRCS :=
|
||||||
|
S_SRCS :=
|
||||||
|
C++_SRCS :=
|
||||||
|
CXX_SRCS :=
|
||||||
|
CC_SRCS :=
|
||||||
|
OBJ_SRCS :=
|
||||||
|
OBJS :=
|
||||||
|
C++_DEPS :=
|
||||||
|
EXECUTABLES :=
|
||||||
|
CC_DEPS :=
|
||||||
|
C_DEPS :=
|
||||||
|
CPP_DEPS :=
|
||||||
|
CXX_DEPS :=
|
||||||
|
C_UPPER_DEPS :=
|
||||||
|
|
||||||
|
# Every subdirectory with source files must be described here
|
||||||
|
SUBDIRS := \
|
||||||
|
dir1/dd/ff \
|
||||||
|
dir1/dd/excluded_c \
|
||||||
|
dir1/dd/excluded_c/asd \
|
||||||
|
d1_1 \
|
||||||
|
d1_1/d2_1 \
|
||||||
|
d1 \
|
||||||
|
d1/d2 \
|
||||||
|
d1/d2/d3 \
|
||||||
|
|
|
@ -0,0 +1,27 @@
|
||||||
|
################################################################################
|
||||||
|
# Automatically-generated file. Do not edit!
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
# Add inputs and outputs from these tool invocations to the build variables
|
||||||
|
CPP_SRCS += \
|
||||||
|
../d1/d2/d3/t.cpp \
|
||||||
|
../d1/d2/d3/y.cpp
|
||||||
|
|
||||||
|
OBJS += \
|
||||||
|
./d1/d2/d3/t.o \
|
||||||
|
./d1/d2/d3/y.o
|
||||||
|
|
||||||
|
CPP_DEPS += \
|
||||||
|
./d1/d2/d3/t.d \
|
||||||
|
./d1/d2/d3/y.d
|
||||||
|
|
||||||
|
|
||||||
|
# Each subdirectory must supply rules for building sources it contributes
|
||||||
|
d1/d2/d3/%.o: ../d1/d2/d3/%.cpp
|
||||||
|
@echo 'Building file: $<'
|
||||||
|
@echo 'Invoking: Test 4.0 ToolName.compiler.gnu.cpp'
|
||||||
|
g++ -Id3_rel/path -I/d3_abs/path -Ic:/d3_abs/path -I"D:\d3_docs\incs" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||||
|
@echo 'Finished building: $<'
|
||||||
|
@echo ' '
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,34 @@
|
||||||
|
################################################################################
|
||||||
|
# Automatically-generated file. Do not edit!
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
# Add inputs and outputs from these tool invocations to the build variables
|
||||||
|
CPP_SRCS += \
|
||||||
|
../d1/d2/e.cpp \
|
||||||
|
../d1/d2/r.cpp
|
||||||
|
|
||||||
|
OBJS += \
|
||||||
|
./d1/d2/e.o \
|
||||||
|
./d1/d2/r.o
|
||||||
|
|
||||||
|
CPP_DEPS += \
|
||||||
|
./d1/d2/e.d \
|
||||||
|
./d1/d2/r.d
|
||||||
|
|
||||||
|
|
||||||
|
# Each subdirectory must supply rules for building sources it contributes
|
||||||
|
d1/d2/e.o: ../d1/d2/e.cpp
|
||||||
|
@echo 'Building file: $<'
|
||||||
|
@echo 'Invoking: Test 4.0 ToolName.compiler.gnu.cpp'
|
||||||
|
g++ -Id2_ecpp_rel/path -I../d2_ecpp_proj/rel/path -I/d2_ecpp_abs/path -Ic:/d2_ecpp_abs/path -Id2_rel/path -I../d2_proj/rel/path -I/d2_abs/path -Ic:/d2_abs/path -Id1_rel/path -I../d1_proj/rel/path -I/d1_abs/path -Ic:/d1_abs/path -I"D:\d1_docs\incs" -I"D:\d2_docs\incs" -I"D:\d2_ecpp_docs\incs" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"d1/d2/e.d" -o"$@" "$<"
|
||||||
|
@echo 'Finished building: $<'
|
||||||
|
@echo ' '
|
||||||
|
|
||||||
|
d1/d2/%.o: ../d1/d2/%.cpp
|
||||||
|
@echo 'Building file: $<'
|
||||||
|
@echo 'Invoking: Test 4.0 ToolName.compiler.gnu.cpp'
|
||||||
|
g++ -Id2_rel/path -I../d2_proj/rel/path -I/d2_abs/path -Ic:/d2_abs/path -Id1_rel/path -I../d1_proj/rel/path -I/d1_abs/path -Ic:/d1_abs/path -I"D:\d1_docs\incs" -I"D:\d2_docs\incs" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||||
|
@echo 'Finished building: $<'
|
||||||
|
@echo ' '
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
################################################################################
|
||||||
|
# Automatically-generated file. Do not edit!
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
# Add inputs and outputs from these tool invocations to the build variables
|
||||||
|
CPP_SRCS += \
|
||||||
|
../d1/q.cpp \
|
||||||
|
../d1/u.cpp \
|
||||||
|
../d1/w.cpp
|
||||||
|
|
||||||
|
OBJS += \
|
||||||
|
./d1/q.o \
|
||||||
|
./d1/u.o \
|
||||||
|
./d1/w.o
|
||||||
|
|
||||||
|
CPP_DEPS += \
|
||||||
|
./d1/q.d \
|
||||||
|
./d1/u.d \
|
||||||
|
./d1/w.d
|
||||||
|
|
||||||
|
|
||||||
|
# Each subdirectory must supply rules for building sources it contributes
|
||||||
|
d1/%.o: ../d1/%.cpp
|
||||||
|
@echo 'Building file: $<'
|
||||||
|
@echo 'Invoking: Test 4.0 ToolName.compiler.gnu.cpp'
|
||||||
|
g++ -Id1_rel/path -I../d1_proj/rel/path -I/d1_abs/path -Ic:/d1_abs/path -I"D:\d1_docs\incs" -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
|
||||||
|
CPP_SRCS += \
|
||||||
|
../d1_1/d2_1/a.cpp \
|
||||||
|
../d1_1/d2_1/p.cpp
|
||||||
|
|
||||||
|
OBJS += \
|
||||||
|
./d1_1/d2_1/a.o \
|
||||||
|
./d1_1/d2_1/p.o
|
||||||
|
|
||||||
|
CPP_DEPS += \
|
||||||
|
./d1_1/d2_1/a.d \
|
||||||
|
./d1_1/d2_1/p.d
|
||||||
|
|
||||||
|
|
||||||
|
# Each subdirectory must supply rules for building sources it contributes
|
||||||
|
d1_1/d2_1/%.o: ../d1_1/d2_1/%.cpp
|
||||||
|
@echo 'Building file: $<'
|
||||||
|
@echo 'Invoking: Test 4.0 ToolName.compiler.gnu.cpp'
|
||||||
|
g++ -Id2_1_rel/path -I/d2_1_abs/path -Ic:/d2_1_abs/path -Id1_1_rel/path -I/d1_1_abs/path -Ic:/d1_1_abs/path -I"D:\d1_1_docs\incs" -I"D:\d2_1_docs\incs" -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
|
||||||
|
CPP_SRCS += \
|
||||||
|
../d1_1/i.cpp \
|
||||||
|
../d1_1/o.cpp
|
||||||
|
|
||||||
|
OBJS += \
|
||||||
|
./d1_1/i.o \
|
||||||
|
./d1_1/o.o
|
||||||
|
|
||||||
|
CPP_DEPS += \
|
||||||
|
./d1_1/i.d \
|
||||||
|
./d1_1/o.d
|
||||||
|
|
||||||
|
|
||||||
|
# Each subdirectory must supply rules for building sources it contributes
|
||||||
|
d1_1/%.o: ../d1_1/%.cpp
|
||||||
|
@echo 'Building file: $<'
|
||||||
|
@echo 'Invoking: Test 4.0 ToolName.compiler.gnu.cpp'
|
||||||
|
g++ -Id1_1_rel/path -I/d1_1_abs/path -Ic:/d1_1_abs/path -I"D:\d1_1_docs\incs" -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
|
||||||
|
CPP_SRCS += \
|
||||||
|
../dir1/dd/excluded_c/asd/s.cpp
|
||||||
|
|
||||||
|
OBJS += \
|
||||||
|
./dir1/dd/excluded_c/asd/s.o
|
||||||
|
|
||||||
|
CPP_DEPS += \
|
||||||
|
./dir1/dd/excluded_c/asd/s.d
|
||||||
|
|
||||||
|
|
||||||
|
# Each subdirectory must supply rules for building sources it contributes
|
||||||
|
dir1/dd/excluded_c/asd/%.o: ../dir1/dd/excluded_c/asd/%.cpp
|
||||||
|
@echo 'Building file: $<'
|
||||||
|
@echo 'Invoking: Test 4.0 ToolName.compiler.gnu.cpp'
|
||||||
|
g++ -O2 -g -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
|
||||||
|
CPP_SRCS += \
|
||||||
|
../dir1/dd/excluded_c/inc.cpp
|
||||||
|
|
||||||
|
OBJS += \
|
||||||
|
./dir1/dd/excluded_c/inc.o
|
||||||
|
|
||||||
|
CPP_DEPS += \
|
||||||
|
./dir1/dd/excluded_c/inc.d
|
||||||
|
|
||||||
|
|
||||||
|
# Each subdirectory must supply rules for building sources it contributes
|
||||||
|
dir1/dd/excluded_c/%.o: ../dir1/dd/excluded_c/%.cpp
|
||||||
|
@echo 'Building file: $<'
|
||||||
|
@echo 'Invoking: Test 4.0 ToolName.compiler.gnu.cpp'
|
||||||
|
g++ -O2 -g -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||||
|
@echo 'Finished building: $<'
|
||||||
|
@echo ' '
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,38 @@
|
||||||
|
################################################################################
|
||||||
|
# Automatically-generated file. Do not edit!
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
# Add inputs and outputs from these tool invocations to the build variables
|
||||||
|
C_SRCS += \
|
||||||
|
../dir1/dd/ff/vbn.c
|
||||||
|
|
||||||
|
CPP_SRCS += \
|
||||||
|
../dir1/dd/ff/zxc.cpp
|
||||||
|
|
||||||
|
OBJS += \
|
||||||
|
./dir1/dd/ff/vbn.o \
|
||||||
|
./dir1/dd/ff/zxc.o
|
||||||
|
|
||||||
|
C_DEPS += \
|
||||||
|
./dir1/dd/ff/vbn.d
|
||||||
|
|
||||||
|
CPP_DEPS += \
|
||||||
|
./dir1/dd/ff/zxc.d
|
||||||
|
|
||||||
|
|
||||||
|
# Each subdirectory must supply rules for building sources it contributes
|
||||||
|
dir1/dd/ff/%.o: ../dir1/dd/ff/%.c
|
||||||
|
@echo 'Building file: $<'
|
||||||
|
@echo 'Invoking: Test 4.0 ToolName.compiler.gnu.c'
|
||||||
|
gcc -O2 -g -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||||
|
@echo 'Finished building: $<'
|
||||||
|
@echo ' '
|
||||||
|
|
||||||
|
dir1/dd/ff/%.o: ../dir1/dd/ff/%.cpp
|
||||||
|
@echo 'Building file: $<'
|
||||||
|
@echo 'Invoking: Test 4.0 ToolName.compiler.gnu.cpp'
|
||||||
|
g++ -O2 -g -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||||
|
@echo 'Finished building: $<'
|
||||||
|
@echo ' '
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,66 @@
|
||||||
|
################################################################################
|
||||||
|
# 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 dir1/dd/ff/subdir.mk
|
||||||
|
-include dir1/dd/excluded_c/subdir.mk
|
||||||
|
-include dir1/dd/excluded_c/asd/subdir.mk
|
||||||
|
-include d1_1/subdir.mk
|
||||||
|
-include d1_1/d2_1/subdir.mk
|
||||||
|
-include d1/subdir.mk
|
||||||
|
-include d1/d2/subdir.mk
|
||||||
|
-include d1/d2/d3/subdir.mk
|
||||||
|
-include objects.mk
|
||||||
|
|
||||||
|
ifneq ($(MAKECMDGOALS),clean)
|
||||||
|
ifneq ($(strip $(C++_DEPS)),)
|
||||||
|
-include $(C++_DEPS)
|
||||||
|
endif
|
||||||
|
ifneq ($(strip $(CC_DEPS)),)
|
||||||
|
-include $(CC_DEPS)
|
||||||
|
endif
|
||||||
|
ifneq ($(strip $(C_DEPS)),)
|
||||||
|
-include $(C_DEPS)
|
||||||
|
endif
|
||||||
|
ifneq ($(strip $(CPP_DEPS)),)
|
||||||
|
-include $(CPP_DEPS)
|
||||||
|
endif
|
||||||
|
ifneq ($(strip $(CXX_DEPS)),)
|
||||||
|
-include $(CXX_DEPS)
|
||||||
|
endif
|
||||||
|
ifneq ($(strip $(C_UPPER_DEPS)),)
|
||||||
|
-include $(C_UPPER_DEPS)
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
|
-include ../makefile.defs
|
||||||
|
|
||||||
|
# Add inputs and outputs from these tool invocations to the build variables
|
||||||
|
|
||||||
|
# All Target
|
||||||
|
all: test_40
|
||||||
|
|
||||||
|
# Tool invocations
|
||||||
|
test_40: $(OBJS) $(USER_OBJS)
|
||||||
|
@echo 'Building target: $@'
|
||||||
|
@echo 'Invoking: Test 4.0 ToolName.linker.gnu.cpp'
|
||||||
|
g++ -Llib/path/2 -o"test_40" $(OBJS) $(USER_OBJS) $(LIBS)
|
||||||
|
@echo 'Finished building target: $@'
|
||||||
|
@echo ' '
|
||||||
|
|
||||||
|
# Other Targets
|
||||||
|
clean:
|
||||||
|
-$(RM) $(OBJS)$(C++_DEPS)$(EXECUTABLES)$(CC_DEPS)$(C_DEPS)$(CPP_DEPS)$(CXX_DEPS)$(C_UPPER_DEPS) test_40
|
||||||
|
-@echo ' '
|
||||||
|
|
||||||
|
.PHONY: all clean dependents
|
||||||
|
.SECONDARY:
|
||||||
|
|
||||||
|
-include ../makefile.targets
|
|
@ -0,0 +1,7 @@
|
||||||
|
################################################################################
|
||||||
|
# Automatically-generated file. Do not edit!
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
LIBS := -llib2
|
||||||
|
|
||||||
|
USER_OBJS := uo2
|
|
@ -0,0 +1,34 @@
|
||||||
|
################################################################################
|
||||||
|
# Automatically-generated file. Do not edit!
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
C_UPPER_SRCS :=
|
||||||
|
C_SRCS :=
|
||||||
|
CPP_SRCS :=
|
||||||
|
O_SRCS :=
|
||||||
|
ASM_SRCS :=
|
||||||
|
S_UPPER_SRCS :=
|
||||||
|
C++_SRCS :=
|
||||||
|
CXX_SRCS :=
|
||||||
|
CC_SRCS :=
|
||||||
|
OBJ_SRCS :=
|
||||||
|
OBJS :=
|
||||||
|
C++_DEPS :=
|
||||||
|
EXECUTABLES :=
|
||||||
|
CC_DEPS :=
|
||||||
|
C_DEPS :=
|
||||||
|
CPP_DEPS :=
|
||||||
|
CXX_DEPS :=
|
||||||
|
C_UPPER_DEPS :=
|
||||||
|
|
||||||
|
# Every subdirectory with source files must be described here
|
||||||
|
SUBDIRS := \
|
||||||
|
dir1/dd/ff \
|
||||||
|
dir1/dd/excluded_c \
|
||||||
|
dir1/dd/excluded_c/asd \
|
||||||
|
d1_1 \
|
||||||
|
d1_1/d2_1 \
|
||||||
|
d1 \
|
||||||
|
d1/d2 \
|
||||||
|
d1/d2/d3 \
|
||||||
|
|
Binary file not shown.
|
@ -48,7 +48,7 @@ import org.eclipse.core.runtime.Path;
|
||||||
import org.eclipse.ui.dialogs.IOverwriteQuery;
|
import org.eclipse.ui.dialogs.IOverwriteQuery;
|
||||||
|
|
||||||
public class BuildSystem40Tests extends TestCase {
|
public class BuildSystem40Tests extends TestCase {
|
||||||
private IProject p1;
|
private IPath resourcesLocation = new Path(CTestPlugin.getFileInPlugin(new Path("resources/test40Projects/")).getAbsolutePath());
|
||||||
|
|
||||||
public static Test suite() {
|
public static Test suite() {
|
||||||
TestSuite suite = new TestSuite(BuildSystem40Tests.class);
|
TestSuite suite = new TestSuite(BuildSystem40Tests.class);
|
||||||
|
@ -479,7 +479,13 @@ public class BuildSystem40Tests extends TestCase {
|
||||||
String configName = info.getDefaultConfiguration().getName();
|
String configName = info.getDefaultConfiguration().getName();
|
||||||
IPath buildDir = Path.fromOSString(configName);
|
IPath buildDir = Path.fromOSString(configName);
|
||||||
if (compareBenchmark){
|
if (compareBenchmark){
|
||||||
succeeded = ManagedBuildTestHelper.compareBenchmarks(curProject, buildDir, files);
|
IPath benchmarkLocationBase = resourcesLocation.append(curProject.getName());
|
||||||
|
IPath buildLocationBase = curProject.getLocation();
|
||||||
|
IPath[] paths = new IPath[files.length];
|
||||||
|
for (int ii=0;ii<files.length;ii++) {
|
||||||
|
paths[ii] = buildDir.append(files[ii]);
|
||||||
|
}
|
||||||
|
succeeded = ManagedBuildTestHelper.compareBenchmarks(curProject, buildLocationBase, paths, benchmarkLocationBase);
|
||||||
}
|
}
|
||||||
// else
|
// else
|
||||||
// succeeded = ManagedBuildTestHelper.verifyFilesDoNotExist(curProject, buildDir, files);
|
// succeeded = ManagedBuildTestHelper.verifyFilesDoNotExist(curProject, buildDir, files);
|
||||||
|
|
Loading…
Add table
Reference in a new issue