view modules/glob @ 8703:0f394f9a6ffe

Port to Solaris/SPARC64.
author Bruno Haible <bruno@clisp.org>
date Mon, 23 Apr 2007 08:01:35 +0000
parents 45c727466eb8
children b0892cca14c9
line wrap: on
line source

Description:
glob() function: Search for files and directories with paths matching a
pattern, with GNU extensions.

Files:
lib/glob_.h
lib/glob-libc.h
lib/glob.c
m4/glob.m4

Depends-on:
alloca
d-type
extensions
fnmatch
getlogin_r
mempcpy
stdbool
strdup
sys_stat
unistd

configure.ac:
gl_GLOB

Makefile.am:
BUILT_SOURCES += $(GLOB_H)

# We need the following in order to create <glob.h> when the system
# doesn't have one that works with the given compiler.
glob.h: glob_.h
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat $(srcdir)/glob_.h; \
	} > $@-t
	mv -f $@-t $@
MOSTLYCLEANFILES += glob.h glob.h-t

Include:
<glob.h>

License:
LGPL

Maintainer:
all, glibc