File: Makefile.am

package info (click to toggle)
brahms 1.02-kde3-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 12,136 kB
  • ctags: 8,915
  • sloc: cpp: 38,724; sh: 10,788; perl: 1,892; ansic: 832; makefile: 523
file content (49 lines) | stat: -rw-r--r-- 1,524 bytes parent folder | download | duplicates (2)
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
## kmusic/Makefile.am
## (C) 1997 Stephan Kulow

AUTOMAKE_OPTIONS = foreign 1.4
COMPILE_LAST = brahms
SUBDIRS =  $(TOPSUBDIRS) $(COMPILE_LAST)
DISTCLEANFILES = inst-apps 

install-data-local:
	@echo ""
	@echo ""
	@echo ""
	@echo "*************** Important *************************"
	@echo ""
	@echo " add "$(bindir)" to your PATH"
	@echo ""
	@echo " Please report bugs with our web form at"
	@echo " http://bugs.kde.org."
	@echo ""
	@echo " Stephan Kulow <coolo@kde.org> and all the KDE"
	@echo " developers wish you fun with the KDE."                     
	@echo "****************************************************"
	@echo ""

$(top_srcdir)/configure.in: $(top_srcdir)/configure.in.in $(top_srcdir)/subdirs
	cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in

$(top_srcdir)/subdirs:
	cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs

$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in $(top_srcdir)/brahms/acinclude.m4.in
	@cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in brahms/acinclude.m4.in > acinclude.m4 

# cvs-local:
# 	@echo "*** preparing libtool library"
# 	cd  libltdl && \
# 	rm -f acinclude.m4 && \
# 	cp ../admin/libtool.m4.in acinclude.m4 && \
# 	cat ltdl.m4 >> acinclude.m4 && \
# 	aclocal && \
# 	autoheader && \
# 	automake --gnits --add-missing && \
# 	autoconf

cvs-dist-local:
	cd libltdl && automake --gnits --add-missing -i &&  autoconf

MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 SUBDIRS