summaryrefslogtreecommitdiff
path: root/cppflags-iterator.mk
blob: 89a472bd829058f7b0344acf977ee002ec6214fe (plain)
1
2
3
4
5
6
7
# 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)