Home
last modified time | relevance | path

Searched refs:PLATFORM_SUFFIX (Results 1 – 15 of 15) sorted by relevance

/dports/irc/atheme-services/atheme-7.2.9/libathemecore/
H A Dlinker.c28 # define PLATFORM_SUFFIX ".sl" macro
30 # define PLATFORM_SUFFIX ".dll" macro
32 # define PLATFORM_SUFFIX ".so" macro
56 if (!strstr(buf, PLATFORM_SUFFIX)) in linker_open_ext()
57 mowgli_strlcat(buf, PLATFORM_SUFFIX, len); in linker_open_ext()
/dports/games/nxengine/nxengine-evo-2.6.5-1/build-scripts/
H A Dbuild-appimage.sh86 PLATFORM_SUFFIX=""
89 PLATFORM_SUFFIX="i386"
92 PLATFORM_SUFFIX="x86_64"
95 PLATFORM_SUFFIX="${MACHINE}"
100 export OUTPUT="NXEngine-Evo-${VERSION}-Linux-${PLATFORM_SUFFIX}.AppImage"
/dports/graphics/libprojectm/projectm-3.1.12/m4/autoconf-archive/
H A Dax_dist_rpm.m489 …AC_ARG_VAR(PLATFORM_SUFFIX, [A short name for your platform that will be added to the name of the …
91 if test "x$PLATFORM_SUFFIX" != "x"; then
92 AC_MSG_RESULT([$PLATFORM_SUFFIX])
93 AC_SUBST([PLATFORM_SUFFIX])
96 AC_MSG_RESULT([$PLATFORM_SUFFIX])
97 AC_MSG_WARN([rpm support disabled... PLATFORM_SUFFIX not set])
216 rpm: \$(PACKAGE)-\$(VERSION)-0.i*.$PLATFORM_SUFFIX.rpm
219 \$(top_builddir)/\$(PACKAGE)-\$(VERSION)-0.i*.$PLATFORM_SUFFIX.rpm: \$(top_builddir)/rpmmacros \$(t…
244 …0.\$\${dir}.rpm\" \"\$(top_builddir)/\$(PACKAGE)-\$(VERSION)-0.\$\${dir}.$PLATFORM_SUFFIX.rpm\"; \\
312 {rpm=>$PACKAGE-$VERSION-0.i*.$PLATFORM_SUFFIX.rpm} \\
/dports/devel/autoconf-archive/autoconf-archive-2019.01.06/m4/
H A Dax_dist_rpm.m489 …AC_ARG_VAR(PLATFORM_SUFFIX, [A short name for your platform that will be added to the name of the …
91 if test "x$PLATFORM_SUFFIX" != "x"; then
92 AC_MSG_RESULT([$PLATFORM_SUFFIX])
93 AC_SUBST([PLATFORM_SUFFIX])
96 AC_MSG_RESULT([$PLATFORM_SUFFIX])
97 AC_MSG_WARN([rpm support disabled... PLATFORM_SUFFIX not set])
217 rpm: \$(PACKAGE)-\$(VERSION)-0.*.\$(PLATFORM_SUFFIX).rpm
220 \$(top_builddir)/\$(PACKAGE)-\$(VERSION)-0.*.\$(PLATFORM_SUFFIX).rpm: \$(top_builddir)/rpmmacros \$…
245 …$\${dir}.rpm\" \"\$(top_builddir)/\$(PACKAGE)-\$(VERSION)-0.\$\${dir}.\$(PLATFORM_SUFFIX).rpm\"; \\
313 {rpm=>\$(PACKAGE)-\$(VERSION)-0.*.\$(PLATFORM_SUFFIX).rpm} \\
/dports/graphics/aloadimage/arcan-0.6.1/src/platform/darwin/
H A Dvideo.c33 #ifndef PLATFORM_SUFFIX
34 #define PLATFORM_SUFFIX platform macro
39 #define PLATFORM_SYMBOL(fun) EVAL(PLATFORM_SUFFIX, fun)
/dports/sysutils/acfgfs/arcan-0.6.1/src/platform/darwin/
H A Dvideo.c33 #ifndef PLATFORM_SUFFIX
34 #define PLATFORM_SUFFIX platform macro
39 #define PLATFORM_SYMBOL(fun) EVAL(PLATFORM_SUFFIX, fun)
/dports/x11/aclip/arcan-0.6.1/src/platform/darwin/
H A Dvideo.c33 #ifndef PLATFORM_SUFFIX
34 #define PLATFORM_SUFFIX platform macro
39 #define PLATFORM_SYMBOL(fun) EVAL(PLATFORM_SUFFIX, fun)
/dports/x11/arcan-trayicon/arcan-0.6.1/src/platform/darwin/
H A Dvideo.c33 #ifndef PLATFORM_SUFFIX
34 #define PLATFORM_SUFFIX platform macro
39 #define PLATFORM_SYMBOL(fun) EVAL(PLATFORM_SUFFIX, fun)
/dports/graphics/aloadimage/arcan-0.6.1/src/platform/egl-gles/
H A Dvideo.c29 #ifndef PLATFORM_SUFFIX
30 #define PLATFORM_SUFFIX platform macro
35 #define PLATFORM_SYMBOL(fun) EVAL(PLATFORM_SUFFIX, fun)
/dports/sysutils/acfgfs/arcan-0.6.1/src/platform/egl-gles/
H A Dvideo.c29 #ifndef PLATFORM_SUFFIX
30 #define PLATFORM_SUFFIX platform macro
35 #define PLATFORM_SYMBOL(fun) EVAL(PLATFORM_SUFFIX, fun)
/dports/x11/aclip/arcan-0.6.1/src/platform/egl-gles/
H A Dvideo.c29 #ifndef PLATFORM_SUFFIX
30 #define PLATFORM_SUFFIX platform macro
35 #define PLATFORM_SYMBOL(fun) EVAL(PLATFORM_SUFFIX, fun)
/dports/x11/arcan-trayicon/arcan-0.6.1/src/platform/egl-gles/
H A Dvideo.c29 #ifndef PLATFORM_SUFFIX
30 #define PLATFORM_SUFFIX platform macro
35 #define PLATFORM_SYMBOL(fun) EVAL(PLATFORM_SUFFIX, fun)
/dports/games/bloodfrontier/bloodfrontier/src/
H A DMakefile5 PLATFORM_SUFFIX= macro
166 cp bfclient ../bin/bfclient$(PLATFORM_SUFFIX)
169 cp bfserver ../bin/bfserver$(PLATFORM_SUFFIX)
/dports/devel/oclgrind/Oclgrind-21.10/src/runtime/
H A Druntime.cpp42 #define PLATFORM_SUFFIX "oclg" macro
357 data = PLATFORM_SUFFIX; in clGetPlatformInfo()
/dports/devel/autoconf-archive/autoconf-archive-2019.01.06/
H A DChangeLog431 - Escape $PLATFORM_SUFFIX so variable given at configure time is used instead