/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
basename | 1 $description = "The following test creates a makefile to test the suffix " 6 # IF YOU NEED >1 MAKEFILE FOR THIS TEST, USE &get_tmpfile; TO GET 7 # THE NAME OF THE MAKEFILE. THIS INSURES CONSISTENCY AND KEEPS TRACK OF 12 open(MAKEFILE,"> $makefile"); 14 # The Contents of the MAKEFILE ... 16 print MAKEFILE "string := \$(basename src${pathsep}a.b.z.foo.c src${pathsep}hacks src.bar${pathsep}a.b.z.foo.c src.bar${pathsep}hacks hacks) \n" 20 # END of Contents of MAKEFILE 22 close(MAKEFILE); 24 &run_make_with_options($makefile,"",&get_logfile,0) [all...] |
strip | 2 $description = "The following test creates a makefile to verify 10 open(MAKEFILE,"> $makefile"); 12 # The Contents of the MAKEFILE ... 14 print MAKEFILE <<'EOMAKE'; 41 # END of Contents of MAKEFILE 43 close(MAKEFILE); 45 &run_make_with_options($makefile,"",&get_logfile); 53 &run_make_with_options($makefile,"space",&get_logfile);
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/drm/ |
Makefile | 7 include Makefile.sources 13 include ../../../Makefile.template
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/ |
Makefile | 8 include Makefile.sources 13 include ../../../Makefile.template
|
/external/jpeg/ |
makvms.opt | 2 ! This file is needed by makefile.mms and makefile.vms,
|
/external/mesa3d/src/gallium/winsys/i915/drm/ |
Makefile | 7 include Makefile.sources 13 include ../../../Makefile.template
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
Makefile | 8 include Makefile.sources 13 include ../../../Makefile.template
|
/external/qemu/distrib/jpeg-6b/ |
makvms.opt | 2 ! This file is needed by makefile.mms and makefile.vms,
|
/external/srec/ |
Android.mk | 2 # FILE: Makefile 4 # Top-level Makefile for ASR
|
/external/stlport/test/compiler/ |
gcc.mak | 1 # -*- Makefile -*- Time-stamp: <04/03/14 23:50:57 ptr> 8 include Makefile.inc
|
/external/chromium_org/third_party/libpng/ |
README | 71 I have included a general makefile, as well as several machine and 198 descrip.mms => VMS makefile for MMS or MMK 199 makefile.std => Generic UNIX makefile (cc, creates static 201 makefile.elf => Linux/ELF gcc makefile symbol versioning, 203 makefile.linux => Linux/ELF makefile (gcc, creates 205 makefile.gcmmx => Linux/ELF makefile (gcc, create [all...] |
/external/libpng/ |
README | 71 I have included a general makefile, as well as several machine and 198 descrip.mms => VMS makefile for MMS or MMK 199 makefile.std => Generic UNIX makefile (cc, creates static 201 makefile.elf => Linux/ELF gcc makefile symbol versioning, 203 makefile.linux => Linux/ELF makefile (gcc, creates 205 makefile.gcmmx => Linux/ELF makefile (gcc, create [all...] |
/external/chromium_org/third_party/libxml/patches/ |
icu-configure | 23 -AC_OUTPUT(libxml2.spec:libxml.spec.in Makefile include/Makefile include/libxml/Makefile doc/Makefile doc/examples/Makefile doc/devhelp/Makefile example/Makefile python/Makefile python/tests/Makefile xstc/Makefile include/libxml/xmlversion.h xml2-config libxml-2.0.pc libxml-2.0-uninstalled.pc python/setup.py [all...] |
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
echoing | 1 $description = "The following test creates a makefile to test command \n" 29 open(MAKEFILE,"> $makefile"); 31 # The Contents of the MAKEFILE ... 33 print MAKEFILE "all: \n"; 34 print MAKEFILE "\techo This makefile did not clean the dir... good\n"; 35 print MAKEFILE "clean: \n"; 36 print MAKEFILE "\t\@$delete_command $example\n"; 38 # END of Contents of MAKEFILE [all...] |
include | 13 open(MAKEFILE,"> $makefile"); 15 # The contents of the Makefile ... 17 print MAKEFILE <<EOF; 20 all: ; \@echo There should be no errors for this makefile. 32 close(MAKEFILE); 35 open(MAKEFILE,"> $makefile2"); 37 print MAKEFILE "ANOTHER: ; \@echo This is another included makefile\n"; 39 close(MAKEFILE); [all...] |
recursion | 9 $(MAKE) -f #MAKEFILE# foo 13 $(MAKE) -f #MAKEFILE# last 22 make 'CFLAGS=-O' -f #MAKEFILE# foo 25 make 'CFLAGS=-O' -f #MAKEFILE# last 31 #MAKEPATH# -f #MAKEFILE# foo 35 #MAKEPATH# -f #MAKEFILE# last 47 recur: all ; @$(MAKE) --no-print-directory -f #MAKEFILE# a=AA all
|
vpathgpath | 8 open(MAKEFILE,"> $makefile"); 10 # The Contents of the MAKEFILE ... 12 print MAKEFILE "VPATH = $VP\n"; 14 print MAKEFILE <<'EOMAKE'; 37 close(MAKEFILE); 56 &run_make_with_options($makefile,"general",&get_logfile());
|
/external/clang/unittests/ |
Makefile | 1 ##===- unittests/Makefile ----------------------------------*- Makefile -*-===## 10 # If CLANG_LEVEL is not set, then we are the top-level Makefile. Otherwise, we 11 # are being included from a subdirectory makefile. 19 include $(CLANG_LEVEL)/../..//Makefile.config 35 include $(CLANG_LEVEL)/Makefile 40 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
/external/libffi/ |
ChangeLog.libgcj | 15 * Makefile.am (toolexecdir, toolexeclibdir): Don't override. 16 * Makefile.in, configure: Rebuilt. 20 * include/Makefile.in: Rebuilt. 21 * Makefile.in: Rebuilt 22 * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native 36 * Makefile.in: Rebuilt. 37 * Makefile.am (AM_CFLAGS): Compile with -fexceptions.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
general | 4 open(MAKEFILE, "> $makefile"); 6 # The Contents of the MAKEFILE ... 8 print MAKEFILE "foo 1foo: ; \@echo \$\@\n"; 10 close(MAKEFILE); 14 &run_make_with_options($makefile, "-j 1foo", &get_logfile); 31 &run_make_with_options($makefile, "-j1foo 2>/dev/null", &get_logfile, 512);
|
/external/elfutils/lib/ |
ChangeLog | 10 * Makefile.am (noinst_HEADERS): Add it. 14 * Makefile.am (libeu_a_SOURCES): Add sha1.c. 21 * Makefile.am (libeu_a_SOURCES): Add md5.c. 28 * Makefile.am (libeu_a_SOURCES): We don't need xstrdup in the moment. 36 * Makefile.am (xmalloc_CFLAGS): Define only if !GPROF. 41 * Makefile.am (libeu_a_SOURCES): Add it. 46 * Makefile.am: Use -ffunction-sections for xmalloc.c. 57 * Makefile.am: Cleanup AM_CFLAGS handling. Add -Wunused -Wextra. 61 * Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fpic and -fmudflap. 65 * Makefile.am: Support building with mudflap [all...] |
/external/yaffs2/yaffs2/ |
patch-ker.sh | 26 # To be a Linux directory, it must have a Makefile 42 # Check if kerneldir contains a Makefile 43 if [ ! -f $LINUXDIR/Makefile ] 50 VERSION=`grep -s VERSION <$LINUXDIR/Makefile | head -n 1 | sed s/'VERSION = '//` 51 PATCHLEVEL=`grep -s PATCHLEVEL <$LINUXDIR/Makefile | head -n 1 | sed s/'PATCHLEVEL = '//` 52 SUBLEVEL=`grep -s SUBLEVEL <$LINUXDIR/Makefile | head -n 1 | sed s/'SUBLEVEL = '//` 66 MAKEFILE=$LINUXDIR/fs/Makefile 67 MAKEFILEOLD=$LINUXDIR/fs/Makefile.pre.yaffs 90 # now do fs/Makefile -- simply add the target at the en [all...] |
/external/bsdiff/ |
README.android | 3 This file, the Android.mk makefile, and the empty
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
SConscript | 7 source = env.ParseSourceList('Makefile.sources', 'C_SOURCES')
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
SConscript | 13 source = env.ParseSourceList('Makefile.sources', 'C_SOURCES')
|