Mercurial > audlegacy
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 |
| 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 | 3 include mk/rules.mk |
| 4 include mk/objective.mk | |
| 5 | |
| 6 SUBDIRS = Plugins libaudacious intl $(SUBDIR_GUESS) audacious audtool po icons skin | |
| 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 | 13 install-posthook: |
| 14 @if test `whoami` = 'root' && test -z "$(DESTDIR)"; then \ | |
| 15 echo "[running ldconfig to update system library cache]"; \ | |
| 16 /sbin/ldconfig; \ | |
| 17 echo "[system library cache updated]"; \ | |
| 18 fi | |
| 19 | |
| 20 OBJECTIVE_DATA = \ | |
| 21 audacious.pc:$(LIBDIR)/pkgconfig \ | |
| 22 audacious.1:$(mandir)/man1 \ | |
| 23 audacious/audacious.desktop:$(datadir)/applications |
