annotate icons/Makefile @ 2304:b0e49d195c64 trunk

[svn] Fuck, I forgot to quote the $ in the commit msg, so my home was in the ChangeLog.
author js
date Tue, 09 Jan 2007 14:53:19 -0800
parents 1749ad179a1c
children 1ab061263ee8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
718
338e0841db1f [svn] - convert to objective make
nenolod
parents:
diff changeset
1 include ../mk/rules.mk
1615
e402e0217870 [svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
yaz
parents: 718
diff changeset
2 include ../mk/init.mk
718
338e0841db1f [svn] - convert to objective make
nenolod
parents:
diff changeset
3
338e0841db1f [svn] - convert to objective make
nenolod
parents:
diff changeset
4 pixmapsdir = $(datadir)/pixmaps
338e0841db1f [svn] - convert to objective make
nenolod
parents:
diff changeset
5 OBJECTIVE_DATA = audacious.png:$(pixmapsdir)
1615
e402e0217870 [svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
yaz
parents: 718
diff changeset
6
e402e0217870 [svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
yaz
parents: 718
diff changeset
7 include ../mk/objective.mk