annotate Makefile @ 1388:b8e521f642e4 trunk

[svn] - when the playlist page of the preferences window is shown, the checkbox for filepopup follows the popup menu now. - tweaks descriptions (s/song/entry/).
author yaz
date Mon, 10 Jul 2006 06:41:11 -0700
parents e67fad649f58
children abf8fee03d59
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1207
c461cb49fc55 [svn] - if mk/rules.mk is missing, run configure to generate it (hopefully you are running the posix target, otherwise I feel sorry for you)
nenolod
parents: 1206
diff changeset
1 .SILENT:
c461cb49fc55 [svn] - if mk/rules.mk is missing, run configure to generate it (hopefully you are running the posix target, otherwise I feel sorry for you)
nenolod
parents: 1206
diff changeset
2
1208
8014500e2c37 [svn] - shut a make error up by using sinclude instead of normal include when rules.mk doesn't exist yet
nenolod
parents: 1207
diff changeset
3 sinclude mk/rules.mk
1206
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
4 include mk/objective.mk
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
5
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
6 SUBDIRS = Plugins libaudacious intl $(SUBDIR_GUESS) audacious audtool po icons skin
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
7
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
8 install-posthook:
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
9 @if test `whoami` = 'root' && test -z "$(DESTDIR)"; then \
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
10 echo "[running ldconfig to update system library cache]"; \
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
11 /sbin/ldconfig; \
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
12 echo "[system library cache updated]"; \
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
13 fi
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
14
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
15 OBJECTIVE_DATA = \
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
16 audacious.pc:$(LIBDIR)/pkgconfig \
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
17 audacious.1:$(mandir)/man1 \
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
18 audacious/audacious.desktop:$(datadir)/applications