## Process this file with automake to produce Makefile.in AUTOMAKE_OPTIONS = gnu 1.4 lib_LTLIBRARIES = libxls2xml.la libxls2xml_la_LDFLAGS = -version-info @VERSION_INFO@ libxls2xml_la_LIBADD = $(top_builddir)/rec/librec.la libxls2xml_la_SOURCES = \ biffrec.c \ biffrec.h \ brdb.c \ brdb.c.h \ brdb.h \ defines.h \ formula.c \ formula.h \ ieeestr.c \ ieeestr.h \ p.h \ cole1compat.h \ cole1compat.c \ param.h \ pcommon.c \ pcommon.h \ ucs2utf8.c \ ucs2utf8.h \ xls2xml.c \ xls2xml.h \ xmldoc.c \ xmldoc.h \ xmlunicode.c \ xmlunicode.h bin_PROGRAMS = xls2xml ## I don't know how to put cleaner that is required library libxls2xml.a. ## (don't link with shared library, because it's not compiled by default) xls2xml_LDADD = .libs/libxls2xml.a @XML_LIB@ ## I don't know if XML_CFLAGS are needed in rec/*.o or in another place! ## @XML_CFLAGS@ xls2xml_SOURCES = main.c xls2xml_EXTRAS = \ getopt.c \ getopt.h \ getopt1.c ## TESTS = test.sh EXTRA_DIST = BUGS getopt.h getopt.c getopt1.c autogen.sh README-CVS \ THANKS DOWNLOAD sprsheet.xls sprsheet.xml TESTS = test.sh ## Is this the Right Way To Do It(R) ? xls2xmlincdir = $(includedir)/xls2xml xls2xmlinc_HEADERS = \ xls2xml.h \ param.h \ defines.h \ xmldoc.h SUBDIRS = rec doc