Files
lcdproc/Makefile.am
T

14 lines
260 B
Makefile
Raw Normal View History

## 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
2002-05-28 13:21:32 +00:00
SUBDIRS = shared clients server docs scripts
EXTRA_DIST = LCDd.conf LCDclients.conf README.IRman
2005-01-01 12:16:14 +00:00
2005-10-25 22:34:41 +00:00
dox:
$(MAKE) -C docs $@
## EOF