mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-24 20:20:35 +00:00
25 lines
310 B
Text
25 lines
310 B
Text
|
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
|
||
|
|
||
|
configure.ac:
|
||
|
|
||
|
Makefile.am:
|
||
|
lib_SOURCES += concat-filename.c
|
||
|
|
||
|
Include:
|
||
|
"concat-filename.h"
|
||
|
|
||
|
License:
|
||
|
LGPLv2+
|
||
|
|
||
|
Maintainer:
|
||
|
all
|