Blame src/skin/slbt_skin_stoolie.c

4c3fb7
#include "slibtool_driver_impl.h"
4c3fb7
#include "slibtool_visibility_impl.h"
4c3fb7
#include "argv/argv.h"
4c3fb7
4c3fb7
const slbt_hidden struct argv_option slbt_stoolie_options[] = {
4c3fb7
	{"version",	0,TAG_STLE_VERSION,ARGV_OPTARG_NONE,0,0,0,
4c3fb7
			"show version information"},
4c3fb7
4c3fb7
	{"help",	'h',TAG_STLE_HELP,ARGV_OPTARG_NONE,0,0,0,
4c3fb7
			"display slibtoolize (stoolie) mode help"},
4c3fb7
af48d3
	{"copy",	'c',TAG_STLE_COPY,ARGV_OPTARG_NONE,0,0,0,
af48d3
			"copy build-auxiliary m4 files "
af48d3
			"(create symbolic links otherwise."},
af48d3
af48d3
	{"force",	'f',TAG_STLE_FORCE,ARGV_OPTARG_NONE,0,0,0,
af48d3
			"replace existing build-auxiliary and m4 "
af48d3
			"files and/or symbolic links."},
af48d3
af48d3
	{"install",	'i',TAG_STLE_INSTALL,ARGV_OPTARG_NONE,0,0,0,
af48d3
			"create symbolic links to, or otherwise copy "
af48d3
			"missing build-auxiliary and m4 files."},
af48d3
4c3fb7
	{0,0,0,0,0,0,0,0}
4c3fb7
};