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.
56 lines
992 B
56 lines
992 B
INCLUDES = $(KOFFICE_INCLUDES) $(KOFFICECORE_INCLUDES) $(KOPAINTER_INCLUDES) \
|
|
-I$(srcdir)/.. \
|
|
-I$(srcdir)/../core \
|
|
-I$(srcdir)/../visitors \
|
|
$(all_includes)
|
|
|
|
noinst_LTLIBRARIES = libkarboncommands.la
|
|
|
|
noinst_HEADERS = \
|
|
valigncmd.h \
|
|
vbooleancmd.h \
|
|
vcleanupcmd.h \
|
|
vclipartcmd.h \
|
|
vclosepathcmd.h \
|
|
vcommand.h \
|
|
vdeletecmd.h \
|
|
vdistributecmd.h \
|
|
vfillcmd.h \
|
|
vflattencmd.h \
|
|
vgroupcmd.h \
|
|
vdeletenodescmd.h \
|
|
vlayercmd.h \
|
|
vreplacingcmd.h \
|
|
vshapecmd.h \
|
|
vstrokecmd.h \
|
|
vtransformcmd.h \
|
|
vinsertcmd.h \
|
|
vungroupcmd.h \
|
|
vzordercmd.h
|
|
|
|
libkarboncommands_la_SOURCES = \
|
|
valigncmd.cc \
|
|
vbooleancmd.cc \
|
|
vcleanupcmd.cc \
|
|
vclipartcmd.cc \
|
|
vclosepathcmd.cc \
|
|
vcommand.cc \
|
|
vdeletecmd.cc \
|
|
vdistributecmd.cc \
|
|
vfillcmd.cc \
|
|
vflattencmd.cc \
|
|
vgroupcmd.cc \
|
|
vdeletenodescmd.cc \
|
|
vlayercmd.cc \
|
|
vreplacingcmd.cc \
|
|
vshapecmd.cc \
|
|
vstrokecmd.cc \
|
|
vtransformcmd.cc \
|
|
vinsertcmd.cc \
|
|
vungroupcmd.cc \
|
|
vzordercmd.cc
|
|
|
|
libkarboncommands_la_METASOURCES = \
|
|
AUTO
|
|
|