Home
last modified time | relevance | path

Searched refs:makefile (Results 1 – 25 of 271) sorted by relevance

1234567891011

/external/libpng/scripts/
DREADME.txt5 makefile.linux => Linux/ELF makefile
7 makefile.gcc => Generic makefile (gcc, creates static libpng.a)
8 makefile.knr => Archaic UNIX Makefile that converts files with
11 makefile.acorn => Acorn makefile
12 makefile.aix => AIX/gcc makefile
13 makefile.amiga => Amiga makefile
14 makefile.atari => Atari makefile
15 makefile.bc32 => 32-bit Borland C++ (all modules compiled in C mode)
16 makefile.beos => beos makefile
17 makefile.bor => Borland makefile (uses bcc)
[all …]
/external/syslinux/com32/lib/libpng/
DREADME71 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, creates
209 makefile.gcc => Generic makefile (gcc, creates static
211 makefile.knr => Archaic UNIX Makefile that converts files
214 makefile.aix => AIX makefile
215 makefile.cygwin => Cygwin/gcc makefile
[all …]
DCHANGES244 Renamed makefile.elf to makefile.lnx.
272 Added makefile.os2 and pngos2.def (A. Zabolotny) and makefile.s2x (W. Sebok)
273 Added pointers to "note on libpng versions" in makefile.lnx and README
288 Added makefile.wat (Pawel Mrochen), updated makefile.tc3 (Willem van Schaik)
308 Minor changes to makefile.s2x
312 Changed makefile.s2x to reduce security risk of using a relative pathname
318 Commented out i386istic "align" compiler flags in makefile.lnx.
329 Changed compiler flags in makefile.wat for better optimization (Pawel Mrochen).
333 Added makefile.sco (contributed by Mike Hopkirk).
378 Added makefile.w32, for Microsoft C++ 4.0 and later (Tim Wegner).
[all …]
/external/ltp/testcases/open_posix_testsuite/scripts/
Dgenerate-makefiles.sh40 local makefile=$1
94 if [ ! -f "$makefile.1" ]; then
96 cat > "$makefile.1" <<EOF
125 cat >> "$makefile.1" <<EOF
131 cat >> "$makefile.1" <<EOF
137 cat >> "$makefile.1" <<EOF
144 echo "" >> "$makefile.1"
148 cat >> "$makefile.2" <<EOF
154 if [ ! -f "$makefile.3" ]; then
156 cat > "$makefile.3" <<EOF
[all …]
/external/libxml2/bakefile/
DReadme.txt6 Bakefile (http://bakefile.sourceforge.net) is used as makefile generator.
9 - makefile.vc for Microsoft NMAKE
10 - makefile.bcc for Borland MAKE
11 - makefile.wat for OpenWatcom MAKE
12 - makefile.gcc for MinGW MINGW32-MAKE
36 the makefile you want to use; at the beginning you should see a section which starts as:
42 here you can find all the options actually used by that makefile.
43 They can be customized when running the makefile writing something like:
48 or they can be permanently changed modifying the makefile.
/external/bison/
DGNUmakefile89 .DEFAULT_GOAL := abort-due-to-no-makefile
101 ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile)
102 $(MAKECMDGOALS): abort-due-to-no-makefile
105 abort-due-to-no-makefile:
/external/autotest/client/tests/iozone/
Dmakefile.patch1 --- iozone3_347/src/current/makefile.orig 2011-02-07 20:00:02.000000000 -0800
2 +++ iozone3_347/src/current/makefile 2011-02-07 20:01:03.000000000 -0800
/external/autotest/client/tests/netpipe/
Dmakefile.patch1 *** src/makefile Thu May 10 09:29:09 2007
2 --- srcnew/makefile Fri Mar 5 16:26:31 2010
/external/toolchain-utils/automation/clients/report/
Dvalidate_failures.py96 makefile = GetMakefileVars(os.path.join(build_dir, 'Makefile'))
97 srcdir = makefile['srcdir']
98 target = makefile['target']
101 target = makefile['target_alias']
/external/libxml2/VxWorks/
DREADME38 replacement makefile to work.
40 3. Run the replacement makefile. I wrote a new makefile that sets all the
46 This makefile creates a shared library that runs on VxWorks: (libxml2.so)
49 This makefile creates a kernel module that runs on VxWorks: (xml2.out)
/external/libpng/contrib/pngminim/preader/
DREADME3 The makefile builds a minimal read-only progressive decoder with
9 Edit makefile if required, to find your X library and include files,
/external/libpng/
DCHANGES254 Renamed makefile.elf to makefile.lnx.
286 Added makefile.os2 and pngos2.def (A. Zabolotny) and makefile.s2x (W. Sebok)
287 Added pointers to "note on libpng versions" in makefile.lnx and README
304 Added makefile.wat (Pawel Mrochen), updated makefile.tc3 (Willem van Schaik)
326 Minor changes to makefile.s2x
330 Changed makefile.s2x to reduce security risk of using a relative pathname
337 Commented out i386istic "align" compiler flags in makefile.lnx.
348 Changed compiler flags in makefile.wat for better optimization
354 Added makefile.sco (contributed by Mike Hopkirk).
404 Added makefile.w32, for Microsoft C++ 4.0 and later (Tim Wegner).
[all …]
DINSTALL8 III. Using scripts/makefile*
64 III. Using scripts/makefile*
70 cp scripts/makefile.system makefile
99 If you are using one of the makefile scripts, put ZLIBLIB and ZLIBINC
141 makefile.*
161 makefile.sys in the scripts directory.
170 copy scripts\makefile.msc makefile
175 cp scripts/makefile.std makefile
178 Read the makefile to see if you need to change any source or
294 to build pnglibconf.h where the corresponding makefile does not do so.
[all …]
/external/netperf/
DREADME.vmware2 a separate, standalone makefile one uses. In this case, it is
6 At present, the makefile is setup to use a number of the "none" files
/external/llvm/utils/
Dmakellvm67 else if (-f makefile) then
68 set MFILE = makefile
/external/swiftshader/third_party/LLVM/utils/
Dmakellvm67 else if (-f makefile) then
68 set MFILE = makefile
/external/sonivox/arm-wt-22k/host_src/
Darm-wt-22k.mak2 # Auto-generated sample makefile
4 # This makefile is intended for use with GNU make.
/external/proguard/build/
DREADME7 - makefile : a makefile for GNU/Linux
/external/curl/src/
DMakefile.am91 EXTRA_DIST = mkhelp.pl makefile.dj Makefile.vc6 Makefile.b32 \
93 macos/src/curl_GUSIConfig.cpp macos/src/macos_main.cpp makefile.amiga \
/external/icu/icu4c/source/samples/ufortune/resources/
Dfortune_resources.mak8 # Windows nmake makefile for compiling and packaging the resources
11 # This makefile is normally invoked by the pre-link step in the
/external/libcxx/
Drun_tests.py94 makefile = os.path.join(path, 'Android.mk')
98 env['ONE_SHOT_MAKEFILE'] = makefile
/external/curl/lib/
DMakefile.am28 makefile.dj config-dos.h libcurl.plist libcurl.rc config-amigaos.h \
29 makefile.amiga Makefile.netware nwlib.c nwos.c config-win32ce.h \
/external/toolchain-utils/fdo_scripts/
Ddivide_and_merge_profiles_test.py60 makefile = os.path.join(self._program_dir, 'Makefile')
61 with open(makefile, 'w') as f:
/external/sonivox/arm-wt-22k/lib_src/
Darm-wt-22k_lib.mak2 # Auto-generated sample makefile
4 # This makefile is intended for use with GNU make.
/external/netperf/src/NetServerDir/
Dmakefile7 !INCLUDE $(NTMAKEENV)\makefile.def

1234567891011