HomeSort by relevance Sort by last modified time
    Searched full:makefile (Results 1001 - 1025 of 3373) sorted by null

<<41424344454647484950>>

  /ndk/sources/host-tools/make-3.81/
subproc.bat 22 set MAKEFILE=%1
24 %MAKE% /f %MAKEFILE%
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
origin 13 'file' defined in makefile
15 'override' defined by override in makefile
  /external/libogg/win32/
Makefile 0 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # win32/Makefile. Generated from Makefile.in by configure.
6 # This Makefile.in is free software; the Free Software Foundation
119 DIST_COMMON = Makefile.am Makefile.in
123 $(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
125 $(AUTOMAKE) --gnu win32/Makefile
    [all...]
  /external/bzip2/
README.COMPILATION.PROBLEMS 16 platforms. Using the supplied Makefile, I've built and tested it
17 myself for x86-linux and amd64-linux. With makefile.msc, Visual C++
29 to include the define -D_FILE_OFFSET_BITS=64 in the Makefile. This
41 the Makefile, ie, delete the line
45 from the Makefile, and do 'make clean ; make'. This will give you a
  /external/chromium_org/third_party/icu/source/test/iotest/
Makefile.in 7 ## Makefile.in for ICU - test/iotest
46 -include Makefile.local
75 $(RMV) Makefile
84 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  /external/chromium_org/third_party/icu/source/tools/genrb/
Makefile.in 2 ## Makefile.in for ICU - tools/genrb #
46 -include Makefile.local
81 $(RMV) Makefile
85 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  /external/clang/tools/libclang/
Makefile 1 ##===- tools/libclang/Makefile -----------------------------*- Makefile -*-===##
18 include $(CLANG_LEVEL)/../../Makefile.config
29 include $(CLANG_LEVEL)/Makefile
37 # FIXME: This is copied from the 'lto' makefile. Should we share this?
  /external/elfutils/config/
ChangeLog 3 * Makefile.am ($(srcdir)/elfutils.spec.in): Rewrite awk magic.
28 * Makefile.am ($(srcdir)/elfutils.spec.in): Add missing $.
48 * Makefile.am: Ignore result of cvs run.
55 * Makefile.am: Automatically added changelog from NEWS file on dist.
78 * Makefile.am: New file.
  /external/icu4c/test/iotest/
Makefile.in 7 ## Makefile.in for ICU - test/iotest
43 -include Makefile.local
74 $(RMV) Makefile
86 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  /external/icu4c/tools/genrb/
Makefile.in 2 ## Makefile.in for ICU - tools/genrb #
43 -include Makefile.local
78 $(RMV) Makefile
82 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  /external/libpcap/
mkdep 19 MAKE=Makefile # default makefile name is "Makefile"
29 # -f allows you to select a makefile name
45 echo 'usage: mkdep [-p] [-c cc] [-f makefile] [flags] file ...'
  /external/llvm/
Makefile.common 1 #===-- Makefile.common - Common make rules for LLVM --------*- Makefile -*--===#
60 include $(LEVEL)/Makefile.config
62 include $(LLVM_OBJ_ROOT)/Makefile.config
68 include $(LLVM_SRC_ROOT)/Makefile.rules
  /external/ppp/pppd/plugins/rp-pppoe/
Makefile.linux 1 # Generated automatically from Makefile.in by configure.
4 # Makefile
6 # Makefile for Roaring Penguin's Linux PPPoE plugin.
13 # $Id: Makefile.linux,v 1.6 2004/11/14 07:58:37 paulus Exp $
24 # Version is set ONLY IN THE MAKEFILE! Don't delete this!
  /external/tcpdump/
mkdep 19 MAKE=Makefile # default makefile name is "Makefile"
29 # -f allows you to select a makefile name
45 echo 'usage: mkdep [-p] [-c cc] [-f makefile] [flags] file ...'
  /external/libffi/
ChangeLog.v1 13 * configure, Makefile.in, aclocal.m4: Rebuilt.
19 * configure, Makefile.in, aclocal.m4: Rebuilt.
36 * configure,Makefile.in,aclocal.m4: Rebuilt.
61 * Makefile.in, aclocal.m4, config.guess, config.sub, configure,
62 ltmain.sh, */Makefile.in: libtoolized again and rebuilt with
69 src/Makefile.in. Removed macros implied by AM_INIT_AUTOMAKE.
83 * Makefile.am (check): make test now make check. Uses libtool now.
85 * Makefile.in, configure.in, aclocal.h, fficonfig.h.in: Rebuilt.
139 * Makefile.am: Added "make lint" production.
140 * Makefile.in: Rebuilt
    [all...]
  /external/libpng/
CHANGES 244 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
    [all...]
  /frameworks/compile/mclinker/unittests/
test3.txt 19 # This Makefile contains release scripts for gdb, binutils, and other
20 # packages which live in src. It used to be part of the top level Makefile,
24 # than a Makefile. As it is it's heavily recursive.
47 DEVO_SUPPORT= README Makefile.in configure configure.ac \
52 Makefile.def Makefile.tpl src-release config.rpath \
58 ETC_SUPPORT= Makefile.in configure configure.in standards.texi \
75 elif grep VERSION $(TOOL)/Makefile.in > /dev/null 2>&1; then \
76 sed < $(TOOL)/Makefile.in -n 's/^VERSION *= *//p'; \
137 <Makefile.in >tm
    [all...]
  /development/tools/idegen/src/com/android/idegen/
MakeFileParser.java 52 private File makeFile;
61 * @param makeFile The make file to parse.
64 public MakeFileParser(File makeFile, String moduleName) {
65 this.makeFile = Preconditions.checkNotNull(makeFile);
90 logger.info("Parsing " + makeFile.getAbsolutePath() + " for module " + moduleName);
92 Files.readLines(makeFile, Charset.forName("UTF-8"), new LineProcessor<Object>() {
ModuleCache.java 59 String makeFile = indexes.getMakeFile(moduleName);
60 if (makeFile == null) {
63 module = new StandardModule(moduleName, makeFile);
  /external/icu4c/
Makefile.in 7 ## Top-level Makefile.in for ICU
52 INSTALLED_BUILT_FILES = $(top_builddir)/config/Makefile.inc $(top_builddir)/config/pkgdata.inc $(top_builddir)/config/icu-config @platform_make_fragment@ $(EXTRA_DATA:%=$(DESTDIR)$(pkglibdir)/%) $(ALL_PKGCONFIG_FILES)
174 $(INSTALL_DATA) $(top_builddir)/config/Makefile.inc $(DESTDIR)$(pkglibdir)/Makefile.inc
180 $(RM) Makefile.inc && ln -s current/Makefile.inc Makefile.inc; \
208 $(RMV) $(top_builddir)/config/Makefile.inc $(top_builddir)/config/pkgdata.inc $(top_builddir)/config/icu-config $(top_builddir)/config/icu.pc $(ALL_PKGCONFIG_FILES)
210 $(RMV) Makefile config/Makefile icudefs.mk $(LIBDIR) $(BINDIR
    [all...]
  /external/llvm/utils/
makellvm 62 ## It is recorded in the variable LEVEL in Makefile, to compute it
67 else if (-f makefile) then
68 set MFILE = makefile
70 set MFILE = Makefile
77 echo "Missing or invalid makefile: $MFILE"
96 ## Try to determine object root directory by looking for Makefile.config
98 if (-f "${objdir}/Makefile.config") then
  /ndk/sources/host-tools/make-3.81/doc/
make.info 48 Node: Simple Makefile22935
55 Node: Makefile Contents36579
56 Node: Makefile Names39534
142 Node: Makefile Arguments252513
172 Node: Makefile Conventions350380
173 Node: Makefile Basics351166
182 Node: Complex Makefile410312
  /external/valgrind/main/docs/internals/
multiple-architectures.txt 37 - Makefile.flags.am
38 - <tool>/tests/Makefile.am
39 - <tool>/tests/<arch>/Makefile.am
40 - perf/Makefile.am
120 Rules for Makefile.am hacking
136 gcc. This is where Makefile.flags.am comes in.
140 architecture. For example, look in coregrind/Makefile.am, and you
143 Also at the bottom of Makefile.flags.am, AM_FLAG_M3264_PRI is defined.
150 primary target. The /test/ Makefile.am's duly include
  /external/chromium_org/third_party/icu/source/test/hdrtst/
Makefile.in 41 @echo Please read this Makefile for more information.
66 @rm -f Makefile.sub
80 @rm -f Makefile.sub
93 @rm -f Makefile.sub
117 @rm -f Makefile.sub
133 @rm -f Makefile.sub
150 @rm -f Makefile.sub
167 @rm -f Makefile.sub
184 @rm -f Makefile.sub
204 -@rm -f Makefile
    [all...]
  /external/clang/lib/Basic/
Makefile 1 ##===- clang/lib/Basic/Makefile ----------------------------*- Makefile -*-===##
17 include $(CLANG_LEVEL)/Makefile

Completed in 836 milliseconds

<<41424344454647484950>>