INCLUDES = $(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) \ -I$(srcdir)/.. \ -I$(srcdir)/../core \ -I$(srcdir)/../commands \ -I$(srcdir)/../render \ -I$(srcdir)/../tools \ -I$(srcdir)/../widgets \ -I$(srcdir)/../dialogs \ $(all_includes) noinst_LTLIBRARIES = \ libkarbondockers.la noinst_HEADERS = \ vcolordocker.h \ vdocumentdocker.h \ vstrokedocker.h \ vstyledocker.h \ vtransformdocker.h libkarbondockers_la_SOURCES = \ dummy.cpp \ vcolordocker.cpp \ vdocumentdocker.cpp \ vstrokedocker.cpp \ vstyledocker.cpp \ vtransformdocker.cpp libkarbondockers_la_METASOURCES = AUTO DISTCLEANFILES = \ dummy.cpp dummy.cpp: echo > dummy.cpp