File: Makefile.am

package info (click to toggle)
kdewebdev 1%3A3.3.2-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 33,200 kB
  • ctags: 13,047
  • sloc: cpp: 165,029; sh: 9,033; perl: 3,315; makefile: 1,618; xml: 497; ansic: 83
file content (32 lines) | stat: -rw-r--r-- 961 bytes parent folder | download
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
COMPILE_FIRST = lib
MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files 

dist-hook:
	cd $(top_distdir) && perl admin/am_edit -padmin
	cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs


install-data-local:
	@echo ""
	@echo ""
	@echo "*************** Important *************************"
	@echo ""
	@echo " Add "$(bindir)" to your PATH and"
	@echo " add "$(prefix)" to your KDEDIRS!"
	@echo ""
	@echo " Please report bugs with our web form at"
	@echo " http://bugs.kde.org"
	@echo "    Current maintainers are"
	@echo " Eric Laffoon       <sequitur@kde.org>"
	@echo " Andras Mantia      <amantia@kde.org>"
	@echo "    Crediting original team members"
	@echo " Alexander Yakovlev <yshurik@kde.org>"
	@echo " Dmitry Poplavsky   <dima@kde.org>"
	@echo ""
	@echo " The Quanta developers wish you fun with Quanta."
	@echo "****************************************************"
	@echo ""

include admin/deps.am

SUBDIRS=$(TOPSUBDIRS)