You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
465 B
22 lines
465 B
15 years ago
|
## (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
|
||
|
|
||
|
|