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.
libkdcraw/libkdcraw/libraw/Makefile.am

15 lines
414 B

# LibRaw definitions
KDE_CXXFLAGS = $(USE_EXCEPTIONS) -DDCRAW_VERBOSE -DUSE_LCMS
INCLUDES = $(all_includes)
# Requires by dcraw implementation from libraw.
KDE_OPTIONS = nofinal
noinst_LTLIBRARIES = libraw.la
libraw_la_CXXFLAGS = -w
libraw_la_SOURCES = src/libraw_cxx.cpp src/libraw_c_api.cpp internal/dcraw_common.cpp internal/dcraw_fileio.cpp internal/foveon.cpp
libraw_la_LDFLAGS = $(LIBJPEG) $(LCMS_LIBS)