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