2
## (C) 1997 Stephan Kulow
4
AUTOMAKE_OPTIONS = foreign 1.4
5
COMPILE_FIRST = lib interfaces
6
COMPILE_BEFORE_kexi = kword kugar
8
DISTCLEANFILES = inst-apps
14
@echo "*************** Important *************************"
16
@echo " Add "$(bindir)" to your PATH"
18
@echo " Please report bugs with our web form at"
19
@echo " http://bugs.kde.org."
21
@echo " Stephan Kulow <coolo@kde.org> and all the KDE"
22
@echo " developers wish you fun with the KDE."
23
@echo "****************************************************"
26
$(top_srcdir)/configure.in: $(top_srcdir)/configure.files $(shell test -f $(top_srcdir)/configure.files && cat $(top_srcdir)/configure.files)
27
cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in
28
$(top_srcdir)/subdirs:
29
cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
30
$(top_srcdir)/configure.files:
31
cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.files
33
$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
34
@cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
36
MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 SUBDIRS
38
include admin/Doxyfile.am