Home
last modified time | relevance | path

Searched refs:SDLCONFIG (Results 1 – 25 of 229) sorted by relevance

12345678910

/dports/games/rezerwar/rezerwar-0.4.2/
H A Dconfigure23 SDLCONFIG=`which sdl-config`
25 if [ ! -x "$SDLCONFIG" ]; then
30 SDLVERSION=`$SDLCONFIG --version`
126 echo "CFLAGS+=\`$SDLCONFIG --cflags\` -Wall -O2 $MK_EXTRACFLAGS"
127 echo "LIBS+=`$SDLCONFIG --libs` -lSDL_mixer"
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/
H A DMakefile2 SDLCONFIG=sdl-config
4 CFLAGS += $(shell $(SDLCONFIG) --cflags)
7 LDFLAGS = $(shell $(SDLCONFIG) --libs) ${LIBS}
/dports/science/afni/afni-AFNI_21.3.16/src/mpegtoppm_dir/libvo/
H A Dconfigure.incl53 AC_CHECK_PROG([SDLCONFIG],[sdl-config],[yes])
54 if test x"$SDLCONFIG" = x"yes"; then
/dports/games/NBlood/NBlood-a1689a4/.github/workflows/
H A Dbuild.yml25 run: make -j2 duke3d sw blood rr exhumed tools SDLCONFIG=""
41 run: make -j2 duke3d sw blood rr exhumed tools SDLCONFIG=""
/dports/games/NBlood/NBlood-a1689a4/
H A DCommon.mak902 SDLCONFIG := sdl2-config macro
905 SDLCONFIG := sdl-config macro
913 SDLCONFIG := macro
917 SDLCONFIG := macro
920 SDLCONFIG := macro
923 ifneq ($(strip $(SDLCONFIG)),)
924 ifeq ($(strip $(shell $(SDLCONFIG) --version $(DONT_PRINT_STDERR))),)
925 override SDLCONFIG :=
940 ifneq ($(SDLCONFIG),)
941 SDLCONFIG_CFLAGS := $(strip $(subst -Dmain=SDL_main,,$(shell $(SDLCONFIG) --cflags)))
[all …]
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/
H A DMakefile19 SDLCONFIG=sdl-config macro
57 CFLAGS += $(shell $(SDLCONFIG) --cflags)
62 LDFLAGS = $(shell $(SDLCONFIG) --libs)
/dports/games/icebreaker/icebreaker-1.9.8/
H A DMakefile.osx3 SDLCONFIG=sdl-config
H A DMakefile.beos3 SDLCONFIG=sdl-config
H A DMakefile.w329 SDLCONFIG=$(CROSSTOOLSPATH)/i386-mingw32msvc/bin/sdl-config
H A DMakefile3 SDLCONFIG=${SDL_CONFIG} macro
/dports/graphics/grafx2/grafx2/src/
H A DMakefile122 COPT += $(shell $(SDLCONFIG) --cflags) $(TTFCOPT) $(JOYCOPT)
123 LOPT += $(shell $(SDLCONFIG) --libs) -lSDL_image $(TTFLOPT)
233 SDLCONFIG := $(call which,../3rdparty/usr/bin/sdl-config,sdl-config) macro
234 ifneq ($(SDLCONFIG), )
236 SDLCOPT = $(shell $(SDLCONFIG) --cflags)
247 SDLLOPT = $(shell $(SDLCONFIG) --libs) $(shell $(PKG_CONFIG) --libs SDL_image)
549 SDLCONFIG = /opt/open2x/gcc-4.1.1-glibc-2.3.6/bin/sdl-config macro
553 COPT += $(shell $(SDLCONFIG) --cflags)
556 LOPT += $(shell $(SDLCONFIG) --static-libs)
641 COPT += $(shell $(SDLCONFIG) --cflags)
[all …]
/dports/emulators/vice/vice-3.5/src/arch/sdl/
H A Dmake-bindist_win32.sh45 SDLCONFIG=$9
151 sdldir=`$SDLCONFIG --exec-prefix`/bin
/dports/games/chroma/chroma-1.20/
H A Dconfigure.ac22 AC_PATH_PROG(SDLCONFIG, sdl-config, no)
23 if test "$SDLCONFIG" = "no"; then
/dports/science/afni/afni-AFNI_21.3.16/src/mpegtoppm_dir/autotools/
H A DMakefile.in88 SDLCONFIG = @SDLCONFIG@
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/unix/config/
H A Dax_check_libsdl.m423 AC_CHECK_PROGS([SDLCONFIG], [sdl-config])
/dports/graphics/povray37/povray-3.7.0.10/unix/config/
H A Dax_check_libsdl.m423 AC_CHECK_PROGS([SDLCONFIG], [sdl-config])
/dports/science/afni/afni-AFNI_21.3.16/src/mpegtoppm_dir/test/
H A DMakefile.in88 SDLCONFIG = @SDLCONFIG@
/dports/science/afni/afni-AFNI_21.3.16/src/mpegtoppm_dir/vc++/
H A DMakefile.in88 SDLCONFIG = @SDLCONFIG@
/dports/multimedia/libmpeg2/libmpeg2-0.5.1/vc++/
H A DMakefile.in114 SDLCONFIG = @SDLCONFIG@
/dports/science/afni/afni-AFNI_21.3.16/src/mpegtoppm_dir/include/
H A DMakefile.in88 SDLCONFIG = @SDLCONFIG@
/dports/multimedia/libmpeg2/libmpeg2-0.5.1/
H A Dconfigure.ac208 AC_CHECK_PROG([SDLCONFIG],[sdl-config],[yes])
209 if test x"$SDLCONFIG" = x"yes"; then
/dports/multimedia/libmpeg2/libmpeg2-0.5.1/test/
H A DMakefile.in115 SDLCONFIG = @SDLCONFIG@
/dports/emulators/fs-uae/fs-uae-3.1.35/libmpeg2/
H A Dconfigure.ac213 AC_CHECK_PROG([SDLCONFIG],[sdl-config],[yes])
214 if test x"$SDLCONFIG" = x"yes"; then
/dports/multimedia/libtheora/libtheora-1.1.1/win32/xmingw32/
H A DMakefile343 ${LIBTHEORADEC_TARGET}.a `${SDLCONFIG} --libs`
/dports/science/afni/afni-AFNI_21.3.16/src/mpegtoppm_dir/doc/
H A DMakefile.in88 SDLCONFIG = @SDLCONFIG@

12345678910