wmi-bioinf-programowanie-ob.../ex4/eclipse-ide/lib/Debug/subdir.mk

32 lines
763 B
Makefile

################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../TestClass.cpp
CPP_DEPS += \
./TestClass.d
OBJS += \
./TestClass.o
# Each subdirectory must supply rules for building sources it contributes
%.o: ../%.cpp subdir.mk
@echo 'Building file: $<'
@echo 'Invoking: GCC C++ Compiler'
g++ -O0 -g3 -Wall -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '
clean: clean--2e-
clean--2e-:
-$(RM) ./TestClass.d ./TestClass.o
.PHONY: clean--2e-