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

« back to all changes in this revision

Viewing changes to vcs/cvsservice/integrator/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
INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/lib/interfaces ${CMAKE_SOURCE_DIR}/lib/interfaces/extensions ${CMAKE_SOURCE_DIR}/lib/interfaces/extras ${CMAKE_SOURCE_DIR}/lib/util )
 
2
 
 
3
SET(cvsserviceintegrator_PART_SRCS
 
4
cvsserviceintegrator.cpp
 
5
integratordlg.cpp
 
6
)
 
7
 
 
8
SET( cvsserviceintegrator_UI
 
9
integratordlgbase.ui
 
10
fetcherdlgbase.ui
 
11
initdlg.ui
 
12
)
 
13
 
 
14
KDE_AUTOMOC(${cvsserviceintegrator_PART_SRCS})
 
15
 
 
16
KDE_ADD_UI_FILES(cvsserviceintegrator_PART_SRCS ${cvsserviceintegrator_UI} )
 
17
 
 
18
ADD_LIBRARY(cvsserviceintegrator MODULE ${cvsserviceintegrator_PART_SRCS})
 
19
 
 
20
TARGET_LINK_LIBRARIES(cvsserviceintegrator ${QT_AND_KDECORE_LIBS} kdeui kio kdevextras cvsservice kdevelop)
 
21
 
 
22
KDE_CREATE_LIBTOOL_FILE(cvsserviceintegrator)
 
23
 
 
24
INSTALL_TARGETS(/lib/kde3 cvsserviceintegrator)
 
25
INSTALL_FILES(/share/services FILES kdevcvsserviceintegrator.desktop )
 
26
 
 
27
#original Makefile.am contents follow:
 
28
 
 
29
#INCLUDES = -I$(top_srcdir)/lib/interfaces \
 
30
#       -I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/interfaces/extras -I$(top_srcdir)/lib/util \
 
31
#       $(all_includes)
 
32
#METASOURCES = AUTO
 
33
#kde_module_LTLIBRARIES = libcvsserviceintegrator.la
 
34
#libcvsserviceintegrator_la_LDFLAGS = -avoid-version -no-undefined $(all_libraries)
 
35
#libcvsserviceintegrator_la_LIBADD = \
 
36
#       $(top_builddir)/lib/interfaces/extras/libkdevextras.la $(top_builddir)/lib/libkdevelop.la -lcvsservice
 
37
#noinst_HEADERS = cvsserviceintegrator.h integratordlg.h
 
38
#libcvsserviceintegrator_la_SOURCES = cvsserviceintegrator.cpp \
 
39
#       integratordlgbase.ui fetcherdlgbase.ui integratordlg.cpp initdlg.ui
 
40
#kde_services_DATA = kdevcvsserviceintegrator.desktop