annotate Makefile @ 1208:8014500e2c37 trunk

[svn] - shut a make error up by using sinclude instead of normal include when rules.mk doesn't exist yet
author nenolod
date Wed, 14 Jun 2006 00:14:13 -0700
parents c461cb49fc55
children e67fad649f58
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
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