Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / Hawk / CVEiCL / EiC / Makefile.Bin
diff --git a/apps/Hawk/CVEiCL/EiC/Makefile.Bin b/apps/Hawk/CVEiCL/EiC/Makefile.Bin
deleted file mode 100644 (file)
index 26475ee..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-#################################################\r
-# HOMEofEiC is the directory above the EiC\r
-# include, lib, and main directories. It will be \r
-# usually the directory that gets generated when EiC's\r
-# distribution is untarred. If you have su authority, \r
-# then you might untar EiC in /usr/local, and in which case:\r
-#\r
-# HOMEofEiC = /usr/local/EiC\r
-#\r
-# or you may use one of your own directories.\r
-#################################################\r
-\r
-HOMEofEiC =  $(PWD)\r
-\r
-    TOP = $(HOMEofEiC)\r
-\r
-#################################################\r
-# INSTALL_DIR can be any directory\r
-# that is in your normal search path;\r
-# such as, /usr/local/bin, etc\r
-#################################################\r
-\r
-INSTALL_DIR = $(HOME)/bin\r
-\r
-\r
-clobber::\r
-       $(RM) $(INSTALL_DIR)/eic\r
-clean::\r
-\r
-installBinary:\r
-       ./batch2.sh $(INSTALL_DIR)/eic\r
-       chmod a+r ./module/cgihtml/*.c\r
-       chmod a+r ./module/cgihtml/*.h\r
-       ln -s  $(PWD)/eicc $(INSTALL_DIR)/eic\r
-\r
-install::installBinary\r
-headers::\r
-\r
-####\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r
-\r