Update to 2.0.0 tree from current Fremantle build
[opencv] / interfaces / ch / Makefile
diff --git a/interfaces/ch/Makefile b/interfaces/ch/Makefile
deleted file mode 100644 (file)
index ee64e8b..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-PACKAGE=chopencv
-
-create:
-       ch ./pkgcreate.ch
-install:
-       ch ./pkginstall.ch $(PACKAGE)
-uninstall:
-       ch ./pkginstall.ch -u $(PACKAGE)
-rmpkg:
-       rm -rf $(PACKAGE)
-clean:
-       rm -f  c/*.c
-       rm -f  chfcreate/*.h
-       cd c;  make clean