Home
last modified time | relevance | path

Searched refs:PLATFORM (Results 151 – 175 of 8039) sorted by relevance

12345678910>>...322

/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/target/alsa-lib/
H A DMakefile26 all: .installed-$(PLATFORM)
32 rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
34 cd $(PLATFORM); $(CONFIGURE)
36 $(LIBDYLIB): $(PLATFORM)
37 $(MAKE) -C $(PLATFORM)/src
39 .installed-$(PLATFORM): $(LIBDYLIB)
41 $(MAKE) -C $(PLATFORM)/include install
42 $(MAKE) -C $(PLATFORM)/utils install
46 $(MAKE) -C $(PLATFORM) clean
47 rm -f .installed-$(PLATFORM)
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/target/crossguid/
H A DMakefile18 ifeq ($(PLATFORM),)
19 PLATFORM = native macro
37 LIBDYLIB=$(PLATFORM)/lib$(LIBNAME).a
41 all: .installed-$(PLATFORM)
52 rm -rf $(PLATFORM); mkdir -p $(PLATFORM)
55 $(LIBDYLIB): $(PLATFORM)
57 cd $(PLATFORM); $(AR) rvs lib$(LIBNAME).a guid.o
59 .installed-$(PLATFORM): $(LIBDYLIB)
62 cp $(PLATFORM)/guid.h $(PREFIX)/include/
67 rm -rf $(PLATFORM) .installed-$(PLATFORM)
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DPlatform.h541 #if PLATFORM(MAC) || PLATFORM(IPHONE)
544 #if PLATFORM(MAC) && !PLATFORM(IPHONE)
561 #if PLATFORM(GTK)
582 #if (PLATFORM(IPHONE) || PLATFORM(MAC) || PLATFORM(WIN) || (PLATFORM(QT) && OS(DARWIN) && !ENABLE(S…
618 #if PLATFORM(QT)
628 #if PLATFORM(MAC) && !PLATFORM(IPHONE)
691 #if PLATFORM(WX)
715 #if PLATFORM(IPHONE) || PLATFORM(MAC) || PLATFORM(WIN) || PLATFORM(GTK) || PLATFORM(CHROMIUM)
939 #if PLATFORM(QT)
1008 #if PLATFORM(QT)
[all …]
/dports/net/pichi/pichi-1.4.0/.azure/templates/
H A Dvcpkg.yml7 key: 'vcpkg | ${{ parameters.toolchain }} | $(PLATFORM)'
14 - powershell: (vcpkg install boost-system:$(PLATFORM)) -Or ($True)
17 vcpkg install boost-asio:$(PLATFORM) boost-beast:$(PLATFORM) boost-coroutine2:$(PLATFORM) `
18 boost-filesystem:$(PLATFORM) boost-mpl:$(PLATFORM) boost-program-options:$(PLATFORM) `
19 boost-scope-exit:$(PLATFORM) boost-test:$(PLATFORM) libmaxminddb:$(PLATFORM) `
20 libsodium:$(PLATFORM) mbedtls:$(PLATFORM) rapidjson:$(PLATFORM)
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/pre-depends/autoconf-pre-depends/
H A DMakefile3 PLATFORM=native macro
18 LIBDYLIB=$(PLATFORM)/bin/autoconf
26 $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS)
27 -rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
30 $(LIBDYLIB): $(PLATFORM)
31 cd $(PLATFORM); $(CONFIGURE)
32 $(MAKE) -C $(PLATFORM)
35 $(MAKE) -C $(PLATFORM) install
39 $(MAKE) -C $(PLATFORM) clean
40 rm -f .installed-$(PLATFORM)
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/target/libva/
H A DMakefile34 LIBDYLIB=$(PLATFORM)/build/va/$(LIBNAME).so
36 all: .installed-$(PLATFORM)
44 rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
46 cd $(PLATFORM); rm -rf build; mkdir -p build
47 cd $(PLATFORM); $(CONFIGURE) . build
49 $(LIBDYLIB): $(PLATFORM)
50 cd $(PLATFORM)/build; $(NATIVEPREFIX)/bin/ninja -v
52 .installed-$(PLATFORM): $(LIBDYLIB)
57 $(MAKE) -C $(PLATFORM) clean
58 rm -f .installed-$(PLATFORM)
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/target/dav1d/
H A DMakefile18 ifeq ($(PLATFORM),)
19 PLATFORM = native macro
56 all: .installed-$(PLATFORM)
64 rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
67 cd $(PLATFORM); $(CONFIGURE) . build
69 $(LIBDYLIB): $(PLATFORM)
70 cd $(PLATFORM)/build; $(NINJA) -v
72 .installed-$(PLATFORM): $(LIBDYLIB)
77 $(MAKE) -C $(PLATFORM) clean
78 rm -f .installed-$(PLATFORM)
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DPlatformMouseEvent.h31 #if PLATFORM(GTK)
36 #if PLATFORM(EFL)
42 #if PLATFORM(QT)
49 #if PLATFORM(WIN)
56 #if PLATFORM(WX)
88 #if PLATFORM(MAC) in PlatformMouseEvent()
109 #if PLATFORM(MAC) in PlatformMouseEvent()
140 #if PLATFORM(EFL)
147 #if PLATFORM(MAC)
157 #if PLATFORM(QT)
[all …]
H A DCursor.h33 #if PLATFORM(WIN)
38 #elif PLATFORM(MAC)
40 #elif PLATFORM(GTK)
42 #elif PLATFORM(QT)
50 #if PLATFORM(MAC)
58 #if PLATFORM(WX)
62 #if PLATFORM(WIN)
67 #if PLATFORM(WIN) || PLATFORM(MAC) || PLATFORM(GTK) || PLATFORM(QT) || PLATFORM(EFL)
75 #if PLATFORM(WIN)
86 #elif PLATFORM(MAC)
[all …]
H A DPasteboard.h33 #if PLATFORM(MAC)
37 #if PLATFORM(GTK)
45 #if PLATFORM(MAC)
57 #if PLATFORM(WIN)
68 #if PLATFORM(MAC)
87 #if PLATFORM(MAC)
101 #if PLATFORM(MAC)
110 #if PLATFORM(QT) || PLATFORM(CHROMIUM)
115 #if PLATFORM(GTK)
124 #if PLATFORM(MAC)
[all …]
H A DWidget.h38 #if PLATFORM(MAC)
42 #if PLATFORM(QT)
47 #if PLATFORM(MAC)
58 #if PLATFORM(WIN)
63 #if PLATFORM(GTK)
69 #if PLATFORM(QT)
76 #if PLATFORM(WX)
90 #if PLATFORM(EFL)
97 #if PLATFORM(QT)
240 #if PLATFORM(QT)
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DPlatform.h564 #if !PLATFORM(QT)
594 #if PLATFORM(MAC) || PLATFORM(IPHONE)
597 #if PLATFORM(MAC) && !PLATFORM(IPHONE)
635 #if (PLATFORM(IPHONE) || PLATFORM(MAC) || PLATFORM(WIN) || (PLATFORM(QT) && OS(DARWIN) && !ENABLE(S…
671 #if PLATFORM(QT)
681 #if PLATFORM(MAC) && !PLATFORM(IPHONE)
746 #if PLATFORM(WX)
770 #if PLATFORM(IPHONE) || PLATFORM(MAC) || PLATFORM(WIN) || PLATFORM(GTK) || PLATFORM(CHROMIUM)
999 #if PLATFORM(QT)
1068 #if PLATFORM(QT)
[all …]
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DPlatform.h566 #if !PLATFORM(QT)
596 #if PLATFORM(MAC) || PLATFORM(IPHONE)
599 #if PLATFORM(MAC) && !PLATFORM(IPHONE)
637 #if (PLATFORM(IPHONE) || PLATFORM(MAC) || PLATFORM(WIN) || (PLATFORM(QT) && OS(DARWIN) && !ENABLE(S…
673 #if PLATFORM(QT)
683 #if PLATFORM(MAC) && !PLATFORM(IPHONE)
748 #if PLATFORM(WX)
772 #if PLATFORM(IPHONE) || PLATFORM(MAC) || PLATFORM(WIN) || PLATFORM(GTK) || PLATFORM(CHROMIUM)
1001 #if PLATFORM(QT)
1070 #if PLATFORM(QT)
[all …]
/dports/devel/raylib/raylib-3.7.0/templates/standard_game/
H A DMakefile92 ifeq ($(PLATFORM),PLATFORM_RPI)
98 ifeq ($(PLATFORM),PLATFORM_DRM)
117 ifeq ($(PLATFORM),PLATFORM_RPI)
120 ifeq ($(PLATFORM),PLATFORM_DRM)
124 ifeq ($(PLATFORM),PLATFORM_WEB)
166 ifeq ($(PLATFORM),PLATFORM_RPI)
173 ifeq ($(PLATFORM),PLATFORM_WEB)
226 ifeq ($(PLATFORM),PLATFORM_RPI)
229 ifeq ($(PLATFORM),PLATFORM_DRM)
232 ifeq ($(PLATFORM),PLATFORM_WEB)
[all …]
/dports/devel/raylib/raylib-3.7.0/templates/advance_game/
H A DMakefile92 ifeq ($(PLATFORM),PLATFORM_RPI)
98 ifeq ($(PLATFORM),PLATFORM_DRM)
117 ifeq ($(PLATFORM),PLATFORM_RPI)
120 ifeq ($(PLATFORM),PLATFORM_DRM)
124 ifeq ($(PLATFORM),PLATFORM_WEB)
166 ifeq ($(PLATFORM),PLATFORM_RPI)
173 ifeq ($(PLATFORM),PLATFORM_WEB)
229 ifeq ($(PLATFORM),PLATFORM_RPI)
232 ifeq ($(PLATFORM),PLATFORM_DRM)
235 ifeq ($(PLATFORM),PLATFORM_WEB)
[all …]
/dports/dns/bind911/bind-9.11.37/lib/bind9/win32/
H A Dlibbind9.mak.in3 CFG=libbind9 - @PLATFORM@ Release
7 !IF "$(CFG)" != "libbind9 - @PLATFORM@ Release" && "$(CFG)" != "libbind9 - @PLATFORM@ Debug"
16 !MESSAGE "libbind9 - @PLATFORM@ Release" (based on "@PLATFORM@ (x86) Dynamic-Link Library")
17 !MESSAGE "libbind9 - @PLATFORM@ Debug" (based on "@PLATFORM@ (x86) Dynamic-Link Library")
118 ALL : "libisccfg - @PLATFORM@ Release" "libisc - @PLATFORM@ Release" "libdns - @PLATFORM@ Release" …
123 CLEAN :"libdns - @PLATFORM@ ReleaseCLEAN" "libisc - @PLATFORM@ ReleaseCLEAN" "libisccfg - @PLATFORM
179 ALL : "libisccfg - @PLATFORM@ Debug" "libisc - @PLATFORM@ Debug" "libdns - @PLATFORM@ Debug" "..\..…
184 CLEAN :"libdns - @PLATFORM@ DebugCLEAN" "libisc - @PLATFORM@ DebugCLEAN" "libisccfg - @PLATFORM@ De…
285 !IF "$(CFG)" == "libbind9 - @PLATFORM@ Release" || "$(CFG)" == "libbind9 - @PLATFORM@ Debug"
368 "libdns - @PLATFORM@ Debug" :
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/mk/
H A Dplatform0.mk7 PLATFORM:= $(shell uname -s)
10 ifeq ($(PLATFORM),Darwin)
11 PLATFORM:= MacOSX
14 else ifeq ($(findstring CYGWIN,$(PLATFORM)),CYGWIN)
15 PLATFORM:= Windows
17 else ifeq ($(findstring MINGW,$(PLATFORM)),MINGW)
18 PLATFORM:= Windows
19 else ifeq ($(findstring MSYS,$(PLATFORM)),MSYS)
20 PLATFORM:= Windows
23 else ifeq ($(PLATFORM),GNU/kFreeBSD)
[all …]
/dports/games/retroarch/RetroArch-1.9.7/dist-scripts/
H A Ddist-cores.sh4 PLATFORM=$1
9 if [ $PLATFORM = "unix" ] ; then
21 elif [ $PLATFORM = "ps2" ] ; then
29 elif [ $PLATFORM = "psp1" ] ; then
41 elif [ $PLATFORM = "vita" ] ; then
48 elif [ $PLATFORM = "libnx" ] ; then
53 elif [ $PLATFORM = "ctr" ] ; then
72 elif [ $PLATFORM = "wii" ] ; then
79 elif [ $PLATFORM = "ngc" ] ; then
91 elif [ $PLATFORM = "dos" ]; then
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/target/pythonmodule-setuptools/
H A DMakefile22 PYTHON_O=$(abs_top_srcdir)/target/python3/$(PLATFORM)/Programs/python.o
26 LIBDYLIB=$(PLATFORM)/dist/$(LIBNAME)-$(VERSION)-py3.8.egg
28 all: .installed-$(PLATFORM)
33 $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS)
34 rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
37 $(LIBDYLIB): $(PLATFORM)
38 mkdir -p $(PLATFORM)/output
41 .installed-$(PLATFORM): $(LIBDYLIB)
46 $(MAKE) -C $(PLATFORM) clean
47 rm -f .installed-$(PLATFORM)
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/target/gettext/
H A DMakefile23 all: .installed-$(PLATFORM)
28 $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS)
29 rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
31 cd $(PLATFORM); $(CONFIGURE)
33 $(LIBDYLIB): $(PLATFORM)
34 $(MAKE) -C $(PLATFORM)/gettext-runtime
36 .installed-$(PLATFORM): $(LIBDYLIB)
37 $(MAKE) -C $(PLATFORM)/gettext-runtime install
41 $(MAKE) -C $(PLATFORM) clean
42 rm -f .installed-$(PLATFORM)
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/native/distutilscross/
H A DMakefile3 PLATFORM=$(NATIVEPLATFORM) macro
12 all: .installed-$(PLATFORM)
17 $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS)
18 -rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
19 cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE)
20 cd $(PLATFORM); patch -p1 -i ../python3.patch
22 .installed-$(PLATFORM): $(PLATFORM)
23 cd $(PLATFORM); $(PREFIX)/bin/python3 setup.py install --prefix=$(PREFIX)
27 rm -f .installed-$(PLATFORM)
30 rm -rf $(PLATFORM) .installed-$(PLATFORM)
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/native/setuptools/
H A DMakefile3 PLATFORM=$(NATIVEPLATFORM) macro
11 all: .installed-$(PLATFORM)
17 $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS)
18 -rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
19 cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE)
20 cd $(PLATFORM); $(PREFIX)/bin/python3 bootstrap.py
22 .installed-$(PLATFORM): $(PLATFORM)
23 cd $(PLATFORM); $(PREFIX)/bin/python3 setup.py install --prefix=$(PREFIX)
27 rm -f .installed-$(PLATFORM)
30 rm -rf $(PLATFORM) .installed-$(PLATFORM)
/dports/dns/bind911/bind-9.11.37/bin/nsupdate/win32/
H A Dnsupdate.mak.in3 CFG=nsupdate - @PLATFORM@ Debug
7 !IF "$(CFG)" != "nsupdate - @PLATFORM@ Release" && "$(CFG)" != "nsupdate - @PLATFORM@ Debug"
16 !MESSAGE "nsupdate - @PLATFORM@ Release" (based on "@PLATFORM@ (x86) Console Application")
17 !MESSAGE "nsupdate - @PLATFORM@ Debug" (based on "@PLATFORM@ (x86) Console Application")
117 ALL : "libbind9 - @PLATFORM@ Release" "libisc - @PLATFORM@ Release" "libdns - @PLATFORM@ Release" "…
122 CLEAN :"libdns - @PLATFORM@ ReleaseCLEAN" "libisc - @PLATFORM@ ReleaseCLEAN" "libbind9 - @PLATFORM@…
168 ALL : "libbind9 - @PLATFORM@ Debug" "libisc - @PLATFORM@ Debug" "libdns - @PLATFORM@ Debug" "..\..\…
173 CLEAN :"libdns - @PLATFORM@ DebugCLEAN" "libisc - @PLATFORM@ DebugCLEAN" "libbind9 - @PLATFORM@ Deb…
258 !IF "$(CFG)" == "nsupdate - @PLATFORM@ Release" || "$(CFG)" == "nsupdate - @PLATFORM@ Debug"
291 "libdns - @PLATFORM@ Debug" :
[all …]
/dports/devel/raylib/raylib-3.7.0/templates/simple_game/
H A DMakefile92 ifeq ($(PLATFORM),PLATFORM_RPI)
98 ifeq ($(PLATFORM),PLATFORM_DRM)
126 ifeq ($(PLATFORM),PLATFORM_RPI)
129 ifeq ($(PLATFORM),PLATFORM_DRM)
133 ifeq ($(PLATFORM),PLATFORM_WEB)
175 ifeq ($(PLATFORM),PLATFORM_RPI)
182 ifeq ($(PLATFORM),PLATFORM_WEB)
238 ifeq ($(PLATFORM),PLATFORM_RPI)
241 ifeq ($(PLATFORM),PLATFORM_DRM)
244 ifeq ($(PLATFORM),PLATFORM_WEB)
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/target/libdrm/
H A DMakefile49 LIBDYLIB=$(PLATFORM)/build/$(LIBNAME).so
51 all: .installed-$(PLATFORM)
59 rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
61 cd $(PLATFORM); rm -rf build; mkdir -p build
62 cd $(PLATFORM); $(CONFIGURE) . build
64 $(LIBDYLIB): $(PLATFORM)
65 cd $(PLATFORM)/build; $(NATIVEPREFIX)/bin/ninja -v
67 .installed-$(PLATFORM): $(LIBDYLIB)
72 $(MAKE) -C $(PLATFORM) clean
73 rm -f .installed-$(PLATFORM)
[all …]

12345678910>>...322