Searched refs:LIBOBJ (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/i386/stand/boot/
H A DMakefile5 LIBOBJ= ${.OBJDIR} macro
6 .MAKEOVERRIDES+= LIBOBJ
/netbsd-current/sys/arch/i386/stand/bootxx/
H A DMakefile11 LIBOBJ= ${.OBJDIR} macro
12 .MAKEOVERRIDES+= LIBOBJ
/netbsd-current/sys/arch/landisk/stand/boot/
H A DMakefile5 LIBOBJ= ${.OBJDIR} macro
6 .MAKEOVERRIDES+= LIBOBJ
/netbsd-current/sys/arch/landisk/stand/bootxx/
H A DMakefile5 LIBOBJ= ${.OBJDIR} macro
6 .MAKEOVERRIDES+= LIBOBJ
/netbsd-current/external/public-domain/sqlite/dist/
H A DMakefile.msc970 # Determine the real value of LIBOBJ based on the 'configure' script
972 LIBOBJ = $(LIBOBJS1)
1019 $(SQLITE3DLL): $(LIBOBJ) $(LIBRESOBJS) $(CORE_LINK_DEP)
1020 $(LD) $(LDFLAGS) $(LTLINKOPTS) $(LTLIBPATHS) /DLL $(CORE_LINK_OPTS) /OUT:$@ $(LIBOBJ) $(LIBRESOBJS) $(LTLIBS) $(TLIBS)
1025 sqlite3.def: Replace.exe $(LIBOBJ)
1027 dumpbin /all $(LIBOBJ) \

Completed in 254 milliseconds