mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-24 12:19:02 +00:00
24 lines
310 B
Text
24 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
|