libgetopt = static_library( 'getopt', 'getopt_long.c', ) idep_getopt = declare_dependency( link_with : libgetopt, include_directories : include_directories('.', is_system : true), )