Mercurial > audlegacy
annotate src/libaudacious++/Makefile @ 4376:b3888565029e
Automated merge with ssh://hg.atheme.org//hg/audacious
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Fri, 28 Mar 2008 02:19:57 +0200 |
parents | 3aafc46605b4 |
children |
rev | line source |
---|---|
4137
3aafc46605b4
start of a C++ binding on top of PAPI.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
1 PACKAGE = audacious++ |
3aafc46605b4
start of a C++ binding on top of PAPI.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
2 STATIC_LIB = libaudacious++.a |
3aafc46605b4
start of a C++ binding on top of PAPI.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
3 SRCS = plugin.cxx |
3aafc46605b4
start of a C++ binding on top of PAPI.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
4 |
3aafc46605b4
start of a C++ binding on top of PAPI.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
5 include ../../buildsys.mk |
3aafc46605b4
start of a C++ binding on top of PAPI.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
6 include ../../extra.mk |