Mercurial > audlegacy
annotate src/Makefile @ 4853:4beca46cb92b
there was an 'a' here. how did that get there
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Tue, 14 Apr 2009 16:26:12 -0500 |
parents | 7bf7f83a217e |
children | 0ddbd0025174 |
rev | line source |
---|---|
4811
7bf7f83a217e
rename src/audacious src/audlegacy so that both audlegacy and audacious can coexist.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4570
diff
changeset
|
1 SUBDIRS = libguess libSAD audlegacy libid3tag libaudutil |
2771
4585019eb82e
[svn] -Renamed MPRIS /TrackList Shuffle method to Random
magma
parents:
2768
diff
changeset
|
2 |
3578
d07343b134a1
I hope i fixed the libaudclient & dbus problem
Calin Crisan ccrisan@gmail.com
parents:
3577
diff
changeset
|
3 include ../extra.mk |
d07343b134a1
I hope i fixed the libaudclient & dbus problem
Calin Crisan ccrisan@gmail.com
parents:
3577
diff
changeset
|
4 |
4488
8936675274ba
Conditionally include needed subdirectories.
Matti Hamalainen <ccr@tnsp.org>
parents:
4315
diff
changeset
|
5 ifeq ($(USE_EGGSM),yes) |
8936675274ba
Conditionally include needed subdirectories.
Matti Hamalainen <ccr@tnsp.org>
parents:
4315
diff
changeset
|
6 SUBDIRS := libeggsmclient ${SUBDIRS} |
8936675274ba
Conditionally include needed subdirectories.
Matti Hamalainen <ccr@tnsp.org>
parents:
4315
diff
changeset
|
7 endif |
8936675274ba
Conditionally include needed subdirectories.
Matti Hamalainen <ccr@tnsp.org>
parents:
4315
diff
changeset
|
8 |
8936675274ba
Conditionally include needed subdirectories.
Matti Hamalainen <ccr@tnsp.org>
parents:
4315
diff
changeset
|
9 ifeq ($(USE_DBUS),yes) |
8936675274ba
Conditionally include needed subdirectories.
Matti Hamalainen <ccr@tnsp.org>
parents:
4315
diff
changeset
|
10 SUBDIRS := libaudclient audtool ${SUBDIRS} |
2771
4585019eb82e
[svn] -Renamed MPRIS /TrackList Shuffle method to Random
magma
parents:
2768
diff
changeset
|
11 endif |
4585019eb82e
[svn] -Renamed MPRIS /TrackList Shuffle method to Random
magma
parents:
2768
diff
changeset
|
12 |
3579
d2cb9f990d2e
buildsys.mk is now included after the ifdef USE_DBUS
Calin Crisan ccrisan@gmail.com
parents:
3578
diff
changeset
|
13 include ../buildsys.mk |