blob: e2f1cc7332312d3b11b49fbcb7e7608cffa46ca9 (
plain)
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
|
## (C) 1997 Stephan Kulow
AUTOMAKE_OPTIONS = foreign 1.5
DISTCLEANFILES = inst-apps
EXTRA_DIST = tderadio.kdevprj AUTHORS ChangeLog COPYING INSTALL README TODO
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
# apidox
include ./admin/Doxyfile.am
SUBDIRS=src convert-presets doc icons plugins presets
|