Home
last modified time | relevance | path

Searched full:makefile (Results 1 – 25 of 3137) sorted by relevance

12345678910>>...126

/external/libpng/scripts/
DREADME.txt5 makefile.linux => Linux/ELF makefile
7 makefile.linux-opt=> Linux/ELF makefile with hardware optimizations on
9 makefile.gcc => Generic makefile (gcc, creates static libpng.a)
10 makefile.acorn => Acorn makefile
11 makefile.aix => AIX/gcc makefile
12 makefile.amiga => Amiga makefile
13 makefile.atari => Atari makefile
14 makefile.bc32 => 32-bit Borland C++ (all modules compiled in C mode)
15 makefile.beos => BeOS makefile
16 makefile.clang => Generic clang makefile
[all …]
/external/libxml2/
D.gitignore13 Makefile
14 Makefile.in
30 doc/Makefile
31 doc/Makefile.in
32 doc/devhelp/Makefile
33 doc/devhelp/Makefile.in
35 doc/examples/Makefile
36 doc/examples/Makefile.in
53 example/Makefile
54 example/Makefile.in
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dnmake.yml13 makefile: win32/Makefile.msc
18 makefile: win32/Makefile.msc
24 makefile: win32/Makefile.msc
30 makefile: win32/Makefile.msc
36 makefile: win32/Makefile.msc
41 makefile: win32/Makefile.arm
46 makefile: win32/Makefile.a64
57 nmake -f ${{ matrix.makefile }} ${{ matrix.additional-args }}
65 nmake -f ${{ matrix.makefile }} ${{ matrix.additional-args }} test
66 nmake -f ${{ matrix.makefile }} ${{ matrix.additional-args }} testdll
/external/libffi/m4/
Dax_enable_builddir.m47 # 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
37 # in the srcdir toplevel makefile - these parts are read from the $2 =
38 # Makefile.mk file
40 # The automatic rules are usually scanning the toplevel Makefile for lines
145 pushdef([END],[Makefile.mk])dnl
149 if test -f "$TOP/Makefile" ; then
150 AC_MSG_NOTICE([skipping TOP/Makefile - left untouched])
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dax_enable_builddir.m47 # 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
37 # in the srcdir toplevel makefile - these parts are read from the $2 =
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])
[all …]
/external/libxml2/doc/examples/
Dindex.py222 Makefile="""##
234 \t$(MAKE) Makefile
245 \ttest -f Makefile.am || rm -f test?.xml
254 Makefile = Makefile + "EXTRA_DIST =%s\n\n" % (EXTRA_DIST)
258 Makefile = Makefile + "check_PROGRAMS =%s\n\n" % (check_PROGRAMS)
260 Makefile = Makefile + "%s_SOURCES = %s.c\n\n" % (example, example)
261 Makefile = Makefile + "valgrind: \n\t$(MAKE) CHECKER='valgrind' tests\n\n"
262 Makefile = Makefile + "tests: $(check_PROGRAMS)\n"
263Makefile = Makefile + "\t@test -f Makefile.am || test -f test1.xml || $(LN_S) $(srcdir)/test?.xml …
264 Makefile = Makefile + "\t@(echo '## examples regression tests')\n"
[all …]
/external/ltp/testcases/open_posix_testsuite/scripts/
Dgenerate-makefiles.sh43 local makefile=$1
97 if [ ! -f "$makefile.1" ]; then
99 cat > "$makefile.1" <<EOF
127 cat >> "$makefile.1" <<EOF
133 cat >> "$makefile.1" <<EOF
140 echo "" >> "$makefile.1"
145 cat >> "$makefile.2" <<EOF
149 cat >> "$makefile.2" <<EOF
162 if [ ! -f "$makefile.3" ]; then
164 cat > "$makefile.3" <<EOF
[all …]
/external/google-breakpad/src/third_party/libdisasm/swig/
DMakefile22 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/curl/
DMakefile.dist34 $(MAKE) -C lib -f Makefile.mk
35 $(MAKE) -C src -f Makefile.mk
38 $(MAKE) -C lib -f Makefile.mk clean
39 $(MAKE) -C src -f Makefile.mk clean
40 $(MAKE) -C docs/examples -f Makefile.mk clean
43 $(MAKE) -C lib -f Makefile.mk vclean
44 $(MAKE) -C src -f Makefile.mk vclean
45 $(MAKE) -C docs/examples -f Makefile.mk vclean
48 $(MAKE) -C docs/examples -f Makefile.mk CFG=$@
51 $(MAKE) -C lib -f Makefile.mk CFG=$@
[all …]
/external/cronet/third_party/protobuf/
Dupdate_file_lists.sh3 # This script copies source file lists from src/Makefile.am to cmake files.
44 MAKEFILE=src/Makefile.am
46 [ -f "$MAKEFILE" ] || {
47 echo "Cannot find: $MAKEFILE"
51 # Extract file lists from src/Makefile.am
52 GZHEADERS=$(get_variable_value $MAKEFILE GZHEADERS)
53 LIBPROTOBUF_HEADERS=$(get_variable_value $MAKEFILE nobase_include_HEADERS | grep -v /compiler/)
55 LIBPROTOBUF_LITE_SOURCES=$(get_source_files $MAKEFILE libprotobuf_lite_la_SOURCES)
56 LIBPROTOBUF_SOURCES=$(get_source_files $MAKEFILE libprotobuf_la_SOURCES)
57 LIBPROTOC_SOURCES=$(get_source_files $MAKEFILE libprotoc_la_SOURCES)
[all …]
/external/flac/
Dconfigure.ac516 Makefile \
517 src/Makefile \
518 src/libFLAC/Makefile \
520 src/libFLAC/include/Makefile \
521 src/libFLAC/include/private/Makefile \
522 src/libFLAC/include/protected/Makefile \
523 src/libFLAC++/Makefile \
525 src/flac/Makefile \
526 src/metaflac/Makefile \
527 src/share/Makefile \
[all …]
/external/protobuf/
Dupdate_file_lists.sh3 # This script copies source file lists from src/Makefile.am to cmake files.
40 MAKEFILE=src/Makefile.am
42 [ -f "$MAKEFILE" ] || {
43 echo "Cannot find: $MAKEFILE"
47 # Extract file lists from src/Makefile.am
48 GZHEADERS=$(get_variable_value $MAKEFILE GZHEADERS)
49 LIBPROTOBUF_HEADERS=$(get_variable_value $MAKEFILE nobase_include_HEADERS | grep -v /compiler/)
51 LIBPROTOBUF_LITE_SOURCES=$(get_source_files $MAKEFILE libprotobuf_lite_la_SOURCES)
52 LIBPROTOBUF_SOURCES=$(get_source_files $MAKEFILE libprotobuf_la_SOURCES)
53 LIBPROTOC_SOURCES=$(get_source_files $MAKEFILE libprotoc_la_SOURCES)
[all …]
/external/elfutils/libasm/
DChangeLog38 * Makefile.am (GCC_INCLUDE): Remove.
42 * Makefile.am (noinst_PROGRAMS): Rename to noinst_DATA.
48 * Makefile.am (libasm.so$(EXEEXT)): Drop $(EXEEXT) suffix.
74 * Makefile.am (libasm_so_DEPS): Replace libebl.a with libebl_pic.a.
94 * Makefile.am: Use dso_LDFLAGS.
98 * Makefile.am: Add libasm_so_DEPS to specify external libraries
125 * Makefile.am (AM_CPPFLAGS): Add libdwelf.
151 * Makefile.am (libasm.so): Add AM_V_CCLD and AM_V_at silencers.
173 * Makefile.am: Suppress output of textrel_check command.
177 * Makefile.am (libasm.so): Use textrel_check.
[all …]
/external/elfutils/tests/
DChangeLog8 * Makefile.am (TESTS): Add run-debuginfod-section.sh.
13 * Makefile.am (EXTRA_DIST): Remove debuginfod-rpms/hello2.spec.
46 * Makefile.am (check_PROGRAMS): Add dwfl-report-offline-memory.
55 * Makefile.am (*_LDADD): Add libeu if needed for error.
60 * Makefile.am (TESTS): Add run-ar-N.sh.
87 * Makefile.am (TESTS): Add run-readelf-Dd.sh.
94 * Makefile.am (TESTS): Add run-readelf-arm-flags.sh.
103 * Makefile.am (TESTS): Add run-debuginfod-federation-metrics.sh
128 * Makefile.am (TESTS): Remove run-debuginfod-000-permission.sh
149 * Makefile.am: List it.
[all …]
/external/freetype/
Dconfigure91 # build a dummy Makefile if we are not building in the source tree;
106 echo "Generating \`Makefile'"
107 echo "TOP_DIR := $abs_ft2_dir" > Makefile
108 echo "OBJ_DIR := $abs_curr_dir" >> Makefile
109 echo "OBJ_BUILD := \$(OBJ_DIR)" >> Makefile
110 echo "DOC_DIR := \$(OBJ_DIR)/docs" >> Makefile
111 echo "FT_LIBTOOL_DIR := \$(OBJ_DIR)" >> Makefile
112 echo "ifndef FT2DEMOS" >> Makefile
113 echo " include \$(TOP_DIR)/Makefile" >> Makefile
114 echo "else" >> Makefile
[all …]
/external/autotest/client/profilers/oprofile/
Doprofile-0.9.4.tar.bz2 ... .m4 oprofile-0.9.4/m4/Makefile.am oprofile-0.9.4/m4/ ...
/external/python/cpython2/PC/VS8.0/
Dbuild_ssl.py98 def create_makefile64(makefile, m32): argument
99 """Create and fix makefile for 64bit
106 with open(makefile, 'w') as fout:
119 def fix_makefile(makefile): argument
122 if not os.path.isfile(makefile):
124 with open(makefile) as fin:
126 with open(makefile, 'w') as fout:
162 makefile="ms\\nt.mak"
163 m32 = makefile
168 makefile = "ms\\nt64.mak"
[all …]
/external/rust/crates/libz-sys/src/zlib/old/os2/
DMakefile.os21 # Makefile for zlib under OS/2 using GCC (PGCC)
5 # cp Makefile.os2 ..
7 # make -f Makefile.os2 test
9 # This makefile will build a static library z.lib, a shared library
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/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.v113 * 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/libffi/
DChangeLog.v113 * 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/ImageMagick/PerlMagick/
DMakefile.am17 # Makefile for building PerlMagick.
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 ) ; \
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/
Dxc-am-iface.m4106 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/ltp/testcases/open_posix_testsuite/
D.gitignore1 /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/libnetfilter_conntrack/
Dconfigure.ac67 dnl Output the makefile
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/elfutils/backends/
DChangeLog12 * Makefile.am (arm_SRCS): Add arm_machineflagname.c.
56 * Makefile.am (modules): Remove tilegx.
68 * Makefile.am (i386_SRCS): Remove i386_syscall.c.
113 * Makefile.am: Replace libcpu_{i386,x86_64,bpf}.a with libcpu.a.
119 * Makefile.am: Add C-SKY.
158 * Makefile.am (riscv_SRCS): Add riscv64_corenote.c.
169 * Makefile.am (riscv_SRCS): Add riscv_retval.c.
226 * Makefile.am (m68k_SRCS): Add m68k_cfi.c and m68k_initreg.c.
238 * Makefile.am (riscv_SRCS): Add riscv_corenote.c.
244 * Makefile.am (riscv_SRCS): Add riscv_initreg.c.
[all …]

12345678910>>...126