Searched refs:make (Results 26 - 50 of 941) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/
H A Dregen.sh3 perl ../../../cf/make-proto.pl -q -P comment -p netlogon-private.h *.c
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/m4/
H A Dmkconf2 # (re)make the autoconf configuration files.
20 cd m4 && make $*
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/
H A DMakefile.in22 include ../../../make.tmpl
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dsfinae15.C6 struct make { static T&& it(); }; struct
12 decltype( pf(make<T const&>::it()) )* = 0 // SFINAE!
/netbsd-6-1-5-RELEASE/share/doc/
H A DMakefile5 .if make(install)
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A DMakefile.ami1 # NOTE: If you have no `make' program at all to process this makefile, run
54 # your C library, you can comment this out. GNU make uses special hooks
55 # into the glob functions to be more efficient (by using make's directory
79 # Directory to install `make' in.
91 # Prefix to put on installed `make' binary file name.
93 # Prefix to put on installed `make' man page file name.
96 # Whether or not make needs to be installed setgid.
99 # switch) will not work unless make is installed setgid kmem.
101 # Install make setgid to this group so it can read /dev/kmem.
104 # Program to install `make'
[all...]
H A Dbuild.sh.in2 # Shell script to build GNU Make in the absence of any `make' program.
77 echo linking make...
78 $CC $LDFLAGS $objs $LOADLIBES -o make.new
80 mv -f make.new make
/netbsd-6-1-5-RELEASE/dist/ipf/ipsend/
H A DMakefile67 make ipsend "OBJS=$(OBJS)" "UNIXOBJS=$(BPF) $(SUNOS4)" "CC=$(CC)" \
69 make ipresend "ROBJS=$(ROBJS)" "UNIXOBJS=$(BPF) $(SUNOS4)" "CC=$(CC)" \
71 make iptest "TOBJS=$(TOBJS)" "UNIXOBJS=$(BPF) $(SUNOS4)" "CC=$(CC)" \
75 make ipsend "OBJS=$(OBJS)" "UNIXOBJS=$(NIT) $(SUNOS4)" "CC=$(CC)" \
77 make ipresend "ROBJS=$(ROBJS)" "UNIXOBJS=$(NIT) $(SUNOS4)" "CC=$(CC)" \
79 make iptest "TOBJS=$(TOBJS)" "UNIXOBJS=$(NIT) $(SUNOS4)" "CC=$(CC)" \
83 make ipsend "OBJS=$(OBJS)" "UNIXOBJS=$(SUNOS5)" "CC=$(CC)" \
86 make ipresend "ROBJS=$(ROBJS)" "UNIXOBJS=$(SUNOS5)" "CC=$(CC)" \
88 make iptest "TOBJS=$(TOBJS)" "UNIXOBJS=$(SUNOS5)" "CC=$(CC)" \
92 make ipsen
[all...]
/netbsd-6-1-5-RELEASE/compat/
H A DMakefile8 .if !make(includes)
/netbsd-6-1-5-RELEASE/compat/dirshack/
H A DMakefile4 # make tries to go create the subdirs used for builds.
6 # the problem is that make handles objdir creation for subdirs before it
7 # handles this current directory, so when make cd's into $arch/$libtype
19 .if make(obj)
27 .endif # make(obj)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/tunala/
H A Dautoungunk.sh9 make distclean
13 make clean
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/shlib/
H A Dhpux10-cc.sh46 make clean
47 make DIRS="crypto ssl"
54 make -f shlib/Makefile.hpux10-cc
73 make clean
80 # Build the static libs and the executables in one make.
81 make
83 make install
89 make clean
90 make DIRS="crypto ssl"
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dgcc-build-full49 make $REG_MAKE_J > ${LOGDIR}/make.log 2>&1 || abort " make failed"
50 make install > ${LOGDIR}/make.install.log 2>&1 || abort " make install failed"
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/init/
H A Dnew8.C14 void make () function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/init/
H A Dnew8.C14 void make () function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.hp/gdb.base-hp/
H A Dso-thresh.sh28 make -f ${srcdir}/${subdir}/so-thresh.mk clean require_shlibs all SRCDIR=${srcdir}/${subdir} OBJDIR=${objdir}/${subdir} > ${objdir}/${subdir}/so-thresh.make.out 2>&1
/netbsd-6-1-5-RELEASE/sys/modules/arch/
H A DMakefile8 .if !make(includes)
/netbsd-6-1-5-RELEASE/sys/modules/arch/dirshack/
H A DMakefile4 # make tries to go create the subdirs used for builds.
6 # the problem is that make handles objdir creation for subdirs before it
7 # handles this current directory, so when make cd's into $arch/$libtype
19 .if make(obj)
27 .endif # make(obj)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/lib/libsl/slc/
H A DMakefile27 make-print-version.lo: ${HEIMBASE}/include/version.h
29 make-print-version: make-print-version.lo
32 print_version.h: make-print-version
33 ./make-print-version print_version.h
35 .NOPATH: print_version.h make-print-version
44 print_version.h make-print-version \
45 make-print-version.lo
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/test/
H A Drun_lint.sh19 make -f $PROG_DIR/makefile lint C_FILES=$i srcdir=$PROG_DIR
/netbsd-6-1-5-RELEASE/dist/ipf/ipsd/
H A DMakefile35 make ipsd "OBJS=$(OBJS)" "UNIXOBJS=$(BPF) $(SUNOS4)" "CC=$(CC)" \
39 make ipsd "OBJS=$(OBJS)" "UNIXOBJS=$(NIT) $(SUNOS4)" "CC=$(CC)" \
43 make ipsd "OBJS=$(OBJS)" "UNIXOBJS=$(SUNOS5)" "CC=$(CC)" \
47 make ipsd "OBJS=$(OBJS)" "UNIXOBJS=$(BPF) $(BSD)" "CC=$(CC)" \
51 make ipsd "OBJS=$(OBJS)" "UNIXOBJS=$(LINUX)" "CC=$(CC)" \
58 (cd ..; make $(@:../%=%))
/netbsd-6-1-5-RELEASE/usr.bin/kdump/
H A DMakefile.ioctl-c7 .if !make(cleandir) && !make(obj) && !make(includes)
/netbsd-6-1-5-RELEASE/dist/dhcp/
H A DMakefile36 (cd work.$$sysname; make all); \
44 (cd work.$$sysname; make install); \
52 (cd work.$$sysname; make depend); \
60 (cd work.$$sysname; make clean); \
68 (cd work.$$sysname; make realclean); \
76 (cd work.$$sysname; make distclean); \
84 (cd work.$$sysname; make links); \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/lib/libcom_err/compile_et/
H A DMakefile40 make-print-version.lo: ${HEIMBASE}/include/version.h
42 make-print-version: make-print-version.lo
45 print_version.h: make-print-version
46 ./make-print-version print_version.h
48 CLEANFILES+= print_version.h make-print-version make-print-version.lo
/netbsd-6-1-5-RELEASE/dist/ipf/
H A DMakefile153 @if [ -d test ]; then (cd test; make) \
157 @if [ -d test ]; then (cd test; make clean && make) \
178 make freebsd`uname -r|cut -c1`
181 make setup "TARGOS=BSD" "CPUDIR=$(CPUDIR)"
199 make freebsd20
222 make setup "TARGOS=BSD" "CPUDIR=$(CPUDIR)"
223 (cd BSD/$(CPUDIR); make build TOP=../.. $(MFLAGS) "ML=mlfk_ipl.c" "MLD=mlfk_ipl.c" "LKM=ipf.ko.5" "LKMR=ipfrule.ko.5" "DLKM=-DKLD_MODULE" "MLR=mlfk_rule.o"; cd ..)
224 # (cd BSD/$(CPUDIR); make -f Makefile.ipsend build TOP=../.. $(MFLAGS1); cd ..)
232 make setu
[all...]

Completed in 285 milliseconds

1234567891011>>