Searched full:makefile (Results 1 – 25 of 3293) sorted by relevance
12345678910>>...132
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.knr => Archaic UNIX Makefile that converts files with13 makefile.acorn => Acorn makefile14 makefile.aix => AIX/gcc makefile15 makefile.amiga => Amiga makefile16 makefile.atari => Atari makefile17 makefile.bc32 => 32-bit Borland C++ (all modules compiled in C mode)18 makefile.beos => beos makefile[all …]
13 Makefile14 Makefile.in26 doc/Makefile27 doc/Makefile.in28 doc/devhelp/Makefile29 doc/devhelp/Makefile.in31 doc/examples/Makefile32 doc/examples/Makefile.in49 example/Makefile50 example/Makefile.in[all …]
1 ### TensorFlow Makefile5 if you are building for iOS, you currently need to use the Makefile.11 This experimental project supplies a Makefile automatically derived from the38 tensorflow/contrib/makefile/download_dependencies.sh42 like Eigen in the `tensorflow/contrib/makefile/downloads/` folder.58 tensorflow/contrib/makefile/build_all_linux.sh62 `tensorflow/contrib/makefile/gen/lib/libtensorflow-core.a`,63 and create an example executable at `tensorflow/contrib/makefile/gen/bin/benchmark`.77 tensorflow/contrib/makefile/gen/bin/benchmark \105 tensorflow/contrib/makefile/download_dependencies.sh[all …]
32 # tensorflow/contrib/makefile/download_dependencies.sh33 # tensorflow/contrib/makefile/rename_protobuf.sh36 # tensorflow/contrib/makefile/compile_ios_protobuf.sh37 # tensorflow/contrib/makefile/compile_ios_tensorflow.sh43 mv tensorflow/contrib/makefile/downloads/protobuf/src/google/protobuf \44 tensorflow/contrib/makefile/downloads/protobuf//src/google/protobuf374 tensorflow/contrib/makefile/downloads/protobuf/configure.ac76 tensorflow/contrib/makefile/downloads/protobuf/autogen.sh78 # Update the locations within the protobuf makefile.80 tensorflow/contrib/makefile/downloads/protobuf/src/Makefile.am[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 lines144 pushdef([END],[Makefile.mk])dnl148 if test -f "$TOP/Makefile" ; then149 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 …]
223 Makefile="""##240 $(MAKE) Makefile252 test -f Makefile.am || rm -f test?.xml261 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"[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 …]
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"151 cat >> "$makefile.2" <<EOF157 if [ ! -f "$makefile.3" ]; then159 cat > "$makefile.3" <<EOF[all …]
... test/tests/ xm-test/tests/Makefile.am xm-test/tests/Makefile. ...
7 * Makefile.am (system_elf_libelf_test_CPPFLAGS): Guard by51 * Makefile (EXTRA_DIST): Add new testfiles.68 * Makefile.am (TESTS): Add run-strip-version.sh.93 * Makefile.am (TESTS): Add run-readelf-compressed.sh.101 * Makefile.am (EXTRA_DIST): Add testfile-debug-rel-ppc64-g.o.bz2,115 * Makefile.am (TESTS): Add run-readelf-n.sh.125 * Makefile.am (TESTS): Add run-readelf-macros.sh.133 * Makefile.am (EXTRA_DIST): Add testfile-annobingroup-x86_64.o.bz2.145 * Makefile.am (TESTS): Add run-strip-test-many.sh.151 * Makefile.am (TESTS): Add run-typeiter-many.sh.[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 …]
91 # build a dummy Makefile if we are not building in the source tree;104 echo "Generating \`Makefile'"105 echo "TOP_DIR := $abs_ft2_dir" > Makefile106 echo "OBJ_DIR := $abs_curr_dir" >> Makefile107 echo "OBJ_BUILD := \$(OBJ_DIR)" >> Makefile108 echo "DOC_DIR := \$(OBJ_DIR)/reference" >> Makefile109 echo "FT_LIBTOOL_DIR := \$(OBJ_DIR)" >> Makefile110 echo "ifndef FT2DEMOS" >> Makefile111 echo " include \$(TOP_DIR)/Makefile" >> Makefile112 echo "else" >> Makefile[all …]
15 * Makefile.am: Use dso_LDFLAGS.19 * Makefile.am: Add libasm_so_DEPS to specify external libraries46 * Makefile.am (AM_CPPFLAGS): Add libdwelf.72 * Makefile.am (libasm.so): Add AM_V_CCLD and AM_V_at silencers.94 * Makefile.am: Suppress output of textrel_check command.98 * Makefile.am (libasm.so): Use textrel_check.102 * Makefile.am: Remove !MUDFLAP conditions.106 * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.114 * Makefile.am: Use config/eu.am for common stuff.118 * Makefile.am: Use USE_LOCKS instead of USE_TLS.[all …]
... .m4 oprofile-0.9.4/m4/Makefile.am oprofile-0.9.4/m4/ ...
1 diff -u -r blktrace_orig/Makefile blktrace/Makefile2 --- blktrace_orig/Makefile Mon Jul 28 15:10:40 20083 +++ blktrace/Makefile Mon Jul 28 15:11:56 200824 Only in blktrace: Makefile~25 diff -u -r blktrace_orig/btreplay/Makefile blktrace/btreplay/Makefile26 --- blktrace_orig/btreplay/Makefile Mon Jul 28 15:10:40 200827 +++ blktrace/btreplay/Makefile Mon Jul 28 15:12:36 200850 diff -u -r blktrace_orig/btt/Makefile blktrace/btt/Makefile51 --- blktrace_orig/btt/Makefile Mon Jul 28 15:10:40 200852 +++ blktrace/btt/Makefile Mon Jul 28 15:12:54 2008
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 /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
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 …]
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
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 …]
23 * Makefile.am (libeu_a_SOURCES): Remove md5.c and sha1.c.38 * Makefile.am: Use fpic_CFLAGS.43 * Makefile.am (noinst_HEADERS): Add bpf.h56 * Makefile.am (libeu_a_SOURCES): Remove version.c, add printversion.c81 * Makefile.am (noinst_HEADERS): Add color.h.91 * Makefile.am (libeu_a_SOURCES): Add version.c103 * Makefile.am (noinst_HEADERS): Add libeu.h.117 * Makefile.am (AM_CFLAGS): Use -fPIC instead of -fpic to avoid relocation156 * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.169 * Makefile.am (libeu_a_SOURCES): Add color.c.[all …]