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

« back to all changes in this revision

Viewing changes to vcs/perforce/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
SUBDIRS( integrator )
 
2
 
 
3
INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/lib/interfaces ${CMAKE_SOURCE_DIR}/lib/interfaces/extensions ${CMAKE_SOURCE_DIR}/lib/util )
 
4
 
 
5
SET(kdevperforce_PART_SRCS
 
6
perforcepart.cpp
 
7
commitdlg.cpp
 
8
)
 
9
 
 
10
KDE_AUTOMOC(${kdevperforce_PART_SRCS})
 
11
 
 
12
ADD_LIBRARY(kdevperforce MODULE ${kdevperforce_PART_SRCS})
 
13
 
 
14
TARGET_LINK_LIBRARIES(kdevperforce ${QT_AND_KDECORE_LIBS} kdeui kio kparts kdevelop)
 
15
 
 
16
KDE_CREATE_LIBTOOL_FILE(kdevperforce)
 
17
 
 
18
INSTALL_TARGETS(/lib/kde3 kdevperforce)
 
19
INSTALL_FILES(/share/services FILES kdevperforce.desktop )
 
20
 
 
21
#original Makefile.am contents follow:
 
22
 
 
23
## Here resides the cvs part
 
24
#
 
25
#INCLUDES = -I$(top_srcdir)/lib/interfaces \
 
26
#       -I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/util $(all_includes)
 
27
#
 
28
#kde_module_LTLIBRARIES = libkdevperforce.la
 
29
#libkdevperforce_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
 
30
#libkdevperforce_la_LIBADD = $(top_builddir)/lib/libkdevelop.la
 
31
#
 
32
#libkdevperforce_la_SOURCES = perforcepart.cpp commitdlg.cpp
 
33
#
 
34
#METASOURCES = AUTO
 
35
#
 
36
#servicedir = $(kde_servicesdir)
 
37
#service_DATA = kdevperforce.desktop
 
38
#
 
39
#rcdir = $(kde_datadir)/kdevperforce
 
40
#
 
41
#SUBDIRS = integrator
 
 
b'\\ No newline at end of file'