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

« back to all changes in this revision

Viewing changes to vcs/clearcase/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(clearcaseintegrator_PART_SRCS
 
4
clearcaseintegrator.cpp
 
5
ccintegratordlg.cpp
 
6
)
 
7
 
 
8
KDE_AUTOMOC(${clearcaseintegrator_PART_SRCS})
 
9
 
 
10
SET( clearcaseintegrator_UI
 
11
ccintegratordlgbase.ui
 
12
)
 
13
 
 
14
KDE_ADD_UI_FILES(clearcaseintegrator_PART_SRCS ${clearcaseintegrator_UI} )
 
15
 
 
16
ADD_LIBRARY(clearcaseintegrator MODULE ${clearcaseintegrator_PART_SRCS})
 
17
 
 
18
TARGET_LINK_LIBRARIES(clearcaseintegrator ${QT_AND_KDECORE_LIBS} kdevextras kdevelop)
 
19
 
 
20
KDE_CREATE_LIBTOOL_FILE(clearcaseintegrator)
 
21
 
 
22
INSTALL_TARGETS(/lib/kde3 clearcaseintegrator)
 
23
INSTALL_FILES(/share/services FILES kdevclearcaseintegrator.desktop )
 
24
 
 
25
#original Makefile.am contents follow:
 
26
 
 
27
#INCLUDES = -I$(top_srcdir)/lib/interfaces \
 
28
#       -I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/interfaces/extras -I$(top_srcdir)/lib/util \
 
29
#       $(all_includes)
 
30
#METASOURCES = AUTO
 
31
#kde_module_LTLIBRARIES = libclearcaseintegrator.la
 
32
#libclearcaseintegrator_la_LDFLAGS = -avoid-version -no-undefined $(all_libraries)
 
33
#libclearcaseintegrator_la_LIBADD =\
 
34
#       $(top_builddir)/lib/interfaces/extras/libkdevextras.la\
 
35
#       $(top_builddir)/lib/libkdevelop.la
 
36
#kde_services_DATA = kdevclearcaseintegrator.desktop
 
37
#noinst_HEADERS = clearcaseintegrator.h ccintegratordlg.h
 
38
#libclearcaseintegrator_la_SOURCES = clearcaseintegrator.cpp \
 
39
#       ccintegratordlgbase.ui ccintegratordlg.cpp