Home
last modified time | relevance | path

Searched refs:make (Results 1 – 25 of 4085) sorted by relevance

12345678910>>...164

/netbsd-src/external/gpl2/gmake/dist/
H A DMakefile.ami134 $(srcdir)job.h $(srcdir)make.h $(srcdir)rule.h \
141 all: make
142 info: make.info
143 dvi: make.dvi
147 make.info: make.texinfo
148 $(MAKEINFO) -I$(srcdir) $(srcdir)make.texinfo -o make.info
150 make.dvi: make.texinfo
151 $(TEXI2DVI) $(srcdir)make.texinfo
153 make.ps: make.dvi
154 dvi2ps make.dvi > make.ps
[all …]
H A DSMakefile1 # -*-Makefile-*- for building GNU make with smake
3 # NOTE: If you have no 'make' program at all to process this makefile,
26 # Ultrix 2.2 make doesn't expand the value of VPATH.
27 VPATH = /make-3.81/
29 srcdir = /make-3.81/
60 # your C library, you can comment this out. GNU make uses special hooks
61 # into the glob functions to be more efficient (by using make's directory
85 # Directory to install `make' in.
97 # Prefix to put on installed `make' binary file name.
99 # Prefix to put on installed `make' man page file name.
[all …]
H A Dmakefile.vms99 commands.h dep.h filedef.h job.h make.h rule.h variable.h
103 all: config.h make.exe
105 doc: make.info make.dvi
108 make.exe: $(objs)
114 -$(RM) make.exe;,*.obj;
118 commands.obj: commands.c make.h dep.h commands.h filedef.h variable.h job.h
119 job.obj: job.c vmsjobs.c make.h commands.h job.h filedef.h variable.h
120 dir.obj: dir.c make.h
121 file.obj: file.c make.h commands.h dep.h filedef.h variable.h
122 misc.obj: misc.c make.h dep.h
[all …]
H A DREADME.Amiga1 Short: Port of GNU make with SAS/C (no ixemul.library required)
6 This is a pure Amiga port of GNU make. It needs no extra libraries or
8 GNU make):
14 c:make : make.o
19 that "make:make.o" tries to create "make.o" on the device "make:".
22 if exists make @@\
23 delete make.bak quiet @@\
24 rename make make.bak @@\
26 $(CC) Link Make.o To make
28 works. Note that the @@ must stand alone (ie. "make@@\" is illegal).
[all …]
H A Dbuild_w32.bat28 set make=gnumake variable
31 …ONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make
33 …ONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make
35 …ONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make
37 …ONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make
39 …ONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make
41 …ONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make
43 …ONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make
45 …ONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make
47 …ONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make
[all …]
H A DNMakefile1 # -*-Makefile-*- to build GNU make with nmake
3 # NOTE: If you have no 'make' program at all to process this makefile,
31 …y) /Od /D DEBUG /D _DEBUG /FR.\WinDebug/ /Fp.\WinDebug/make.pch /Fo.\WinDebug/ /Fd.\WinDebug/make.…
32 CFLAGS_release = $(CFLAGS_any) /O2 /D NDEBUG /FR.\WinRel/ /Fp.\WinRel/make.pch /Fo.\WinRel/
35 /INCREMENTAL:no /PDB:WinDebug/make.pdb /MACHINE:I386 \
36 /OUT:WinDebug/make.exe /DEBUG
38 /INCREMENTAL:no /MACHINE:I386 /OUT:WinRel/make.exe
52 if exist WinDebug\make.exe erase WinDebug\make.exe
53 if exist WinRel\make.exe erase WinRel\make.exe
59 …f $(MAKEFILE) LDFLAGS="$(LDFLAGS_release)" CFLAGS="$(CFLAGS_release)" OUTDIR=WinRel WinRel/make.exe
[all …]
H A DREADME.OS21 Port of GNU make to OS/2.
3 Features of GNU make that do not work under OS/2:
12 GNU make supports both shell types. The following list defines the order
21 happens e.g. in the make testsuite.
35 (but only /bin/sh). Simply set CPPFLAGS="-DNO_CMD_DEFAULT" and make
40 GNU make prints drive letters. This is necessary if you want to run
53 - GNU file utilities (make sure that install.exe from the file utilities
62 - GNU make 3.79.1 (special OS/2 patched version) or higher
84 Note: Although it is possible to compile make using "./configure",
85 "make", "make install" this is not recommended. In particular,
[all …]
H A DREADME11 If you need to build GNU Make and have no other `make' program to use,
13 `configure' as described in INSTALL. Then, instead of typing `make' to
16 use for `./make install', or whatever else.
37 GNU make is fully documented in the GNU Make manual, which is contained
38 in this distribution as the file make.texinfo. You can also find
57 http://savannah.gnu.org/projects/make/
66 You can send GNU make bug reports to <bug-make@gnu.org>. Please see the
67 section of the GNU make manual entitled `Problems and Bugs' for
73 http://savannah.gnu.org/bugs/?group=make
75 If you need help using GNU make, try these forums:
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Dutil.d25 template make(T)
28 T make(Args...)(Args arguments)
46 T make(Args...)(Args arguments)
60 auto arr = make!(Array!int)([4, 2, 3, 1]);
63 auto rbt = make!(RedBlackTree!(int, "a > b"))([4, 2, 3, 1]);
66 alias makeList = make!(SList!int);
76 auto arr1 = make!(Array!dchar)();
78 auto arr2 = make!(Array!dchar)("hello"d);
81 auto rtb1 = make!(RedBlackTree!dchar)();
83 auto rtb2 = make!(RedBlackTree!dchar)('h', 'e', 'l', 'l', 'o');
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Dutil.d25 template make(T)
28 T make(Args...)(Args arguments)
46 T make(Args...)(Args arguments)
60 auto arr = make!(Array!int)([4, 2, 3, 1]);
63 auto rbt = make!(RedBlackTree!(int, "a > b"))([4, 2, 3, 1]);
66 alias makeList = make!(SList!int);
76 auto arr1 = make!(Array!dchar)();
78 auto arr2 = make!(Array!dchar)("hello"d);
81 auto rtb1 = make!(RedBlackTree!dchar)();
83 auto rtb2 = make!(RedBlackTree!dchar)('h', 'e', 'l', 'l', 'o');
[all …]
/netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dgcc-build-simple51 make all-build-libiberty > ${LOGDIR}/make.all-build-libiberty.log 2>&1 || true
52 make all-libcpp > ${LOGDIR}/make.all-libcpp.log 2>&1 || true
53 make all-libdecnumber > ${LOGDIR}/make.all-libdecnumber.log 2>&1 || true
54 make all-intl > ${LOGDIR}/make.all-intl.log 2>&1 || true
55 make all-libbanshee > ${LOGDIR}/make.all-libbanshee.log 2>&1 || true
56 make configure-gcc > ${LOGDIR}/make.configure-gcc.log 2>&1 || true
63 make > ${LOGDIR}/make.libiberty.log 2>&1 || true
76 make $REG_MAKE_J $REG_COMPILER > ${LOGDIR}/make.${REG_COMPILER}.log 2>&1 \
/netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
H A Dgcc-build-simple51 make all-build-libiberty > ${LOGDIR}/make.all-build-libiberty.log 2>&1 || true
52 make all-libcpp > ${LOGDIR}/make.all-libcpp.log 2>&1 || true
53 make all-libdecnumber > ${LOGDIR}/make.all-libdecnumber.log 2>&1 || true
54 make all-intl > ${LOGDIR}/make.all-intl.log 2>&1 || true
55 make all-libbanshee > ${LOGDIR}/make.all-libbanshee.log 2>&1 || true
56 make configure-gcc > ${LOGDIR}/make.configure-gcc.log 2>&1 || true
63 make > ${LOGDIR}/make.libiberty.log 2>&1 || true
76 make $REG_MAKE_J $REG_COMPILER > ${LOGDIR}/make.${REG_COMPILER}.log 2>&1 \
/netbsd-src/external/mit/libuv/dist/docs/
H A DMakefile28 @echo " html to make standalone HTML files"
29 @echo " livehtml to make standalone HTML files and live reload them"
30 @echo " dirhtml to make HTML files named index.html in directories"
31 @echo " singlehtml to make a single large HTML file"
32 @echo " pickle to make pickle files"
33 @echo " json to make JSON files"
34 @echo " htmlhelp to make HTML files and a HTML help project"
35 @echo " qthelp to make HTML files and a qthelp project"
36 @echo " devhelp to make HTML files and a Devhelp project"
37 @echo " epub to make an epub"
[all …]
/netbsd-src/external/mit/libcbor/dist/doc/
H A DMakefile26 @echo " html to make standalone HTML files"
27 @echo " dirhtml to make HTML files named index.html in directories"
28 @echo " singlehtml to make a single large HTML file"
29 @echo " pickle to make pickle files"
30 @echo " json to make JSON files"
31 @echo " htmlhelp to make HTML files and a HTML help project"
32 @echo " qthelp to make HTML files and a qthelp project"
33 @echo " devhelp to make HTML files and a Devhelp project"
34 @echo " epub to make an epub"
35 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
[all …]
/netbsd-src/external/gpl2/gmake/dist/doc/
H A DMakefile.in74 INFO_DEPS = $(srcdir)/make.info
77 DVIS = make.dvi
78 PDFS = make.pdf
79 PSS = make.ps
80 HTMLS = make.html
81 TEXINFOS = make.texi
201 info_TEXINFOS = make.texi
202 make_TEXINFOS = fdl.texi make-stds.texi
203 CLEANFILES = make*.html
283 $(srcdir)/make.info: make.texi $(srcdir)/version.texi $(make_TEXINFOS)
[all …]
/netbsd-src/distrib/alpha/rz25dist/
H A Dbuild_dist20 make clean
22 make
24 make install
30 make build
34 make World
36 make install install.man
43 make
47 make distclean
51 make cleandir
55 make clean
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2415 template <class T, class... Args> Node *make(Args &&... args) { in make() function
2582 return make<NameWithTemplateArgs>(S, TA); in parseName()
2595 return make<NameWithTemplateArgs>(N, TA); in parseName()
2614 auto *StringLitName = make<NameType>("string literal"); in parseLocalName()
2617 return make<LocalName>(Encoding, StringLitName); in parseLocalName()
2627 return make<LocalName>(Encoding, N); in parseLocalName()
2634 return make<LocalName>(Encoding, Entity); in parseLocalName()
2647 return make<StdQualifiedName>(R); in parseUnscopedName()
2674 Result = make<StructuredBindingName>(popTrailingNodeArray(BindingsBegin)); in parseUnqualifiedName()
2700 return make<UnnamedTypeName>(Count); in parseUnnamedTypeName()
[all …]
/netbsd-src/external/bsd/ekermit/dist/
H A Dmakefile28 make ek
32 @UNAME=`uname` ; make "CC=gcc" "CC2=gcc" "CFLAGS=-D$$UNAME -O2" ek
36 make "CC=gcc" "CC2=gcc" "CFLAGS=-DNODEBUG -O2" ek
40 make "CC=gcc" "CC2=gcc" \
45 make "CC=gcc" "CC2=gcc" \
50 make "CC=gcc" "CC2=gcc" \
55 make "SHELL=/usr/bin/sh" CC=/opt/ansic/bin/cc CC2=/opt/ansic/bin/cc \
60 make "CC=gcc" "CC2=gcc" ek "CFLAGS=-DNODEBUG -pg" "LNKFLAGS=-pg"
67 make gcc
/netbsd-src/external/gpl2/gettext/dist/autoconf-lib-link/tests/
H A Drpath-3_a22 make > make.log 2>&1
23 make install > install.log 2>&1
35 make > make.log 2>&1
36 make install > install.log 2>&1
48 make > make.log 2>&1
49 make install > install.log 2>&1
61 make > make.log 2>&1
62 make check >> make.log
H A Drpath-3_b34 make > make.log 2>&1
35 make install > install.log 2>&1
47 make > make.log 2>&1
48 make install > install.log 2>&1
60 make > make.log 2>&1
61 make install > install.log 2>&1
78 make > make.log 2>&1
79 make check >> make.log
H A Drpath-2_a22 make > make.log 2>&1
23 make install > install.log 2>&1
35 make > make.log 2>&1
36 make install > install.log 2>&1
48 make > make.log 2>&1
49 make check >> make.log
/netbsd-src/sys/external/isc/libsodium/dist/dist-build/
H A Dios.sh40 make distclean > /dev/null
47 make -j3 install || exit 1
53 make distclean > /dev/null
60 make -j3 install || exit 1
71 make distclean > /dev/null
78 make -j3 install || exit 1
84 make distclean > /dev/null
91 make -j3 install || exit 1
97 make distclean > /dev/null
104 make -j3 install || exit 1
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/
H A Dtest_from_cmd.py25 make = make_args(tmpdir) + ['build_regular']
26 outdir = self.run_analyzer(tmpdir, [], make)
31 make = make_args(tmpdir) + ['build_clean']
32 outdir = self.run_analyzer(tmpdir, [], make)
37 make = make_args(tmpdir) + ['build_clean']
38 outdir = self.run_analyzer(tmpdir, ['--keep-empty'], make)
50 make = make_args(tmpdir) + ['build_regular']
53 make)
60 make = make_args(tmpdir) + ['build_regular']
64 make)
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A DREADME.md7 $ make test # Unix
24 (`make` macro `VERBOSE` or `V`):
26 $ make V=1 test # Unix
33 $ make test VF=1
38 $ make test VFP=1
41 the make variable TESTS to specify them, like this:
43 $ make TESTS='test_rsa test_dsa' test # Unix
49 $ make test TESTS='test_rsa test_dsa' VF=1
50 $ make test TESTS="test_cmp_*" VFP=1
54 $ make list-tests # Unix
[all …]
/netbsd-src/sys/
H A DMakefile10 .if make(obj) || make(cleandir) || ${MKDTB} != "no"
14 .if make(obj) || make(cleandir) || ${MKKMOD} != "no"
18 .if make(includes) || make(obj) || make(cleandir)

12345678910>>...164