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
updated outdated benchmark file
This commit is contained in:
parent
7e2ae40497
commit
e4c5888fca
1 changed files with 34 additions and 34 deletions
|
@ -1,34 +1,34 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
$(ROOT)/f1.c \
|
||||
$(ROOT)/f2.c
|
||||
|
||||
OBJS += \
|
||||
${addprefix ./, \
|
||||
f1.o \
|
||||
f2.o \
|
||||
}
|
||||
|
||||
DEPS += \
|
||||
${addprefix ./, \
|
||||
f1.d \
|
||||
f2.d \
|
||||
}
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
%.o: $(ROOT)/%.c
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: MBS30.compiler.gnu.c'
|
||||
@echo gcc -O0 -g3 -Wall -c -fmessage-length=0 -o$@ $<
|
||||
@gcc -O0 -g3 -Wall -c -fmessage-length=0 -o$@ $< && \
|
||||
echo -n $(@:%.o=%.d) $(dir $@) > $(@:%.o=%.d) && \
|
||||
gcc -MM -MG -P -w -O0 -g3 -Wall -c -fmessage-length=0 $< >> $(@:%.o=%.d)
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
$(ROOT)/f1.c \
|
||||
$(ROOT)/f2.c
|
||||
|
||||
OBJS += \
|
||||
${addprefix ./, \
|
||||
f1.o \
|
||||
f2.o \
|
||||
}
|
||||
|
||||
DEPS += \
|
||||
${addprefix ./, \
|
||||
f1.d \
|
||||
f2.d \
|
||||
}
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
%.o: ../%.c
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: MBS30.compiler.gnu.c'
|
||||
@echo gcc -O0 -g3 -Wall -c -fmessage-length=0 -o$@ $<
|
||||
@gcc -O0 -g3 -Wall -c -fmessage-length=0 -o$@ $< && \
|
||||
echo -n $(@:%.o=%.d) $(dir $@) > $(@:%.o=%.d) && \
|
||||
gcc -MM -MG -P -w -O0 -g3 -Wall -c -fmessage-length=0 $< >> $(@:%.o=%.d)
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue