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

<<71727374757677787980>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 1 # Generated automatically from Makefile.pre by makesetup.
2 # Top-level Makefile for Python
4 # As distributed, this file is called Makefile.pre.in; it is processed
5 # into the real Makefile by running the script ./configure, which
7 # This means that if you edit Makefile, your changes get lost the next
167 CONFIGFILES= configure configure.ac acconfig.h pyconfig.h.in Makefile.pre.in
552 Makefile Modules/config.c: Makefile.pre \
564 @echo "The Makefile was updated, you may need to re-run make."
595 Modules/getpath.o: $(srcdir)/Modules/getpath.c Makefile
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 1 # Generated automatically from Makefile.pre by makesetup.
2 # Top-level Makefile for Python
4 # As distributed, this file is called Makefile.pre.in; it is processed
5 # into the real Makefile by running the script ./configure, which
7 # This means that if you edit Makefile, your changes get lost the next
167 CONFIGFILES= configure configure.ac acconfig.h pyconfig.h.in Makefile.pre.in
553 Makefile Modules/config.c: Makefile.pre \
565 @echo "The Makefile was updated, you may need to re-run make."
596 Modules/getpath.o: $(srcdir)/Modules/getpath.c Makefile
    [all...]
  /external/chromium_org/third_party/libxml/src/
