Move the sources to trunk
[opencv] / interfaces / ch / Makefile
1 PACKAGE=chopencv
2
3 create:
4         ch ./pkgcreate.ch
5 install:
6         ch ./pkginstall.ch $(PACKAGE)
7 uninstall:
8         ch ./pkginstall.ch -u $(PACKAGE)
9 rmpkg:
10         rm -rf $(PACKAGE)
11 clean:
12         rm -f  c/*.c
13         rm -f  chfcreate/*.h
14         cd c;  make clean