rwth-info2/versuch02/Debug/subdir.mk

31 lines
770 B
Makefile
Raw Permalink Normal View History

2011-04-25 21:57:49 +02:00
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../Kalender.cpp \
../Strukturen.cpp \
../Variablen.cpp
OBJS += \
./Kalender.o \
./Strukturen.o \
./Variablen.o
CPP_DEPS += \
./Kalender.d \
./Strukturen.d \
./Variablen.d
# Each subdirectory must supply rules for building sources it contributes
%.o: ../%.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 ' '