Searched refs:SRC (Results 326 - 350 of 1666) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frudata/
H A DMakefile31 include $(SRC)/Makefile.psm
34 include $(SRC)/lib/Makefile.lib
38 include $(SRC)/cmd/picl/plugins/Makefile.com
63 include $(SRC)/lib/Makefile.targ
64 include $(SRC)/cmd/picl/plugins/Makefile.targ
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/sebring/conf/
H A DMakefile26 include $(SRC)/Makefile.psm
29 include $(SRC)/lib/Makefile.lib
33 include $(SRC)/cmd/picl/plugins/Makefile.com
58 include $(SRC)/lib/Makefile.targ
59 include $(SRC)/cmd/picl/plugins/Makefile.targ
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/sebring/devtree/
H A DMakefile26 include $(SRC)/Makefile.psm
29 include $(SRC)/lib/Makefile.lib
31 include $(SRC)/cmd/picl/plugins/Makefile.com
59 include $(SRC)/lib/Makefile.targ
60 include $(SRC)/cmd/picl/plugins/Makefile.targ
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/sebring/frudata/
H A DMakefile26 include $(SRC)/Makefile.psm
29 include $(SRC)/lib/Makefile.lib
33 include $(SRC)/cmd/picl/plugins/Makefile.com
59 include $(SRC)/lib/Makefile.targ
60 include $(SRC)/cmd/picl/plugins/Makefile.targ
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/silverstone/conf/
H A DMakefile26 include $(SRC)/Makefile.psm
29 include $(SRC)/lib/Makefile.lib
33 include $(SRC)/cmd/picl/plugins/Makefile.com
58 include $(SRC)/lib/Makefile.targ
59 include $(SRC)/cmd/picl/plugins/Makefile.targ
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/silverstone/devtree/
H A DMakefile26 include $(SRC)/Makefile.psm
29 include $(SRC)/lib/Makefile.lib
31 include $(SRC)/cmd/picl/plugins/Makefile.com
59 include $(SRC)/lib/Makefile.targ
60 include $(SRC)/cmd/picl/plugins/Makefile.targ
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/silverstone/frudata/
H A DMakefile26 include $(SRC)/Makefile.psm
29 include $(SRC)/lib/Makefile.lib
33 include $(SRC)/cmd/picl/plugins/Makefile.com
59 include $(SRC)/lib/Makefile.targ
60 include $(SRC)/cmd/picl/plugins/Makefile.targ
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/frudata/
H A DMakefile26 include $(SRC)/Makefile.psm
29 include $(SRC)/lib/Makefile.lib
33 include $(SRC)/cmd/picl/plugins/Makefile.com
58 include $(SRC)/lib/Makefile.targ
59 include $(SRC)/cmd/picl/plugins/Makefile.targ
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A DMakefile44 include $(SRC)/lib/Makefile.lib
45 include $(SRC)/Makefile.psm
47 include $(SRC)/cmd/picl/plugins/Makefile.com
53 $(SRC)/common/mdesc/mdesc_findname.c \
54 $(SRC)/common/mdesc/mdesc_findnodeprop.c \
55 $(SRC)/common/mdesc/mdesc_fini.c \
56 $(SRC)/common/mdesc/mdesc_getpropdata.c \
57 $(SRC)/common/mdesc/mdesc_getpropstr.c \
58 $(SRC)/common/mdesc/mdesc_getpropval.c \
59 $(SRC)/commo
[all...]
/illumos-gate/usr/src/cmd/mdb/sun4v/modules/unix/v9/
H A DMakefile43 CPPFLAGS += -I$(SRC)/uts/sun4
44 CPPFLAGS += -I$(SRC)/uts/sun4v
45 CPPFLAGS += -I$(SRC)/uts/sun4u
46 CPPFLAGS += -I$(SRC)/uts/sfmmu
47 CPPFLAGS += -I$(SRC)/uts/sparc/v9
/illumos-gate/usr/src/tools/scripts/
H A Dcheckpaths.sh30 if [ -z "$SRC" ]; then
31 SRC=$CODEMGR_WS/usr/src
34 if [ -z "$CODEMGR_WS" -o ! -d "$CODEMGR_WS" -o ! -d "$SRC" ]; then
81 [ -f $SRC/pkgdefs/etc/exception_list_$arch ] && \
84 $args $SRC/pkgdefs/etc/exception_list_$arch
111 if [ -r $SRC/tools/findunref/exception_list ]; then
112 validate_paths -k ISUSED -r -e '^\*' $SRC/tools/findunref/exception_list
115 if [ -f $SRC/tools/opensolaris/license-list ]; then
116 sed -e 's/$/.descrip/' < $SRC/tools/opensolaris/license-list | \
117 validate_paths -n SRC/tool
[all...]
H A Dcheckproto.sh66 if [ -z "${SRC}" ]; then
67 SRC=${WS}/usr/src
74 pkglocns="${SRC}/pkgdefs"
75 [ -d ${SRC}/../closed/pkgdefs ] && pkglocns="$pkglocns ${SRC}/../closed/pkgdefs"
/illumos-gate/usr/src/cmd/volcheck/
H A DMakefile31 RMVOLGMR_SRCS = $(RMVOLMGR_OBJS:%.o=$(SRC)/cmd/rmvolmgr/%.c)
34 include $(SRC)/cmd/Makefile.cmd
35 include $(SRC)/cmd/hal/Makefile.hal
41 CPPFLAGS += -I$(SRC)/cmd/rmvolmgr
60 rmm_common.o: $(SRC)/cmd/rmvolmgr/rmm_common.c $(SRC)/cmd/rmvolmgr/rmm_common.h
61 $(COMPILE.c) -o $@ $(SRC)/cmd/rmvolmgr/rmm_common.c
64 vold.o: $(SRC)/cmd/rmvolmgr/vold.c $(SRC)/cmd/rmvolmgr/vold.h
65 $(COMPILE.c) -o $@ $(SRC)/cm
[all...]
/illumos-gate/usr/src/cmd/volrmmount/
H A DMakefile31 RMVOLGMR_SRCS = $(RMVOLMGR_OBJS:%.o=$(SRC)/cmd/rmvolmgr/%.c)
34 include $(SRC)/cmd/Makefile.cmd
35 include $(SRC)/cmd/hal/Makefile.hal
41 CPPFLAGS += -I$(SRC)/cmd/rmvolmgr
60 rmm_common.o: $(SRC)/cmd/rmvolmgr/rmm_common.c $(SRC)/cmd/rmvolmgr/rmm_common.h
61 $(COMPILE.c) -o $@ $(SRC)/cmd/rmvolmgr/rmm_common.c
64 vold.o: $(SRC)/cmd/rmvolmgr/vold.c $(SRC)/cmd/rmvolmgr/vold.h
65 $(COMPILE.c) -o $@ $(SRC)/cm
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A DMakefile35 include $(SRC)/lib/Makefile.lib
36 include $(SRC)/Makefile.psm
37 include $(SRC)/cmd/picl/plugins/Makefile.com
58 CPPFLAGS += -I$(SRC)/uts/sun4u/sys
59 CPPFLAGS += -I$(SRC)/cmd/picl/plugins/sun4u/lib/fruaccess
60 CPPFLAGS += -I$(SRC)/lib/libfruutils
61 CPPFLAGS += -I$(SRC)/lib/libfru/include
62 CPPFLAGS += -I$(SRC)/cmd/picl/plugins/sun4u/snowbird/lib/libctsmc
64 LDLIBS += -L$(SRC)/lib/libpicl/$(MACH) -L$(SRC)/li
[all...]
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A DMakefile35 GETDATE = $(SRC)/cmd/krb5/kadmin/cli/getdate.o
41 include $(SRC)/cmd/Makefile.cmd
42 include $(SRC)/lib/gss_mechs/mech_krb5/Makefile.mech_krb5
51 -I$(SRC)/lib/gss_mechs/mech_krb5 \
52 -I$(SRC)/lib/gss_mechs/mech_krb5/include \
53 -I$(SRC)/lib/gss_mechs/mech_krb5/include/krb5 \
54 -I$(SRC)/lib/krb5 \
55 -I$(SRC)/lib/krb5/kdb \
56 -I$(SRC)/lib/krb5/plugins/kdb/ldap/libkdb_ldap \
57 -I$(SRC)/cm
[all...]
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A DMakefile43 CPPFLAGS += -I$(SRC)/lib/print/libpapi-common/common
48 LDLIBS += -L$(SRC)/cmd/lp/lib/msgs -llpmsg
49 LDLIBS += -L$(SRC)/cmd/lp/lib/printers -llpprt
50 LDLIBS += -L$(SRC)/cmd/lp/lib/class -llpcls
51 LDLIBS += -L$(SRC)/cmd/lp/lib/requests -llpreq
52 LDLIBS += -L$(SRC)/cmd/lp/lib/secure -llpsec
53 LDLIBS += -L$(SRC)/cmd/lp/lib/forms -llpfrm
54 LDLIBS += -L$(SRC)/cmd/lp/lib/access -llpacc
55 LDLIBS += -L$(SRC)/cmd/lp/lib/lp -llp
/illumos-gate/usr/src/lib/pam_modules/krb5/
H A DMakefile.com42 include $(SRC)/lib/gss_mechs/mech_krb5/Makefile.mech_krb5
45 -I$(SRC)/uts/common/gssapi/include/ \
46 -I$(SRC)/uts/common/gssapi/mechs/krb5/include \
47 -I$(SRC)/lib/gss_mechs/mech_krb5 \
48 -I$(SRC)/lib/krb5 \
69 include $(SRC)/lib/Makefile.targ
/illumos-gate/usr/src/lib/libdtrace/amd64/
H A DMakefile35 SRCS += $(SRC)/common/dis/i386/dis_tables.c
36 CPPFLAGS += -I$(SRC)/common/dis/i386
41 pics/%.o: $(SRC)/common/dis/i386/%.c
/illumos-gate/usr/src/lib/libfru/conf/
H A DMakefile27 include $(SRC)/Makefile.psm
28 include $(SRC)/lib/Makefile.lib
55 include $(SRC)/lib/Makefile.targ
/illumos-gate/usr/src/lib/brand/shared/librtld_db/
H A DMakefile.com25 include $(SRC)/lib/Makefile.lib
34 UTSBASE = $(SRC)/uts
51 -I$(SRC)/cmd/sgs/librtld_db/common \
52 -I$(SRC)/cmd/sgs/include \
53 -I$(SRC)/cmd/sgs/include/$(MACH)
76 include $(SRC)/lib/Makefile.targ
/illumos-gate/usr/src/lib/brand/solaris10/s10_replacefile/
H A DMakefile32 include $(SRC)/cmd/Makefile.cmd
38 UTSBASE = $(SRC)/uts
52 include $(SRC)/cmd/Makefile.targ
/illumos-gate/usr/src/lib/brand/solaris10/s10_support/
H A DMakefile33 include $(SRC)/cmd/Makefile.cmd
38 UTSBASE = $(SRC)/uts
53 include $(SRC)/cmd/Makefile.targ
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/
H A DMakefile26 include $(SRC)/Makefile.psm
34 include $(SRC)/lib/Makefile.lib
38 include $(SRC)/cmd/picl/plugins/Makefile.com
41 CPPFLAGS += -I$(SRC)/uts/sun4u/ -I$(SRC)/uts/common/
42 CPPFLAGS += -I$(SRC)/lib/libdevfsevent -I$(SRC)/uts/common
63 DEVTREE_SRC_DIR = $(SRC)/cmd/picl/plugins/common/devtree
66 LDLIBS += -L$(SRC)/lib/libptree/$(MACH)
67 LDLIBS += -L$(SRC)/cm
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcpolicy/
H A DMakefile35 include $(SRC)/lib/Makefile.lib
36 include $(SRC)/Makefile.psm
38 include $(SRC)/cmd/picl/plugins/Makefile.com
48 CPPFLAGS += -I$(SRC)/uts/sun4u
49 CPPFLAGS += -I$(SRC)/cmd/picl/plugins/sun4u/psvc/psvcobj
54 LDLIBS += -L$(SRC)/lib/libpicl/$(MACH) -L$(SRC)/lib/libpicltree/$(MACH)
55 LDLIBS += -L$(SRC)/cmd/picl/plugins/sun4u/psvc/psvcobj
56 LDLIBS += -L$(SRC)/cmd/picl/plugins/sun4u/psvc/psvcplugin
68 UTSBASE= $(SRC)/ut
[all...]

Completed in 104 milliseconds

<<11121314151617181920>>