Subversion Repositories OpenCV2-Cookbook

Rev

Blame | Last modification | View Log | RSS feed

1
################################################################################
# Automatically-generated file. Do not edit!
################################################################################

# Add inputs and outputs from these tool invocations to the build variables 
O_SRCS += \
../main.o \
../mainwindow.o \
../moc_mainwindow.o 

CPP_SRCS += \
../main.cpp \
../mainwindow.cpp \
../moc_mainwindow.cpp 

OBJS += \
./main.o \
./mainwindow.o \
./moc_mainwindow.o 

CPP_DEPS += \
./main.d \
./mainwindow.d \
./moc_mainwindow.d 


# Each subdirectory must supply rules for building sources it contributes
%.o: ../%.cpp
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C++ Compiler'
        g++ -I/usr/share/qt4/mkspecs/linux-g++ -I"/home/pelinux/workspace/OpenCV-Cookbook/Chapter 01/myQtGUIApp" -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '