mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 03:53:21 +02:00
bug 212596: JUnit failures in cdt.managedbuilder.test.suite
updated benchmarks to match CDT 6.0
This commit is contained in:
parent
be88dc4a60
commit
0525ad390c
1 changed files with 43 additions and 43 deletions
|
@ -1,43 +1,43 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
# Automatically-generated file. Do not edit!
|
# Automatically-generated file. Do not edit!
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
ROOT := ..
|
-include ../makefile.init
|
||||||
|
|
||||||
-include $(ROOT)/makefile.init
|
RM := rm -rf
|
||||||
|
|
||||||
RM := rm -rf
|
# All of the sources participating in the build are defined here
|
||||||
|
-include sources.mk
|
||||||
# All of the sources participating in the build are defined here
|
-include subdir.mk
|
||||||
-include sources.mk
|
-include objects.mk
|
||||||
-include $(SUBDIRS:%=%/subdir.mk)
|
|
||||||
-include objects.mk
|
ifneq ($(MAKECMDGOALS),clean)
|
||||||
ifneq ($(strip $(DEPS)),)
|
ifneq ($(strip $(C_DEPS)),)
|
||||||
-include $(DEPS)
|
-include $(C_DEPS)
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
-include $(ROOT)/makefile.defs
|
|
||||||
|
-include ../makefile.defs
|
||||||
# Add inputs and outputs from these tool invocations to the build variables
|
|
||||||
|
# Add inputs and outputs from these tool invocations to the build variables
|
||||||
# All Target
|
|
||||||
all: lib.a
|
# All Target
|
||||||
|
all: liblinkedFolder.a
|
||||||
# Tool invocations
|
|
||||||
lib.a: $(OBJS) $(USER_OBJS)
|
# Tool invocations
|
||||||
@echo 'Building target: $@'
|
liblinkedFolder.a: $(OBJS) $(USER_OBJS)
|
||||||
@echo 'Invoking: MBS30.archiver.gnu'
|
@echo 'Building target: $@'
|
||||||
@echo ar -r lib.a $(OBJS) $(USER_OBJS) $(LIBS)
|
@echo 'Invoking: MBS30.archiver.gnu'
|
||||||
@ar -r lib.a $(OBJS) $(USER_OBJS) $(LIBS)
|
ar -r "liblinkedFolder.a" $(OBJS) $(USER_OBJS) $(LIBS)
|
||||||
@echo 'Finished building target: $@'
|
@echo 'Finished building target: $@'
|
||||||
@echo ' '
|
@echo ' '
|
||||||
|
|
||||||
# Other Targets
|
# Other Targets
|
||||||
clean:
|
clean:
|
||||||
-$(RM) $(OBJS)$(ARCHIVES)$(DEPS) lib.a
|
-$(RM) $(OBJS)$(C_DEPS)$(ARCHIVES) liblinkedFolder.a
|
||||||
-@echo ' '
|
-@echo ' '
|
||||||
|
|
||||||
.PHONY: all clean dependents
|
.PHONY: all clean dependents
|
||||||
.SECONDARY:
|
.SECONDARY:
|
||||||
|
|
||||||
-include $(ROOT)/makefile.targets
|
-include ../makefile.targets
|
||||||
|
|
Loading…
Add table
Reference in a new issue