2003-11-22 16:36:58 +00:00
|
|
|
# -*- makefile -*-
|
|
|
|
#
|
2004-01-07 08:17:40 +00:00
|
|
|
# $HEADER$
|
2003-11-22 16:36:58 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
include $(top_srcdir)/config/Makefile.options
|
|
|
|
|
2004-03-18 21:35:28 +00:00
|
|
|
SUBDIRS = config include src
|
2004-01-09 03:23:58 +00:00
|
|
|
|
2004-03-26 21:34:01 +00:00
|
|
|
EXTRA_DIST = README INSTALL VERSION Doxyfile
|
|
|
|
|
|
|
|
dist-hook:
|
|
|
|
csh config/distscript.csh
|