Home
last modified time | relevance | path

Searched refs:OBJS (Results 251 – 275 of 650) sorted by relevance

1...<<11121314151617181920>>...26

/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)
/illumos-gate/usr/src/test/crypto-tests/tests/common/
H A DMakefile23 OBJS = $(BASEOBJS:%.o=%.32.o) $(BASEOBJS:%.o=%.64.o) macro
24 SRCS = $(OBJS:%.o=%.c)
28 all install: $(OBJS)
39 -$(RM) $(OBJS)
/illumos-gate/usr/src/tools/protolist/
H A DMakefile26 OBJS= $(PROG).o stdusers.o macro
34 CLEANFILES += $(OBJS)
40 $(PROG): $(OBJS)
41 $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
/illumos-gate/usr/src/cmd/swap/
H A DMakefile28 OBJS= $(PROG).o macro
42 CLEANFILES += $(OBJS)
52 $(PROG): $(OBJS)
53 $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
/illumos-gate/usr/src/cmd/newtask/
H A DMakefile27 OBJS= newtask.o utils.o macro
53 $(PROG): $(OBJS)
54 $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
58 $(RM) $(OBJS)
/illumos-gate/usr/src/cmd/prctl/
H A DMakefile30 OBJS= prctl.o utils.o macro
52 $(PROG): $(OBJS)
53 $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
60 $(RM) $(OBJS)
/illumos-gate/usr/src/cmd/krb5/kadmin/kpasswd/
H A DMakefile9 OBJS = tty_kpasswd.o kpasswd.o macro
10 SRCS = $(OBJS:.o=.c)
48 $(PROG): $(OBJS)
49 $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
55 $(RM) $(OBJS)
/illumos-gate/usr/src/cmd/consadm/
H A DMakefile.com31 OBJS= $(COMMONOBJS)
45 $(PROG): $(OBJS)
46 $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
54 -$(RM) $(OBJS)
/illumos-gate/usr/src/cmd/ccidadm/
H A DMakefile24 OBJS = $(SRCS:%.c=%.o) macro
29 $(PROG): $(OBJS)
30 $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
46 $(RM) $(OBJS) $(PROG)
/illumos-gate/usr/src/cmd/localedef/
H A DMakefile.common21 OBJS= charmap.o \
32 SRCS= $(OBJS:%.o=%.c)
40 CLEANFILES= $(OBJS) parser.tab.c parser.tab.h
42 PIFILES= $(OBJS:%.o=%.i)
/illumos-gate/usr/src/tools/ctf/ctfdiff/
H A DMakefile.com28 OBJS = $(SRCS:%.c=%.o)
32 $(PROG): $(OBJS)
33 $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
44 $(RM) $(OBJS) $(LINTFILES)
/illumos-gate/usr/src/tools/ctf/ctfdump/
H A DMakefile.com30 OBJS = $(SRCS:%.c=%.o)
34 $(PROG): $(OBJS)
35 $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
46 $(RM) $(OBJS)
/illumos-gate/usr/src/cmd/mkpwdict/
H A DMakefile37 OBJS= $(CRACK_OBJS) mkpwdict.o macro
49 mkpwdict: $(OBJS)
50 $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
54 $(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/cmd/isainfo/
H A DMakefile30 OBJS= isainfo.o elfcap.o macro
43 $(PROG): $(OBJS)
44 $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
54 $(RM) $(OBJS)
/illumos-gate/usr/src/tools/ctf/ctfconvert/
H A DMakefile.com28 OBJS = $(SRCS:%.c=%.o)
32 $(PROG): $(OBJS)
33 $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
44 $(RM) $(OBJS) $(LINTFILES)
/illumos-gate/usr/src/tools/ctf/ctfmerge/
H A DMakefile.com29 OBJS = $(SRCS:%.c=%.o)
33 $(PROG): $(OBJS)
34 $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
45 $(RM) $(OBJS) $(LINTFILES)
/illumos-gate/usr/src/cmd/pcieadm/
H A DMakefile25 OBJS = pcieadm.o pcieadm_cfgspace.o pcieadm_devs.o bitext.o macro
30 $(PROG): $(OBJS)
31 $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
47 $(RM) $(OBJS)
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A DMakefile39 OBJS = $(SRCS:%.c=%.o) macro
57 $(PROG): $(OBJS)
58 $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
62 $(RM) $(OBJS)
/illumos-gate/usr/src/cmd/fs.d/smbclnt/umount/
H A DMakefile39 OBJS= $(LIBPROG).o $(COMMON) macro
60 $(LIBPROG): $(OBJS)
61 $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
65 $(RM) $(OBJS)
/illumos-gate/usr/src/cmd/praudit/
H A DMakefile33 OBJS = format.o main.o token.o toktable.o printaudit.o prio.o adt_xlate.o macro
39 POFILES = $(OBJS:.o=.po)
58 $(PROG): $(OBJS)
59 $(LINK.c) -o $(PROG) $(OBJS) $(LDLIBS)
79 $(RM) $(OBJS)
/illumos-gate/usr/src/cmd/sgs/m4/i386/
H A DMakefile38 OBJS= $(COBJS:%=m4objs/%) $(YOBJS) macro
40 ALLOBJS= $(OBJS) $(XPG4OBJS)
71 $(PROG): $(OBJS)
72 $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
79 $(OBJS): m4objs
/illumos-gate/usr/src/cmd/sgs/m4/sparc/
H A DMakefile38 OBJS= $(COBJS:%=m4objs/%) $(YOBJS) macro
40 ALLOBJS= $(OBJS) $(XPG4OBJS)
70 $(PROG): $(OBJS)
71 $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
78 $(OBJS): m4objs

1...<<11121314151617181920>>...26