Home
last modified time | relevance | path

Searched refs:PLATFORM (Results 76 – 100 of 6887) sorted by relevance

12345678910>>...276

/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/target/nghttp2/
H A DMakefile14 all: .installed-$(PLATFORM)
20 rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
22 cd $(PLATFORM); $(AUTORECONF) -vif
23 cd $(PLATFORM); $(CONFIGURE)
25 $(LIBDYLIB): $(PLATFORM)
26 $(MAKE) -C $(PLATFORM)
28 .installed-$(PLATFORM): $(LIBDYLIB)
29 $(MAKE) -C $(PLATFORM) install
33 $(MAKE) -C $(PLATFORM) clean
34 rm -f .installed-$(PLATFORM)
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/native/libpng/
H A DMakefile3 PLATFORM=$(NATIVEPLATFORM) macro
18 all: .installed-$(PLATFORM)
24 rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
26 cd $(PLATFORM); $(CONFIGURE)
28 $(LIBDYLIB): $(PLATFORM)
29 $(MAKE) -C $(PLATFORM)
32 .installed-$(PLATFORM): $(LIBDYLIB)
33 $(MAKE) -C $(PLATFORM) install
37 $(MAKE) -C $(PLATFORM) clean
38 rm -f .installed-$(PLATFORM)
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/target/tinyxml/
H A DMakefile14 LIBDYLIB=$(PLATFORM)/src/.libs/libtinyxml.a
16 all: .installed-$(PLATFORM)
22 rm -rf $(PLATFORM); mkdir -p $(PLATFORM)
24 cd $(PLATFORM); $(AUTORECONF) -vif
25 cd $(PLATFORM); $(CONFIGURE)
27 $(LIBDYLIB): $(PLATFORM)
28 $(MAKE) -j 1 -C $(PLATFORM)/src
30 .installed-$(PLATFORM): $(LIBDYLIB)
31 $(MAKE) -C $(PLATFORM)/src install
35 rm -rf $(PLATFORM) .installed-$(PLATFORM)
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/target/libxml2/
H A DMakefile15 all: .installed-$(PLATFORM)
21 rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
23 cd $(PLATFORM); ./autogen.sh
24 cd $(PLATFORM); $(CONFIGURE)
26 $(LIBDYLIB): $(PLATFORM)
27 $(MAKE) -C $(PLATFORM)
29 .installed-$(PLATFORM): $(LIBDYLIB)
30 $(MAKE) -C $(PLATFORM) install
35 $(MAKE) -C $(PLATFORM) clean
36 rm -f .installed-$(PLATFORM)
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/native/ldid/
H A DMakefile3 PLATFORM=$(NATIVEPLATFORM) macro
13 LIBDYLIB=$(PLATFORM)/ldid
15 all: .installed-$(PLATFORM)
21 rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
25 $(LIBDYLIB): $(PLATFORM)
26 $(MAKE) -C $(PLATFORM)
28 .installed-$(PLATFORM): $(LIBDYLIB)
29 cp $(PLATFORM)/ldid $(NATIVEPREFIX)/bin
33 rm -r $(PLATFORM)
34 rm -f .installed-$(PLATFORM)
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/native/meson/
H A DMakefile2 PLATFORM=$(NATIVEPLATFORM) macro
11 LIBDYLIB=$(PLATFORM)/build
13 all: .installed-$(PLATFORM)
18 $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS)
19 rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
23 $(LIBDYLIB): $(PLATFORM)
24 cd $(PLATFORM); $(NATIVEPREFIX)/bin/python3 setup.py build
26 .installed-$(PLATFORM): $(LIBDYLIB)
31 $(MAKE) -C $(PLATFORM) clean
32 rm -f .installed-$(PLATFORM)
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/native/libtool/
H A DMakefile3 PLATFORM=$(NATIVEPLATFORM) macro
16 LIBDYLIB=$(PLATFORM)/libtool
18 all: .installed-$(PLATFORM)
24 -rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
26 cd $(PLATFORM); $(CONFIGURE)
28 $(LIBDYLIB): $(PLATFORM)
29 $(MAKE) -C $(PLATFORM)
33 $(MAKE) -C $(PLATFORM) install
37 $(MAKE) -C $(PLATFORM) clean
38 rm -f .installed-$(PLATFORM)
[all …]
/dports/lang/perl5.34/perl-5.34.0/
H A Dmakedef.pl63 my %PLATFORM;
64 @PLATFORM{@PLATFORM} = ();
67 unless defined $ARGS{PLATFORM};
69 unless exists $PLATFORM{$ARGS{PLATFORM}};
71 use constant PLATFORM => $ARGS{PLATFORM}; constant
78 if $ARGS{PLATFORM} ne 'win32' && $ARGS{PLATFORM} ne 'netware';
124 if ($define{USE_ITHREADS} && $ARGS{PLATFORM} ne 'win32' && $ARGS{PLATFORM} ne 'netware') {
174 if ($ARGS{PLATFORM} eq 'os2') {
220 if ($ARGS{PLATFORM} ne 'os2') {
241 if ($ARGS{PLATFORM} ne 'aix') {
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/target/libgcrypt/
H A DMakefile27 all: .installed-$(PLATFORM)
33 rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
44 cd $(PLATFORM); $(AUTORECONF) -vif
45 cd $(PLATFORM); $(CONFIGURE)
47 $(LIBDYLIB): $(PLATFORM)
48 $(MAKE) -C $(PLATFORM)
50 .installed-$(PLATFORM): $(LIBDYLIB)
51 $(MAKE) -C $(PLATFORM) install
55 $(MAKE) -C $(PLATFORM) clean
56 rm -f .installed-$(PLATFORM)
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/target/libdvdnav/
H A DMakefile16 ifeq ($(PLATFORM),)
17 PLATFORM = native macro
42 all: .installed-$(PLATFORM)
50 rm -rf $(PLATFORM); mkdir -p $(PLATFORM)
54 $(PLATFORM)/.libs/$(LIBNAME).a: $(PLATFORM)
55 [ -d $(PLATFORM)/.libs ] && [ ! -f $@ ] && $(MAKE) -C $(PLATFORM) clean || :
56 $(MAKE) -C $(PLATFORM)
58 .installed-$(PLATFORM): $(PLATFORM)/.libs/$(LIBNAME).a
63 $(MAKE) -C $(PLATFORM) clean
64 rm -f .installed-$(PLATFORM)
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/target/libdvdread/
H A DMakefile16 ifeq ($(PLATFORM),)
17 PLATFORM = native macro
41 all: .installed-$(PLATFORM)
49 rm -rf $(PLATFORM); mkdir -p $(PLATFORM)
53 $(PLATFORM)/.libs/$(LIBNAME).a: $(PLATFORM)
54 [ -d $(PLATFORM)/.libs ] && [ ! -f $@ ] && $(MAKE) -C $(PLATFORM) clean || :
55 $(MAKE) -C $(PLATFORM)
57 .installed-$(PLATFORM): $(PLATFORM)/.libs/$(LIBNAME).a
62 $(MAKE) -C $(PLATFORM) clean
63 rm -f .installed-$(PLATFORM)
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/target/pcre/
H A DMakefile18 LIBDYLIB=$(PLATFORM)/.libs/lib$(LIBNAME).a
20 all: .installed-$(PLATFORM)
26 rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
31 cd $(PLATFORM); $(CONFIGURE)
33 $(LIBDYLIB): $(PLATFORM)
34 $(MAKE) -C $(PLATFORM)
36 .installed-$(PLATFORM): $(LIBDYLIB)
37 $(MAKE) -C $(PLATFORM) install
41 $(MAKE) -C $(PLATFORM) clean
42 rm -f .installed-$(PLATFORM)
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/zstd-sys-1.4.18+zstd.1.4.7/zstd/
H A Dappveyor.yml16 PLATFORM: "x64"
22 PLATFORM: "x86"
28 PLATFORM: "x64"
34 PLATFORM: "x64"
40 PLATFORM: "x64"
44 PLATFORM: "Win32"
48 PLATFORM: "x64"
52 PLATFORM: "Win32"
195 PLATFORM: "x64"
198 PLATFORM: "x64"
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/native/yasm/
H A DMakefile3 PLATFORM=$(NATIVEPLATFORM) macro
14 APP=$(PLATFORM)/$(APPNAME)
16 all: .installed-$(PLATFORM)
22 -rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
24 cd $(PLATFORM); $(CONFIGURE)
26 $(APP): $(PLATFORM)
27 $(MAKE) -C $(PLATFORM)
29 .installed-$(PLATFORM): $(APP)
35 $(MAKE) -C $(PLATFORM) clean
36 rm .installed-$(PLATFORM)
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/native/liblzo2/
H A DMakefile3 PLATFORM=$(NATIVEPLATFORM) macro
18 all: .installed-$(PLATFORM)
24 rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
26 cd $(PLATFORM); $(CONFIGURE)
28 $(LIBDYLIB): $(PLATFORM)
29 $(MAKE) -C $(PLATFORM)
31 .installed-$(PLATFORM): $(LIBDYLIB)
32 $(MAKE) -C $(PLATFORM) install
36 $(MAKE) -C $(PLATFORM) clean
37 rm -f .installed-$(PLATFORM)
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/native/wayland-scanner/
H A DMakefile3 PLATFORM=$(NATIVEPLATFORM) macro
15 APP=$(PLATFORM)/wayland-scanner
17 all: .installed-$(PLATFORM)
23 rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
25 cd $(PLATFORM); $(CONFIGURE)
27 $(APP): $(PLATFORM)
28 $(MAKE) -C $(PLATFORM)
30 .installed-$(PLATFORM): $(APP)
35 $(MAKE) -C $(PLATFORM) clean
36 rm -f .installed-$(PLATFORM)
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/target/libandroidjni/
H A DMakefile11 LIBDYLIB=$(PLATFORM)/$(LIBNAME)/.libs/$(LIBNAME).a
13 all: .installed-$(PLATFORM)
19 rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
21 cd $(PLATFORM); rm -rf build; mkdir -p build
24 $(LIBDYLIB): $(PLATFORM)
25 $(MAKE) -C $(PLATFORM)/build
27 .installed-$(PLATFORM): $(LIBDYLIB)
28 $(MAKE) -C $(PLATFORM)/build install
32 $(MAKE) -C $(PLATFORM) clean
33 rm -f .installed-$(PLATFORM)
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/target/libusb/
H A DMakefile14 LIBDYLIB=$(PLATFORM)/.libs/$(LIBNAME).a
16 all: $(LIBDYLIB) .installed-$(PLATFORM)
22 rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
25 cd $(PLATFORM); $(CONFIGURE)
27 $(LIBDYLIB): $(PLATFORM)
28 $(MAKE) -C $(PLATFORM)
30 .installed-$(PLATFORM): $(LIBDYLIB)
31 $(MAKE) -C $(PLATFORM) install
35 $(MAKE) -C $(PLATFORM) clean
36 rm -f .installed-$(PLATFORM)
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/native/expat/
H A DMakefile3 PLATFORM=$(NATIVEPLATFORM) macro
17 all: .installed-$(PLATFORM)
23 rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
25 cd $(PLATFORM); $(CONFIGURE)
27 $(LIBDYLIB): $(PLATFORM)
28 $(MAKE) -C $(PLATFORM)
30 .installed-$(PLATFORM): $(LIBDYLIB)
31 $(MAKE) -C $(PLATFORM) install
35 $(MAKE) -C $(PLATFORM) clean
36 rm -f .installed-$(PLATFORM)
[all …]
/dports/dns/bind911/bind-9.11.37/bin/rndc/win32/
H A Drndc.mak.in3 CFG=rndc - @PLATFORM@ Debug
7 !IF "$(CFG)" != "rndc - @PLATFORM@ Release" && "$(CFG)" != "rndc - @PLATFORM@ Debug"
16 !MESSAGE "rndc - @PLATFORM@ Release" (based on "@PLATFORM@ (x86) Console Application")
17 !MESSAGE "rndc - @PLATFORM@ Debug" (based on "@PLATFORM@ (x86) Console Application")
117 ALL : "libbind9 - @PLATFORM@ Release" "libisccfg - @PLATFORM@ Release" "libisccc - @PLATFORM@ Relea…
122 …EAN :"libisc - @PLATFORM@ ReleaseCLEAN" "libisccc - @PLATFORM@ ReleaseCLEAN" "libisccfg - @PLATFOR…
170 ALL : "libbind9 - @PLATFORM@ Debug" "libisccfg - @PLATFORM@ Debug" "libisccc - @PLATFORM@ Debug" "l…
175 CLEAN :"libisc - @PLATFORM@ DebugCLEAN" "libisccc - @PLATFORM@ DebugCLEAN" "libisccfg - @PLATFORM@ …
264 !IF "$(CFG)" == "rndc - @PLATFORM@ Release" || "$(CFG)" == "rndc - @PLATFORM@ Debug"
303 "libisc - @PLATFORM@ Release" :
[all …]
/dports/dns/bind911/bind-9.11.37/bin/dig/win32/
H A Dhost.mak.in3 CFG=host - @PLATFORM@ Debug
7 !IF "$(CFG)" != "host - @PLATFORM@ Release" && "$(CFG)" != "host - @PLATFORM@ Debug"
16 !MESSAGE "host - @PLATFORM@ Release" (based on "@PLATFORM@ (x86) Console Application")
17 !MESSAGE "host - @PLATFORM@ Debug" (based on "@PLATFORM@ (x86) Console Application")
117 ALL : "liblwres - @PLATFORM@ Release" "libbind9 - @PLATFORM@ Release" "libisc - @PLATFORM@ Release"…
122 CLEAN :"libdns - @PLATFORM@ ReleaseCLEAN" "libisc - @PLATFORM@ ReleaseCLEAN" "libbind9 - @PLATFORM@…
171 ALL : "liblwres - @PLATFORM@ Debug" "libbind9 - @PLATFORM@ Debug" "libisc - @PLATFORM@ Debug" "libd…
176 CLEAN :"libdns - @PLATFORM@ DebugCLEAN" "libisc - @PLATFORM@ DebugCLEAN" "libbind9 - @PLATFORM@ Deb…
266 !IF "$(CFG)" == "host - @PLATFORM@ Release" || "$(CFG)" == "host - @PLATFORM@ Debug"
317 "libdns - @PLATFORM@ Debug" :
[all …]
H A Ddig.mak.in3 CFG=dig - @PLATFORM@ Debug
7 !IF "$(CFG)" != "dig - @PLATFORM@ Release" && "$(CFG)" != "dig - @PLATFORM@ Debug"
16 !MESSAGE "dig - @PLATFORM@ Release" (based on "@PLATFORM@ (x86) Console Application")
17 !MESSAGE "dig - @PLATFORM@ Debug" (based on "@PLATFORM@ (x86) Console Application")
117 ALL : "liblwres - @PLATFORM@ Release" "libbind9 - @PLATFORM@ Release" "libisc - @PLATFORM@ Release"…
122 CLEAN :"libdns - @PLATFORM@ ReleaseCLEAN" "libisc - @PLATFORM@ ReleaseCLEAN" "libbind9 - @PLATFORM@…
171 ALL : "liblwres - @PLATFORM@ Debug" "libbind9 - @PLATFORM@ Debug" "libisc - @PLATFORM@ Debug" "libd…
176 CLEAN :"libdns - @PLATFORM@ DebugCLEAN" "libisc - @PLATFORM@ DebugCLEAN" "libbind9 - @PLATFORM@ Deb…
266 !IF "$(CFG)" == "dig - @PLATFORM@ Release" || "$(CFG)" == "dig - @PLATFORM@ Debug"
317 "libdns - @PLATFORM@ Debug" :
[all …]
H A Dnslookup.mak.in3 CFG=nslookup - @PLATFORM@ Debug
7 !IF "$(CFG)" != "nslookup - @PLATFORM@ Release" && "$(CFG)" != "nslookup - @PLATFORM@ Debug"
16 !MESSAGE "nslookup - @PLATFORM@ Release" (based on "@PLATFORM@ (x86) Console Application")
17 !MESSAGE "nslookup - @PLATFORM@ Debug" (based on "@PLATFORM@ (x86) Console Application")
117 ALL : "liblwres - @PLATFORM@ Release" "libbind9 - @PLATFORM@ Release" "libisc - @PLATFORM@ Release"…
122 CLEAN :"libdns - @PLATFORM@ ReleaseCLEAN" "libisc - @PLATFORM@ ReleaseCLEAN" "libbind9 - @PLATFORM@…
171 ALL : "liblwres - @PLATFORM@ Debug" "libbind9 - @PLATFORM@ Debug" "libisc - @PLATFORM@ Debug" "libd…
176 CLEAN :"libdns - @PLATFORM@ DebugCLEAN" "libisc - @PLATFORM@ DebugCLEAN" "libbind9 - @PLATFORM@ Deb…
266 !IF "$(CFG)" == "nslookup - @PLATFORM@ Release" || "$(CFG)" == "nslookup - @PLATFORM@ Debug"
317 "libdns - @PLATFORM@ Debug" :
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/native/pkg-config/
H A DMakefile3 PLATFORM=$(NATIVEPLATFORM) macro
20 LIBDYLIB=$(PLATFORM)/pkg-config
22 all: .installed-$(PLATFORM)
28 -rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
30 cd $(PLATFORM); $(CONFIGURE)
33 $(LIBDYLIB): $(PLATFORM)
34 $(MAKE) -C $(PLATFORM)
37 $(MAKE) -C $(PLATFORM) install
41 $(MAKE) -C $(PLATFORM) clean
42 rm -f .installed-$(PLATFORM)
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/target/libjpeg-turbo/
H A DMakefile10 LIBDYLIB=$(PLATFORM)/build/libjpeg.a
12 all: .installed-$(PLATFORM)
17 $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS)
18 rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
24 $(LIBDYLIB): $(PLATFORM)
25 $(MAKE) -C $(PLATFORM)/build
27 .installed-$(PLATFORM): $(LIBDYLIB)
28 $(MAKE) -C $(PLATFORM)/build install
32 $(MAKE) -C $(PLATFORM) clean
33 rm -f .installed-$(PLATFORM)
[all …]

12345678910>>...276