• Antelope Release 5.3 SunOS 5.10 2013-12-18

 

NAME

deposit - antelope install program

SYNOPSIS

deposit [-v] [-u umask] [-x] file dir

deposit [-v] [-u umask] -r file dest

deposit [-v] [-u umask] [-i re] idir dir

DESCRIPTION

deposit copies the specified file to the specified directory dir. If the directory does not exist, it is created.

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.

OPTIONS

EXAMPLE



% 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

SEE ALSO

antelopemakefile(5)

AUTHOR

Daniel Quinlan
Printer icon