Subversion Repositories OpenCV2-Cookbook

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 PointedEar 1
################################################################################
2
# Automatically-generated file. Do not edit!
3
################################################################################
4
 
5
# Add inputs and outputs from these tool invocations to the build variables
6
O_SRCS += \
7
../main.o \
8
../mainwindow.o \
9
../moc_mainwindow.o
10
 
11
CPP_SRCS += \
12
../main.cpp \
13
../mainwindow.cpp \
14
../moc_mainwindow.cpp
15
 
16
OBJS += \
17
./main.o \
18
./mainwindow.o \
19
./moc_mainwindow.o
20
 
21
CPP_DEPS += \
22
./main.d \
23
./mainwindow.d \
24
./moc_mainwindow.d
25
 
26
 
27
# Each subdirectory must supply rules for building sources it contributes
28
%.o: ../%.cpp
29
	@echo 'Building file: $<'
30
	@echo 'Invoking: GCC C++ Compiler'
31
	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 "$@" "$<"
32
	@echo 'Finished building: $<'
33
	@echo ' '
34
 
35