Home
last modified time | relevance | path

Searched refs:OBJS (Results 226 – 250 of 652) sorted by relevance

12345678910>>...27

/illumos-gate/usr/src/psm/stand/lib/names/sparcv9/
H A DMakefile.com54 OBJS = $(NAMEOBJS:%=$(OBJSDIR)/%)
55 L_OBJS = $(OBJS:%.o=%.ln)
76 .PARALLEL: $(OBJS) $(L_OBJS)
83 $(RM) $(OBJS) $(L_OBJS)
88 $(LIBNAMES): $(OBJSDIR) .WAIT $(OBJS)
89 $(BUILD.AR) $(OBJS)
/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/eeprom/
H A DMakefile.com39 OBJS = error.o
48 LINT_OBJS = $(OBJS:%.o=%.ln)
49 SOURCES = $(OBJS:%.o=%.c)
51 .PARALLEL: $(OBJS)
/illumos-gate/usr/src/ucbcmd/stty/
H A DMakefile29 OBJS= $(PROGSRC:%.c=%.o) macro
41 $(PROG): $(OBJS)
42 $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
48 -$(RM) $(OBJS)
/illumos-gate/usr/src/cmd/soelim/
H A DMakefile31 OBJS = soelim.o macro
33 SRCS = $(OBJS:%.o=%.c)
43 $(LINK.c) -o $@ $(OBJS) $(LDFLAGS) $(LDLIBS)
49 $(RM) $(OBJS)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A DMakefile27 OBJS= ping.o ping_aux.o ping_aux6.o macro
50 $(PROG): $(OBJS)
51 $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
57 $(RM) $(OBJS)
/illumos-gate/usr/src/cmd/plockstat/
H A DMakefile28 OBJS = plockstat.o macro
35 CLEANFILES += $(OBJS)
48 $(PROG): $(OBJS)
49 $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
/illumos-gate/usr/src/cmd/vscan/vscanadm/
H A DMakefile28 OBJS = $(SRCS:%.c=%.o) macro
43 $(RM) $(OBJS)
45 $(PROG): $(OBJS)
46 $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A DMakefile27 OBJS= traceroute.o traceroute_aux.o traceroute_aux6.o macro
50 $(PROG): $(OBJS)
51 $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
57 $(RM) $(OBJS)
/illumos-gate/usr/src/cmd/isalist/
H A DMakefile28 OBJS= isalist.o macro
46 $(PROG): $(OBJS)
47 $(LINK.c) -o $(PROG) $(OBJS) $(LDLIBS)
51 -$(RM) $(OBJS)
/illumos-gate/usr/src/cmd/smserverd/
H A DMakefile28 OBJS = smediad.o smediad_err.o myaudit.o smed_svc.o smed_xdr.o macro
29 SRCS = $(OBJS:%.o=%.c)
63 $(PROG): $(DERIVED_FILES) $(OBJS)
64 $(LINK.c) -o $(PROG) $(OBJS) $(LDLIBS)
70 $(RM) $(OBJS) $(DERIVED_FILES)
/illumos-gate/usr/src/cmd/krb5/kadmin/ktutil/
H A DMakefile9 OBJS = ktutil.o ktutil_ct.o ktutil_funcs.o macro
10 SRCS = $(OBJS:.o=.c)
41 ktutil: $(OBJS)
42 $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
48 $(RM) $(OBJS)
/illumos-gate/usr/src/cmd/zlook/
H A DMakefile27 OBJS= $(PROG).o macro
46 $(PROG): $(OBJS)
47 $(LINK.c) -o $(PROG) $(OBJS) $(LDLIBS)
51 $(RM) $(OBJS)
/illumos-gate/usr/src/cmd/pcidb/
H A DMakefile25 OBJS = pcidb.o macro
30 $(PROG): $(OBJS)
31 $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
43 $(RM) $(OBJS)
/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/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/test/os-tests/tests/cores/secmapper/
H A DMakefile17 OBJS = secmapper.o macro
22 ALLOBJS = $(OBJS)
38 $(PROG): $(OBJS)
39 $(LINK.c) -o $(PROG) $(OBJS) $(LDLIBS)
/illumos-gate/usr/src/cmd/ficl/
H A DMakefile.com18 OBJS= main.o
31 $(PROG): $(OBJS)
32 $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
36 $(RM) $(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/test/smbclient-tests/cmd/
H A DMakefile.cmd19 OBJS= $(PROG:%=%.o)
31 $(PROG): $(OBJS)
32 $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
45 -$(RM) $(OBJS)
/illumos-gate/usr/src/cmd/trapstat/sun4/
H A DMakefile29 OBJS = trapstat.o macro
44 $(PROG): $(OBJS) $(EXTOBJS)
45 $(LINK.c) -o $(PROG) $(OBJS) $(EXTOBJS) $(LDLIBS)
49 $(RM) $(OBJS) $(EXTOBJS)
/illumos-gate/usr/src/cmd/utmpd/
H A DMakefile28 OBJS= $(PROG).o macro
48 $(PROG): $(OBJS)
49 $(LINK.c) -o $(PROG) $(OBJS) $(LDLIBS)
55 $(RM) $(OBJS)
/illumos-gate/usr/src/cmd/lp/filter/postscript/postreverse/
H A DMakefile35 OBJS = $(SRCS:%.c=%.o) macro
50 $(PROG) : $(OBJS)
51 $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
57 $(RM) $(OBJS)
/illumos-gate/usr/src/cmd/fm/fminject/
H A DMakefile.com46 OBJS = $(SRCS:%.c=%.o) inj_grammar.o inj_lex.o
65 .PARALLEL: $(OBJS) $(LINTFILES)
69 $(PROG): $(OBJS)
70 $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
71 $(CTFMERGE) -L VERSION -o $@ $(OBJS)
91 $(RM) $(OBJS) $(LINTFILES) $(CLEANFILES)
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A DMakefile10 OBJS = kadm_rpc_svc.o server_stubs.o ovsec_kadmd.o misc.o server_glue_v1.o \ macro
15 SRCS= $(OBJS:.o=.c)
60 $(PROG): $(OBJS) $(DERIVED_OBJS)
61 $(LINK.c) $(OBJS) $(DERIVED_OBJS) -o $@ $(LDLIBS)
74 $(OBJS): iprop.h
83 $(RM) $(OBJS) $(DERIVED_OBJS) $(ISRC)

12345678910>>...27