view modules/getopt @ 5251:42b53a22aee5

Add a license tag to every module.
author Bruno Haible <bruno@clisp.org>
date Wed, 22 Sep 2004 15:11:04 +0000
parents 3a1cc3d4726e
children cd3c62f1332e
line wrap: on
line source

Description:
Process command line arguments.

Files:
lib/getopt_.h
lib/getopt.c
lib/getopt1.c
lib/getopt_int.h
m4/getopt.m4

Depends-on:
gettext

configure.ac:
gl_GETOPT

Makefile.am:
BUILT_SOURCES += $(GETOPT_H)
EXTRA_DIST += getopt_.h getopt_int.h

# We need the following in order to create an <getopt.h> when the system
# doesn't have one that works with the given compiler.
all-local $(lib_OBJECTS): $(GETOPT_H)
getopt.h: getopt_.h
	cp $(srcdir)/getopt_.h $@-t
	mv $@-t $@
MOSTLYCLEANFILES += getopt.h getopt.h-t

Include:
<getopt.h>

License:
LGPL

Maintainer:
all, glibc