Move the sources to trunk
[opencv] / apps / Hawk / CVEiCL / EiC / Makefile.Bin
1 #################################################\r
2 # HOMEofEiC is the directory above the EiC\r
3 # include, lib, and main directories. It will be \r
4 # usually the directory that gets generated when EiC's\r
5 # distribution is untarred. If you have su authority, \r
6 # then you might untar EiC in /usr/local, and in which case:\r
7 #\r
8 # HOMEofEiC = /usr/local/EiC\r
9 #\r
10 # or you may use one of your own directories.\r
11 #################################################\r
12 \r
13 HOMEofEiC =  $(PWD)\r
14 \r
15     TOP = $(HOMEofEiC)\r
16 \r
17 #################################################\r
18 # INSTALL_DIR can be any directory\r
19 # that is in your normal search path;\r
20 # such as, /usr/local/bin, etc\r
21 #################################################\r
22 \r
23 INSTALL_DIR = $(HOME)/bin\r
24 \r
25 \r
26 clobber::\r
27         $(RM) $(INSTALL_DIR)/eic\r
28 clean::\r
29 \r
30 installBinary:\r
31         ./batch2.sh $(INSTALL_DIR)/eic\r
32         chmod a+r ./module/cgihtml/*.c\r
33         chmod a+r ./module/cgihtml/*.h\r
34         ln -s  $(PWD)/eicc $(INSTALL_DIR)/eic\r
35 \r
36 install::installBinary\r
37 headers::\r
38 \r
39 ####\r
40 \r
41 \r
42 \r
43 \r
44 \r
45 \r
46 \r
47 \r
48 \r
49 \r
50 \r
51 \r
52 \r