summaryrefslogtreecommitdiffstats
path: root/Makefile.am.in
blob: 27cc96a6f669483e86fabc2f1e4f4cd39d2c20dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## (C) 1997 Stephan Kulow

AUTOMAKE_OPTIONS = foreign 
DISTCLEANFILES = inst-apps

install-data-local:
	@echo ""
	@echo ""
	@echo "*************** Important *************************"
	@echo ""
	@echo "This module contains unreleased software."
	@echo ""
	@echo "The software may compile and work, but it may just"
	@echo "as well neither compile nor work."
	@echo ""
	@echo "****************************************************"
	@echo ""

include admin/deps.am