X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=apps%2FHawk%2FCVEiCL%2FEiC%2FMakefile.Bin;fp=apps%2FHawk%2FCVEiCL%2FEiC%2FMakefile.Bin;h=0000000000000000000000000000000000000000;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hp=26475ee3de479c58fd689fc49457dcbce46855a3;hpb=454138ff8a20f6edb9b65a910101403d8b520643;p=opencv diff --git a/apps/Hawk/CVEiCL/EiC/Makefile.Bin b/apps/Hawk/CVEiCL/EiC/Makefile.Bin deleted file mode 100644 index 26475ee..0000000 --- a/apps/Hawk/CVEiCL/EiC/Makefile.Bin +++ /dev/null @@ -1,52 +0,0 @@ -################################################# -# HOMEofEiC is the directory above the EiC -# include, lib, and main directories. It will be -# usually the directory that gets generated when EiC's -# distribution is untarred. If you have su authority, -# then you might untar EiC in /usr/local, and in which case: -# -# HOMEofEiC = /usr/local/EiC -# -# or you may use one of your own directories. -################################################# - -HOMEofEiC = $(PWD) - - TOP = $(HOMEofEiC) - -################################################# -# INSTALL_DIR can be any directory -# that is in your normal search path; -# such as, /usr/local/bin, etc -################################################# - -INSTALL_DIR = $(HOME)/bin - - -clobber:: - $(RM) $(INSTALL_DIR)/eic -clean:: - -installBinary: - ./batch2.sh $(INSTALL_DIR)/eic - chmod a+r ./module/cgihtml/*.c - chmod a+r ./module/cgihtml/*.h - ln -s $(PWD)/eicc $(INSTALL_DIR)/eic - -install::installBinary -headers:: - -#### - - - - - - - - - - - - -