summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: ace0790d2f6beaa88963037ebf62ef3df0c2cbe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## (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


SUBDIRS=$(TOPSUBDIRS)