Searched full:makefile (Results 1 – 25 of 3137) sorted by relevance
12345678910>>...126
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.clang => Generic clang makefile[all …]
13 Makefile14 Makefile.in30 doc/Makefile31 doc/Makefile.in32 doc/devhelp/Makefile33 doc/devhelp/Makefile.in35 doc/examples/Makefile36 doc/examples/Makefile.in53 example/Makefile54 example/Makefile.in[all …]
13 makefile: win32/Makefile.msc18 makefile: win32/Makefile.msc24 makefile: win32/Makefile.msc30 makefile: win32/Makefile.msc36 makefile: win32/Makefile.msc41 makefile: win32/Makefile.arm46 makefile: win32/Makefile.a6457 nmake -f ${{ matrix.makefile }} ${{ matrix.additional-args }}65 nmake -f ${{ matrix.makefile }} ${{ matrix.additional-args }} test66 nmake -f ${{ matrix.makefile }} ${{ matrix.additional-args }} testdll
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 …]
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 lines143 pushdef([END],[Makefile.mk])dnl147 if test -f "$TOP/Makefile" ; then148 AC_MSG_NOTICE([skipping TOP/Makefile - left untouched])[all …]
222 Makefile="""##234 \t$(MAKE) Makefile245 \ttest -f Makefile.am || rm -f test?.xml254 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"263 …Makefile = 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 …]
43 local makefile=$197 if [ ! -f "$makefile.1" ]; then99 cat > "$makefile.1" <<EOF127 cat >> "$makefile.1" <<EOF133 cat >> "$makefile.1" <<EOF140 echo "" >> "$makefile.1"145 cat >> "$makefile.2" <<EOF149 cat >> "$makefile.2" <<EOF162 if [ ! -f "$makefile.3" ]; then164 cat > "$makefile.3" <<EOF[all …]
22 cd python && make -f Makefile-swig25 cd ruby && make -f Makefile-swig28 cd perl && make -f Makefile-swig31 cd tcl && make -f Makefile-swig38 cd python && sudo make -f Makefile-swig install41 cd ruby && sudo make -f Makefile-swig install44 cd perl && sudo make -f Makefile-swig install47 cd tcl && sudo make -f Makefile-swig install54 cd python && sudo make -f Makefile-swig uninstall57 cd ruby && sudo make -f Makefile-swig uninstall[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 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 …]
516 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 …]
3 # This script copies source file lists from src/Makefile.am to cmake files.40 MAKEFILE=src/Makefile.am42 [ -f "$MAKEFILE" ] || {43 echo "Cannot find: $MAKEFILE"47 # Extract file lists from src/Makefile.am48 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 …]
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 …]
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 …]
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 …]
... .m4 oprofile-0.9.4/m4/Makefile.am oprofile-0.9.4/m4/ ...
98 def create_makefile64(makefile, m32): argument99 """Create and fix makefile for 64bit106 with open(makefile, 'w') as fout:119 def fix_makefile(makefile): argument122 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 = makefile168 makefile = "ms\\nt64.mak"[all …]
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
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 …]
17 # Makefile for building PerlMagick.41 PERLMAKEMAKER=$(PERLMAGICK)/Makefile.PL42 PERLMAKEFILE=$(PERLMAGICK)/Makefile58 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@' test118 ( 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 …]
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 …]
1 /conformance/interfaces/*/Makefile2 /conformance/interfaces/*/*/Makefile4 /conformance/behavior/*/Makefile5 /conformance/definitions/*/Makefile6 /conformance/definitions/*/*/Makefile8 /functional/*/Makefile9 /functional/*/*/Makefile11 /stress/*/Makefile12 /stress/*/*/Makefile
67 dnl Output the makefile68 AC_CONFIG_FILES([Makefile src/Makefile include/Makefile utils/Makefile69 examples/Makefile qa/Makefile include/libnetfilter_conntrack/Makefile70 include/internal/Makefile src/conntrack/Makefile src/expect/Makefile
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 …]