Home
last modified time | relevance | path

Searched refs:SRCS (Results 1 – 25 of 1016) sorted by relevance

12345678910>>...41

/titanic_44/usr/src/cmd/lp/filter/postscript/font/
H A DMakefile35 SRCS = makedev.c macro
37 OBJS = $(SRCS:%.c=%.o)
71 $(LINT.c) $(SRCS)
75 $(NATIVEPROG) : $(NATIVEDIR) $(SRCS)
76 $(LINK.c) -o $@ $(SRCS) $(LDLIBS)
84 $(PROG) : $(SRCS)
85 $(LINK.c) -o $@ $(SRCS) $(LDLIBS)
/titanic_44/usr/src/cmd/dtrace/test/cmd/baddof/
H A DMakefile38 SRCS = baddof macro
39 CMDS = $(SRCS:%=$(ROOTBIN)/%)
45 all: $(SRCS)
52 $(RM) $(SRCS)
54 $(CMDS): $(ROOTBIN) $(SRCS)
/titanic_44/usr/src/cmd/dtrace/test/cmd/badioctl/
H A DMakefile37 SRCS = badioctl macro
38 CMDS = $(SRCS:%=$(ROOTBIN)/%)
45 all: $(SRCS)
52 $(RM) $(SRCS)
54 $(CMDS): $(ROOTBIN) $(SRCS)
/titanic_44/usr/src/cmd/rmformat/
H A DMakefile33 SRCS= $(OBJS:.o=.c) macro
59 $(POFILE) : $(SRCS)
61 $(COMPILE.cpp) $(SRCS) | $(XGETTEXT) $(XGETFLAGS) -
65 sb: $(SRCS)
66 $(COMPILE.c) -xsbfast $(SRCS)
/titanic_44/usr/src/test/libc-tests/runfiles/
H A DMakefile20 SRCS = default.run macro
25 CMDS = $(SRCS:%=$(RUNFILES)/%)
28 all: $(SRCS)
34 $(CMDS): $(RUNFILES) $(SRCS)
/titanic_44/usr/src/test/util-tests/runfiles/
H A DMakefile20 SRCS = default.run macro
25 CMDS = $(SRCS:%=$(RUNFILES)/%)
28 all: $(SRCS)
34 $(CMDS): $(RUNFILES) $(SRCS)
/titanic_44/usr/src/test/os-tests/runfiles/
H A DMakefile19 SRCS = delphix.run \ macro
26 CMDS = $(SRCS:%=$(RUNFILES)/%)
29 all: $(SRCS)
35 $(CMDS): $(RUNFILES) $(SRCS)
/titanic_44/usr/src/test/zfs-tests/runfiles/
H A DMakefile19 SRCS = delphix.run openindiana.run omnios.run macro
24 CMDS = $(SRCS:%=$(RUNFILES)/%)
27 all: $(SRCS)
33 $(CMDS): $(RUNFILES) $(SRCS)
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A DMakefile29 SRCS= $(OBJS:.o=.c) macro
65 lint: $(SRCS)
66 $(LINT.c) $(SRCS) $(LDLIBS)
68 check: $(SRCS) $(PROG).h
69 $(CSTYLE) -pP $(SRCS) $(PROG).h
/titanic_44/usr/src/cmd/fwflash/
H A DMakefile.targ33 SRCS= fwflash.c
36 PROG= $(SRCS:%.c=%)
37 OBJS= $(SRCS:%.c=%.o)
38 LINTFILE= $(SRCS:%.c=%.ln)
39 POFILES= $(SRCS:%.c=%.po)
/titanic_44/usr/src/cmd/cdrw/
H A DMakefile35 SRCS= $(OBJS:.o=.c) macro
62 $(POFILE) : $(SRCS)
64 $(COMPILE.cpp) $(SRCS) | $(XGETTEXT) $(XGETFLAGS) -
68 sb: $(SRCS)
69 $(COMPILE.c) -xsbfast $(SRCS)
/titanic_44/usr/src/test/zfs-tests/include/
H A DMakefile20 SRCS = commands.cfg \ macro
29 CMDS = $(SRCS:%=$(INCLUDEDIR)/%)
32 all: $(SRCS)
38 $(CMDS): $(INCLUDEDIR) $(SRCS)
/titanic_44/usr/src/stand/lib/
H A DMakefile.targ38 lint lintcheck: $$(SRCS)
39 $(LINT.c) $(SRCS) -L$(ROOTLIBDIR) $(LDLIBS)
48 $(LINTLIB): $$(SRCS)
49 $(LINT.c) -o $(LIBNAME) $(SRCS) 2>&1
/titanic_44/usr/src/cmd/tnf/prex/
H A DMakefile.com51 SRCS= $(OBJS.c:%.o=../%.c) $(OBJS.yl:%.o=%.c)
53 SRCS.yl = $(OBJS.yl:%.o=%.c)
54 CLEANFILES = $(SRCS.yl) y.tab.h
82 $(PROG): $(SRCS.yl) .WAIT $(OBJS)
114 $(LINT.c) $(SRCS)
/titanic_44/usr/src/cmd/fs.d/nfs/nfsref/
H A DMakefile35 SRCS= nfsref.c macro
58 $(POFILE): $(SRCS)
60 $(COMPILE.cpp) $(SRCS) > $(POFILE).i
66 $(LINT.c) $(SRCS) $(LDLIBS)
/titanic_44/usr/src/cmd/sgs/yacc/
H A DMakefile.targ88 $(LINTLIB): $$(SRCS)
89 $(LINT.c) -o $(LIBNAME) $(SRCS) > $(LINTOUT) 2>&1
91 lintcheck: $$(SRCS)
92 $(LINT.c) $(LINTCHECKFLAGS) $(SRCS) $(LDLIBS)
/titanic_44/usr/src/cmd/lp/model/netpr/
H A DMakefile41 SRCS= \ macro
48 OBJS= $(SRCS:.c=.o)
107 cstyle $(SRCS)
111 $(LINT.c) $(SRCS) $(LDLIBS)
/titanic_44/usr/src/cmd/strings/
H A DMakefile.com27 SRCS= ../$(PROG).c
42 $(PROG): $(SRCS)
43 $(LINK.c) -o $(PROG) $(SRCS) $(LDLIBS)
/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/
H A DMakefile38 SRCS= $(LOCAL:%.o=%.c) $(COMMON:%.o=../lib/%.c) macro
54 $(POFILE): $(SRCS)
56 $(COMPILE.cpp) $(SRCS) > $(POFILE).i
74 $(LINT.c) $(SRCS) $(LDLIBS)
/titanic_44/usr/src/cmd/fs.d/udfs/fsck/
H A DMakefile44 SRCS= $(FSCKSRCS) $(UDFSSRCS) ../mkfs/udfslib.c macro
64 $(POFILE): $(SRCS)
66 $(COMPILE.cpp) $(SRCS) > $(POFILE).i
72 $(LINT.c) -mu $(SRCS)
/titanic_44/usr/src/cmd/sgs/lex/
H A DMakefile.targ92 $(LINTLIB): $$(SRCS)
93 $(LINT.c) -o $(LIBNAME) $(SRCS) > $(LINTOUT) 2>&1
95 lintcheck: $$(SRCS)
96 $(LINT.c) $(LINTCHECKFLAGS) $(SRCS) $(LDLIBS)
/titanic_44/usr/src/cmd/zlook/
H A DMakefile.com27 SRCS= ../$(PROG).c
43 $(PROG): $(SRCS)
44 $(LINK.c) -o $(PROG) $(SRCS) $(LDLIBS)
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A DMakefile28 SRCS = inetadm.c macro
29 LNTS = $(SRCS:%.c=%.ln)
30 OBJS = $(SRCS:%.c=%.o)
/titanic_44/usr/src/cmd/lp/filter/postscript/common/
H A DMakefile33 SRCS = glob.c misc.c request.c tempnam.c macro
35 OBJS = $(SRCS:%.c=%.o)
62 $(LINT.c) $(SRCS)
/titanic_44/usr/src/cmd/print/lpget/
H A DMakefile32 SRCS= $(PROG).c macro
34 OBJS= $(SRCS:.c=.o)
59 cstyle $(SRCS)

12345678910>>...41