[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
icecc-monitor 1.1-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,104 kB
  • ctags: 558
  • sloc: sh: 10,374; cpp: 3,469; perl: 2,760; xml: 108; makefile: 60
file content (22 lines) | stat: -rw-r--r-- 514 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
## (C) 1997 Stephan Kulow

AUTOMAKE_OPTIONS = foreign 
DISTCLEANFILES = inst-apps
SUBDIRS = $(TOPSUBDIRS)

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
include admin/Doxyfile.am