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.
41 lines
2.0 KiB
41 lines
2.0 KiB
INCLUDES = -I$(top_srcdir)/lib/interfaces/external -I$(top_srcdir)/lib/util -I$(top_srcdir)/lib/cppparser \
|
|
$(all_includes)
|
|
|
|
noinst_LTLIBRARIES = libtdevinterfaces.la
|
|
|
|
libtdevinterfaces_la_SOURCES = tdevcore.cpp tdevproject.cpp \
|
|
tdevlanguagesupport.cpp tdevpartcontroller.cpp tdevapi.cpp TDevCoreIface.skel \
|
|
tdevmainwindow.cpp TDevPartControllerIface.skel tdevplugin.cpp tdevcoderepository.cpp \
|
|
codemodel.cpp codemodel_treeparser.cpp codemodel_utils.cpp \
|
|
tdevdesignerintegration.cpp tdevplugincontroller.cpp tdevplugininfo.cpp TDevCoreIface.cpp \
|
|
TDevPartControllerIface.cpp katedocumentmanagerinterface.cpp katedocumentmanagerinterface.skel \
|
|
tdevprojectiface.cpp tdevprojectiface.skel tdevdesignerintegrationiface.cpp \
|
|
tdevdesignerintegrationiface.skel hashedstring.cpp
|
|
libtdevinterfaces_la_LDFLAGS = -no-undefined $(all_libraries)
|
|
libtdevinterfaces_la_LIBADD = $(top_builddir)/lib/interfaces/external/libkinterfacedesigner.la \
|
|
$(top_builddir)/lib/util/libtdevutil.la \
|
|
$(LIB_TDEUI) $(LIB_TDEHTML) $(LIB_TDEPARTS) -ltdetexteditor -ltdescript -lDCOP
|
|
|
|
tdevelopincludedir = $(includedir)/tdevelop/interfaces
|
|
tdevelopinclude_HEADERS = tdevlanguagesupport.h tdevmainwindow.h \
|
|
tdevpartcontroller.h tdevplugin.h tdevproject.h tdevcore.h tdevcoderepository.h codemodel.h \
|
|
codemodel_utils.h codemodel_treeparser.h tdevgenericfactory.h tdevapi.h \
|
|
tdevdesignerintegration.h tdevplugincontroller.h tdevplugininfo.h TDevCoreIface.h \
|
|
TDevPartControllerIface.h katedocumentmanagerinterface.h \
|
|
hashedstring.h
|
|
|
|
|
|
servicetypedir = $(kde_servicetypesdir)
|
|
servicetype_DATA = tdevelopproject.desktop tdeveloplanguagesupport.desktop \
|
|
tdevelopplugin.desktop
|
|
|
|
METASOURCES = AUTO
|
|
|
|
SUBDIRS = extensions external extras
|
|
|
|
DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui tdehtml tdemdi tdeio kjs tdeparts tdeutils tdevutil designer_integration tdevcatalog tdevprofileslib tdevextensions
|
|
DOXYGEN_PROJECTNAME = TDevelop Interfaces Library
|
|
DOXYGEN_DOCDIRPREFIX = tdev
|
|
include ../../Doxyfile.am
|
|
noinst_HEADERS = tdevprojectiface.h tdevdesignerintegrationiface.h
|