~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to lib/util/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SET(kdevutil_STAT_SRCS
 
2
domutil.cpp
 
3
execcommand.cpp
 
4
filetemplate.cpp
 
5
urlutil.cpp
 
6
configwidgetproxy.cpp
 
7
rurl.cpp
 
8
kscriptactionmanager.cpp
 
9
settings.cpp
 
10
)
 
11
 
 
12
KDE_AUTOMOC(${kdevutil_STAT_SRCS})
 
13
 
 
14
ADD_LIBRARY(kdevutil STATIC ${kdevutil_STAT_SRCS})
 
15
 
 
16
INSTALL_FILES(/include/kdevelop/util FILES
 
17
domutil.h
 
18
execcommand.h
 
19
filetemplate.h
 
20
urlutil.h
 
21
configwidgetproxy.h
 
22
rurl.h
 
23
kscriptactionmanager.h )
 
24
 
 
25
#original Makefile.am contents follow:
 
26
 
 
27
#INCLUDES = -I$(top_srcdir)/lib/compat  -I$(top_srcdir)/lib/interfaces  -I$(top_srcdir)/lib/sourceinfo  $(all_includes)
 
28
#
 
29
#noinst_LTLIBRARIES = libkdevutil.la
 
30
#
 
31
#libkdevutil_la_SOURCES = domutil.cpp execcommand.cpp filetemplate.cpp \
 
32
#               urlutil.cpp configwidgetproxy.cpp rurl.cpp kscriptactionmanager.cpp settings.cpp
 
33
#
 
34
#METASOURCES = AUTO
 
35
#
 
36
#kdevelopincludedir = $(includedir)/kdevelop/util
 
37
#kdevelopinclude_HEADERS = domutil.h execcommand.h filetemplate.h urlutil.h \
 
38
#       configwidgetproxy.h rurl.h kscriptactionmanager.h
 
39
#
 
40
#DOXYGEN_REFERENCES = dcop interfaces kdecore kdefx kdeui khtml kmdi kio kjs kparts kutils kdevextensions kdevinterfaces
 
41
#DOXYGEN_PROJECTNAME = KDevelop Utility Library
 
42
#DOXYGEN_DOCDIRPREFIX = kdev
 
43
#include ../../Doxyfile.am
 
44
#
 
45
#noinst_HEADERS = settings.h