Mercurial > audlegacy
annotate src/Makefile @ 2768:4a5cdf975bb3 trunk
[svn] Added a hook when building dependencies so that the dbus-bindings are created first without producing any error messages.
author | magma |
---|---|
date | Sun, 13 May 2007 11:57:18 -0700 |
parents | 2f5b461118a8 |
children | 4585019eb82e |
rev | line source |
---|---|
2313 | 1 .SILENT: |
2 | |
2409
30ab29ed32d8
[svn] - back out objective-make topdir probe stuff, it doesnt work on some
nenolod
parents:
2391
diff
changeset
|
3 include ../mk/rules.mk |
30ab29ed32d8
[svn] - back out objective-make topdir probe stuff, it doesnt work on some
nenolod
parents:
2391
diff
changeset
|
4 include ../mk/init.mk |
2313 | 5 |
2746
2f5b461118a8
[svn] - adjust build order for libaudclient and audacious. reported by Crazy_Hopper.
nenolod
parents:
2731
diff
changeset
|
6 SUBDIRS = $(INTL_OBJECTIVE) $(SUBDIR_GUESS) $(LIBAUDCLIENT_OBJECTIVE) audacious libid3tag |
2313 | 7 |
2409
30ab29ed32d8
[svn] - back out objective-make topdir probe stuff, it doesnt work on some
nenolod
parents:
2391
diff
changeset
|
8 include ../mk/objective.mk |
2313 | 9 |
2768
4a5cdf975bb3
[svn] Added a hook when building dependencies so that the dbus-bindings are created first without producing any error messages.
magma
parents:
2746
diff
changeset
|
10 depend-prehook: |
4a5cdf975bb3
[svn] Added a hook when building dependencies so that the dbus-bindings are created first without producing any error messages.
magma
parents:
2746
diff
changeset
|
11 @cd audacious; $(MAKE) $@ || exit; cd ..; |
4a5cdf975bb3
[svn] Added a hook when building dependencies so that the dbus-bindings are created first without producing any error messages.
magma
parents:
2746
diff
changeset
|
12 |