Update the changelog
[opencv] / apps / Hawk / CVEiCL / EiC / module / Makefile
1 #########################
2 # Part 1: LOCAL DEFINITIONS
3
4        TOP = ..
5      EXTRA = 
6   WARNINGS = 
7   INCLUDES = 
8        LIB = 
9
10   DEP_LIBS = 
11       LIBS = 
12
13 #      DIRS = `find . -name "CVS" -prune -o -type d -maxdepth 1 -print`
14       DIRS = `ls -1 -F | grep / | grep -v CVS`
15   MODS_FILE = modules.calls 
16   LINKS_FILE = link.libs
17
18 #########################
19 # Part 2: COMMON MAKE PARAMETERS
20
21 include $(TOP)/make.proj
22
23 #########################
24 # Part 3: LOCAL SOURCES 
25
26
27 #########################
28 # Part 4: LOCAL TARGETS  
29
30 #### scripts
31
32 all::
33
34 install::
35         $(RM) $(MODS_FILE) 
36         touch $(MODS_FILE)
37         $(RM) $(LINKS_FILE) 
38         touch $(LINKS_FILE)
39
40
41
42 clean::
43 clobber::clean
44         $(RM) $(LINKS_FILE) $(MODS_FILE)
45
46 ####### HEADERS
47 headers::
48
49 #########################
50 # Part 5: COMMON RULES and 
51 #     and default Targets
52
53 include $(CONFIG_DIR)/NormalNodeTargets
54 include $(CONFIG_DIR)/make.rules
55
56 #########################
57 # Part 6: DEPENDENCIES
58