Update the changelog
[opencv] / apps / Hawk / CVEiCL / EiC / module / stdClib / Makefile
1 ############################
2 # Part 1: LOCAL DEFINITIONS
3
4       TOP  = ../..
5
6 #############################
7 # Part 2: COMMON MAKE PARAMETERS
8
9 include $(TOP)/make.proj
10
11 #############################
12 # Part 3: LOCAL SOURCES 
13
14    DIRS = src test
15
16 ##############################
17 # Part 4: LOCAL TARGETS  
18
19 include $(CONFIG_DIR)/NormalNodeTargets
20
21 #############################
22 # Part 5: COMMON RULES and 
23 #     and default Targets
24
25 include $(CONFIG_DIR)/make.rules
26
27 #############################
28 # Part 6: DEPENDENCIES
29
30
31
32
33
34
35
36
37
38
39
40
41
42