Searched refs:OBJS (Results 101 - 115 of 115) sorted by relevance

12345

/freebsd-11-stable/usr.bin/bmake/
H A DMakefile158 ${OBJS}: config.h
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A DMakefile.sub3 OBJS=\
/freebsd-11-stable/share/mk/
H A Dbsd.dep.mk155 OBJS+= ${_D}.o
157 ${_D}.o: ${_DSRC} ${OBJS:S/^${_D}.o$//}
176 # Handle OBJS=../somefile.o hacks. Just replace '/' rather than use :T to
H A Dmeta.autodep.mk139 # if we don't have OBJS, then .depend isn't useful
140 .if !target(.depend) && (!empty(OBJS) || ${.ALLTARGETS:M*.o} != "")
/freebsd-11-stable/contrib/bmake/
H A DMakefile191 ${OBJS}: config.h
/freebsd-11-stable/sys/modules/linux/
H A DMakefile30 OBJS= ${VDSO}.so macro
/freebsd-11-stable/contrib/gcc/
H A DMakefile.in981 OBJS-common = \
1029 OBJS-md = $(out_object_file)
1030 OBJS-archive = $(EXTRA_OBJS) $(host_hook_obj) tree-inline.o \
1035 OBJS = $(OBJS-common) $(out_object_file) $(OBJS-archive)
1037 OBJS-onestep = libbackend.o $(OBJS-archive)
1310 libbackend.a: $(OBJS@onestep@)
1312 $(AR) $(ARFLAGS) libbackend.a $(OBJS
[all...]
/freebsd-11-stable/contrib/groff/
H A DMakefile.comm43 MOSTLYCLEANFILES=$(MANCLEAN) $(PROG) $(OBJS) $(GENSRCS) $(GENHDRS) \
/freebsd-11-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile422 # Set OBJS the same as bsd.prog.mk would do if we defined PROG. We can't
434 OBJS+= ${SRCS:N*.h:R:S/$/.o/g}
436 ${OBJS} ${GENOBJS}: ${BUILD_TOOLS_META}
/freebsd-11-stable/sys/conf/
H A DMakefile.arm132 %OBJS
H A Dkern.pre.mk199 SYSTEM_OBJS= locore.o ${MDOBJS} ${OBJS}
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk138 # if we don't have OBJS, then .depend isn't useful
139 .if !target(.depend) && (!empty(OBJS) || ${.ALLTARGETS:M*.o} != "")
/freebsd-11-stable/stand/
H A Ddefs.mk206 ${OBJS}: ${_link}
/freebsd-11-stable/contrib/binutils/gas/
H A DMakefile.am451 OBJS = $(CONFIG_OBJS) $(GENERIC_OBJS)
517 $(OBJS): ../bfd/bfd.h $(INCDIR)/symcat.h \
847 echo '$$(OBJS): $$(DEP_@target''_cpu_type@_@obj''_format@)' >> DEPA
2177 $(OBJS): $(DEP_@target_cpu_type@_@obj_format@)
H A DMakefile.in694 OBJS = $(CONFIG_OBJS) $(GENERIC_OBJS)
2511 $(OBJS): ../bfd/bfd.h $(INCDIR)/symcat.h \
2808 echo '$$(OBJS): $$(DEP_@target''_cpu_type@_@obj''_format@)' >> DEPA
3015 $(OBJS): $(DEP_@target_cpu_type@_@obj_format@)

Completed in 279 milliseconds

12345