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.
koffice/karbon/commands/Makefile.am

56 lines
1012 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.cpp \
vbooleancmd.cpp \
vcleanupcmd.cpp \
vclipartcmd.cpp \
vclosepathcmd.cpp \
vcommand.cpp \
vdeletecmd.cpp \
vdistributecmd.cpp \
vfillcmd.cpp \
vflattencmd.cpp \
vgroupcmd.cpp \
vdeletenodescmd.cpp \
vlayercmd.cpp \
vreplacingcmd.cpp \
vshapecmd.cpp \
vstrokecmd.cpp \
vtransformcmd.cpp \
vinsertcmd.cpp \
vungroupcmd.cpp \
vzordercmd.cpp
libkarboncommands_la_METASOURCES = \
AUTO