summaryrefslogtreecommitdiffstats
path: root/Makefile.am.in
blob: 77bd73675b66bd90ff4a2eb001efb8f2b1984abd (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
49
50
## tdepim/Makefile.am
## (C) 1997 Stephan Kulow

# these are here to control the compilation order, but are only textual
# hints for the cvs.sh script. If you change something here, you have
# to call Makefile.cvs again. 
# WARNING: The Makefile.am is auto-generated from Makefile.am.in, so
# don't change these in Makefile.am, but rather in Makefile.am.in!
#
# Libraries and their upwards dependencies
COMPILE_AFTER_libkmime = libemailfunctions
COMPILE_AFTER_libemailfunctions = libkcal libkpimidentities kmail korganizer
COMPILE_AFTER_libkholidays = korganizer kontact
COMPILE_AFTER_libkcal = kalarm kitchensync konsolekalendar korganizer libkpimexchange libtdepim karm knotes tderesources tdefile-plugins
COMPILE_AFTER_mimelib = korn kmail
COMPILE_AFTER_libtdenetwork = kmail knode
COMPILE_AFTER_libksieve = kmail
#
# Applications and their downward dependencies (ie. the libs they use)
#
COMPILE_BEFORE_libkpimidentities = libtdepim certmanager
COMPILE_BEFORE_certmanager = libtdenetwork libkpgp
COMPILE_BEFORE_korganizer = libtdepim libkpimidentities libkpimexchange kgantt
COMPILE_BEFORE_kaddressbook = libtdepim certmanager akregator
COMPILE_BEFORE_kandy = libtdepim
COMPILE_BEFORE_kmail= libtdepim libkpimidentities certmanager libkpgp libkmime
COMPILE_BEFORE_knode= libtdepim libkpgp libkmime
COMPILE_BEFORE_karm = libtdepim tderesources
COMPILE_BEFORE_plugins = kmail libtdepim libkcal
COMPILE_BEFORE_kontact = kaddressbook knotes korganizer akregator karm
COMPILE_BEFORE_tdeioslaves = libkmime libtdepim
COMPILE_BEFORE_libkpimexchange = libtdepim
COMPILE_BEFORE_kalarm = libtdepim libkmime
COMPILE_BEFORE_tderesources = libkpimexchange knotes kaddressbook kode
COMPILE_BEFORE_wizards = libtdepim tderesources korganizer kaddressbook kmail
COMPILE_BEFORE_korn = libtdenetwork
COMPILE_BEFORE_kitchensync = libtdepim
COMPILE_BEFORE_akregator = libtdepim
COMPILE_BEFORE_knotes = libtdepim
COMPILE_BEFORE_konsolekalendar = libtdepim
COMPILE_BEFORE_kabc = libtdepim

AUTOMAKE_OPTIONS = foreign 1.6.1
DISTCLEANFILES = inst-apps

MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 SUBDIRS

include $(top_srcdir)/admin/Doxyfile.am
include admin/deps.am