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.
22 lines
912 B
22 lines
912 B
INCLUDES = -I$(top_srcdir)/lib/compat -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/sourceinfo $(all_includes)
|
|
|
|
noinst_LTLIBRARIES = libkdevutil.la
|
|
|
|
libkdevutil_la_SOURCES = blockingkprocess.cpp configwidgetproxy.cpp domutil.cpp \
|
|
execcommand.cpp filetemplate.cpp kdeveditorutil.cpp kdevjobtimer.cpp \
|
|
kdevshellwidget.cpp kscriptactionmanager.cpp rurl.cpp settings.cpp urlutil.cpp
|
|
|
|
METASOURCES = AUTO
|
|
|
|
tdevelopincludedir = $(includedir)/tdevelop/util
|
|
tdevelopinclude_HEADERS = domutil.h execcommand.h filetemplate.h urlutil.h \
|
|
configwidgetproxy.h rurl.h kscriptactionmanager.h
|
|
|
|
DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevextensions kdevinterfaces
|
|
DOXYGEN_PROJECTNAME = KDevelop Utility Library
|
|
DOXYGEN_DOCDIRPREFIX = kdev
|
|
include ../../Doxyfile.am
|
|
|
|
noinst_HEADERS = blockingkprocess.h kdeveditorutil.h kdevjobtimer.h \
|
|
kdevshellwidget.h settings.h
|