/ndk/sources/host-tools/make-3.81/ |
D | Makefile.ami | 134 $(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 …]
|
D | makefile.vms | 99 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 …]
|
D | README.Amiga | 1 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 …]
|
D | SMakefile | 1 # -*-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 …]
|
D | NMakefile | 1 # -*-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 …]
|
D | build_w32.bat | 28 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 …]
|
D | README.OS2 | 1 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 …]
|
D | README | 11 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 …]
|
D | Makefile.DOS | 39 pkgdatadir = $(datadir)/make 40 pkglibdir = $(libdir)/make 41 pkgincludedir = $(includedir)/make 70 PACKAGE = make 78 bin_PROGRAMS = make$(EXEEXT) 85 info_TEXINFOS = make.texinfo 86 man_MANS = make.1 525 echo "cd tests && $(PERL) ./run_make_tests.pl -make ../make.exe $(MAKETESTFLAGS)"; \
|
D | build-make.sh | 39 GNUMAKE=make 48 SUBDIR=$(get_prebuilt_host_exec make) 54 GNUMAKE_SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/make-$GNUMAKE_VERSION 101 run mkdir -p $(dirname "$OUT") && cp $(get_host_exec_name make) $OUT 105 ARCHIVE=ndk-make-$HOST_TAG.tar.bz2
|
D | Makefile.am | 33 bin_PROGRAMS = make program 49 noinst_HEADERS = commands.h dep.h filedef.h job.h make.h rule.h variable.h \ 58 man_MANS = make.1 164 # If we're building outside the tree, we use symlinks to make a local copy of 181 cd tests && $(PERL) ./run_make_tests.pl -make ../make$(EXEEXT) $(MAKETESTFLAGS); \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/ |
D | insert_iter_iter.pass.cpp | 25 make(int size, int start = 0 ) in make() function 76 C c1 = make<C>(N, start); in testN() 77 C c2 = make<C>(M); in testN() 85 C c1 = make<C>(N, start); in testN() 86 C c2 = make<C>(M); in testN() 94 C c1 = make<C>(N, start); in testN() 95 C c2 = make<C>(M); in testN() 103 C c1 = make<C>(N, start); in testN() 104 C c2 = make<C>(M); in testN() 112 C c1 = make<C>(N, start); in testN() [all …]
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | Makefile.in | 74 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 …]
|
D | Makefile.am | 21 info_TEXINFOS = make.texi 22 make_TEXINFOS = fdl.texi make-stds.texi 24 CLEANFILES = make*.html 33 $(TEXI2HTML) $(TEXI2HTML_FLAGS) $(srcdir)/make.texi
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | symlinks | 19 # We'll make both dep and targ older than sym 28 run_make_test('targ: sym ; @echo make $@ from $<', '', 30 run_make_test(undef, '-L', "make targ from sym"); 34 run_make_test(undef, '', "make targ from sym"); 35 run_make_test(undef, '-L', "make targ from sym"); 50 run_make_test(undef, '-L', "make targ from sym"); 58 run_make_test('targ: sym ; @echo make $@ from $<', '', 59 "#MAKE#: *** No rule to make target `sym', needed by `targ'. Stop.", 512); 61 run_make_test('targ: sym ; @echo make $@ from $<', '-L', 62 'make targ from sym');
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | README | 3 in the file COPYING. It has been maintained as part of GNU make proper 4 since GNU make 3.78. 41 By default, the test engine picks up the first executable called "make" 43 "perl run_make_tests -make_path /usr/local/src/make-3.78/make") if 45 relative paths and when make is called something other than "make" (like 54 with your network or file server, not GNU make (I believe). This 59 make you are using can't obtain the system load. Some systems require 60 make to be setgid sys or kmem for this; if you don't want to install 61 make just to test it, make it setgid to kmem or whatever group /dev/kmem 62 is (ie, "chgrp kmem make;chmod g+s make" as root). In any case, the [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.ops/ |
D | lt.pass.cpp | 29 make(int n) in make() function 39 std::stack<int> q1 = make<std::stack<int> >(5); in main() 40 std::stack<int> q2 = make<std::stack<int> >(10); in main()
|
D | eq.pass.cpp | 23 make(int n) in make() function 33 std::stack<int> q1 = make<std::stack<int> >(5); in main() 34 std::stack<int> q2 = make<std::stack<int> >(10); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.ops/ |
D | lt.pass.cpp | 29 make(int n) in make() function 39 std::queue<int> q1 = make<std::queue<int> >(5); in main() 40 std::queue<int> q2 = make<std::queue<int> >(10); in main()
|
D | eq.pass.cpp | 23 make(int n) in make() function 33 std::queue<int> q1 = make<std::queue<int> >(5); in main() 34 std::queue<int> q2 = make<std::queue<int> >(10); in main()
|
/ndk/sources/host-tools/make-3.81/tests/scripts/ |
D | test_template | 6 # Run a make test. See the documentation of run_make_test() in 9 # arguments to be passed to the make invocation, the third is a string 11 # make. If not specified, it's assumed that the make program should succeed 15 'Arguments to pass to make go here',
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.special/ |
D | swap.pass.cpp | 20 make(int n) in make() function 30 std::stack<int> q1 = make<std::stack<int> >(5); in main() 31 std::stack<int> q2 = make<std::stack<int> >(10); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/ |
D | swap.pass.cpp | 19 make(int n) in make() function 29 std::queue<int> q1 = make<std::queue<int> >(5); in main() 30 std::queue<int> q2 = make<std::queue<int> >(10); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.defn/ |
D | swap.pass.cpp | 19 make(int n) in make() function 29 std::stack<int> q1 = make<std::stack<int> >(5); in main() 30 std::stack<int> q2 = make<std::stack<int> >(10); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.special/ |
D | swap.pass.cpp | 20 make(int n) in make() function 30 std::queue<int> q1 = make<std::queue<int> >(5); in main() 31 std::queue<int> q2 = make<std::queue<int> >(10); in main()
|