summaryrefslogtreecommitdiffstats
path: root/buildtools/Makefile.am
blob: ab0f5fae7b645317b1b2a435fced0fcd3bb29a6d (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
40
41
42
43
44
45
46
47
48
##
## Do NOT remove the comments that start with "tdevelop:"
## They are actually directives to the tdevelop plugin system
##
## The include_xxxx variables are controlled by configure.in.in
##

#tdevelop: ADA_BUILDTOOL = ada
if include_ada
ADA_BUILDTOOL = ada
endif

#tdevelop: ANT_BUILDTOOL = ant
if include_ant
ANT_BUILDTOOL = ant
endif

#tdevelop: AUTOTOOLS_BUILDTOOL = autotools
if include_autoproject
AUTOTOOLS_BUILDTOOL = autotools
endif

#tdevelop: CUSTOMMAKEFILES_BUILDTOOL = custommakefiles
if include_customproject
CUSTOMMAKEFILES_BUILDTOOL = custommakefiles
endif

#tdevelop: PASCAL_BUILDTOOL = pascal
if include_pascal
PASCAL_BUILDTOOL = pascal
endif

#tdevelop: QMAKE_BUILDTOOL = qmake
if include_trollproject
QMAKE_BUILDTOOL = qmake
endif

#tdevelop: SCRIPT_BUILDTOOL = script
if include_scriptproject
SCRIPT_BUILDTOOL = script
endif

SUBDIRS = lib $(ADA_BUILDTOOL) $(ANT_BUILDTOOL) \
	$(AUTOTOOLS_BUILDTOOL) $(CUSTOMMAKEFILES_BUILDTOOL) $(PASCAL_BUILDTOOL) \
	$(QMAKE_BUILDTOOL) $(SCRIPT_BUILDTOOL)

DOXYGEN_EMPTY = YES
include ../Doxyfile.am