ChangeLog 12 * runtest.c Makefile.am testC14N.c xmllint.c: add support in CLI
100 * include/wsockcompat.h win32/Makefile.bcb xpath.c: fixes for
219 * configure.in doc/Makefile.am: patch from Adrian Bunk which
268 * python/tests/Makefile.am python/tests/xpathleak.py: add the
282 * Makefile.am: run the python tests on make check
310 * Makefile.am: add testrecurse to the make check tests
329 * Makefile.am: added testrecurse
344 * configure.in Makefile.am: add an --with-coverage configure option
374 * Makefile.am: add the testchar to 'make check'
415 * makefile.am: adding a check-valgrind targe
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/po/
Makefile.in.in 0 # Makefile for PO directory in any package using GNU gettext.
69 DISTFILES.common = Makefile.in.in remove-potcdate.sin \
104 # Ensure that the gettext macros and this Makefile.in.in are in sync.
107 || { echo "*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version $(GETTEXT_MACRO_VERSION) but the autoconf macros are from gettext version @GETTEXT_MACRO_VERSION@" 1>&2; \
341 rm -f Makefile Makefile.in POTFILES *.mo
378 update-po: Makefile
418 update-gmo: Makefile $(GMOFILES)
421 Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS
    [all...]
  /external/e2fsprogs/intl/
Makefile.in 0 # Makefile for directory with message catalog handling library of GNU gettext
148 DISTFILES.common = Makefile.in \
153 libgnuintl.h_vms Makefile.vms \
154 libgnuintl.h.msvc-static libgnuintl.h.msvc-shared README.woe32 Makefile.msvc
485 rm -f Makefile ID TAGS
500 dist distdir: Makefile
516 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
519 # when AC_CONFIG_FILES([intl/Makefile:somedir/Makefile.in]) is used
    [all...]
  /external/elfutils/libelf-po/
Makefile 0 # Makefile for PO directory in any package using GNU gettext.
46 DISTFILES.common = Makefile.in.in Makevars \
58 # Makefile variables for PO directory in any package using GNU gettext.
258 rm -f Makefile Makefile.in POTFILES *.mo
282 update-po: Makefile
315 update-gmo: Makefile $(GMOFILES)
318 Makefile: Makefile.in.in $(top_builddir)/config.status POTFILES.in
328 # Special Makefile rules for English message catalogs with quotation marks
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 48 # Setup.local is available for Makefile builds including VPATH builds,
87 # must use "srcdir" from the makefile to find the "Include"
157 varies across Unices and is stored in Python's Makefile.
249 """Return full pathname of installed Makefile from the Python build."""
251 return os.path.join(project_base, "Makefile")
253 return os.path.join(lib_dir, "config", "Makefile")
285 # Regexes needed for parsing Makefile (and similar syntaxes,
292 """Parse a Makefile-style file.
375 """Expand Makefile-style variables -- "${foo}" or "$(foo)" -- in
456 installed Makefile; on Windows and Mac OS it's a much smaller set
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sysconfig.py 196 """Parse a Makefile-style file.
203 # Regexes needed for parsing Makefile (and similar syntaxes,
283 return os.path.join(_PROJECT_BASE, "Makefile")
284 return os.path.join(get_path('platstdlib'), "config", "Makefile")
290 # load the installed Makefile:
291 makefile = _get_makefile_filename()
293 _parse_makefile(makefile, vars)
295 msg = "invalid Python installation: unable to open %s" % makefile
311 # On AIX, there are wrong paths to the linker scripts in the Makefile
449 On Unix, this means every variable defined in Python's installed Makefile;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 48 # Setup.local is available for Makefile builds including VPATH builds,
87 # must use "srcdir" from the makefile to find the "Include"
157 varies across Unices and is stored in Python's Makefile.
249 """Return full pathname of installed Makefile from the Python build."""
251 return os.path.join(project_base, "Makefile")
253 return os.path.join(lib_dir, "config", "Makefile")
285 # Regexes needed for parsing Makefile (and similar syntaxes,
292 """Parse a Makefile-style file.
375 """Expand Makefile-style variables -- "${foo}" or "$(foo)" -- in
456 installed Makefile; on Windows and Mac OS it's a much smaller set
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sysconfig.py 196 """Parse a Makefile-style file.
203 # Regexes needed for parsing Makefile (and similar syntaxes,
283 return os.path.join(_PROJECT_BASE, "Makefile")
284 return os.path.join(get_path('platstdlib'), "config", "Makefile")
290 # load the installed Makefile:
291 makefile = _get_makefile_filename()
293 _parse_makefile(makefile, vars)
295 msg = "invalid Python installation: unable to open %s" % makefile
311 # On AIX, there are wrong paths to the linker scripts in the Makefile
449 On Unix, this means every variable defined in Python's installed Makefile;
    [all...]
  /ndk/sources/host-tools/make-3.81/
Makefile.DOS 1 # -*-Makefile-*- template for DJGPP
2 # Makefile.in generated automatically by automake 1.2 from Makefile.am
92 EXTRA_DIST = $(BUILT_SOURCES) $(man_MANS) README.customs remote-cstms.c make-stds.texi texinfo.tex SCOPTIONS SMakefile Makefile.ami README.Amiga config.ami amiga.c amiga.h NMakefile README.DOS configh.dos configure.bat makefile.com README.W32 build_w32.bat config.h-W32 subproc.bat make.lnk config.h-vms makefile.vms readme.vms vmsdir.h vmsfunctions.c vmsify.c
125 DIST_COMMON = README ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS acconfig.h aclocal.m4 alloca.c build.sh-in config.h-in configure configure.in getloadavg.c
285 $(MAKE) -C $(SUBDIRS) -f ../Makefile INCLUDES='-I$(srcdir) -I$(srcdir)/glob' DEFS='-I.. -I$(srcdir)' VPATH=$(srcdir)/glob libglob.a
303 $(MAKE) -C $(SUBDIRS) -f ../Makefile $(shell echo $@ | sed s/-recursive//)-a
    [all...]
NMakefile 1 # -*-Makefile-*- to build GNU make with nmake
3 # NOTE: If you have no 'make' program at all to process this makefile,
27 MAKEFILE=NMakefile
44 # makefile. To be portable to Windows 95, we put the instructions
59 $(MAKE) /f $(MAKEFILE) LDFLAGS="$(LDFLAGS_release)" CFLAGS="$(CFLAGS_release)" OUTDIR=WinRel WinRel/make.exe
61 $(MAKE) /f $(MAKEFILE) LDFLAGS="$(LDFLAGS_debug)" CFLAGS="$(CFLAGS_debug)" OUTDIR=WinDebug WinDebug/make.exe
  /ndk/sources/host-tools/make-3.81/po/
ja.po 262 msgid "# A default, MAKEFILES, or -include/sinclude makefile."
736 " ???????? makefile ????????????\n"
740 " -f FILE, --file=FILE, --makefile=FILE\n"
741 " Read FILE as a makefile.\n"
743 " -f FILE, --file=FILE, --makefile=FILE\n"
744 " FILE ?? makefile ???????????\n"
761 " ?????????? makefile ??õ?????? "
944 msgid "Makefile from standard input specified twice."
945 msgstr "??????????? makefile ??????????????."
1001 msgstr "makefile ???????....\n
    [all...]
zh_CN.po 261 msgid "# A default, MAKEFILES, or -include/sinclude makefile."
730 " -f FILE, --file=FILE, --makefile=FILE\n"
731 " Read FILE as a makefile.\n"
913 msgid "Makefile from standard input specified twice."
914 msgstr "?????????????????? makefile??"
968 msgstr "??????? makefile....\n"
972 msgid "Makefile `%s' might loop; not remaking it.\n"
973 msgstr "Makefile ??%s??????????????????´???????\n"
977 msgid "Failed to remake makefile `%s'."
978 msgstr "???´??? makefile ??%s?? ????
    [all...]
  /external/libcap-ng/libcap-ng-0.7/bindings/python/
Makefile.in 0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
7 # This Makefile.in is free software; the Free Software Foundation
39 DIST_COMMON = $(pyexec_PYTHON) $(srcdir)/Makefile.am \
40 $(srcdir)/Makefile.in
274 # Makefile.am --
312 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
321 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu bindings/python/Makefile'; \
323 $(AUTOMAKE) --gnu bindings/python/Makefile
    [all...]
  /external/bzip2/
CHANGES 23 Removed 'ranlib' from Makefile, since most modern Unix-es
93 fixed Makefile so it doesn't give problems with BSD make
153 * Create an initial Makefile-libbz2_so to build a shared library.
174 * Modified makefile-msc to fix minor build probs on Win2k.
226 * Add distclean and check targets to Makefile.
229 * Parameterise use of ar and ranlib in Makefile. Also add $(LDFLAGS).
  /external/qemu/distrib/sdl-1.2.15/
README.OS2 18 file called "makefile" and a file called "setvars.cmd" in this folder (and some
27 Check the "makefile" file. There is a line in there which determines if the
197 - Modified makefile system to have only one makefile
266 - Modified makefile in test to compile "testjoystick". Anyway, it's useless, since it seems to cause a lot of trouble in OS/2 (because os video routines, not Joystick support).
278 - Modified makefile (SDL-1.2.7\src\makefiles.wat and SDL-1.2.7\watcom.mif) to build with CDROM support
  /build/core/
cleanbuild.mk 22 # id for each step by taking makefile path, INTERNAL_CLEAN_BUILD_VERSION
26 # $(2): indicate to not use makefile path as part of step id if not empty.
46 $(eval # for build/core/cleanspec.mk, dont use makefile path as part of step id) \
product.mk 23 # and the .mk suffix) of the product makefile, "<product_name>:" can be
141 # $(1): product makefile list
185 # Returns the product makefile path for the product with the provided name
  /development/ide/emacs/
android-common.el 47 "If not nil, suppress warnings from the build env (Makefile,
70 Similarly to the shell functions in envsetup.sh, for the root both ./Makefile
76 "Makefile")))
  /external/chromium_org/third_party/libxslt/win32/
Readme.txt 66 Makefile in quotas and that looks quite ugly with my
70 modify the Makefile to allow spaces in paths.
78 it for you. This process involves editing the apropriate Makefile to
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/
Makefile.dj 1 # Ultra-flat Makefile for DJGPP (also works for Cygwin).
8 # make -fMkfiles/Makefile.dj
207 ./genmodule libyasm/module.in Mkfiles/Makefile.dj
  /external/llvm/utils/vim/
vimrc 59 " LLVM Makefiles can have names such as Makefile.rules or TEST.nightly.Makefile,
62 au! BufRead,BufNewFile *Makefile* set filetype=make
  /external/srtp/
Makefile 0 # Makefile for secure rtp
31 # makefile variables
208 Makefile .gdb_history test/.gdb_history .DS_Store
  /external/webp/
README 33 nmake /f Makefile.vc CFG=release-static RTLIBCFG=static OBJDIR=output
38 The target architecture (x86/x64) is detected by Makefile.vc from the Visual
41 Unix build using makefile.unix:
46 make -f makefile.unix
52 Please refer to makefile.unix for additional details and customizations.
77 Makefile.am configure files (see comments there). See './configure --help' for
312 iii. Update makefile.unix / Makefile.vc
316 Build using makefile.unix / Makefile.vc
    [all...]

Completed in 920 milliseconds

<<71727374757677787980>>