annotate skins/Makefile @ 3082:91df04ec5ef7

From: Daniel Drake <dsd@gentoo.org> We don't need to check playback status 100 times per second. Just start and stop the visualization when those operations actually happen.
author William Pitcock <nenolod@atheme-project.org>
date Mon, 16 Jul 2007 13:31:51 -0500
parents 4c4669781043
children 9ddf21ab5c84
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1827
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
1 .SILENT:
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
2
2414
4c4669781043 [svn] removed last references to top_srcdir
mf0102
parents: 2392
diff changeset
3 include ../mk/rules.mk
4c4669781043 [svn] removed last references to top_srcdir
mf0102
parents: 2392
diff changeset
4 include ../mk/init.mk
1827
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
5
1919
372528473d87 [svn] - yes, lets waste extra space because OMK decides to break on installing a variant.
nenolod
parents: 1912
diff changeset
6 SUBDIRS = Default Classic TinyPlayer Osmosis Ivory
1827
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
7
2414
4c4669781043 [svn] removed last references to top_srcdir
mf0102
parents: 2392
diff changeset
8 include ../mk/objective.mk
1827
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
9