File: Makefile.am

package info (click to toggle)
kdewebdev 4%3A3.5.5-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 32,256 kB
  • ctags: 14,471
  • sloc: cpp: 163,116; sh: 9,965; perl: 3,364; makefile: 1,788; xml: 1,440; ansic: 83
file content (31 lines) | stat: -rw-r--r-- 916 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
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 ""
	@echo " The KDE Web Dev developers hope you enjoy Quanta+,"
	@echo " Kommander, KFileReplace, KXSL dbg, KImageMapEditor"
	@echo " and KLinkStatus!"
	@echo "****************************************************"
	@echo ""

include admin/deps.am

SUBDIRS=$(TOPSUBDIRS)