You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/chalk/colorspaces/rgb_f16half/tests/Makefile.am

20 lines
804 B

AM_CPPFLAGS = -I$(srcdir)/.. \
-I$(srcdir)/../../../sdk \
-I$(srcdir)/../../../chalkcolor/color_strategy/ \
-I$(srcdir)/../../../color_strategy/ \
-I$(srcdir)/../../../modules/rgb_f32 \
$(OPENEXR_CFLAGS) \
$(all_includes)
# The check_ target makes sure we don't install the modules,
# $(KDE_CHECK_PLUGIN) assures a shared library is created.
check_LTLIBRARIES = tdeunittest_kis_rgb_f16half_colorspace_tester.la
tdeunittest_kis_rgb_f16half_colorspace_tester_la_SOURCES = kis_rgb_f16half_colorspace_tester.cc
tdeunittest_kis_rgb_f16half_colorspace_tester_la_LIBADD = -ltdeunittest ../libchalk_rgb_f16half.la
tdeunittest_kis_rgb_f16half_colorspace_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
check-local: tdeunittest_kis_rgb_f16half_colorspace_tester.la
tdeunittestmodrunner