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.
libksquirrel/kernel/kls_openexr/Makefile.am

11 lines
314 B

CXXFLAGS = @CXXFLAGS@ -fexceptions @SQ_EXR_CFLAGS@
INCLUDES = -I../include $(all_includes)
pkglib_LTLIBRARIES = libkls_openexr.la
libkls_openexr_la_SOURCES = fmt_codec_openexr.cpp fmt_codec_openexr_defs.h
libkls_openexr_la_LDFLAGS = ${SQ_RELEASE}
libkls_openexr_la_LIBADD = @SQ_EXR_LDFLAGS@ ${SQ_LOCAL_RPATH}