Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/art/cursor/olpc/Makefile.am
blob: a8b3acba3db46453fe3665b58088cbb9b34ae880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
THEMEGEN = $(top_builddir)/art/cursor/cursorthemegen/cursorthemegen
THEME_DIR = $(top_builddir)/art/cursor/olpc/theme

all-local: olpc.stamp

olpc_images =			\
	olpc-0.png		\
	olpc-1.png		\
	olpc-2.png		\
	olpc-3.png		\
	olpc-4.png		\
	olpc-5.png		\
	olpc-6.png		\
	olpc-7.png		\
	olpc-8.png              \
	olpc-9.png              \
	olpc-hotspots.png

olpc.stamp: $(olpc_images) $(THEMEGEN) olpc.cursortheme
	rm -rf olpc &&     	                                \
	BDIR=`pwd` && cd $(srcdir) &&                           \
	$$BDIR/$(THEMEGEN) olpc.cursortheme $$BDIR/theme &&    	\
	cd $$BDIR && touch olpc.stamp

clean-local:
	rm -rf $(THEME_DIR)
	rm -rf $(top_builddir)/art/cursor/olpc/olpc.stamp

install-data-local:
	$(mkinstalldirs) $(DESTDIR)$(datadir)/icons/olpc/cursors/
	for i in `cd $(THEME_DIR) && echo *` ; do					\
	  $(INSTALL) $(THEME_DIR)/$$i $(DESTDIR)$(datadir)/icons/olpc/cursors/$$i ;	\
	done

uninstall-local:
	rm -rf $(DESTDIR)$(datadir)/icons/olpc/cursors

EXTRA_DIST=$(olpc_images) olpc.cursortheme