1## Process this file with Automake to create Makefile.in.
2
3DOC := $(wildcard *.html)
4MAK := $(wildcard *.dsp *.dsw *.bat)
5WIN := $(wildcard *.rc *.ico *.h *.cpp)
6
7EXTRA_DIST = \
8	$(DOC) \
9	$(MAK) \
10	$(WIN)
11
12SUBDIRS = hlp res
13