## Process this file with automake to produce Makefile.in INCLUDES = -I@srcdir@/../include -I./include -DPACKAGE_LOCALE_DIR=\""$(datadir)/locale"\" @RECODE_INCLUDEDIR@ @GSF_INCLUDEDIR@ noinst_HEADERS = fileformat.h \ px_error.h \ px_head.h \ px_io.h \ px_intern.h \ px_memory.h \ px_misc.h \ px_encode.h \ px_crypt.h \ sdncal.h ## bin_PROGRAMS = ## bin_SCRIPTS= lib_LTLIBRARIES = libpx.la libpx_la_LDFLAGS = -version-info @PXLIB_VERSION_INFO@ libpx_la_SOURCES = \ paradox.c \ px_head.c \ px_misc.c \ px_io.c \ px_memory.c \ px_memprof.c \ px_error.c \ px_encode.c \ px_crypt.c \ gregor.c libpx_la_LIBADD = @RECODE_LIBS@ @GSF_LIBS@ BUILD_LIBS = -lm #clean-am: # rm -rf CMakeFiles cmake_install.cmake