Searched full:makefile (Results 1 – 25 of 3891) sorted by relevance
12345678910>>...156
5 makefile.linux => Linux/ELF makefile7 makefile.linux-opt=> Linux/ELF makefile with hardware optimizations on9 makefile.gcc => Generic makefile (gcc, creates static libpng.a)10 makefile.acorn => Acorn makefile11 makefile.aix => AIX/gcc makefile12 makefile.amiga => Amiga makefile13 makefile.atari => Atari makefile14 makefile.bc32 => 32-bit Borland C++ (all modules compiled in C mode)15 makefile.beos => BeOS makefile16 makefile.cegcc => minge32ce for Windows CE makefile[all …]
12 Makefile13 Makefile.in28 doc/Makefile29 doc/Makefile.in30 doc/devhelp/Makefile31 doc/devhelp/Makefile.in33 doc/examples/Makefile34 doc/examples/Makefile.in51 example/Makefile52 example/Makefile.in[all …]
7 # AX_ENABLE_BUILDDIR [(dirstring-or-command [,Makefile.mk [,-all]])]19 # $2 = Makefile.mk23 # toplevel srcdir Makefile from the information found in the created24 # toplevel builddir Makefile. It just copies the variables and37 # in the srcdir toplevel makefile - these parts are read from the $2 =38 # Makefile.mk file40 # The automatic rules are usually scanning the toplevel Makefile for lines145 pushdef([END],[Makefile.mk])dnl149 if test -f "$TOP/Makefile" ; then150 AC_MSG_NOTICE([skipping TOP/Makefile - left untouched])[all …]
43 local makefile=$197 if [ ! -f "$makefile.1" ]; then99 cat > "$makefile.1" <<EOF128 cat >> "$makefile.1" <<EOF134 cat >> "$makefile.1" <<EOF140 cat >> "$makefile.1" <<EOF147 echo "" >> "$makefile.1"152 cat >> "$makefile.2" <<EOF156 cat >> "$makefile.2" <<EOF169 if [ ! -f "$makefile.3" ]; then[all …]
85 * docs/manual/Makefile.am: use $(wildcard) instead of 88 * tools/Makefile.am: handle conditionals in a compatible way 94 * tests/Makefile.am: add all the dirs to the DIST_SUBDIRS98 * tests/Makefile.am: dodge compiling memchunk and bufspeed138 * tools/Makefile.am: enable gstreamer-guilaunch for180 * Makefile.am: update.207 * plugins/xvideosink/Makefile.am: add $(X_LIBS)267 * gst/Makefile.am: messy hack to make sure libgst.la builds326 * configure.base: added swig/Makefile.PL354 * test/misc/: Makefile.am, gsmdec.c, gsmenc.c, mpgPlayer.c: Added[all …]
34 $(MAKE) -C lib -f Makefile.mk35 $(MAKE) -C src -f Makefile.mk38 $(MAKE) -C lib -f Makefile.mk clean39 $(MAKE) -C src -f Makefile.mk clean40 $(MAKE) -C docs/examples -f Makefile.mk clean43 $(MAKE) -C lib -f Makefile.mk vclean44 $(MAKE) -C src -f Makefile.mk vclean45 $(MAKE) -C docs/examples -f Makefile.mk vclean48 $(MAKE) -C docs/examples -f Makefile.mk CFG=$@51 $(MAKE) -C lib -f Makefile.mk CFG=$@[all …]
3 # This script copies source file lists from src/Makefile.am to cmake files.44 MAKEFILE=src/Makefile.am46 [ -f "$MAKEFILE" ] || {47 echo "Cannot find: $MAKEFILE"51 # Extract file lists from src/Makefile.am52 GZHEADERS=$(get_variable_value $MAKEFILE GZHEADERS)53 HEADERS=$(get_variable_value $MAKEFILE nobase_include_HEADERS)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 …]
38 * 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 libraries125 * 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 …]
91 # build a dummy Makefile if we are not building in the source tree;106 echo "Generating \`Makefile'"107 echo "TOP_DIR := $abs_ft2_dir" > Makefile108 echo "OBJ_DIR := $abs_curr_dir" >> Makefile109 echo "OBJ_BUILD := \$(OBJ_DIR)" >> Makefile110 echo "DOC_DIR := \$(OBJ_DIR)/docs" >> Makefile111 echo "FT_LIBTOOL_DIR := \$(OBJ_DIR)" >> Makefile112 echo "ifndef FT2DEMOS" >> Makefile113 echo " include \$(TOP_DIR)/Makefile" >> Makefile114 echo "else" >> Makefile[all …]
4 const file = makeFile("/a.js");11 const file = makeFile("/a/a.ts");12 const file2 = makeFile("/b.ts");13 const tsconfig = makeFile("/a/tsconfig.json", {});34 ….ts", "dts.d.ts", "jsx.jsx", "js.js", "badExtension.badExtension"].map(f => makeFile(`/src/${f}`));35 const notIncludedFile = makeFile("/bin/ts.js");37 const tsconfig = makeFile("/tsconfig.json", { compilerOptions, include: ["src"] });49 const file1 = makeFile("/a.ts");91 const file = makeFile("/a.ts");147 const tsconfig = makeFile("/tsconfig.json", { compilerOptions, files: ["/a.ts"] });[all …]
8 * 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.sh128 * Makefile.am (TESTS): Remove run-debuginfod-000-permission.sh149 * Makefile.am: List it.[all …]
1 /conformance/interfaces/*/Makefile2 /conformance/interfaces/*/*/Makefile4 /conformance/behavior/*/Makefile5 /conformance/definitions/*/Makefile6 /conformance/definitions/*/*/Makefile8 /functional/*/Makefile9 /functional/*/*/Makefile11 /stress/*/Makefile12 /stress/*/*/Makefile
1 # Makefile for zlib under OS/2 using GCC (PGCC)5 # cp Makefile.os2 ..7 # make -f Makefile.os2 test9 # This makefile will build a static library z.lib, a shared library52 nt/Makefile.nt nt/zlib.dnt contrib/README.contrib contrib/*.txt \56 contrib/untgz/Makefile contrib/untgz/*.c contrib/untgz/*.w3292 mv Makefile Makefile~; cp -p Makefile.in Makefile96 mv Makefile~ Makefile99 mv Makefile Makefile~; cp -p Makefile.in Makefile109 mv Makefile~ Makefile
106 if test ! -f "$xc_subdir/Makefile"; then107 echo "$xc_msg_err $xc_subdir/Makefile file not found. $xc_msg_abrt" >&2111 # 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 …]
440 AC_OUTPUT(Makefile alsactl/Makefile alsactl/init/Makefile \441 alsamixer/Makefile amidi/Makefile amixer/Makefile \442 m4/Makefile po/Makefile.in \443 alsaconf/alsaconf alsaconf/Makefile \444 alsaconf/po/Makefile \445 alsaucm/Makefile topology/Makefile \446 bat/Makefile bat/tests/Makefile bat/tests/asound_state/Makefile \447 aplay/Makefile include/Makefile iecset/Makefile utils/Makefile \448 utils/alsa-utils.spec seq/Makefile seq/aconnect/Makefile \449 seq/aplaymidi/Makefile seq/aseqdump/Makefile seq/aseqnet/Makefile \[all …]
12 * 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 …]
8 Makefile | 4 ----9 Makefile-libbz2_so | 5 ++---12 diff --git a/Makefile b/Makefile14 --- a/Makefile15 +++ b/Makefile27 diff --git a/Makefile-libbz2_so b/Makefile-libbz2_so29 --- a/Makefile-libbz2_so30 +++ b/Makefile-libbz2_so
28 Makefile29 lib/Makefile30 mkfs/Makefile31 fsck/Makefile32 tune/Makefile33 label/Makefile34 dump/Makefile35 exfat2img/Makefile
59 * Makefile.am (libeu_a_SOURCES): Add it.70 * Makefile.am (libeu_a_SOURCES): Add error.c.127 * Makefile.am (noinst_HEADERS): Added dynamicsizehash_concurrent.h.133 * Makefile.am (noinst_HEADERS): Added *.h above.161 * Makefile.am (libeu_a_SOURCES): Remove md5.c and sha1.c.176 * Makefile.am: Use fpic_CFLAGS.181 * Makefile.am (noinst_HEADERS): Add bpf.h194 * Makefile.am (libeu_a_SOURCES): Remove version.c, add printversion.c219 * Makefile.am (noinst_HEADERS): Add color.h.229 * Makefile.am (libeu_a_SOURCES): Add version.c[all …]
60 * Makefile.am (libebl_a_SOURCES): Remove ebl_syscall_abi.c.102 * Makefile.am (noinst_LIBRARIES): Add libebl.a.107 * Makefile.am: Make libebl.a non-PIC by default.242 * Makefile.am: Use fpic_CFLAGS.250 * Makefile.am (gen_SOURCES): Add ebl_data_marker_symbol.c.268 * Makefile.am (gen_SOURCES): Remove eblstrtab.c.281 * Makefile.am (gen_SOURCES): Remove eblobjecttypename.c,329 * Makefile.am (AM_CFLAGS): Use -fPIC instead of -fpic to avoid389 * Makefile.am (gen_SOURCES): Add eblcheckreloctargettype.c.399 * Makefile.am (gen_SOURCES): Add eblresolvesym.c.[all …]
14 formats: Makefile, MSbuild, ninja, or XCode project files (the main15 Makefile mentioned below is maintained separately by humans). For a detailed18 subset of the targets available in the [Makefile][], and a few21 * `Makefile`: A Makefile that can be run with GNU Make. It provides a set of24 detailed guide on this file, see [Makefile][].28 `make` on the `Makefile`.48 ## Makefile section in Maintaining the build files61 [Makefile]: #makefile hashtag
27 doc/Doxyfile doc/doxyfile.stamp doc/doxygen_sqlite3.db doc/Makefile doc/Makefile.in29 examples/Makefile examples/Makefile.in33 man/coap*.[357] man/coap*.txt man/Makefile man/Makefile.in35 Makefile Makefile.in37 tests/*.o tests/Makefile tests/Makefile.in tests/testdriver tests/test_common.h38 tests/oss-fuzz/Makefile.ci
28 * Makefile.am: Compile in src/x86/win32.S on non-Windows x86-32.84 * Makefile.in, aclocal.m4, compile, config.guess, config.sub,85 configure, depcomp, include/Makefile.in, install-sh,88 man/Makefile.in, mdate-sh, missing, testsuite/Makefile.in: Delete98 * configure, Makefile.in: Rebuilt.103 * Makefile.am (AM_MAKEFLAGS): Replace double quotes with single112 * Makefile.am (EXTRA_DIST): Replace old scripts with114 * Makefile.in: Rebuilt.118 * Makefile.am (AM_CFLAGS): Reintroduce missing -DFFI_DEBUG for120 * Makefile.in: Rebuilt.[all …]
262 # Determine the Makefile fragment1276 # Platform-specific Makefile setup1357 Makefile \1359 config/Makefile.inc \1362 data/Makefile \1363 stubdata/Makefile \1364 common/Makefile \1365 i18n/Makefile \1366 layoutex/Makefile \1367 io/Makefile \[all …]
... .38/LICENSE libpng-1.6.38/Makefile.am libpng-1.6.38/Makefile. ...