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 = libkdevinterfaces.la
|
|
|
|
libkdevinterfaces_la_SOURCES = kdevcore.cpp kdevproject.cpp \
|
|
kdevlanguagesupport.cpp kdevpartcontroller.cpp kdevapi.cpp KDevCoreIface.skel \
|
|
kdevmainwindow.cpp KDevPartControllerIface.skel kdevplugin.cpp kdevcoderepository.cpp \
|
|
codemodel.cpp codemodel_treeparser.cpp codemodel_utils.cpp \
|
|
kdevdesignerintegration.cpp kdevplugincontroller.cpp kdevplugininfo.cpp KDevCoreIface.cpp \
|
|
KDevPartControllerIface.cpp katedocumentmanagerinterface.cpp katedocumentmanagerinterface.skel \
|
|
kdevprojectiface.cpp kdevprojectiface.skel kdevdesignerintegrationiface.cpp \
|
|
kdevdesignerintegrationiface.skel hashedstring.cpp
|
|
libkdevinterfaces_la_LDFLAGS = -no-undefined $(all_libraries)
|
|
libkdevinterfaces_la_LIBADD = $(top_builddir)/lib/interfaces/external/libkinterfacedesigner.la \
|
|
$(top_builddir)/lib/util/libkdevutil.la \
|
|
$(LIB_TDEUI) $(LIB_TDEHTML) $(LIB_TDEPARTS) -ltdetexteditor -ltdescript -lDCOP
|
|
|
|
tdevelopincludedir = $(includedir)/tdevelop/interfaces
|
|
tdevelopinclude_HEADERS = kdevlanguagesupport.h kdevmainwindow.h \
|
|
kdevpartcontroller.h kdevplugin.h kdevproject.h kdevcore.h kdevcoderepository.h codemodel.h \
|
|
codemodel_utils.h codemodel_treeparser.h kdevgenericfactory.h kdevapi.h \
|
|
kdevdesignerintegration.h kdevplugincontroller.h kdevplugininfo.h KDevCoreIface.h \
|
|
KDevPartControllerIface.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 kdevutil designer_integration kdevcatalog kdevprofileslib kdevextensions
|
|
DOXYGEN_PROJECTNAME = TDevelop Interfaces Library
|
|
DOXYGEN_DOCDIRPREFIX = kdev
|
|
include ../../Doxyfile.am
|
|
noinst_HEADERS = kdevprojectiface.h kdevdesignerintegrationiface.h
|