/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 | 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 | 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 | 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 | 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 | 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 | config.log | 4 It was created by GNU make configure 3.81, which was 49 configure:1595: checking whether make sets $(MAKE) 128 configure:2720: checking for style of include used by make 148 | #define PACKAGE_NAME "GNU make" 149 | #define PACKAGE_TARNAME "make" 151 | #define PACKAGE_STRING "GNU make 3.81" 152 | #define PACKAGE_BUGREPORT "bug-make@gnu.org" 153 | #define PACKAGE "make" 166 | #define PACKAGE_NAME "GNU make" 167 | #define PACKAGE_TARNAME "make" [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 | 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); \
|
D | README.W32 | 1 This version of GNU make has been tested on Microsoft Windows 2000/XP/2003. 9 The Windows 32-bit port of GNU make is maintained jointly by various 61 (this produces WinDebug/make.exe and WinRel/make.exe). 68 GNU make on Windows 32-bit platforms: 70 This version of make is ported natively to Windows32 platforms 76 Do not confuse this port of GNU make with other Windows32 projects 77 which provide a GNU make binary. These are separate projects 80 GNU make and sh.exe: 95 GNU make and brain-dead shells (BATCH_MODE_ONLY_SHELL): 103 To work around this difficulty, this version of make supports [all …]
|
D | NEWS | 1 GNU make NEWS -*-indented-text-*- 7 All changes mentioned here are more fully described in the GNU make 8 manual, which is contained in this distribution as the file doc/make.texi. 9 See the README file and the GNU make manual for instructions for 14 * GNU make is ported to OS/2. 16 * GNU make is ported to MinGW. The MinGW build is only supported by 24 release of GNU make, '$?' will contain all prerequisites that caused 29 GNU make now implements a generic "second expansion" feature on the 47 In order to comply with POSIX, the way in which GNU make processes 51 the GNU make manual subsection "Splitting Command Lines" (node [all …]
|
D | README.customs | 3 GNU make can utilize the Customs library, distributed with Pmake, to 24 GNU make, distributed in the pmake-2.1.33/etc/gnumake/ directory. These 25 patches are based on GNU make 3.75 (there are patches for earlier 26 versions of GNU make, also). The parts of this patchfile which relate 28 version of GNU make, so you should _NOT_ apply the patch file. 45 Once you've installed Customs, you can build GNU make to use it. When 46 configuring GNU make, merely use the ``--with-customs=DIR'' option. 52 Run make (or use build.sh) normally to build GNU make as described in 64 make must be installed setuid root to use Customs. 86 files; this conflicts with GNU make's configuration so you'll get a
|
/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 | make.info-1 | 2 /usr/local/google/digit/repo/opensource/ndk/sources/host-tools/make-3.81/doc/make.info, 4 /usr/local/google/digit/repo/opensource/ndk/sources/host-tools/make-3.81/doc/make.texi. 6 This file documents the GNU `make' utility, which determines 11 Manual', for GNU `make' version 3.81. 31 * Make: (make). Remake files automatically. 35 File: make.info, Node: Top, Next: Overview, Prev: (dir), Up: (dir) 37 GNU `make' 40 This file documents the GNU `make' utility, which determines 45 Manual', for GNU `make' version 3.81. 65 * Overview:: Overview of `make'. [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
|
D | make.info | 2 /usr/local/google/digit/repo/opensource/ndk/sources/host-tools/make-3.81/doc/make.info, 4 /usr/local/google/digit/repo/opensource/ndk/sources/host-tools/make-3.81/doc/make.texi. 6 This file documents the GNU `make' utility, which determines 11 Manual', for GNU `make' version 3.81. 31 * Make: (make). Remake files automatically. 36 make.info-1: 1452 37 make.info-2: 301423 51 Node: make Deduces31425
|
D | make.texi | 3 @setfilename make.info 7 @set RCSID $Id: make.texi,v 1.45 2006/04/01 06:36:40 psmith Exp $ 9 @settitle GNU @code{make} 21 This file documents the GNU @code{make} utility, which determines 26 of @cite{The GNU Make Manual}, for GNU @code{make} version @value{VERSION}. 55 * Make: (make). Remake files automatically. 64 @subtitle GNU @code{make} Version @value{VERSION} 84 @top GNU @code{make} 90 * Overview:: Overview of @code{make}. 91 * Introduction:: An introduction to @code{make}. [all …]
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | Makefile.am | 18 cd doc && make html 31 make distcheck EXTRA_DC_FLAGS='--enable-regex-tests' 32 make distcheck EXTRA_DC_FLAGS='--enable-html' 33 make distcheck EXTRA_DC_FLAGS='--disable-i18n' 34 make distcheck EXTRA_DC_FLAGS='--disable-nls' 35 make distcheck EXTRA_DC_FLAGS='--without-included-gettext' 38 echo make distcheck EXTRA_DC_FLAGS=\'--without-included-regex\'; \
|
/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/host-tools/make-3.81/w32/ |
D | Makefile | 37 pkgdatadir = $(datadir)/make 38 pkglibdir = $(libdir)/make 39 pkgincludedir = $(includedir)/make 91 ACLOCAL = ${SHELL} /opt/src/make/make-release/config/missing --run aclocal-1.9 95 AMTAR = ${SHELL} /opt/src/make/make-release/config/missing --run tar 97 AUTOCONF = ${SHELL} /opt/src/make/make-release/config/missing --run autoconf 98 AUTOHEADER = ${SHELL} /opt/src/make/make-release/config/missing --run autoheader 99 AUTOMAKE = ${SHELL} /opt/src/make/make-release/config/missing --run automake-1.9 132 MAKEINFO = ${SHELL} /opt/src/make/make-release/config/missing --run makeinfo 139 PACKAGE = make [all …]
|
/ndk/build/tools/ |
D | build-host-make.sh | 39 GNUMAKE=make 48 SUBDIR=$(get_prebuilt_host_exec make) 54 GNUMAKE_SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/make-$GNUMAKE_VERSION 95 run mkdir -p $(dirname "$OUT") && cp $(get_host_exec_name make) $OUT 99 ARCHIVE=ndk-make-$HOST_TAG.tar.bz2
|
/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',
|