Mercurial > audlegacy
annotate src/Makefile @ 2603:62a93407ce99 trunk
[svn] - workaround freebsd make problems. closes #827.
author | nenolod |
---|---|
date | Sat, 03 Mar 2007 06:08:20 -0800 |
parents | 10692383c103 |
children | c35913222440 |
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 |
2503
10692383c103
[svn] first try for libid3tag integration. this improved libid3tag supports vfs operations and is capable of adding id3v2 tag to files which doesn't have id3v2 tag ever.
yaz
parents:
2409
diff
changeset
|
6 SUBDIRS = libaudacious $(INTL_OBJECTIVE) $(SUBDIR_GUESS) audacious audtool 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 |