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