mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-24 12:58:39 +00:00
Add gnulib concat-filename
This commit is contained in:
parent
8dd302cda6
commit
768f287a06
1 changed files with 26 additions and 0 deletions
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 a new issue