Home
last modified time | relevance | path

Searched refs:OBJS (Results 1 – 25 of 652) sorted by path

12345678910>>...27

/illumos-gate/usr/src/boot/
H A DMakefile.lib15 OBJS= $(OBJECTS:%=objs/%)
18 .PARALLEL: $(OBJS) $(PICS) DUMMY
23 $(OBJS) $(PICS): machine x86
28 $(LIBRARY): objs .WAIT $$(OBJS)
29 $(AR) $(ARFLAGS) $@ $(OBJS)
34 CLEANFILES += $(OBJS) $(PICS) $(LIBRARY) $(DYNLIB)
/illumos-gate/usr/src/boot/efi/libefi/
H A DMakefile.com39 OBJS= $(SRCS:%.c=%.o)
62 libefi.a: $(OBJS)
63 $(AR) $(ARFLAGS) $@ $(OBJS)
67 $(RM) $(CLEANFILES) $(OBJS) libefi.a
/illumos-gate/usr/src/boot/efi/libefi/amd64/
H A DMakefile28 $(OBJS): machine x86
/illumos-gate/usr/src/boot/efi/libefi/i386/
H A DMakefile29 $(OBJS): machine x86
/illumos-gate/usr/src/boot/efi/loader/
H A DMakefile.com41 OBJS= \
96 OBJS += boot.o commands.o console.o devopen.o interp.o \
103 OBJS += load_elf32.o load_elf32_obj.o reloc_elf32.o \
107 OBJS += disk.o part.o dev_net.o vdisk.o
115 OBJS += bcache.o
119 OBJS += interp_forth.o
165 loader.sym: $(OBJS) $(DPADD)
166 $(GLD) $(LDFLAGS) -o $@ $(OBJS) $(LDADD)
177 $(RM) $(CLEANFILES) $(OBJS) machine x86
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A DMakefile.inc9 OBJS += multiboot_tramp.o \
20 OBJS += nullconsole.o \
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A DMakefile.inc7 OBJS += multiboot_tramp.o \
16 OBJS += nullconsole.o \
/illumos-gate/usr/src/boot/i386/btx/btx/
H A DMakefile23 OBJS= btx.o macro
50 $(PROG): $(OBJS)
51 $(GLD) $(LDFLAGS) -o $@ $(OBJS)
56 $(RM) $(PROG) $(OBJS)
/illumos-gate/usr/src/boot/i386/btx/btxldr/
H A DMakefile23 OBJS= btxldr.o macro
34 $(PROG): $(OBJS)
35 $(GLD) $(LDFLAGS) -o $@ $(OBJS)
40 $(RM) $(PROG) $(OBJS)
/illumos-gate/usr/src/boot/i386/btx/lib/
H A DMakefile26 OBJS= btxcsu.o btxsys.o btxv86.o macro
32 $(PROG): $(OBJS)
33 $(GLD) $(LDFLAGS) -o $@ $(OBJS)
38 $(RM) $(PROG) $(OBJS)
/illumos-gate/usr/src/boot/i386/cdboot/
H A DMakefile27 OBJS= $(SRCS:%.S=%.o) macro
37 $(PROG): $(OBJS)
42 $(RM) $(PROG) $(OBJS)
/illumos-gate/usr/src/boot/i386/libi386/
H A DMakefile27 $(RM) machine x86 $(OBJS) libi386.a
61 OBJS= \ macro
97 OBJS += gfx_fb.o pnglite.o
103 OBJS += devicename_stubs.o
145 $(OBJS): machine x86
147 libi386.a: $(OBJS)
148 $(AR) $(ARFLAGS) $@ $(OBJS)
/illumos-gate/usr/src/boot/i386/loader/
H A DMakefile143 OBJS= $(SRCS:%.c=%.o) macro
145 $(OBJS): machine x86
147 $(PROG): $(OBJS) $(DPADD)
148 $(GLD) $(LDFLAGS) -o $@ $(BTXCRT) $(OBJS) $(LDADD)
152 $(RM) $(CLEANFILES) $(OBJS)
/illumos-gate/usr/src/boot/i386/pmbr/
H A DMakefile27 OBJS= pmbr.o macro
28 SRCS= $(OBJS:%.o=%.s)
38 $(PROG): $(OBJS)
39 $(GLD) $(LDFLAGS) -o $(PROG) $(OBJS)
44 $(RM) $(PROG) $(OBJS)
/illumos-gate/usr/src/boot/i386/pxeldr/
H A DMakefile38 OBJS= $(LDR).o macro
39 CLEANFILES= $(BOOT) $(OBJS)
66 $(LDR): $(OBJS)
/illumos-gate/usr/src/cmd/
H A DMakefile.ctf35 POST_objs = ; $(CTFMERGE) $(CTFMRGFLAGS) -L VERSION -o $@ $(OBJS)
/illumos-gate/usr/src/cmd/acct/lib/
H A DMakefile27 OBJS= pnpsplit.o devtolin.o expand.o lintodev.o \ macro
29 SRCS= $(OBJS:%.o=%.c)
43 .PARALLEL: $(OBJS)
47 $(LIBS): $(OBJS)
48 $(AR) $(ARFLAGS) $@ $(OBJS)
51 $(RM) $(OBJS)
/illumos-gate/usr/src/cmd/acctadm/
H A DMakefile29 OBJS = main.o aconf.o res.o utils.o macro
30 SRCS = $(OBJS:.o=.c)
31 POFILES = $(OBJS:.o=.po)
49 $(PROG): $(OBJS)
50 $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
62 $(RM) $(OBJS)
/illumos-gate/usr/src/cmd/acpi/acpidump/
H A DMakefile20 OBJS= apmain.o apdump.o apfiles.o getopt.o tbprint.o tbxfroot.o osillumostbl.o \ macro
24 SRCS = $(OBJS:.o=.c)
/illumos-gate/usr/src/cmd/acpi/acpixtract/
H A DMakefile20 OBJS = axmain.o acpixtract.o axutils.o osunixxf.o utglobal.o getopt.o \ macro
23 SRCS = $(OBJS:.o=.c)
/illumos-gate/usr/src/cmd/acpi/iasl/
H A DMakefile23 OBJS = aslanalyze.o aslascii.o aslbtypes.o aslcodegen.o aslcompile.o \ macro
39 OBJS += adfile.o acfileio.o adisasm.o adwalk.o ahids.o ahtable.o ahpredef.o \
44 OBJS += dmbuffer.o dmcstyle.o dmdeferred.o dmnames.o dmopcode.o dmresrc.o \
47 OBJS += dsargs.o dscontrol.o dsfield.o dsobject.o dsopcode.o dsutils.o \
50 OBJS += exconcat.o exconvrt.o excreate.o exdump.o exmisc.o exmutex.o exnames.o \
55 OBJS += nsaccess.o nsalloc.o nsdump.o nsnames.o nsobject.o nsparse.o \
58 OBJS += psargs.o psloop.o psobject.o psopcode.o psopinfo.o psparse.o psscope.o pstree.o \
61 OBJS += tbdata.o tbfadt.o tbinstal.o tbprint.o tbutils.o tbxface.o
63 OBJS += utaddress.o utalloc.o utascii.o utbuffer.o utcache.o utcopy.o \
69 SRCS = $(OBJS:.o=.c)
/illumos-gate/usr/src/cmd/acpihpd/
H A DMakefile.com37 OBJS = acpihpd.o notify.o
38 SRCS = $(OBJS:%.o=../%.c)
H A DMakefile.targ36 $(RM) $(OBJS)
41 $(LIBS): $(OBJS)
42 $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
/illumos-gate/usr/src/cmd/adbgen/
H A DMakefile.com31 OBJS = adbsub.o
34 CLOBBERFILES = $(PROGS) $(OBJS) $(SCRIPTS)
36 .PARALLEL: $(PROGS) $(OBJS) $(SCRIPTS)
50 ROOTOBJS = $(OBJS:%=$(ROOTADBDIR)/%)
56 all: $$(PROGS) $$(OBJS) $$(SCRIPTS)
/illumos-gate/usr/src/cmd/allocate/
H A DMakefile73 POFILES = $(OBJS:%.o=%.po) $(ALLSCRIPTS:%.sh=%.po)
96 OBJS = $(PROGallocOBJS) \ macro
101 SRCS = $(OBJS:%.o=%.c)
186 $(RM) $(PROG) $(RTLCKS) $(OBJS) \

12345678910>>...27