changeset 714:3c030d963be4 trunk

[svn] convert to objective make
author nenolod
date Sun, 26 Feb 2006 20:20:17 -0800
parents cf7b5a288564
children 840c49684e2c
files audacious/images/Makefile.am audacious/images/Makefile.in
diffstat 2 files changed, 12 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/audacious/images/Makefile.am	Sun Feb 26 20:14:08 2006 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-imagesdir = $(pkgdatadir)/images
-images_DATA = \
-	about-logo.png appearance.png mouse.png playlist.png plugins.png eq.png
-
-EXTRA_DIST = \
-	$(images_DATA) \
-	audacious_player.xpm audacious_playlist.xpm bmp_eq.xpm
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/audacious/images/Makefile.in	Sun Feb 26 20:20:17 2006 -0800
@@ -0,0 +1,12 @@
+include ../../mk/rules.mk
+include ../../mk/objective.mk
+
+imagesdir = $(pkgdatadir)/images
+
+OBJECTIVE_DATA = \
+	about-logo.png:$(imagesdir) \
+	appearance.png:$(imagesdir) \
+	mouse.png:$(imagesdir) \
+	playlist.png:$(imagesdir) \
+	plugins.png:$(imagesdir) \
+	eq.png:$(imagesdir)