# $Id$ # # Boiler plate makefile # # Needs to be included in a toplevel makefiles, which defines # the following variables: # # srcdir # prefix # CXX # CXXFLAGS # LDFLAGS # PKGCONFIG # WINDRES # ARTIFACT=fancysax3 ABI_VERSION=3 EXTPKGS=fancylog fancybase3 libxml-2.0 INCLUDES=-I$(srcdir) LD=$(CXX) HEADERS= fancysax.h \ fancysaxcontenthandler.h \ fancysaxdtdhandler.h \ fancysaxentityresolver.h \ fancysaxexception.h \ fancysaxlog.h \ fancysaxparser.h \ fancysaxreader.h \ fancysaxschema.h \ fancysaxschemavalidator.h \ fancysaxsimplecontenthandler.h \ fancysaxtaghandler.h \ fancysaxversion.h \ fancysaxiostream.h \ HEADERDIR=fancysax3 BUILDDATESOURCES=fancysaxversion.cpp SOURCES= fancysaxcontenthandler.cpp \ fancysaxdtdhandler.cpp \ fancysaxentityresolver.cpp \ fancysaxexception.cpp \ fancysaxlog.cpp \ fancysaxparser.cpp \ fancysaxreader.cpp \ fancysaxschema.cpp \ fancysaxschemavalidator.cpp \ fancysaxsimplecontenthandler.cpp \ fancysaxtaghandler.cpp \ fancysaxiostream.cpp \ fancysax_internals.cpp \ include /usr/share/pba-cbs/mk/main-sharedlib.mk