Blame src/internal/slibtool_install_impl.h
|
|
258073 |
#ifndef SLIBTOOL_INSTALL_IMPL_H
|
|
|
258073 |
#define SLIBTOOL_INSTALL_IMPL_H
|
|
|
258073 |
|
|
|
258073 |
#include "argv/argv.h"
|
|
|
258073 |
|
|
|
258073 |
extern const struct argv_option slbt_install_options[];
|
|
|
258073 |
|
|
|
258073 |
enum install_tags {
|
|
|
258073 |
TAG_INSTALL_HELP,
|
|
|
258073 |
TAG_INSTALL_COPY,
|
|
|
258073 |
TAG_INSTALL_MKDIR,
|
|
|
258073 |
TAG_INSTALL_TARGET_MKDIR,
|
|
|
258073 |
TAG_INSTALL_STRIP,
|
|
|
258073 |
TAG_INSTALL_PRESERVE,
|
|
|
258073 |
TAG_INSTALL_USER,
|
|
|
258073 |
TAG_INSTALL_GROUP,
|
|
|
258073 |
TAG_INSTALL_MODE,
|
|
|
258073 |
TAG_INSTALL_DSTDIR,
|
|
|
258073 |
};
|
|
|
258073 |
|
|
|
258073 |
#endif
|