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.
31 lines
1.6 KiB
31 lines
1.6 KiB
15 years ago
|
# This directory collects some classes related to
|
||
|
# project management for the sole purpose that they
|
||
|
# can be shared between parts.
|
||
|
|
||
|
INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util \
|
||
|
-I$(top_srcdir)/lib/widgets/propeditor $(all_includes)
|
||
|
|
||
|
lib_LTLIBRARIES = libkdevbuildtoolswidgets.la
|
||
|
libkdevbuildtoolswidgets_la_LDFLAGS = $(all_libraries)
|
||
|
libkdevbuildtoolswidgets_la_LIBADD = $(top_builddir)/lib/interfaces/libkdevinterfaces.la \
|
||
|
$(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KIO) -lktexteditor
|
||
|
libkdevbuildtoolswidgets_la_SOURCES = addenvvardlg.cpp addfilesdialog.cpp \
|
||
|
environmentdisplaydialog.cpp environmentdisplaydialogbase.ui environmentvariableswidget.cpp \
|
||
|
environmentvariableswidgetbase.ui envvartools.cpp makeoptionswidget.cpp makeoptionswidgetbase.ui \
|
||
|
removesubprojectdialog.cpp removesubprojectdlgbase.ui runoptionswidget.cpp runoptionswidgetbase.ui \
|
||
|
subclassesdlg.cpp subclassesdlgbase.ui
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
kdevelopbuildtoolsincludedir = $(includedir)/kdevelop/buildtools/widgets
|
||
|
kdevelopbuildtoolsinclude_HEADERS = addenvvardlg.h addfilesdialog.h \
|
||
|
environmentvariableswidget.h environmentvariableswidgetbase.h envvartools.h makeoptionswidget.h \
|
||
|
makeoptionswidgetbase.h removesubprojectdialog.h removesubprojectdlgbase.h runoptionswidget.h \
|
||
|
runoptionswidgetbase.h subclassesdlg.h subclassesdlgbase.h
|
||
|
|
||
|
DOXYGEN_REFERENCES = dcop interfaces kdecore kdefx kdeui khtml kmdi kio kjs kparts kutils kdevutil kdevinterfaces kdevutil
|
||
|
DOXYGEN_PROJECTNAME = KDevelop Buildtool Widgets Library
|
||
|
DOXYGEN_DOCDIRPREFIX = kdevbt
|
||
|
include ../../../Doxyfile.am
|
||
|
noinst_HEADERS = environmentdisplaydialog.h
|