libdefs
384 Bytes
#
# The list of library versions to build.
#
ARCHIVES=libn_audio.a libn_audio_d.a
#
# The object file directories are named by archive with the .a suffix removed.
#
TARGETS=$(ARCHIVES:S/.a//g)
#
# The .PATH special target allows the makes in the object directories to
# find the source.
#
.PATH: ..
#
# To prevent error during initial pass of subdirectory Makefile
#
LIBNAME = ""