deposit [-v] [-u umask] [-x] file dir deposit [-v] [-u umask] -r file dest deposit [-v] [-u umask] [-i re] idir dir
deposit checks to ensure that files are not installed from one antelope hierarchy to a different one, though this may be interactively overridden.
If the installation directory ends in bin, deposit makes the installed file permissions executable.
If the file is named *.so.* and the destination directory ends in lib, then the installed file is made executable, and a symbolic link is made from file.so to file.so.3.
When copying a static library (ending in .a), deposit runs ranlib(1) on the file.
When copying a parameter file, deposit adds the pf_revision_time, based on the file modification time for the original file.
If the input is a directory, the entire directory is copied to the destination, with the exception of CVS or .git directories, .depends files, and possibly other files identified with the -i option.
% deposit libstock.so.3 $(ANTELOPE)/lib % deposit dbcp $(ANTELOPE)/bin % deposit -r Make $(ANTELOPE)/data/examples/c/Makefile % deposit ks5400.pf $(ANTELOPE)/data/instruments/sensors
antelopemakefile(5)