Home
last modified time | relevance | path

Searched refs:TOOLS (Results 51 – 75 of 1493) sorted by relevance

12345678910>>...60

/dports/security/vault/vault-1.8.2/vendor/github.com/softlayer/softlayer-go/
H A DMakefile9 TOOLS=$(GO_RUN) tools/*.go macro
19 @$(TOOLS) version --bump patch --prerelease alpha
41 @$(TOOLS) generate
47 @NEW_VERSION=$$($(TOOLS) version --bump patch) && \
64 @$(TOOLS) version
/dports/multimedia/dvdrip/dvdrip-0.98.11/lib/Video/DVDRip/
H A DDepend.pm36 my %TOOLS = (
329 while ( ( $tool, $def ) = each %TOOLS ) {
482 sub tools { \%TOOLS }
487 return 0 if not exists $TOOLS{$command};
488 return $TOOLS{$command}->{installed_ok};
494 return 0 if not exists $TOOLS{$command};
495 return $TOOLS{$command}->{exists};
501 return if not exists $TOOLS{$command};
502 return $TOOLS{$command}->{installed_num};
506 my $tools = \%TOOLS;
[all …]
/dports/sysutils/wiimms/wiimms-iso-tools/test-libwbfs/
H A DMakefile23 TOOLS := test-libwbfs macro
24 RM_FILES += $(TOOLS)
30 TOOLS_O := $(patsubst %,%.o,$(TOOLS))
77 $(TOOLS): %: %.o $(ALL_OBJECTS) Makefile
99 all: $(TOOLS)
/dports/security/lego/lego-4.5.3/vendor/github.com/softlayer/softlayer-go/
H A DMakefile9 TOOLS=$(GO_RUN) tools/*.go macro
20 @$(TOOLS) version --bump patch --prerelease alpha
42 @$(TOOLS) generate
48 @NEW_VERSION=$$($(TOOLS) version --bump patch) && \
71 @$(TOOLS) version
/dports/x11-fonts/stix-fonts/stixfonts-2.13/
H A Dbuild.sh14 TOOLS=tools
43 python3 ${TOOLS}/preprocess-ufo.py ${SOURCE}/${UFO} \
52 python3 ${TOOLS}/preprocess-ufo.py ${SOURCE}/${UFO} \
119 python3 ${TOOLS}/postprocess-static.py ${f}
124 python3 ${TOOLS}/postprocess-variable.py ${f}
137 python3 ${TOOLS}/make-woff.py ${f} ${w} ${BUILD}/static_${e}_${w}/${b}.${w}
145 python3 ${TOOLS}/make-woff.py ${f} ${w} ${BUILD}/variable_${e}_${w}/${b}.${w}
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dmain.c12 #ifdef TOOLS
58 #ifdef TOOLS in main()
99 #ifdef TOOLS in main()
373 #ifdef TOOLS in main()
399 #ifdef TOOLS in main()
429 #ifdef TOOLS in main()
437 #ifdef TOOLS in main()
525 #ifdef TOOLS in printUsage()
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/categorization/resource/board/
H A Dcategory_tools.qml23 … "instructions": qsTr("Place the TOOLS to the right and other objects to the left"),
32 … "instructions": qsTr("Place the TOOLS to the right and other objects to the left"),
41 … "instructions": qsTr("Place the TOOLS to the right and other objects to the left"),
50 … "instructions": qsTr("Place the TOOLS to the right and other objects to the left"),
59 … "instructions": qsTr("Place the TOOLS to the right and other objects to the left"),
68 … "instructions": qsTr("Place the TOOLS to the right and other objects to the left"),
77 … "instructions": qsTr("Place the TOOLS to the right and other objects to the left"),
86 … "instructions": qsTr("Place the TOOLS to the right and other objects to the left"),
95 … "instructions": qsTr("Place the TOOLS to the right and other objects to the left"),
104 … "instructions": qsTr("Place the TOOLS to the right and other objects to the left"),
/dports/emulators/libdsk/libdsk-1.4.2/win16vc1/
H A DDSKUTIL.MAK72 DSKUTIL.OBJ: ..\TOOLS\DSKUTIL.C $(DSKUTIL_DEP)
73 $(CC) $(CFLAGS) $(CCREATEPCHFLAG) /c ..\TOOLS\DSKUTIL.C
75 UTILOPTS.OBJ: ..\TOOLS\UTILOPTS.C $(UTILOPTS_DEP)
76 $(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ..\TOOLS\UTILOPTS.C
78 FORMNAME.OBJ: ..\TOOLS\FORMNAME.C $(FORMNAME_DEP)
79 $(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ..\TOOLS\FORMNAME.C
H A DDSKSCAN.MAK72 DSKSCAN.OBJ: ..\TOOLS\DSKSCAN.C $(DSKSCAN_DEP)
73 $(CC) $(CFLAGS) $(CCREATEPCHFLAG) /c ..\TOOLS\DSKSCAN.C
75 UTILOPTS.OBJ: ..\TOOLS\UTILOPTS.C $(UTILOPTS_DEP)
76 $(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ..\TOOLS\UTILOPTS.C
78 FORMNAME.OBJ: ..\TOOLS\FORMNAME.C $(FORMNAME_DEP)
79 $(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ..\TOOLS\FORMNAME.C
H A DDSKDUMP.MAK72 DSKDUMP.OBJ: ..\TOOLS\DSKDUMP.C $(DSKDUMP_DEP)
73 $(CC) $(CFLAGS) $(CCREATEPCHFLAG) /c ..\TOOLS\DSKDUMP.C
75 UTILOPTS.OBJ: ..\TOOLS\UTILOPTS.C $(UTILOPTS_DEP)
76 $(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ..\TOOLS\UTILOPTS.C
78 FORMNAME.OBJ: ..\TOOLS\FORMNAME.C $(FORMNAME_DEP)
79 $(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ..\TOOLS\FORMNAME.C
H A DDSKFORM.MAK72 DSKFORM.OBJ: ..\TOOLS\DSKFORM.C $(DSKFORM_DEP)
73 $(CC) $(CFLAGS) $(CCREATEPCHFLAG) /c ..\TOOLS\DSKFORM.C
75 UTILOPTS.OBJ: ..\TOOLS\UTILOPTS.C $(UTILOPTS_DEP)
76 $(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ..\TOOLS\UTILOPTS.C
78 FORMNAME.OBJ: ..\TOOLS\FORMNAME.C $(FORMNAME_DEP)
79 $(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ..\TOOLS\FORMNAME.C
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dbuild.bat15 set TOOLS=../tools/bin;../tools/7-Zip;../tools/svn/bin;../tools/mingit/mingw32/bin; variable
16 set PATH=%TOOLS%
27 set TOOLS=../tools/bin;../tools/7-Zip;../tools/svn/bin variable
28 set PATH=%TOOLS%;%PATH%
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/src/csg_boltzmann/
H A Dtabulatedpotential.h26 namespace TOOLS = votca::tools; variable
140 bool SetOption_(TOOLS::Histogram::options_t &op,
161 TOOLS::Histogram::options_t tab_options_;
162 TOOLS::Histogram::options_t hist_options_;
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/src/csg_boltzmann/
H A Dtabulatedpotential.h26 namespace TOOLS = votca::tools; variable
140 bool SetOption_(TOOLS::Histogram::options_t &op,
161 TOOLS::Histogram::options_t tab_options_;
162 TOOLS::Histogram::options_t hist_options_;
/dports/games/wesnoth/wesnoth-1.14.17/data/tools/unit_tree/
H A Dupdate-wmlunits27 TOOLS=${TOOLS:-$SOURCES/master/data/tools}
52 "$TOOLS/wesnoth_addon_manager" -p "$PORT" -d '.*' -c "$addons" $EXTRA_ADDON_OPTIONS > "$log/wesnoth…
54 python3 -u "$TOOLS/wmlunits" -t "$trans" -D "$data" -o "$tmpout" -w "$exe" \
/dports/biology/ngs-sdk/ngs-2.11.1/ngs-sdk/setup/
H A Dkonfigure.perl304 my $TOOLS = "";
340 $TOOLS = 'gcc' unless ($TOOLS);
350 $TOOLS = 'gcc' unless ($TOOLS);
360 $TOOLS = 'gcc' unless ($TOOLS);
363 $TOOLS = 'vc++';
380 if ($TOOLS =~ /gcc$/) {
382 $CC = "$TOOLS -c";
387 $LD = $TOOLS;
421 } elsif ($TOOLS eq 'jdk') {
500 if ($TOOLS =~ /gcc$/) {
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tools/
H A DMakefile1 TOOLS = qt-faststart trasher uncoded_frame macro
2 TOOLS-$(CONFIG_LIBMYSOFA) += sofa2wavs
3 TOOLS-$(CONFIG_ZLIB) += cws2fws
/dports/multimedia/vlc/vlc-3.0.16/extras/tools/
H A Dtools.mak5 include $(TOOLS)/packages.mak
6 TARBALLS := $(TOOLS)
40 && grep $(@) $(TOOLS)/SHA512SUMS| $(SHA512SUM)
130 $(APPLY) $(TOOLS)/libtool-2.4.6-bitcode.patch
131 $(APPLY) $(TOOLS)/libtool-2.4.6-san.patch
205 $(APPLY) $(TOOLS)/automake-clang.patch
223 $(APPLY) $(TOOLS)/bison-macOS-c41f233c.patch
224 $(APPLY) $(TOOLS)/bison-macOS-7df04f9.patch
276 $(APPLY) $(TOOLS)/ragel-6.8-javacodegen.patch
351 $(APPLY) $(TOOLS)/bison-macOS-c41f233c.patch
[all …]
/dports/cad/alliance/alliance/src/attila/src/
H A Dattila.sh378 for TOOL in $TOOLS; do
467 for TOOL in $TOOLS; do
494 for TOOL in $TOOLS; do
606 TOOLS=""
668 TOOLS="$TOOLS $TOOL"
720 if [ -z "$TOOLS" ]; then
761 for TOOL in $TOOLS; do
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dbuild.bat15 set TOOLS=../tools/bin;../tools/7-Zip;../tools/svn/bin variable
16 set PATH=%TOOLS%
30 set TOOLS=../tools/bin;../tools/7-Zip;../tools/svn/bin variable
31 set PATH=%TOOLS%;%PATH%
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dbuild.bat14 set TOOLS=../tools/bin;../tools/7-Zip;../tools/svn/bin variable
15 set PATH=%TOOLS%
29 set TOOLS=../tools/bin;../tools/7-Zip;../tools/svn/bin variable
30 set PATH=%TOOLS%;%PATH%
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dbuild.bat14 set TOOLS=../tools/bin;../tools/7-Zip;../tools/svn/bin variable
15 set PATH=%TOOLS%
29 set TOOLS=../tools/bin;../tools/7-Zip;../tools/svn/bin variable
30 set PATH=%TOOLS%;%PATH%
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dbuild.bat14 set TOOLS=../tools/bin;../tools/7-Zip;../tools/svn/bin variable
15 set PATH=%TOOLS%
29 set TOOLS=../tools/bin;../tools/7-Zip;../tools/svn/bin variable
30 set PATH=%TOOLS%;%PATH%
/dports/math/py-splot/splot-1.1.4/splot/tests/
H A Dtest_viz_bokeh.py28 TOOLS = "tap,help"
30 df, "HOVAL", title="columbus", reverse_colors=True, tools=TOOLS
45 TOOLS = "tap,reset,help"
46 fig = lisa_cluster(moran_loc, df, p=0.05, tools=TOOLS)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/tools/
H A DMakefile1 TOOLS = qt-faststart trasher uncoded_frame macro
2 TOOLS-$(CONFIG_LIBMYSOFA) += sofa2wavs
3 TOOLS-$(CONFIG_ZLIB) += cws2fws

12345678910>>...60