2006-01-16 19:36:58 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
## set automake strictness to 'foreign'
|
1999-12-11 19:33:35 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
2006-01-16 19:36:58 +00:00
|
|
|
|
2002-05-28 13:21:32 +00:00
|
|
|
SUBDIRS = shared clients server docs scripts
|
2006-01-16 19:36:58 +00:00
|
|
|
|
2006-04-15 19:48:11 +00:00
|
|
|
sysconf_DATA = LCDd.conf
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = $(sysconf_DATA) CREDITS README.IRman contrib
|
|
|
|
|
|
2005-01-01 12:16:14 +00:00
|
|
|
|
2006-09-14 09:48:40 +00:00
|
|
|
## convenience targets
|
|
|
|
|
install-html-guides: install-html-developerguide install-html-userguide
|
|
|
|
|
|
|
|
|
|
install-html-developerguide:
|
|
|
|
|
$(MAKE) -C docs $@
|
|
|
|
|
|
|
|
|
|
install-html-userguide:
|
|
|
|
|
$(MAKE) -C docs $@
|
|
|
|
|
|
2005-10-25 22:34:41 +00:00
|
|
|
dox:
|
|
|
|
|
$(MAKE) -C docs $@
|
|
|
|
|
|
2006-01-16 19:36:58 +00:00
|
|
|
## EOF
|