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

12 lines
277 B

INCLUDES = -I../include $(all_includes)
pkglib_LTLIBRARIES = libkls_eps.la
libkls_eps_la_SOURCES = fmt_codec_pnm.cpp fmt_codec_pnm_defs.h
libkls_eps_la_LDFLAGS = ${SQ_RELEASE} -lm
libkls_eps_la_LIBADD = ${SQ_LOCAL_RPATH}
AM_CXXFLAGS = -DCODEC_EPS -DEPS2PPM=\"${EPS2PPM}\"