####### This is the input file for automake, which will generate Makefile.in ########## ## not a GNU package. You can remove this line, if ## you have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = foreign 1.4 noinst_PROGRAMS = dom2calc SOAPHEADER = dom2calc.h include ../Makefile.defines include ../Makefile.cpp_rules SOAP_NS = dom2calc_SOURCES = $(SOAPHEADER) dom2calc.cpp $(SOAP_CPP_CORE) ../../dom.cpp dom2calc_LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)