2003-11-22 19:36:58 +03:00
|
|
|
# -*- makefile -*-
|
|
|
|
#
|
2004-01-07 11:17:40 +03:00
|
|
|
# $HEADER$
|
2003-11-22 19:36:58 +03:00
|
|
|
#
|
|
|
|
|
|
|
|
include $(top_srcdir)/config/Makefile.options
|
|
|
|
|
2004-05-25 17:08:24 +04:00
|
|
|
SUBDIRS = config include src test
|
2004-01-09 06:23:58 +03:00
|
|
|
|
2004-03-27 00:34:01 +03:00
|
|
|
EXTRA_DIST = README INSTALL VERSION Doxyfile
|
|
|
|
|
|
|
|
dist-hook:
|
|
|
|
csh config/distscript.csh
|