Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/codegen/org.eclipse.papyrus.cpp.test/Debug/model/implementation')
-rw-r--r--extraplugins/codegen/org.eclipse.papyrus.cpp.test/Debug/model/implementation/Class0/subdir.mk33
-rw-r--r--extraplugins/codegen/org.eclipse.papyrus.cpp.test/Debug/model/implementation/subdir.mk27
2 files changed, 0 insertions, 60 deletions
diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.test/Debug/model/implementation/Class0/subdir.mk b/extraplugins/codegen/org.eclipse.papyrus.cpp.test/Debug/model/implementation/Class0/subdir.mk
deleted file mode 100644
index 7a1f39b054c..00000000000
--- a/extraplugins/codegen/org.eclipse.papyrus.cpp.test/Debug/model/implementation/Class0/subdir.mk
+++ /dev/null
@@ -1,33 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-# Add inputs and outputs from these tool invocations to the build variables
-CPP_SRCS += \
-../model/implementation/Class0/operation1.cpp \
-../model/implementation/Class0/operation2.cpp \
-../model/implementation/Class0/operation3.cpp \
-../model/implementation/Class0/unnamed.cpp
-
-OBJS += \
-./model/implementation/Class0/operation1.o \
-./model/implementation/Class0/operation2.o \
-./model/implementation/Class0/operation3.o \
-./model/implementation/Class0/unnamed.o
-
-CPP_DEPS += \
-./model/implementation/Class0/operation1.d \
-./model/implementation/Class0/operation2.d \
-./model/implementation/Class0/operation3.d \
-./model/implementation/Class0/unnamed.d
-
-
-# Each subdirectory must supply rules for building sources it contributes
-model/implementation/Class0/%.o: ../model/implementation/Class0/%.cpp
- @echo 'Building file: $<'
- @echo 'Invoking: GCC C++ Compiler'
- g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
-
-
diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.test/Debug/model/implementation/subdir.mk b/extraplugins/codegen/org.eclipse.papyrus.cpp.test/Debug/model/implementation/subdir.mk
deleted file mode 100644
index b6347485406..00000000000
--- a/extraplugins/codegen/org.eclipse.papyrus.cpp.test/Debug/model/implementation/subdir.mk
+++ /dev/null
@@ -1,27 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-# Add inputs and outputs from these tool invocations to the build variables
-CPP_SRCS += \
-../model/implementation/Class0.cpp \
-../model/implementation/Class1.cpp
-
-OBJS += \
-./model/implementation/Class0.o \
-./model/implementation/Class1.o
-
-CPP_DEPS += \
-./model/implementation/Class0.d \
-./model/implementation/Class1.d
-
-
-# Each subdirectory must supply rules for building sources it contributes
-model/implementation/%.o: ../model/implementation/%.cpp
- @echo 'Building file: $<'
- @echo 'Invoking: GCC C++ Compiler'
- g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
-
-

Back to the top