Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/XRDP/tests/xrdp/   (X11 Server Version 0.10.6.1©)  Datei vom 7.6.2026 mit Größe 2 kB image not shown  

Quelle  Makefile.am   Sprache: unbekannt

 
Spracherkennung für: .am vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

AM_CPPFLAGS = \
  -DXRDP_TOP_SRCDIR=\"$(top_srcdir)\" \
  -I$(top_builddir) \
  -I$(top_srcdir)/xrdp \
  -I$(top_srcdir)/libxrdp \
  -I$(top_srcdir)/common \
  $(IMLIB2_CFLAGS)

LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
                  $(top_srcdir)/tap-driver.sh

PACKAGE_STRING="XRDP daemon"

EXTRA_DIST = \
  test_4bit.bmp \
  test_8bit.bmp \
  test_24bit.bmp \
  test_not4_4bit.bmp \
  test_not4_8bit.bmp \
  test_not4_24bit.bmp \
  test1.jpg \
  test_alpha_blend.png \
  gfx/gfx.toml \
  gfx/gfx_codec_h264_only.toml \
  gfx/gfx_codec_h264_preferred.toml \
  gfx/gfx_codec_order_undefined.toml \
  gfx/gfx_codec_rfx_only.toml \
  gfx/gfx_codec_rfx_preferred_odd.toml \
  gfx/gfx_codec_rfx_preferred.toml \
  gfx/gfx_h264_encoder_invalid.toml \
  gfx/gfx_h264_encoder_openh264.toml \
  gfx/gfx_h264_encoder_undefined.toml \
  gfx/gfx_h264_encoder_x264.toml \
  gfx/gfx_missing_h264.toml

TESTS = test_xrdp
check_PROGRAMS = test_xrdp

test_xrdp_SOURCES = \
    test_xrdp.h \
    test_xrdp_main.c \
    test_xrdp_egfx.c \
    test_xrdp_region.c \
    test_tconfig.c \
    test_bitmap_load.c

test_xrdp_CFLAGS = \
    -D IMAGEDIR=\"$(srcdir)\" \
    @CHECK_CFLAGS@ \
    @CMOCKA_CFLAGS@

test_xrdp_LDFLAGS = -Wl,--wrap=pixman_region_extents, \
    -Wl,--wrap=pixman_region_not_empty

test_xrdp_LDADD = \
    $(top_builddir)/xrdp/xrdp_bitmap_load.o \
    $(top_builddir)/xrdp/xrdp_bitmap_common.o \
    $(top_builddir)/xrdp/funcs.o \
    $(top_builddir)/common/libcommon.la \
    $(top_builddir)/libipm/libipm.la \
    $(top_builddir)/libxrdp/libxrdp.la \
    $(top_builddir)/libpainter/src/libpainter.la \
    $(top_builddir)/librfxcodec/src/librfxencode.la \
    $(top_builddir)/third_party/tomlc99/libtoml.la \
    $(top_builddir)/xrdp/lang.o \
    $(top_builddir)/xrdp/xrdp_mm.o \
    $(top_builddir)/xrdp/xrdp_wm.o \
    $(top_builddir)/xrdp/xrdp_font.o \
    $(top_builddir)/xrdp/xrdp_egfx.o \
    $(top_builddir)/xrdp/xrdp_cache.o \
    $(top_builddir)/xrdp/xrdp_region.o \
    $(top_builddir)/xrdp/xrdp_listen.o \
    $(top_builddir)/xrdp/xrdp_bitmap.o \
    $(top_builddir)/xrdp/xrdp_painter.o \
    $(top_builddir)/xrdp/xrdp_encoder.o \
    $(top_builddir)/xrdp/xrdp_process.o \
    $(top_builddir)/xrdp/xrdp_login_wnd.o \
    $(top_builddir)/xrdp/xrdp_tconfig.o \
    $(top_builddir)/xrdp/xrdp_main_utils.o \
    $(PIXMAN_LIBS) \
    $(IMLIB2_LIBS) \
    @CHECK_LIBS@ \
    @CMOCKA_LIBS@

if XRDP_X264
AM_CPPFLAGS += -DXRDP_X264 $(XRDP_X264_CFLAGS)
test_xrdp_LDADD += \
    $(top_builddir)/xrdp/xrdp_encoder_x264.o \
    $(XRDP_X264_LIBS)
endif

if XRDP_OPENH264
AM_CPPFLAGS += -DXRDP_X264 $(XRDP_OPENH264_CFLAGS)
test_xrdp_LDADD += \
    $(top_builddir)/xrdp/xrdp_encoder_openh264.o \
    $(XRDP_OPENH264_LIBS)
endif

[Dauer der Verarbeitung: 0.12 Sekunden, vorverarbeitet 2026-07-10]