summaryrefslogtreecommitdiffstats
path: root/lib/interfaces/Makefile.am
blob: 93533492960bd3fd8948f5c821ea0685cce08512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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