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.
|
|
|
lib_LTLIBRARIES = libkateinterfaces.la
|
|
|
|
bin_PROGRAMS =
|
|
|
|
tdeinit_LTLIBRARIES = kate.la kwrite.la
|
|
|
|
|
|
|
|
libkateinterfaces_la_SOURCES = kateapp.cpp kateconfigdialog.cpp kateconfigplugindialogpage.cpp \
|
|
|
|
kateconsole.cpp katedocmanager.cpp katefilelist.cpp katefileselector.cpp \
|
|
|
|
katemainwindow.cpp katepluginmanager.cpp \
|
|
|
|
kateviewmanager.cpp kateviewspace.cpp \
|
|
|
|
katemainwindowiface.skel katemainwindowiface.cpp kategrepdialog.cpp \
|
|
|
|
katemailfilesdialog.cpp kbookmarkhandler.cpp \
|
|
|
|
katedocmanageriface.skel kateappIface.cpp kateappIface.skel katedocmanageriface.cpp \
|
|
|
|
kateexternaltools.cpp katesavemodifieddialog.cpp kateviewspacecontainer.cpp \
|
|
|
|
katemwmodonhddialog.cpp katesession.cpp katemdi.cpp katetabwidget.cpp
|
|
|
|
|
|
|
|
libkateinterfaces_la_LIBADD = ../interfaces/libkateinterfacesprivate.la $(LIB_TDEUTILS) ../utils/libkateutils.la
|
|
|
|
|
|
|
|
libkateinterfaces_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined
|
|
|
|
|
|
|
|
kate_la_SOURCES = katemain.cpp
|
|
|
|
kate_la_LIBADD = libkateinterfaces.la
|
|
|
|
kate_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module -avoid-version
|
|
|
|
|
|
|
|
kwrite_la_SOURCES = kwritemain.cpp
|
|
|
|
kwrite_la_LIBADD = -lkatepartinterfaces ../utils/libkateutils.la
|
|
|
|
kwrite_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module -avoid-version
|
|
|
|
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
INCLUDES= -I../interfaces -I$(srcdir)/../lib $(all_includes)
|