You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
2.1 KiB
51 lines
2.1 KiB
## kdepim/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 libkdepim karm knotes kresources kfile-plugins
|
|
COMPILE_AFTER_mimelib = korn kmail
|
|
COMPILE_AFTER_libkdenetwork = kmail knode
|
|
COMPILE_AFTER_libksieve = kmail
|
|
#
|
|
# Applications and their downward dependencies (ie. the libs they use)
|
|
#
|
|
COMPILE_BEFORE_libkpimidentities = libkdepim certmanager
|
|
COMPILE_BEFORE_certmanager = libkdenetwork libkpgp
|
|
COMPILE_BEFORE_korganizer = libkdepim libkpimidentities libkpimexchange kgantt
|
|
COMPILE_BEFORE_kaddressbook = libkdepim certmanager akregator
|
|
COMPILE_BEFORE_kandy = libkdepim
|
|
COMPILE_BEFORE_kmail= libkdepim libkpimidentities certmanager libkpgp libkmime
|
|
COMPILE_BEFORE_knode= libkdepim libkpgp libkmime
|
|
COMPILE_BEFORE_karm = libkdepim kresources
|
|
COMPILE_BEFORE_plugins = kmail libkdepim libkcal
|
|
COMPILE_BEFORE_kontact = kaddressbook knotes korganizer akregator karm
|
|
COMPILE_BEFORE_kioslaves = libkmime libkdepim
|
|
COMPILE_BEFORE_libkpimexchange = libkdepim
|
|
COMPILE_BEFORE_kalarm = libkdepim libkmime
|
|
COMPILE_BEFORE_kresources = libkpimexchange knotes kaddressbook kode
|
|
COMPILE_BEFORE_wizards = libkdepim kresources korganizer kaddressbook kmail
|
|
COMPILE_BEFORE_korn = libkdenetwork
|
|
COMPILE_BEFORE_kitchensync = libkdepim
|
|
COMPILE_BEFORE_akregator = libkdepim
|
|
COMPILE_BEFORE_knotes = libkdepim
|
|
COMPILE_BEFORE_konsolekalendar = libkdepim
|
|
COMPILE_BEFORE_kabc = libkdepim
|
|
|
|
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
|
|
|