# # Boiler plate makefile # # Needs to be included in a toplevel makefiles, which defines # the following variables: # # srcdir # prefix # CXX # CXXFLAGS # LDFLAGS # PKGCONFIG # WINDRES # ARTIFACT=fancyqt4widgets ABI_VERSION=1 I18N_PFX=fancyqt4 LANGUAGES=de ifeq ($(EXTPKGS),) EXTPKGS=QtGui libintl endif ifeq ($(INCLUDES),) INCLUDES=-I$(srcdir) endif ifeq ($(MOC),) MOC=moc-qt4 endif LD=$(CXX) HEADERS=fancyqt4widgets.h \ fancyqt4widgetsi18n.h \ fancyqt4linerecord.h \ fancyqt4logfilewatchdog.h \ fancyqt4logfileview.h \ HEADERDIR=fancyqt4widgets MOCHEADERS=fancyqt4logfilewatchdog.h \ fancyqt4logfileview.h \ SOURCES=fancyqt4widgetsi18n.cpp \ fancyqt4linerecord.cpp \ fancyqt4logfilewatchdog.cpp \ fancyqt4logfileview.cpp \ include /usr/share/pba-cbs/mk/main-sharedlib.mk