Home
last modified time | relevance | path

Searched refs:other_sources (Results 1 – 25 of 93) sorted by relevance

1234

/dports/math/cgal/CGAL-5.3/demo/Polyhedron/
H A Dpolyhedron_demo_macros.cmake9 set(other_sources ${ARG_UNPARSED_ARGUMENTS}) variable
12 set(other_sources ${ARGN_TAIL}) variable
15 set(other_sources ${ARGN_TAIL}) variable
26 …in_name} MODULE ${option} ${moc_file_name} ${plugin_implementation_base_name}.cpp ${other_sources})
/dports/math/fricas/fricas-1.3.7/src/lib/
H A DMakefile.in28 other_sources = cfuns-c.c
32 other_objects = $(other_sources:.c=.$(OBJEXT))
H A DMakenotes.tex90 other_sources = cfuns-c.c
92 other_SOURCES = $(addsuffix .pamphlet,$(other_sources))
98 other_objects = $(other_sources:.c=.$(OBJEXT))
144 -rm -f $(libspad_a_sources) $(other_sources)
/dports/www/py-horizon/horizon-19.2.0/horizon/utils/
H A Dfile_discovery.py66 other_sources = [f for f in js_files
71 sources = modules + other_sources
/dports/devel/grpc130/grpc-1.30.2/src/python/grpcio/
H A Dcommands.py148 other_sources = []
162 other_sources.append(source)
163 extension.sources = generated_pyx_sources + other_sources
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/python/grpcio/
H A Dcommands.py148 other_sources = []
163 other_sources.append(source)
164 extension.sources = generated_pyx_sources + other_sources
/dports/devel/grpc134/grpc-1.34.1/src/python/grpcio/
H A Dcommands.py150 other_sources = []
164 other_sources.append(source)
165 extension.sources = generated_pyx_sources + other_sources
/dports/science/py-dipy/dipy-1.4.1/
H A Dsetup.py69 for modulename, other_sources, language in (
108 EXTS.append(Extension(modulename, [pyx_src] + other_sources,
/dports/devel/grpc/grpc-1.42.0/src/python/grpcio/
H A Dcommands.py150 other_sources = []
164 other_sources.append(source)
165 extension.sources = generated_pyx_sources + other_sources
/dports/devel/py-grpcio/grpcio-1.43.0/src/python/grpcio/
H A Dcommands.py150 other_sources = []
164 other_sources.append(source)
165 extension.sources = generated_pyx_sources + other_sources
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/tools/f18/
H A Dflang.in132 local -n other_sources=$3
149 other_sources+=($current_file)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/tools/f18/
H A Dflang132 local -n other_sources=$3
149 other_sources+=($current_file)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/tools/f18/
H A Dflang.in132 local -n other_sources=$3
149 other_sources+=($current_file)
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/tools/f18/
H A Dflang.in132 local -n other_sources=$3
149 other_sources+=($current_file)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/buildtools/
H A Dsipdistutils.py128 other_sources = [source for source in sources if not source.endswith('.sip')]
143 return generated_sources + other_sources
H A Ddistutils_hacks.py384 other_sources = [s for s in sources if not s.startswith('etg/')]
400 other_sources.append(sipfile)
403 return build_ext.swig_sources(self, other_sources, extension)
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/docs/markdown/snippets/
H A Djava_module.md14 [native_header_includes, other_sources],
/dports/www/firefox-esr/firefox-91.8.0/config/external/icu/i18n/
H A Dmoz.build23 HOST_SOURCES += other_sources
/dports/www/firefox/firefox-99.0/config/external/icu/i18n/
H A Dmoz.build23 HOST_SOURCES += other_sources
/dports/mail/thunderbird/thunderbird-91.8.0/config/external/icu/i18n/
H A Dmoz.build23 HOST_SOURCES += other_sources
/dports/www/firefox-esr/firefox-91.8.0/config/external/icu/common/
H A Dmoz.build33 HOST_SOURCES += other_sources
/dports/www/firefox/firefox-99.0/config/external/icu/common/
H A Dmoz.build33 HOST_SOURCES += other_sources
/dports/mail/thunderbird/thunderbird-91.8.0/config/external/icu/common/
H A Dmoz.build33 HOST_SOURCES += other_sources
/dports/science/py-veusz/veusz-veusz-3.3.1/
H A Dpyqtdistutils.py272 other_sources = [source for source in sources
289 return generated_sources + other_sources
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dcmake.py683 other_sources = []
698 other_sources.append(src_norm_path)
714 other_sources.append(src)
737 if other_sources:
739 SetVariableList(output, other_sources_name, other_sources)

1234