You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
647 B
37 lines
647 B
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.cc \
|
|
vcolordocker.cc \
|
|
vdocumentdocker.cc \
|
|
vstrokedocker.cc \
|
|
vstyledocker.cc \
|
|
vtransformdocker.cc
|
|
|
|
libkarbondockers_la_METASOURCES = AUTO
|
|
|
|
DISTCLEANFILES = \
|
|
dummy.cc
|
|
|
|
dummy.cc:
|
|
echo > dummy.cc
|
|
|