1##	Process this file with automake run in the top directory to yield Makefile.in
2
3include $(top_srcdir)/Makefile.common
4export VERSION
5
6# Minimum automake version:
7
8AUTOMAKE_OPTIONS=1.4 foreign
9
10SUBDIRS = libs src cfg arch doc
11
12EXTRA_DIST=Makefile.common Changes WELCOME WELCOME.MacOSX
13
14#distcleancheck:
15#	@@:
16
17dist-hook:
18	@. $(distdir)/arch/unix/test.version
19
20upload:
21	@. $(srcdir)/arch/unix/upload/upload $(VERSION)
22