Searched refs:Makefile (Results 1 – 25 of 1855) sorted by relevance
12345678910>>...75
/external/curl/ |
D | Makefile.dist | 35 $(MAKE) -f Makefile.b32 37 $(MAKE) -f Makefile.b32 41 $(MAKE) -f Makefile.b32 WITH_SSL=1 43 $(MAKE) -f Makefile.b32 WITH_SSL=1 47 $(MAKE) -f Makefile.b32 WITH_SSL=1 WITH_ZLIB=1 49 $(MAKE) -f Makefile.b32 WITH_SSL=1 WITH_ZLIB=1 53 $(MAKE) -f Makefile.b32 clean 55 $(MAKE) -f Makefile.b32 clean 58 cd lib && $(MAKE) -u -f Makefile.Watcom 59 cd src && $(MAKE) -u -f Makefile.Watcom [all …]
|
D | Makefile.am | 37 VC6_LIBDSP_DEPS = $(VC6_LIBTMPL) Makefile.am lib/Makefile.inc 40 VC6_SRCDSP_DEPS = $(VC6_SRCTMPL) Makefile.am src/Makefile.inc 44 VC7_LIBVCPROJ_DEPS = $(VC7_LIBTMPL) Makefile.am lib/Makefile.inc 47 VC7_SRCVCPROJ_DEPS = $(VC7_SRCTMPL) Makefile.am src/Makefile.inc 51 VC71_LIBVCPROJ_DEPS = $(VC71_LIBTMPL) Makefile.am lib/Makefile.inc 54 VC71_SRCVCPROJ_DEPS = $(VC71_SRCTMPL) Makefile.am src/Makefile.inc 58 VC8_LIBVCPROJ_DEPS = $(VC8_LIBTMPL) Makefile.am lib/Makefile.inc 61 VC8_SRCVCPROJ_DEPS = $(VC8_SRCTMPL) Makefile.am src/Makefile.inc 65 VC9_LIBVCPROJ_DEPS = $(VC9_LIBTMPL) Makefile.am lib/Makefile.inc 68 VC9_SRCVCPROJ_DEPS = $(VC9_SRCTMPL) Makefile.am src/Makefile.inc [all …]
|
/external/libxml2/ |
D | .gitignore | 13 Makefile 14 Makefile.in 26 doc/Makefile 27 doc/Makefile.in 28 doc/devhelp/Makefile 29 doc/devhelp/Makefile.in 31 doc/examples/Makefile 32 doc/examples/Makefile.in 49 example/Makefile 50 example/Makefile.in [all …]
|
/external/google-breakpad/src/third_party/libdisasm/swig/ |
D | Makefile | 22 cd python && make -f Makefile-swig 25 cd ruby && make -f Makefile-swig 28 cd perl && make -f Makefile-swig 31 cd tcl && make -f Makefile-swig 38 cd python && sudo make -f Makefile-swig install 41 cd ruby && sudo make -f Makefile-swig install 44 cd perl && sudo make -f Makefile-swig install 47 cd tcl && sudo make -f Makefile-swig install 54 cd python && sudo make -f Makefile-swig uninstall 57 cd ruby && sudo make -f Makefile-swig uninstall [all …]
|
/external/libxml2/doc/examples/ |
D | index.py | 223 Makefile="""## 261 Makefile = Makefile + "EXTRA_DIST =%s\n\n" % (EXTRA_DIST) 265 Makefile = Makefile + "check_PROGRAMS =%s\n\n" % (check_PROGRAMS) 267 Makefile = Makefile + "%s_SOURCES = %s.c\n\n" % (example, example) 268 Makefile = Makefile + "valgrind: \n\t$(MAKE) CHECKER='valgrind' tests\n\n" 269 Makefile = Makefile + "tests: $(check_PROGRAMS)\n" 270 …Makefile = Makefile + "\t@test -f Makefile.am || test -f test1.xml || $(LN_S) $(srcdir)/test?.xml … 271 Makefile = Makefile + "\t@(echo '## examples regression tests')\n" 272 Makefile = Makefile + "\t@(echo > .memdump)\n" 274 Makefile = Makefile + "\t@$(CHECKER) %s\n" % (test) [all …]
|
/external/ltp/testcases/open_posix_testsuite/ |
D | .gitignore | 1 /conformance/interfaces/*/Makefile 2 /conformance/interfaces/*/*/Makefile 4 /conformance/behavior/*/Makefile 5 /conformance/definitions/*/Makefile 6 /conformance/definitions/*/*/Makefile 8 /functional/*/Makefile 9 /functional/*/*/Makefile 11 /stress/*/Makefile 12 /stress/*/*/Makefile
|
/external/autotest/client/tests/btreplay/ |
D | Makefile.patch | 1 diff -u -r blktrace_orig/Makefile blktrace/Makefile 2 --- blktrace_orig/Makefile Mon Jul 28 15:10:40 2008 3 +++ blktrace/Makefile Mon Jul 28 15:11:56 2008 24 Only in blktrace: Makefile~ 25 diff -u -r blktrace_orig/btreplay/Makefile blktrace/btreplay/Makefile 26 --- blktrace_orig/btreplay/Makefile Mon Jul 28 15:10:40 2008 27 +++ blktrace/btreplay/Makefile Mon Jul 28 15:12:36 2008 50 diff -u -r blktrace_orig/btt/Makefile blktrace/btt/Makefile 51 --- blktrace_orig/btt/Makefile Mon Jul 28 15:10:40 2008 52 +++ blktrace/btt/Makefile Mon Jul 28 15:12:54 2008
|
/external/ImageMagick/PerlMagick/ |
D | Makefile.am | 41 PERLMAKEMAKER=$(PERLMAGICK)/Makefile.PL 42 PERLMAKEFILE=$(PERLMAGICK)/Makefile 58 cd $(PERLMAGICK) && @PERL@ Makefile.PL $(PERL_MAKE_OPTIONS) 83 …d $(PERLMAGICK) && @PERL@ Makefile.PL MAP_TARGET=$(PERLSTATICNAME) $(PERL_MAKE_OPTIONS) && $(MAKE)… 94 $(MAKE) -f Makefile.aperl CC='@CC@' inst_perl MAP_TARGET=$(PERLSTATICNAME) \ 99 $(MAKE) -f Makefile.aperl CC='@CC@' inst_perl MAP_TARGET=$(PERLSTATICNAME) \ 108 cd $(PERLMAGICK) && $(abs_top_builddir)/magick.sh $(MAKE) -f Makefile.aperl CC='@CC@' test 118 ( if test -f Makefile.old ; then $(MAKE) -f Makefile.old CC='@CC@' clean ; fi ) ; \ 119 ( if test -f Makefile ; then $(MAKE) CC='@CC@' clean ; fi ) ; \ 120 ( if test -f Makefile ; then $(MAKE) CC='@CC@' clean ; fi ) ; \ [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/m4/ |
D | ax_enable_builddir.m4 | 7 # AX_ENABLE_BUILDDIR [(dirstring-or-command [,Makefile.mk [,-all]])] 19 # $2 = Makefile.mk 23 # toplevel srcdir Makefile from the information found in the created 24 # toplevel builddir Makefile. It just copies the variables and 38 # Makefile.mk file 40 # The automatic rules are usually scanning the toplevel Makefile for lines 143 pushdef([END],[Makefile.mk])dnl 147 if test -f "$TOP/Makefile" ; then 148 AC_MSG_NOTICE([skipping TOP/Makefile - left untouched]) 150 AC_MSG_NOTICE([skipping TOP/Makefile - not created]) [all …]
|
/external/elfutils/libasm/ |
D | ChangeLog | 3 * Makefile.am (libasm.so): Add AM_V_CCLD and AM_V_at silencers. 25 * Makefile.am: Suppress output of textrel_check command. 29 * Makefile.am (libasm.so): Use textrel_check. 33 * Makefile.am: Remove !MUDFLAP conditions. 37 * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES. 45 * Makefile.am: Use config/eu.am for common stuff. 49 * Makefile.am: Use USE_LOCKS instead of USE_TLS. 54 * Makefile.am [USE_TLS]: Like libasm.so with libpthread. 64 * Makefile.am (euinclude): Variable removed. 80 * Makefile.am (CLEANFILES): Add libasm.so.$(VERSION). [all …]
|
/external/valgrind/drd/scripts/ |
D | download-and-build-splash2.in | 48 --- orig/splash2/codes/apps/radiosity/Makefile 2008-05-25 10:38:52.000000000 +0200 49 +++ splash2/codes/apps/radiosity/Makefile 2008-05-25 13:05:36.000000000 +0200 67 …ff -ru orig/splash2/codes/apps/raytrace/rltotiff/Makefile splash2/codes/apps/raytrace/rltotiff/Mak… 68 --- orig/splash2/codes/apps/raytrace/rltotiff/Makefile 2008-05-25 10:38:52.000000000 +0200 69 +++ splash2/codes/apps/raytrace/rltotiff/Makefile 2008-05-25 10:31:57.000000000 +0200 71 include ../../../Makefile.config 81 diff -ru orig/splash2/codes/Makefile.config splash2/codes/Makefile.config 82 --- orig/splash2/codes/Makefile.config 2008-05-25 10:38:52.000000000 +0200 83 +++ splash2/codes/Makefile.config 2008-05-25 10:14:25.000000000 +0200 155 --- orig/splash2/codes/apps/radiosity/Makefile 2008-07-13 20:24:35.000000000 +0200 [all …]
|
/external/libnetfilter_conntrack/ |
D | configure.ac | 68 AC_CONFIG_FILES([Makefile src/Makefile include/Makefile utils/Makefile 69 examples/Makefile qa/Makefile include/libnetfilter_conntrack/Makefile 70 include/internal/Makefile src/conntrack/Makefile src/expect/Makefile
|
/external/curl/m4/ |
D | xc-am-iface.m4 | 106 if test ! -f "$xc_subdir/Makefile"; then 107 echo "$xc_msg_err $xc_subdir/Makefile file not found. $xc_msg_abrt" >&2 111 # Fetch dependency tracking file list from Makefile include lines. 113 xc_inc_lines=`grep '^include .*(DEPDIR)' "$xc_subdir/Makefile" 2>/dev/null` 121 AC_MSG_NOTICE([amending $xc_subdir/Makefile]) 123 # Build Makefile specific patch hunk. 144 # Build Makefile patching sed scripts. 173 # Apply patch to Makefile and cleanup. 175 $SED -f "$xc_s1" "$xc_subdir/Makefile" >"$xc_subdir/Makefile.tmp1" 176 $SED -f "$xc_s2" "$xc_subdir/Makefile.tmp1" >"$xc_subdir/Makefile.tmp2" [all …]
|
/external/elfutils/tests/ |
D | ChangeLog | 12 * Makefile.am (TESTS): Add system-elf-libelf-test, if !STANDALONE. 27 * Makefile.am (TESTS): Always unconditionally add 33 * Makefile.am (TESTS): Add run-compress-test.sh. 42 * Makefile.am (check_PROGRAMS): Add zstrptr. 51 * Makefile.am (TESTS): Add run-readelf-zx.sh and run-readelf-zp.sh. 56 * Makefile.am (check_PROGRAMS): Add elfgetzdata and elfputzdata. 72 * Makefile.am (TESTS): Add run-readelf-z.sh. 83 * Makefile.am (check_PROGRAMS): Add elfgetchdr. 98 * Makefile.am (check_PROGRAMS): Add dwelfgnucompressed. 108 * Makefile.am (TESTS): Add run-elfstrmerge-test.sh [all …]
|
/external/elfutils/lib/ |
D | ChangeLog | 3 * Makefile.am (AM_CFLAGS): Use -fPIC instead of -fpic to avoid relocation 42 * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES. 55 * Makefile.am (libeu_a_SOURCES): Add color.c. 82 * Makefile.am: Use config/eu.am for common stuff. 112 * Makefile.am (noinst_HEADERS): Add it. 116 * Makefile.am (libeu_a_SOURCES): Add sha1.c. 123 * Makefile.am (libeu_a_SOURCES): Add md5.c. 130 * Makefile.am (libeu_a_SOURCES): We don't need xstrdup in the moment. 138 * Makefile.am (xmalloc_CFLAGS): Define only if !GPROF. 143 * Makefile.am (libeu_a_SOURCES): Add it. [all …]
|
/external/zlib/src/old/os2/ |
D | Makefile.os2 | 52 nt/Makefile.nt nt/zlib.dnt contrib/README.contrib contrib/*.txt \ 56 contrib/untgz/Makefile contrib/untgz/*.c contrib/untgz/*.w32 92 mv Makefile Makefile~; cp -p Makefile.in Makefile 96 mv Makefile~ Makefile 99 mv Makefile Makefile~; cp -p Makefile.in Makefile 109 mv Makefile~ Makefile
|
/external/swiftshader/third_party/LLVM/projects/sample/autoconf/ |
D | configure.ac | 23 AC_CONFIG_SRCDIR(["Makefile.common.in"]) 25 dnl Configure a common Makefile 26 AC_CONFIG_FILES(Makefile.common) 29 dnl List every Makefile that exists within your source tree 30 AC_CONFIG_MAKEFILE(Makefile) 31 AC_CONFIG_MAKEFILE(lib/Makefile) 32 AC_CONFIG_MAKEFILE(lib/sample/Makefile) 33 AC_CONFIG_MAKEFILE(tools/Makefile) 34 AC_CONFIG_MAKEFILE(tools/sample/Makefile)
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | 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.
|
D | 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/icu/icu4c/source/ |
D | Makefile.in | 55 INSTALLED_BUILT_FILES = $(top_builddir)/config/Makefile.inc $(top_builddir)/config/pkgdata.inc $(to… 185 $(INSTALL_DATA) $(top_builddir)/config/Makefile.inc $(DESTDIR)$(pkglibdir)/Makefile.inc 191 $(RM) Makefile.inc && ln -s current/Makefile.inc Makefile.inc; \ 219 …$(RMV) $(top_builddir)/config/Makefile.inc $(top_builddir)/config/pkgdata.inc $(top_builddir)/conf… 221 $(RMV) Makefile config/Makefile icudefs.mk $(LIBDIR) $(BINDIR) 227 xcheck-local: $(top_builddir)/config/icu-config $(top_builddir)/config/Makefile.inc $(top_builddir)… 230 @echo verifying that $(MAKE) -f Makefile.inc selfcheck can operate 241 config/icucross.mk: $(top_builddir)/icudefs.mk $(top_builddir)/Makefile 252 config/icucross.inc: $(top_builddir)/icudefs.mk $(top_builddir)/Makefile @platform_make_fragment@ 262 config/icu-uc.pc: config/icu.pc Makefile icudefs.mk [all …]
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | Makefile.am | 34 swig/Makefile \ 37 swig/python/Makefile-swig \ 38 swig/perl/Makefile-swig \ 39 swig/perl/Makefile.PL \ 40 swig/ruby/Makefile-swig \ 42 swig/tcl/Makefile-swig \
|
/external/libedit/src/ |
D | Makefile.am | 10 vi.h: Makefile $(srcdir)/vi.c 13 emacs.h: Makefile $(srcdir)/emacs.c 16 common.h: Makefile $(srcdir)/common.c 19 fcns.h: Makefile $(AHDR) 22 help.h: Makefile $(ASRC) 25 fcns.c: Makefile $(AHDR) 28 help.c: Makefile $(ASRC) 31 tokenizern.c: Makefile $(srcdir)/tokenizer.c 34 historyn.c: Makefile $(srcdir)/history.c
|
/external/e2fsprogs/ |
D | MCONFIG.in | 239 DEP_LIB_MAKEFILES = $(top_srcdir)/lib/Makefile.library \ 240 $(top_srcdir)/lib/Makefile.elf-lib \ 241 $(top_srcdir)/lib/Makefile.bsd-lib \ 242 $(top_srcdir)/lib/Makefile.darwin-lib \ 243 $(top_srcdir)/lib/Makefile.solaris-lib \ 244 $(top_srcdir)/lib/Makefile.profile 268 Makefile: $(srcdir)/Makefile.in $(top_builddir)/MCONFIG \ 270 cd $(top_builddir); CONFIG_FILES=$(my_dir)/Makefile ./config.status 275 coverage.txt: Makefile $(SRCS) 287 .depend: Makefile $(SRCS) $(top_srcdir)/depfix.sed $(top_srcdir)/wordwrap.pl [all …]
|
/external/autotest/client/tests/ltp/patches/ |
D | kill-ipc.patch | 12 testcases/kernel/syscalls/kill/Makefile | 2 +- 15 diff --git a/testcases/kernel/syscalls/kill/Makefile b/testcases/kernel/syscalls/kill/Makefile 17 --- a/testcases/kernel/syscalls/kill/Makefile 18 +++ b/testcases/kernel/syscalls/kill/Makefile 21 $(MAKE) -C $^ -f "$(abs_srcdir)/$^/Makefile" all
|
/external/harfbuzz_ng/ |
D | git.mk | 106 case $$f in Makefile|*/Makefile) \ 135 …find "`test -z "$(top_srcdir)" && echo . || echo "$(top_srcdir)"`" -name Makefile.am | while read … 165 $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk 236 if test -f $(srcdir)/po/Makefile.in.in; then \ 238 po/Makefile.in.in \ 239 po/Makefile.in.in~ \ 240 po/Makefile.in \ 241 po/Makefile \ 309 Makefile \ 310 Makefile.in \
|
12345678910>>...75