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.
45 lines
1.9 KiB
45 lines
1.9 KiB
kde_module_LTLIBRARIES = libkatepart.la
|
|
|
|
noinst_LTLIBRARIES = libkate.la
|
|
|
|
libkate_la_SOURCES = katesearch.cpp katebuffer.cpp katecmds.cpp \
|
|
kateundo.cpp katecursor.cpp katedialogs.cpp katedocument.cpp \
|
|
katefactory.cpp katehighlight.cpp katesyntaxdocument.cpp \
|
|
katetextline.cpp kateview.cpp kateconfig.cpp kateviewhelpers.cpp \
|
|
katecodecompletion.cpp katedocumenthelpers.cpp \
|
|
katecodefoldinghelpers.cpp kateviewinternal.cpp katebookmarks.cpp \
|
|
kateprinter.cpp katefont.cpp katelinerange.cpp katesupercursor.cpp \
|
|
katearbitraryhighlight.cpp katerenderer.cpp kateattribute.cpp \
|
|
kateautoindent.cpp katefiletype.cpp kateschema.cpp katedocument.skel \
|
|
katetemplatehandler.cpp katejscript.cpp katespell.cpp kateindentscriptabstracts.cpp \
|
|
kateluaindentscript.cpp
|
|
|
|
libkatepart_la_SOURCES = dummy.cpp
|
|
|
|
libkatepart_la_LIBADD = libkate.la ../interfaces/libkatepartinterfaces.la $(LIB_TDEPRINT) $(top_builddir)/kutils/libkutils.la $(top_builddir)/kjs/libkjs.la $(LUA_LIBS) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_KPARTS) $(top_builddir)/interfaces/ktexteditor/libktexteditor.la $(LIB_KFILE) $(top_builddir)/dcop/libDCOP.la
|
|
|
|
libkatepart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
|
|
|
INCLUDES= -I../interfaces -I$(top_srcdir) -I$(top_srcdir)/tdeprint -I$(top_srcdir)/interfaces -I$(top_srcdir)/interfaces/kregexpeditor -I$(top_srcdir)/tdefx -I$(top_srcdir)/kutils -I$(top_builddir)/kjs $(LUA_INCLUDES) $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
LUT_FILES = katejscript.lut.h
|
|
|
|
CREATE_HASH_TABLE = $(top_srcdir)/kjs/create_hash_table
|
|
|
|
dummy.cpp: $(srcdir)/Makefile.am
|
|
touch $@
|
|
|
|
katejscript.lut.h : $(srcdir)/katejscript.cpp $(CREATE_HASH_TABLE)
|
|
$(PERL) $(CREATE_HASH_TABLE) $(srcdir)/katejscript.cpp > $@
|
|
katejscript.lo: katejscript.lut.h
|
|
|
|
CLEANFILES = $(LUT_FILES)
|
|
|
|
## test program
|
|
TESTS = testkateregression
|
|
check_PROGRAMS = testkateregression
|
|
testkateregression_SOURCES = test_regression.cpp
|
|
testkateregression_LDADD = $(libkatepart_la_LIBADD)
|