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
-include ../makefile.init
6
 
7
RM := rm -rf
8
 
9
# All of the sources participating in the build are defined here
10
-include sources.mk
11
-include subdir.mk
12
-include objects.mk
13
 
14
ifneq ($(MAKECMDGOALS),clean)
15
ifneq ($(strip $(C++_DEPS)),)
16
-include $(C++_DEPS)
17
endif
18
ifneq ($(strip $(C_DEPS)),)
19
-include $(C_DEPS)
20
endif
21
ifneq ($(strip $(CC_DEPS)),)
22
-include $(CC_DEPS)
23
endif
24
ifneq ($(strip $(CPP_DEPS)),)
25
-include $(CPP_DEPS)
26
endif
27
ifneq ($(strip $(CXX_DEPS)),)
28
-include $(CXX_DEPS)
29
endif
30
ifneq ($(strip $(C_UPPER_DEPS)),)
31
-include $(C_UPPER_DEPS)
32
endif
33
endif
34
 
35
-include ../makefile.defs
36
 
37
# Add inputs and outputs from these tool invocations to the build variables
38
 
39
# All Target
40
all: OpenCV2-Qt1
41
 
42
# Tool invocations
43
OpenCV2-Qt1: $(OBJS) $(USER_OBJS)
44
	@echo 'Building target: $@'
45
	@echo 'Invoking: GCC C++ Linker'
46
	g++ -L/usr/lib/i386-linux-gnu -o "OpenCV2-Qt1" $(OBJS) $(USER_OBJS) $(LIBS)
47
	@echo 'Finished building target: $@'
48
	@echo ' '
49
 
50
# Other Targets
51
clean:
52
	-$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) OpenCV2-Qt1
53
	-@echo ' '
54
 
55
.PHONY: all clean dependents
56
.SECONDARY:
57
 
58
-include ../makefile.targets