mirror of
https://github.com/mirror/make.git
synced 2025-03-14 03:40:32 +08:00
27 lines
330 B
Plaintext
27 lines
330 B
Plaintext
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
|