summaryrefslogtreecommitdiff
path: root/handhelds/Makefile.am
blob: 8cf7de1540aed1660f167e51d1d269f0684e9e88 (plain)
1
2
3
4
5
6
7
8
9
10
cursordir = @cursordir@/handhelds/cursors

all: Makefile.cursors

Makefile.cursors: $(srcdir)/Makefile.cfg
	$(top_srcdir)/genmakefile.sh $(srcdir)/Makefile.cfg > $@

if HANDHELDS
include Makefile.cursors
endif