mirror of
https://github.com/mirror/make.git
synced 2025-02-05 01:00:11 +08:00
Add gnulib concat-filename
This commit is contained in:
parent
8dd302cda6
commit
768f287a06
26
gl/modules/concat-filename
Normal file
26
gl/modules/concat-filename
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
Description:
|
||||||
|
Construct a full filename by concatenating a directory name, a relative
|
||||||
|
filename, and a suffix.
|
||||||
|
|
||||||
|
Files:
|
||||||
|
lib/concat-filename.h
|
||||||
|
lib/concat-filename.c
|
||||||
|
|
||||||
|
Depends-on:
|
||||||
|
filename
|
||||||
|
malloc-posix
|
||||||
|
stpcpy
|
||||||
|
|
||||||
|
configure.ac:
|
||||||
|
|
||||||
|
Makefile.am:
|
||||||
|
lib_SOURCES += concat-filename.c
|
||||||
|
|
||||||
|
Include:
|
||||||
|
"concat-filename.h"
|
||||||
|
|
||||||
|
License:
|
||||||
|
LGPLv2+
|
||||||
|
|
||||||
|
Maintainer:
|
||||||
|
all
|
Loading…
Reference in New Issue
Block a user