summaryrefslogtreecommitdiffstats
path: root/vcs/Makefile.am
blob: d1fcb5b0b433a62d71f35b0029a84ed063b0f193 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
##
## Do NOT remove the comments that start with "kdevelop:"
## They are actually directives to the kdevelop plugin system
##
## The include_xxxx variables are controlled by configure.in.in
##

#kdevelop: CERVISIA_SUBDIR = cervisia
#if include_cervisia
#CERVISIA_SUBDIR = cervisia
#endif

#kdevelop: CLEARCASE_SUBDIR = clearcase
if include_clearcase
CLEARCASE_SUBDIR = clearcase
endif

#kdevelop: CVSCLIENT_SUBDIR = cvsclient
#if include_cvsclient
#CVSCLIENT_SUBDIR = cvsclient
#endif

#kdevelop: CVSSERVICE_SUBDIR = cvsservice
if include_cvsservice
CVSSERVICE_SUBDIR = cvsservice
endif

#kdevelop: PERFORCE_SUBDIR = perforce
if include_perforce
PERFORCE_SUBDIR = perforce
endif

#kdevelop: SUBVERSION_SUBDIR = subversion
if include_subversion
SUBVERSION_SUBDIR = subversion
endif

#SUBDIRS = $(CERVISIA_SUBDIR) $(CLEARCASE_SUBDIR) $(CVSSERVICE_SUBDIR) $(PERFORCE_SUBDIR) $(SUBVERSION_SUBDIR)
SUBDIRS = $(CLEARCASE_SUBDIR) $(CVSSERVICE_SUBDIR) $(PERFORCE_SUBDIR) $(SUBVERSION_SUBDIR)