annotate Makefile @ 1207:c461cb49fc55 trunk

[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)
author nenolod
date Wed, 14 Jun 2006 00:07:04 -0700
parents 44d8008500a3
children 8014500e2c37
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
1206
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
3 include mk/rules.mk
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
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
8 mk/rules.mk:
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
9 @echo "[building rules.mk for posix target, run configure manually if you do not want this]"
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
10 @sh configure
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
11 @echo "[complete]"
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
12
1206
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
13 install-posthook:
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
14 @if test `whoami` = 'root' && test -z "$(DESTDIR)"; then \
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
15 echo "[running ldconfig to update system library cache]"; \
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
16 /sbin/ldconfig; \
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
17 echo "[system library cache updated]"; \
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
18 fi
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
19
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
20 OBJECTIVE_DATA = \
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
21 audacious.pc:$(LIBDIR)/pkgconfig \
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
22 audacious.1:$(mandir)/man1 \
44d8008500a3 [svn] - core makefile
nenolod
parents:
diff changeset
23 audacious/audacious.desktop:$(datadir)/applications