summaryrefslogtreecommitdiffstats
path: root/buildtools/lib/parsers/autotools
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/lib/parsers/autotools')
-rw-r--r--buildtools/lib/parsers/autotools/CMakeLists.txt4
-rw-r--r--buildtools/lib/parsers/autotools/Makefile.am10
-rw-r--r--buildtools/lib/parsers/autotools/tests/Makefile.am4
3 files changed, 9 insertions, 9 deletions
diff --git a/buildtools/lib/parsers/autotools/CMakeLists.txt b/buildtools/lib/parsers/autotools/CMakeLists.txt
index 5bc97247..8226e963 100644
--- a/buildtools/lib/parsers/autotools/CMakeLists.txt
+++ b/buildtools/lib/parsers/autotools/CMakeLists.txt
@@ -16,9 +16,9 @@ include_directories(
)
-##### tdevautotoolsparser (static) ##############
+##### kdevautotoolsparser (static) ##############
-tde_add_library( tdevautotoolsparser STATIC_PIC
+tde_add_library( kdevautotoolsparser STATIC_PIC
SOURCES
autotoolsast.cpp autotoolsdriver.cpp autotools_yacc.cpp
)
diff --git a/buildtools/lib/parsers/autotools/Makefile.am b/buildtools/lib/parsers/autotools/Makefile.am
index 47234583..340d0e38 100644
--- a/buildtools/lib/parsers/autotools/Makefile.am
+++ b/buildtools/lib/parsers/autotools/Makefile.am
@@ -6,9 +6,9 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces \
-I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/util -I$(top_srcdir)/lib/widgets/propeditor \
$(all_includes)
METASOURCES = AUTO
-noinst_LTLIBRARIES = libtdevautotoolsparser.la
-libtdevautotoolsparser_la_LDFLAGS = $(all_libraries) $(LIB_TDEIO)
-libtdevautotoolsparser_la_SOURCES = autotoolsast.cpp autotoolsdriver.cpp autotools_yacc.cpp
+noinst_LTLIBRARIES = libkdevautotoolsparser.la
+libkdevautotoolsparser_la_LDFLAGS = $(all_libraries) $(LIB_TDEIO)
+libkdevautotoolsparser_la_SOURCES = autotoolsast.cpp autotoolsdriver.cpp autotools_yacc.cpp
parser:
cd $(srcdir) ; \
@@ -19,6 +19,6 @@ parser:
EXTRA_DIST = autotools.yy autotools.ll
DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui tdehtml tdemdi tdeio kjs tdeparts tdeutils
-DOXYGEN_PROJECTNAME = TDevelop AutoTools Parser
-DOXYGEN_DOCDIRPREFIX = tdevparser
+DOXYGEN_PROJECTNAME = KDevelop AutoTools Parser
+DOXYGEN_DOCDIRPREFIX = kdevparser
include ../../../../Doxyfile.am
diff --git a/buildtools/lib/parsers/autotools/tests/Makefile.am b/buildtools/lib/parsers/autotools/tests/Makefile.am
index 00c2baba..30c67288 100644
--- a/buildtools/lib/parsers/autotools/tests/Makefile.am
+++ b/buildtools/lib/parsers/autotools/tests/Makefile.am
@@ -13,9 +13,9 @@ METASOURCES = AUTO
check_PROGRAMS = runner viewer
runner_LDFLAGS = $(all_libraries) $(LIB_TDECORE) $(KDE_RPATH)
-runner_LDADD = $(top_builddir)/buildtools/lib/parsers/autotools/libtdevautotoolsparser.la
+runner_LDADD = $(top_builddir)/buildtools/lib/parsers/autotools/libkdevautotoolsparser.la
runner_SOURCES = runner.cpp
viewer_LDFLAGS = $(all_libraries) $(LIB_TDECORE) $(KDE_RPATH)
-viewer_LDADD = $(top_builddir)/buildtools/lib/parsers/autotools/libtdevautotoolsparser.la
+viewer_LDADD = $(top_builddir)/buildtools/lib/parsers/autotools/libkdevautotoolsparser.la
viewer_SOURCES = viewer.cpp viewer_main.cpp viewerbase.ui