258
258
$(wildcard $(addprefix utility/, *.c *.cc *.cpp *.C *.s *.S))
260
260
# automatically determine library directories (to pull library sources in from)
262
262
# roots of any library directories, giving priority to libraries in the order
263
263
# they're in LIBRARYPATH, and then to the alphabetically-greater named library
264
264
# (this is a really stupid way of doing it, but it's how the IDE works -- if
265
265
# it's causing problems, you can override it by setting LIBRARIES manually)
269
268
reverse = $(if $(1),$(call reverse,$(wordlist 2,$(words $(1)),$(1)))) \
271
270
LIBRARYHEADERS := $(foreach dir, $(LIBRARYPATH), \