mirror of
https://sourceware.org/git/glibc.git
synced 2025-04-26 15:09:05 +03:00
8 lines
259 B
Makefile
8 lines
259 B
Makefile
# This file is included several times in a row, once
|
|
# for each element of $(lib)-routines and $(lib)-sysdeps_routines.
|
|
|
|
cpp-src := $(firstword $(cpp-srcs-left))
|
|
cpp-srcs-left := $(filter-out $(cpp-src),$(cpp-srcs-left))
|
|
|
|
libof-$(notdir $(cpp-src)) := $(lib)
|