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/filters/karbon/eps/Makefile.am

38 lines
1001 B

kde_module_LTLIBRARIES = \
libkarbonepsexport.la \
libkarbonepsimport.la
libkarbonepsexport_la_SOURCES = \
epsexport.cc \
epsexportdlg.cc
libkarbonepsexport_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio -ltdeparts
libkarbonepsexport_la_LIBADD = $(KOFFICE_LIBS) ../../../karbon/libkarboncommon.la
libkarbonepsimport_la_SOURCES = epsimport.cc pscommentlexer.cc
libkarbonepsimport_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio -ltdeparts
libkarbonepsimport_la_LIBADD = $(KOFFICE_LIBS)
INCLUDES = \
$(KOFFICE_INCLUDES) \
$(KOPAINTER_INCLUDES) \
-I$(top_srcdir)/karbon \
-I$(top_srcdir)/karbon/core \
-I$(top_srcdir)/karbon/visitors \
$(all_includes)
service_DATA = \
karbon_eps_export.desktop \
karbon_eps_import.desktop \
karbon_ps_import.desktop
servicedir = $(kde_servicesdir)
noinst_HEADERS = \
epsexport.h \
epsexportdlg.h \
epsimport.h \
pscommentlexer.h
METASOURCES = AUTO