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

<<41424344454647484950>>

  /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
  /external/e2fsprogs/lib/
Makefile.solaris-lib 2 # This is a Makefile stub which handles the creation of Linux ELF shared
5 # In order to use this stub, the following makefile variables must be defined.
16 real-subdirs:: Makefile
  /external/e2fsprogs/tests/
Makefile.in 2 # Makefile for the tests directory
16 test_script: test_script.in Makefile mke2fs.conf
72 $(RM) -f Makefile
  /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/
README 22 perl Makefile.PL # to create a Makefile for the next step
28 You can delete the Makefile, object files and anything else that was
  /external/llvm/lib/IR/
Makefile 1 ##===- lib/IR/Makefile -------------------------------------*- Makefile -*-===##
15 include $(LEVEL)/Makefile.common
  /external/llvm/tools/lto/
Makefile 1 ##===- tools/lto/Makefile ----------------------------------*- Makefile -*-===##
19 include $(LEVEL)/Makefile.common
  /external/oprofile/
Makefile.am 70 module/Makefile.in \
83 module/ia64/Makefile.in \
92 module/x86/Makefile.in \
  /external/qemu/distrib/sdl-1.2.15/
Makefile 16 # this is a set of definitions that allow the usage of Makefile.android
31 $(error "The BUILD_SYSTEM variable was not defined by your configuration sub-makefile. Aborting")
58 include Makefile.android
  /external/stlport/doc/
README.mingw 6 Makefile : gcc.mak
50 Makefile : bcc.mak
54 Makefile : dmc.mak

Completed in 726 milliseconds

<<41424344454647484950>>